@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:#fdb3c7 url(https://s1.fujitv.co.jp/safe/charaparade/img/bg01.png) center top;
}
a{
	outline:none;
	text-decoration:none;
	color:#1374ad;
}
a:hover, a:active{
	color:#a2d313;
}

#wrapper{
	width:auto;
	margin:0 auto;
	background:url(https://s1.fujitv.co.jp/safe/charaparade/img/headerBG.png) repeat-x 0px 45px;
}

#contents{
	width:auto;
	margin:0 auto;
	padding:30px 0;
	background:#fff;
	border-radius:0;
}
#contentsInner{
	width:600px;
	margin:0 auto;
	font-size:14px;
}


/* -------------------------- HEADER */
#header{
	padding:20px 0 0 0;
	text-align:center;
}
#header h1{
	font-size:30px;
	font-weight:normal;
	color:#fff;
}


/* -------------------------- CONTENTS */
h2{
	margin:50px 0 10px 0;
	text-align:center;
	font-size:24px;
}
h2:first-child{
	margin:20px 0 10px 0;
}
h3{
	font-size:14px;
}
.list{
	margin:0 0 30px 0;
	list-style:none;
}
.list li{
	padding:7px 0 7px 1em;
	text-indent:-1em;
}

#nextBtn{
	display:block;
	margin:40px 0px 30px 0px;
	padding:15px 0;
	background:#ed448f;
	border-radius:6px;
	text-align:center;
	text-decoration:none;
	font-size:24px;
	color:#fff;
}
#nextBtn:hover{
	background:#ff6cac;
}



/* -------------------------- FOOTER */
.footer{
	width:600px;
	margin:0 auto;
	padding:0 0 50px 0;
}
.footer address{
	float:none;
	margin:10px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-style:normal;
	font-size:10px;
	font-weight:bold;
	color:#444;
}






