@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

.subPage #mainCol {
	background-image: url(../faq/img/category_img.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#mainCol dl#qalinkBox {
	line-height: 1.8;
	width: 100%;
	border: 2px solid #352E2F;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#mainCol dl#qalinkBox.last {
	margin-bottom: 40px;
}

#mainCol dl#qalinkBox dt {
	width: 14em;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #352E2F;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 10px;
}

#mainCol dl#qalinkBox dd {
	padding-left: 16em;
	padding-top: 5px;
}

#mainCol ul#qaBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#mainCol ul#qaBox li {
	border: 2px solid #352E2F;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}

#mainCol ul#qaBox li .qst {
	background-image: url(../faq/img/icon_q.gif);
	background-repeat: no-repeat;
	font-size: medium;
	color: #333333;
	font-weight: bold;
	padding-left: 36px;
	background-position: 10px 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #352E2F;
	padding-right: 10px;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	padding-top: 0.4em;
}

#mainCol ul#qaBox li .ans {
	margin-left: 38px;
	background-image: url(../faq/img/icon_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 26px;
	padding-right: 10px;
}

#mainCol ul#qaBox li.arrow {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-image: url(../process/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	text-indent: -9999em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1px;
	height: 12px;
}

#mainCol ul#processFlow li p {
	padding-left: 10px;
}

#mainCol ul#processFlow li.flow1 {
	background-image: url(../process/img/item_num1.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainCol ul#processFlow li.flow2 {
	background-image: url(../process/img/item_num2.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainCol ul#processFlow li.flow3 {
	background-image: url(../process/img/item_num3.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainCol ul#processFlow li.flow4 {
	background-image: url(../process/img/item_num4.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainCol ul#processFlow li.flow5 {
	background-image: url(../process/img/item_num5.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainCol ul#processFlow li.flow6 {
	background-image: url(../process/img/item_num6.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainCol ul#processFlow li.flow7 {
	background-image: url(../process/img/item_num7.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainCol ul#processFlow li.flow8 {
	background-image: url(../process/img/item_num8.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#mainCol ul#processFlow li.flow9 {
	background-image: url(../process/img/item_num9.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
