@charset "utf-8";
@import url("bace.css");
@import url("common.css");
/* ===================================================================
CSS information

 file name  :guide.css
 style info :ご利用案内カテゴリ用css
 
=================================================================== */

#guide .imgright {
	float:right;
	margin:0 0 15px 15px;
}
#guide .imgright2 {
	float:right;
	margin:0 0 0 15px;
}

#guide .imgleft {
	float:left;
	margin:0 10px 15px 0;
}
#guide #maincontents h4 {
	background:url(/images/line_sttl.gif) left bottom no-repeat;
	height:31px;
	line-height:31px;
	font-weight:bolder;
	font-size:75%;
	color:#333;
	margin:15px 0;
	clear:left;
}
#guide #maincontents h5 {
	font-size:75%;
	margin-top:10px;
}
#guide #maincontents .wrapbox {
	margin-bottom:25px;
}

#guide #maincontents table {
	margin-bottom:15px;
}
#guide #maincontents table caption {
 padding:5px 0;
}
#guide #maincontents table th {
	background:#f3f3f3;
	text-align:center;
	white-space:nowrap;
}
#guide #maincontents table th.second {
	background:#f9f9f9;
	text-align:left;
	white-space:nowrap;
	font-weight:normal;
}
#guide #maincontents table th,#guide #maincontents table td {
	padding:3px;
	border:solid 1px #cdcdcd;
	text-align:center;
}
#guide #maincontents table td.none {
	background:url(/images/bg_dod.gif);
}
#guide #maincontents .kome{
	color:#408d23;
	}
