@charset "utf-8"; 

/* ---------------
faq.css
ページごとの個別スタイル
--------------- */

/* 画像 見出し */
.title01 {
	background: url(../../img/parts/icon_q.gif) no-repeat 0 0;
	padding: 25px 0 0 50px;
	margin: 0 0 20px 10px;
}

/* テキスト 見出し */
.title02 {
	background: url(../../img/parts/icon_q.gif) no-repeat 0 0;
	margin: 0 0 20px 10px;
	font-size: 15px;
}
.title02 span {
	border-bottom: 1px dotted #969696;
	display: block;
	padding: 25px 0 15px 20px;
	margin: 0 0 0 30px;
}

/* 質問ボックス */
.styleBoxA {
	margin: 0 0 0 30px;
}

/* 質問リスト */
#main .list01 {
	margin: 0 20px;
}
#main .list01 li {
	background: url(../../img/parts/icon_arrow.gif) no-repeat 15px center;
	font-size: 15px;
	padding: 8px 0 8px 25px;
	border-bottom: 1px dotted #969696;
}
#main .list01 li.even {
	background: #E6E6D5 url(../../img/parts/icon_arrow.gif) no-repeat 15px center;
}

/* 質問の答え */
.inner01 {
	background: url(../../img/parts/icon_a.gif) no-repeat 0 0;
	padding: 25px 0 10px 50px;
	margin: 0 0 20px 10px;
}

/* 次へ、前へ */
.serialNavi {
	text-align: center;
	font-size: 15px;
	margin: 40px 0;
}
.serialNavi .next {
	background:url(../../img/parts/icon_circleRight.gif) no-repeat right center;
	padding: 0 20px 2px 5px;
}
.serialNavi .previous {
	background:url(../../img/parts/icon_circleLeft.gif) no-repeat left center;
	padding: 0 5px 2px 20px;
}