@charset "utf-8";

@import url(/commons/css/import.css);

/**共通項目**/
.float_left{
	float:left;
}

#privacy h2{
	background:url(images/tel_hr.gif) no-repeat bottom;
	padding-bottom:8px;
}

#privacy h2 img{
	padding-left:2px;
}

/**共通項目終**/

#contents{
	margin-bottom:10px;
}
#div_top{
	float:left;
}
#privacy{
	float:left;
	width:710px;
	padding-bottom:38px;
}

#div_middle{
	float:left;
	background: url(images/div-middle_bg.gif) repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	padding-top:14px;
	width:900px;
}
#privacy{
	padding:5px;
	width:740px;
}
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:90%;*/
	font-weight:bold;
	line-height:2.2;
	clear:both;
}

div.box dl dd{
	/*font-size:80%;*/
	padding-left:35px;
	margin-bottom:8px;
}

div.box strong{
	font-weight:bold;
}


#div_bottom{
	float:left;
	width:950px;
	background: url(images/div-bottom_bg.gif) no-repeat top;
	height: 7px;
}

.c_tbl01 {
	width: 500px;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.td_border {
	border:1px solid #999999;
}
.yakou {
	font-size: 100%;
	color: #000066;
	border-left: 3px solid #000099;
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 700;
	background: #CCFFFF;
	line-height: 25px;
}
.hiru {
	font-size: 100%;
	color: #AE2300;
	border-left: 3px solid #FF6600;
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 700;
	background: #FFFFCC;
	line-height: 25px;
}
.border_left {
	border-left: 2px dotted #BBE9FF;
	padding-left: 10px;
}
.text_cap {
	font-size: 100%;
	line-height: 17px;
	color: #444444;
	margin-left: 110px;
}

.outline{
	width:750px;
	font-size:14px;
	padding-bottom:10px;
	line-height: 1.4em;
}

.outline strong{
	font-weight:bold;
}

.read{
	font-size:14px;
	margin:14px 0 10px 0;
}

/*回答*/

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;
}

