@charset "utf-8";

@import url(/commons/css/import.css);

/**共通項目**/

/*タイトル下に来るp*/

.outline{
	width:750px;
	font-size:117%;/* 12px → 14px相当 */
	/*font-size:14px;*/
	padding-bottom:10px;
	line-height: 1.4em;
}

.read{
	font-size:117%;/* 12px → 14px相当 */
	/*font-size:14px;*/
	margin:14px 0 10px 0;
}

/*質問一覧*/

#qa-ichiran{
	width:900px;
	padding:0;
	font-size:117%;/* 12px → 14px相当 */
	/*font-size:85%;*/
	margin:20px 0;
	overflow:hidden;
	background:url(images/line.gif) repeat-x bottom;
	padding-bottom:20px;
}

#qa-ichiran ul li{
	background:url(images/icon_01.jpg) no-repeat left top;
	padding:0 0 0 12px;
	margin-bottom:2px;
	float:left;
	/*width:363px;*/
}

#qa-ichiran ul.p1 li{
	width:380px;
}

#qa-ichiran ul.p2 li{
	width:400px;
}

#qa-ichiran ul.p3 li{
	width:420px;
}

#qa-ichiran ul.p4 li{
	width:390px;
}

#qa-ichiran ul.p5 li{
	width:425px;
}

#qa-ichiran ul.p6 li,
#qa-ichiran ul.p7 li {
	width:auto;
	margin-right:30px;
	white-space:nowrap;
}

#qa-ichiran a{
	font-weight:bold;
	color:#00698c;
	text-decoration:none;
}

#qa-ichiran a:hover{
	font-weight:bold;
	color:#00698c;
	text-decoration:underline;
}

/*回答*/

div.box {
	clear:both;
	}
	
div.box dl dt{	
	background:url(images/bg_question.gif) no-repeat left;
	margin-bottom:4px;
	padding-left:35px;
	font-size:117%;/* 12px → 14px相当 */
	/*font-size:90%;*/
	font-weight:bold;
	line-height:2.2;
	clear:both;
}

div.box dl dd{
	font-size:108%;/* 12px → 13px相当 */
	/*font-size:80%;*/
	padding-left:35px;
	margin-bottom:8px;
}

div.box strong{
	font-weight:bold;
}

.table {
	border-top:1px solid #666;
	border-left:1px solid #666;
}

.table tr th{
	text-align:center;
	padding:3px;
	background:#eee;
	font-weight:bold;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}
	
.table tr td{
	text-align:center;
	padding:3px;
	background:#fff;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

div.box ul{
	margin:6px 0 6px 10px;
}

div.box ul li{
	list-style:inside circle;
	margin-bottom:3px;
}

.page-top{
	float:right;
	font-size:108%;/* 12px → 13px相当 */
	/*font-size:80%;*/
	background: url(images/blue_arrow_up.gif) no-repeat right center;
	padding-right: 12px;
}

.style_read{
	width:700px;
	font-size:117%;/* 12px → 14px相当 */
	/*font-size:14px;*/
	padding:15px 0 10px 5px;
	line-height: 1.4em;
}

.style_read strong{
	font-weight:bold;
	color:#142a86;
}

.float_left{
	float:left;
}

.box_red{
	width:600px;
	margin:20px 20px;
	padding:5px;
	border: 1px solid #FFD2C8;
	font-weight: 600;
	color: #333;
}

/**共通項目終**/

#contents{
	margin-bottom:10px;
}

#div_top{
	float:left;
}

#div_middle{
	float:left;
	background: url(images/div-middle_bg.gif) repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	padding-top:14px;
	padding-bottom:5px;
	width:900px;
}

#div_bottom{
	float:left;
	width:950px;
	background: url(images/div-bottom_bg.gif) no-repeat top;
	height: 7px;
}

.bottom-line{
	background: url(images/line.jpg) repeat-x bottom;
	padding-bottom:6px;
	width:700px;
	margin:0 auto 14px auto;
}

.bottom-line strong{
	font-weight:bold;
}

/*タブ*/

div#tab ul li{
	float:left;
	margin-right:4px;
}

div#tab{
	border-bottom:3px solid #009bce;
	margin-bottom:13px;
	height:32px;
}

