@charset "utf-8";

/* CSS Document */

#guide #container{
	padding:0 0 45px;
}
#guide #contents h2{
	margin:0 0 15px;
}
#contents{
	padding:12px 0 0 ;
}

#guide .guideContent{
	margin: 0 0 30px;
	background: #fff;
	padding: 10px 10px 60px;
	clear: both;
}
#guide .guideContent h3{
	background: #feedd1;
	border-left:#eb9026 6px solid;
	padding: 15px 15px 15px 15px;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
	color: #eb9026;
}

#guide .guideContent h4{
	border-bottom:#eb9026 2px solid;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	color: #eb9026;
}

#guide .guideContent dl{
	padding:0 10px;
	margin:10px 0 20px 0;
}
#guide .guideContent dl.last{
	margin-bottom:0;
}
#guide .guideContent dl dt{
	/* border-left:#8a846d 6px double; */
	border-left:#eb9026 6px double;
	padding: 0 5px 0 5px;
	margin-bottom:2px;
	font-weight: bold;
	font-size: 14px;
	/* color: #8a846d; */
	color: #eb9026;
}

/* tokusyo */
#guide .guideContent .lead{
    color: #eb9026;
	margin: 15px 0;
}
#guide .guideContent table.t_list{
	border: 1px solid #bdb695;
    margin: 0 0 30px;
    text-align: left;
    width: 100%;
}

#guide .guideContent table.t_list th{
	background: none repeat scroll 0 0 #feedd1;
    border-bottom: 1px solid #bdb695;
    border-left: 1px solid #bdb695;
    font-weight: normal;
    padding:10px 20px;
    white-space: nowrap;
    width:30%;
}

#guide .guideContent table.t_list td{
	background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #bdb695;
    border-left: 1px solid #bdb695;
    padding: 10px 20px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
#guide .guideContent ul{
	padding:10px 0 10px 20px;
}
#guide .guideContent dl dd{
	padding-left:13px;
}
#guide .guideContent dl dd.mb5{
	margin-bottom:8px;
}


