@charset "utf-8";

/************************************************

	dettail

************************************************/


#detail{
	background-color: #FFFFFF;
}

#detail #container{
	margin: 0px auto;
	width: 650px;
	background-color: #FFFFFF;
}
#detail #container #wrap{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
}

#content01{
	width: 620px;
	margin-bottom: 50px;
}
#content01_l{
	float: left;
	width: 240px;
}
#content01_r{
	float: right;
	width: 360px;
}

#content01_r .text01{
	font-size: 15px;
	font-weight: bold;
	color: #997F3F;
	border-bottom: 1px dotted #D8D8D8;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

#content01_r .text02{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
#content01_r th{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B2BDB5;
	text-align: center;
	border-bottom: 5px solid #FFFFFF;
	font-size: 11px;
	width: 70px;
}
#content01_r td{
	border-bottom: 5px solid #FFFFFF;
	padding-left: 12px;
	font-size: 12px;
}

#content02{
	width: 600px;
	margin-bottom: 50px;
}
#content02_l{
	float: left;
	width: 400px;
}
#content02_l dt{
	color: #997F3F;
	font-size: 14px;
	margin-bottom:10px;
	font-weight: bold;
}
#content02_l dd{
	margin-bottom:17px;
}

#content02_r{
	float: right;
	width: 180px;
}
#content02_r li{
	margin-bottom:10px;
}
#content03{
	background-color: #B2BDB5;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 7px;
	width: 593px;
	font-weight: bold;
	margin-bottom: 15px;
}
#content04{
	width: 600px;
}
#content05{
	margin-top: 10px;
	text-align: right;
}






#container #wrap .no_margin_b {
	margin-bottom: 0px;    
}
.space01{
	margin-bottom: 5px;
}
.space02{
	margin-bottom: 10px;
}
.space03{
	margin-bottom: 15px;
}
.space04{
	margin-bottom: 20px;
}
.space05{
	margin-bottom: 25px;
}
.space06{
	margin-bottom: 30px;
}
.space07{
	margin-bottom: 35px;
}
.space08{
	margin-bottom: 40px;
}
.space09{
	margin-bottom: 45px;
}
.space10{
	margin-bottom: 50px;
}



/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
