@charset "utf-8";
/*====================================
	for faq.html
	Date of 2014.12.22
====================================*/
.faqIndexTitle{
	font-size:90%;
	line-height:1.5em;
	display:inline-block;
	border:1px solid #FF1464;
	color:#FF1464;
	padding:0 20px;
	margin-bottom:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.faqList{
	margin-bottom:40px;
}
.faqList li{
	font-size:90%;
	line-height:1.5em;
	margin:0 0 10px 5px;
}
.faqList li a{
	color:#1C1F86;
	text-decoration:none;
}
.faqList li a:hover{
	color:#FF1464;
}

.faqListQ{
	display:inline-block;
	vertical-align:top;
}
.faqBox{
	margin-bottom:40px;
}
.faqBox dt{
	font-size:100%;
	line-height:1.5em;
	font-weight: 700;
	color:#000000;
	background:#FFDBDE;
	padding:10px 15px;
	margin-bottom:15px;
	border-radius: 10px;
	display: flex;
}
.faqListNum{
	display:inline-block;
	margin-right:10px;
}
.faqBox dd{
	font-size:90%;
	line-height:1.7em;
	padding-left:50px;
	min-height: 35px;
	background:url(../images/faq_img_a.png) left top no-repeat;
}
.faqBox dd a{
	color:#FF1464;
}
.faqBox dd a:hover{
	text-decoration:underline;
}