@charset "utf-8";
@import url(./cmn.css);

/*************よくあるご質問設定********/

h2.title {  
  background:url(../img/faq/title.jpg) no-repeat;
}

h3.sttl01 {
	width:570px;
	height:30px;
	background:url(../img/faq/sttl01.gif) no-repeat;
}

h3.sttl02 {
	margin-top:10px;
	width:570px;
	height:30px;
	background:url(../img/faq/sttl02.gif) no-repeat;
}

h3.sttl03 {
	margin-top:10px;
	width:570px;
	height:30px;
	background:url(../img/faq/sttl03.gif) no-repeat;
}

/*枠*/

div.faq {
	margin:0 0 20px;
	padding:0;
	width:550px;
	height:auto;
}

/****質問****/

.contents_q {
	margin:0 0 5px 10px;
	padding:5px 10px;
	width:530px;
	height:auto;
	background:#E7F3FE;
}

.icon_q {
	width:25px;
	height:25px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

.faq_txt_q {
	font-weight:bold;
	width:485px;
	height:auto;
	margin:0;
	padding:3px 0 0;
	color:#065FB0;
	font-size:15px;
	font-weight:bold;
	float:left;
}

/****答え****/

.contents_a {
	margin:0 0 20px 10px;
	padding:5px 10px;
	width:530px;
	height:auto;
	background:#FFEEEE;
}

.icon_a {
	width:25px;
	height:25px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

.faq_txt_a {
	width:485px;
	height:auto;
	margin:0;
	padding:2px 0 0;
	line-height:150%;
	font-size:12px;
	float:left;
}