@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq .title{
	color: #FF138C;
	font-weight: bold;
	font-size: 2.14em;
	text-align: center;
	background: url(../image/faq01.jpg) center no-repeat;
	padding: 6px 5px 2px 5px;
}
#faq ul.nav{
	
	overflow: hidden;
}
#faq a{
	
color: #A01BFE;
}

#faq ul.nav li{
	float: left;
	margin-right: 30px;
	width: 400px;
	margin-bottom: 30px;
	background:  url(../image/bg_faq.jpg) bottom no-repeat;
	padding-bottom: 6px;
}
#faq ul.nav li:nth-child(2n){
	margin-right: 0;
}
#faq .title a{
	
color: #FF138C;
}


#faq ul.nav a{
	text-decoration: none;
}
#faq ul.list{
	margin: 0 4px 0 4px;
	/* background-image: url(../image/faq_cts_repeat_.jpg); */
	background: #FF99FF;
	background-repeat: repeat-y;
	background-position:center left;
	background-size:auto auto;
	padding: 20px;
}
#faq ul.list li{
	width: 313px;
	margin-right: 0;
	line-height: 1.6;
	float: none;
	font-size: 1.14em;
	font-weight: bold;
	background: #FFFFFF;

	padding: 5px 25px 5px 10px;
	margin-bottom: 10px;
}
#faq ul.list li a{
	color: #333333;
	
}
#faq ul.list li a:hover{
	text-decoration: underline;
}
#faq dl {
	margin-bottom: 30px;
}
#faq dl dt {
	background: url(../image/faq02.jpg) left  no-repeat;
	padding: 0 0 0 40px;
	margin-bottom:10px;
	font-size: 1.15em;
	color: #FF138C;
	font-weight: normal;
}
#faq dl dd {
	background: url(../image/faq03.jpg) left top no-repeat;
	padding: 6px 0 0px 40px;
	margin-bottom:25px;
}
#faq dl dd .color a{
	color: #A01BFE;
	font-weight: bold;
}

#faq  img.faqmail{
	    padding-bottom: 6px;
}