@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for index style
	
*/


/* 1.for index style
===============================================================*/
div.section h2{
	margin-bottom:15px;
}
div#flow table{
	width:600px;
}
div#flow th{
	padding-bottom:15px;
	width:120px;
	text-align:left;
	vertical-align:top;
}
div#flow td{
	padding-bottom:15px;
	vertical-align:top;
}
div#flow dt{
	font-weight:bold;
}
div#flow dd{
	margin-bottom:15px;
}
div#flow p{
	margin-bottom:15px;
}
.quesTxt{
	margin:0 20px 20px;
	line-height:1.8;
}
div.faqBox{
	margin-bottom:15px;
	border:solid 1px #dda300;
}
div.faqBox dt{
	float:left;
	width:2em;
	font-weight:bold;
}
div.faqBox dd{
	margin-left:2em;
}
.question{
	padding:6px 10px;
	color:#5a3d1c;
	background:#f7d963;
	border-bottom:solid 1px #dda300;
}
.answer{
	padding:6px 10px;
	color:#5a3d1c;
	background:#ffffcc;
}
.answer dt{
	color:#d81919;
}