﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*----------------------------------------------------------
	よくある質問ページ
----------------------------------------------------------*/
div#Faq {
}

div.FaqBox {
	margin-top: 20px;
}

div.FaqList {
	margin-bottom: 40px;
}

div.HeadLine {
	background: url(../image/faq_bg.jpg) 0 40% no-repeat;
	padding-left: 60px;
	margin-top: 20px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 13px;
	/**/
}

div.HeadLineInner {
	background: url(../image/faq_bottom_bg.jpg) 0 bottom no-repeat;
	padding-bottom: 12px;
}

div#Faq div.HeadLineInner h3 {
	background: url(../image/faq_top_bg.jpg) 0 0 no-repeat;
	font-size: 1.333em;
	color: #FFFFFF;
	border: none;
	padding-top: 20px;
	padding-left: 13px;
}

/*----------------------------------------------------------
	よくある質問ページ
	========================================================
	コンテンツ最終部分
----------------------------------------------------------*/
	div#Content ul.BottomList {
		width: 660px;
		margin-bottom: 30px;
		overflow: hidden;
		zoom: 1;
	}

	div#Content ul.BottomList li {
		width: 320px;
		float: left;
		margin-right: 20px;
	}

	div#Content ul.BottomList li.ListVoice {
		margin-right: 0;
	}

	p.CommonImgBox {
		margin-top: 20px;
	}




