@charset "utf-8";

/* ---------------------------------------------------
   File: faq.css
   Version: 1.0.0
   Update: 2014-09-12
   Author: http://flowlab.co.jp

   (c)2007-2014 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===================================================
    Sub Navigation
=================================================== */

#snavi li#s_faq a				{ background-position:  -335px  -30px;}




/* ===================================================
    Local Navigation
=================================================== */

#lnavi_area h1 {
	height: 154px;
	background: url(../faq/images/tit_faq.jpg) 0 0 no-repeat;
}




/* ===================================================
    Contents
=================================================== */

#contents_area {
	padding-bottom: 16px;
}

/* Title */
.contents h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	background: url(../img_common/line_h3.jpg) left bottom no-repeat;
	padding: 10px 0;
	margin-bottom: 25px;
	display: block;
}


	

/* ===================================================
    Common Style
=================================================== */

/* Question Title*/
.contents article h3 {
	font-size: 1em;
	font-weight: bold;
	background: url(../faq/images/icon_question.jpg) left center no-repeat;
	display: block;
	padding: 8px 0 8px 55px;
	margin-bottom: 10px;
}

/* Answer */
.contents article p {
	font-size: 0.9em;
	line-height: 1.6em;
	background: url(../faq/images/icon_answer.jpg) 10px center no-repeat;
	display: block;
	padding: 4px 0 4px 55px;
}

