
/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.faq_list {
	width: 90%;
	text-align: left;
	margin: 0px auto 50px auto;
	padding: 0px;
}
div.faq_list:last-of-type {
	margin-bottom: 0px;
}
div.faq_list dl {
	text-align: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
div.faq_list dl:last-of-type {
	margin-bottom: 0px;
}
div.faq_list dl dt {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	border-bottom: 1px solid #e83929;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
div.faq_list dl dt:before {
	width: 20px;
	content: "Q";
	color: #fff;
	line-height: 20px;
	display: block;
	float: left;
	text-align: center;
	font-size: 12px;
	background-color: #e83929;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
}
div.faq_list dl dt span {
	font-size: 12px;
}
div.faq_list dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.faq_list dl dd ul {
	margin: 0px;
	padding: 0px;
}
div.faq_list dl dd ul li {
	line-height: 1.5em;
	text-align: left;
	text-indent: -1.4em;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 1.4em;
}
div.faq_list dl dd span {
	font-size: 12px;
}



@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {


div.faq_list {
	width: 100%;
	text-align: left;
	margin: 0px auto 50px auto;
	padding: 0px;
}
div.faq_list:last-of-type {
	margin-bottom: 0px;
}
div.faq_list dl {
	text-align: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
div.faq_list dl:last-of-type {
	margin-bottom: 0px;
}
div.faq_list dl dt {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	border-bottom: 1px solid #e83929;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
div.faq_list dl dt:before {
	width: 20px;
	content: "Q";
	color: #fff;
	line-height: 20px;
	display: block;
	float: left;
	text-align: center;
	font-size: 12px;
	background-color: #e83929;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
}
div.faq_list dl dt span {
	font-size: 12px;
}
div.faq_list dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.faq_list dl dd ul {
	margin: 0px;
	padding: 0px;
}
div.faq_list dl dd ul li {
	line-height: 1.8em;
	text-align: left;
	text-indent: -1.4em;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 1.4em;
}
div.faq_list dl dd span {
	font-size: 12px;
}



}

