@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#208ee9;
	margin:0;
	padding:0;
	color:#444;
	font-size:13px;
	line-height:1.8;
	}

h1, h2, h3, h4, h5, h6, p, div, td, li { margin:0; padding:0;}
form{margin:0; padding:0;}
a:link { color:#e50012; text-decoration:none; }
a:visited { color:#e50012; text-decoration:none; }
a:hover { color:#ef424f; text-decoration:underline; }
a:active { color:#e50012; text-decoration:none; }

img{ border:none;}

#contents{
	width:600px;
	margin:0 auto;
	background:#ffffff url(https://wwws.fujitv.co.jp/safe/anaplus/present_choipre/img/main_bg.jpg);
}
#copy{
	text-align:center;
	margin-top:20px;
	padding:8px 0;
	color:#ffffff;
	font-size:9px;
	font-weight:bold;
	background:#0578d7;
}

/*---------------
smartphoneview
-----------------*/
body.cx_smartphoneview { font-size:130%; }
.pc_link{ display:block; }
.sp_link{ display:none; }
body.cx_smartphoneview .pc_link{ display:none; }
body.cx_smartphoneview .sp_link{ display:block; }


/*---------------
form PC
-----------------*/
#ouboForm{
	width:560px;
	margin:20px;
	}

dl,dt,dd {
	margin: 0;
	padding: 0;
}
dl {
	border: 1px solid #0578d7;
	border-top: none;
	background-color:#e9e9e9;
}
dt,dd {
	padding: 3px;
}
dt {
	border-top: 1px solid #0578d7;
	clear: left;
	float: left;
	width: 130px;
	line-height: 1.3em;
}
dd {
	margin-left: 136px;
	border-top: 1px solid #0578d7;
	border-left: 1px solid #0578d7;
	background-color:#ffffff;
	min-height:30px;
}
dd input{
	margin-top:5px;
}
textarea {
	width: 90%;
	height: 120px;
}

#oubo{
	text-align:center;
	padding:8px 0;
}
#oubo input{
	padding: 8px 16px;
	margin:0 16px;
	border-radius: 10px 10px 10px 10px;
	color:#fff;
	background-color: #0578d7;
	-webkit-appearance: none;
}
#oubo input .modoru{
	background-color: #c24a4e;
}

.thanks,.error{
	padding:50px 0 20px 0;
	margin:0 0 20px 0;
	}
.attention{
	font-size:11px;
	line-height:1.6;
	text-align:center;
	}
	
.caption {
	margin:10px 50px;
	font-weight:bold;
}

.about {
	margin:10px 50px;
	color:#000000;
}

.messageTop {
	text-align: center;
	margin: 30px auto 30px auto;
}

#message,#message2{
	background:#FFF;
	width:560px;
	margin:10px auto;
	text-align:center;
	border: 1px solid #0578d7;
}
#message p{
	margin:10px;
}
#message2 p{
	margin:120px auto;
}

.fontPink {
	color:#f35a90;
}

.fontBlue {
	color:#50a6ee;
}

.fontRed {
	color:#dd1d1d;
}

#loginCaption {
	margin:10px 50px;
	line-height: 1.5em;
}
.closeButton {
	text-align: right;
	margin: 30px 50px 30px auto;
}

/*---------------
form SP
-----------------*/
body.cx_smartphoneview input, body.cx_smartphoneview textarea {
	font-size:122%;
}
body.cx_smartphoneview #ouboForm {
	background-color:#FFF;
	border:none;
	padding:0 10px 10px 10px;
	width:540px;
}
body.cx_smartphoneview .input30 {
	width: 30%;
	border:#0578d7 solid 1px;
}
body.cx_smartphoneview .input50 {
	width: 50%;
	border:#0578d7 solid 1px;
}
body.cx_smartphoneview .input90 {
	width: 90%;
	border:#0578d7 solid 1px;
}
body.cx_smartphoneview textarea {
	width: 90%;
	border:#0578d7 solid 1px;
}
body.cx_smartphoneview input:focus {
	background:#FFC;
}
body.cx_smartphoneview textarea:focus {
	background:#FFC;
}
body.cx_smartphoneview input.radio {
	display:inline-block;
	width:20px;
	height:30px;
}
body.cx_smartphoneview label.radiolabel {
	display:inline-block;
	line-height:130%;
	margin-right:30px;
}

body.cx_smartphoneview dl{
	padding:0;
	border:none;
	background-color:#FFF;
}
body.cx_smartphoneview dt, body.cx_smartphoneview dd{
	padding:0;
	margin:0;
	border:none;
	background-color:#ffffff;
	float:none;
	width:auto;
}
body.cx_smartphoneview dt{
	line-height:1.4;
	border-bottom: #0578d7 dotted 1px;
	margin:0;
	padding: 10px 0 0 26px;
	background:url(https://wwws.fujitv.co.jp/safe/anaplus/present_choipre/img/dt_img.jpg) no-repeat 0 70%;
}
body.cx_smartphoneview dd{
	margin:0;
	padding:5px 0;
	line-height:1.2;
	font-size:120%;
}

body.cx_smartphoneview dd .fontRed ,body.cx_smartphoneview dd p{
	font-size:70%;
}
body.cx_smartphoneview dd input,body.cx_smartphoneview dd textarea{
	margin:0;
}
body.cx_smartphoneview #oubo input{
	margin:2px;
	font-size:140%;
}
body.cx_smartphoneview .caption ,body.cx_smartphoneview .about{
	font-size:80%;
	line-height: 1.5em;
}
body.cx_smartphoneview .attention{
	font-size:70%;
	line-height:1.6;
	padding:20px 20px 0 20px;
	text-align:left;
}
body.cx_smartphoneview .messageTop{
	font-size:70%;
	line-height:1.6;
}
body.cx_smartphoneview #copy{
	font-size:70%;
}
