@charset "utf-8";
/* CSS Document */


/*--------------メインビジュアル--------------*/
#main_visual{
	width:100%;
	height:auto;
	background-size:100% auto; 
	overflow:hidden;
	clear:both;
	position:relative;
	margin-top:80px;
}

#main_visual img{
	width:100%;
	height:auto;
	vertical-align:middle;
	overflow:hidden;
}

/*----------タイトル--------------*/
.title{
	font-size:138.5%;
	text-align:center;
	color:#fff;
	margin-bottom:30px;
	
}

#back01{
    width:100%;
	background:#112e1c;
	padding:30px 0 60px;
}

.sub{
	text-align:center;
	font-size:116%;
	color:#91b37f;
	font-weight:bold;
}

.mony{
	width:94%;
	margin:0 auto;
	font-size:116%;
	color:#fff;
}


/*///////　テーブル　/////////*/

table.listing_price {
	width:94%;
	margin:10px auto 40px;
	border-collapse: collapse;
	border-top: 1px solid #91b37f;
	border-bottom: 1px solid #91b37f;
	border-left: 1px solid #91b37f;
}

table.listing_price th {
	width:70%;
	padding:5px 2px;
	color: #fff;
	border-right: 1px solid #91b37f;
	border-bottom: 1px solid #91b37f;
	text-align:left;
}

table.listing_price td.centaer_box{
	padding:5px 5px;
	border-right: 1px solid #91b37f;
	border-bottom: 1px solid #91b37f;
	color: #fff;
	text-align:right;
}