/* faq
===================================*/

#faq{
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
	overflow: hidden;
	}

#faq h3{
	text-align: center;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C1B9A9;
	background-image: none;
}


#faq h4{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}


/*accordion*/

#faq dl{
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	float: none;
}

#faq dl dt {
	cursor: pointer;
	display: block;
	background-image: url(faq_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#faq dl dd {
	word-wrap: break-word;
	margin-bottom: 4%;
	font-size: 14px;
	background-image: url(faq_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

/*
#faq dl.accordion dt {
	width: 100%;
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 0px;
}

#faq dl.accordion dt::before {
	content: url(../css/q_arrow.png);
	position: relative;
	top: 0px;
	right: 0px;
	text-align: right;
	float: right;
	height: 40px;
	width: 40px;
}

#faq dl.accordion dt.open::before {
  content: url(../css/q_arrow_on.png);
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
}

#faq dl.accordion dd {
	word-wrap: break-word;
	margin-bottom: 4%;
	font-size: 14px;
}
*/

@media only screen and (min-width:1px) and (max-width:740px){


/* faq
===================================*/

#faq dl{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	float: none;
}

}

@media only screen and (min-width:1px) and (max-width:480px){

/* faq
===================================*/

}
