@charset "utf-8";
/* =======================================================
	CSS構成	: /faq/ ページレイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	01 : #main
	-----------------------------------------------------
	■基本骨格
	#header
		#wrapper
	#footer
======================================================= */




/* -------------------------------------------------------------
	01 : #main
------------------------------------------------------------- */
#main { margin-bottom: 25px; }
#main h1 { margin-bottom: 25px; }
#main #question {
	background: url(../img/map_bg.png) left top repeat;
	margin-bottom: 40px;
	padding: 5px;
}
#main #question > div {
	background: #FFF;
	padding: 15px 20px;
}
#main #question > div p {
	font-size: 14px; font-size: 1.166em;
	margin-bottom: 25px;
}
#main #question > div .question_box { margin-bottom: 25px; }
#main #question > div .question_box:last-child { margin-bottom: 0; }
#main #question > div .question_box p { margin-bottom: 12px; }
#main #question > div .question_box ul { margin-left: 6px; }
#main #question > div .question_box ul li { margin-bottom: 8px; }
#main #question > div .question_box ul li:last-child { margin-bottom: 0; }
#main #question > div .question_box ul li a {
	background: url(../img/faq/faq_arrow01.png) left center no-repeat;
	color: #0762AA;
	padding-left: 15px;
}




#main .answer { margin-bottom: 60px; }
#main .answer:last-child { margin-bottom: 0; }
#main .answer h2 { margin-bottom: 30px; }
#main .answer div { margin-bottom: 30px; }
#main .answer div:last-child { margin-bottom: 0; }
#main .answer div > dl {}
#main .answer div > dl dt ,
#main .answer div > dl dd { padding-left: 50px; }
#main .answer div > dl dt {
	background: url(../img/faq/q.jpg) left top no-repeat;
	color: #0762AA;
	font-size: 16px; font-size: 1.333em;
	font-weight: bold;
	margin-bottom: 18px;
	min-height: 23px;
}
#main .answer div > dl dd {
	background: url(../img/faq/a.jpg) left top no-repeat;
	margin-bottom: 20px;
	min-height: 23px;
}
#main .answer div > dl dd p {
	font-size: 14px; font-size: 1.166em;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
#main .answer div > dl dd p:last-child { margin-bottom: 0; }
#main .answer div > div { text-align: right; }
#main .answer div > div a {
	background: url(../img/faq/faq_arrow02.png) left 5px no-repeat;
	padding-left: 12px;
	color: #065FAA;
}



/*													end:#main
------------------------------------------------------------- */