﻿@charset "UTF-8";
@import "../../common/css/common.css";

/* ■■ 目次 ■■
/* faq.cssはfaq/～～.htmlのみで使用するユニークなCSSです。
　 レイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
01.index.html
	1.Index
02.faq01.html
	1.Detail
*/

/* ■■ 01.index.html ■■ */
#MainContents {
	padding-top:10px;
}
#MainContents h1 {
	float:left;
	margin-right:15px;
	padding-top:2px;
}
#MainContents h2 {
	padding-top:3px;
	font-size:75%;
	font-weight:normal;
}

/* ## 01-01.Index ## */
#Index h3 {
	margin:5px 0;
}
#Index h4 {
	margin:15px 0px 10px 10px;
	padding-left:10px;
	font-size:90%;
	background:url("../../common/img/bg_a_sitemenu.gif") no-repeat left center;
}
#Index li {
	margin-left:80px;
	list-style:disc outside;
	font-size:90%;
	line-height:1.5;
}


/* ■■ 02.faq01.html ■■ */
#Detail h3 {
	margin:5px 0;
}
#Detail h4 {
	margin:30px 0 10px;
	padding-left:10px;
	background:url("../../common/img/bg_a_sitemenu.gif") no-repeat left center;
}
#Detail h4.ques {
	margin:15px 0;
	min-height:35px;	_height:35px;
	padding:20px 15px 20px 50px;
	line-height:1.5;
	border:4px solid #e6e6e6;
	background:url("../img/bg_h4_ques.gif") no-repeat 12px 16px;
}
#Detail p.anser {
	min-height:30px;	_height:30px;
	padding:20px 15px 20px 55px;
	line-height:1.5;
	background:url("../img/bg_p_anser.gif") no-repeat 16px 16px;
}
#Detail li {
	margin-left:30px;
	list-style:disc outside;
	font-size:90%;
	line-height:1.5;
}