@charset "utf-8";


#main {
    float: none;
    width: 1000px;
}

#fanfunContents{
	background-color:#8af5e5;
	padding: 0 15px 15px;
}


#contentsHeader{
	width:985px;
	height:481px;
	position:relative;
}

#headerImg{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

.link a{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	text-indent: -9999px;
	width: 315px;
	height: 435px;
	z-index: 2;
}


#intro{
	position:absolute;
	padding:10px;
	width:606px;
	bottom:32px;
	left:30px;
	z-index:2;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
}
#intro span{
	color: #ff0066;
	font-weight: bold;
}

#contentsBody{
	background-color: #fff546;
	padding-bottom: 60px;
}
#contentsBodyImg{
	display: block;
	text-align: center;
}
#stepList{
	display: none;
}

/*------------answerBox------------*/

#listBox{
	background:url(../img/bg_listBox.jpg) repeat left top;
}


#listTtl{
	width: 100%;
	height: 265px;
	position: relative;
}

.setume{
	background-color: #ffffff;
	line-height: 1.7;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	width: 770px;
	padding: 12px 0;
	text-align: center;
	top: 173px;
	left: 78px;
}




#itemList{
	width:933px;
	margin:0 auto 15px;
}


#itemList li{
	background:url(../img/bg_list.jpg) no-repeat right bottom #e2459e;
	float:left;
	width:198px;
	height: 280px;
	position: relative;
	text-align: center;
	margin: 0 7px 20px 0;
	padding: 14px;
	color: #ffffff;
	line-height: 1.5;
}

.itemImg{
	width: 200px;
	height: 150px;
	position: relative;
	margin-bottom: 5px;
}

.tokutenIcon{
	display: block;
	width: 56px;
	height: 57px;
	position: absolute;
	bottom: 0;
	right: 0;

}

.itemNm{
	height: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}

.itemNm span{
	width: 200px;
	height: 35px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.itemNm a{
	color: #ffffff;
	text-decoration: none;
}

.itemInfo{
	font-size: 14px;
	margin-bottom: 3px;
}

.fontSmall{
	font-size: 12px;
}

.fontBig{
	font-size: 24px;
	font-weight: bold;
}

.itemPrice{
	width: 200px;
	background-color: #7e1952;
	padding: 14px 0;

}

/*
.fuki{
	position:absolute;
	top:185px;
	left:-5px;
	background:url(../img/bg_fuki.png) no-repeat center top;
	padding-top:17px;
	width:242px;
	display: none;
	z-index: 1;

}

.fuki span{
	display:block;
	width:222px;
	padding:10px;
	color:#000000;
	background-color:#ffff33;
	border-radius:5px;
	text-align:left;
}
*/

.fuki{
	position:absolute;
	top:185px;
	left:-5px;
	width: 242px;
	background: url(../img/fuki_footer.png) no-repeat left bottom;
	padding: 0 0 15px;
	display: none;
	z-index: 1;
}

.fuki_header{
	width: 242px;
	height: 41px;
}

.fuki_body{
	background: url(../img/fuki_body.png) repeat-y left top;
	text-align:left;
	padding: 0 12px 10px;
	width: 218px;
	color: #000000;
}

#shopFinBox{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}



#nextBox{
	width:100%;
	text-align:center;
}

.toggle_container{
	position: relative;/*slideupガタガタ対策*/
}