@charset "utf-8";
/* CSS Information ====================
File name: faq.css
description: メインコンテンツよくあるご質問部分CSS
Editors: Makoto Watanabe
LastDate: 2011,11,12

目次
*インポートunderlayer.css（下層ページ共通レイアウト）

*レフトコンテンツ（よくあるご質問）
==================================== */

@import url("../../common/css/underlayer.css");	/* リセットスタイル */

/* ここから個別レイアウト設定（レフトカラム部分）----------------------------------------------------------------- */

#primary-contents h3 {
	font-size: 160%;
	line-height: 1.6;
}

#primary-contents .section-lv2 {
	width: 680px;
	margin-top: 12px;
	margin-bottom: 50px;
	padding-top: 22px;
	border-top: #CCCCCC solid 2px;
}

#primary-contents .section-lv2 .queBox {
	margin-bottom: 25px;
	background: url(../images/faq_bg_middle.gif) repeat-y;
}

#primary-contents .section-lv2 .queBox p.queBottom {
	width: 650px;
	padding: 16px 15px;
	background: url(../images/faq_bg_bottom.gif) no-repeat 0 100%;
	font-size: 120%;
	line-height: 1.6em;
}

