@charset "UTF-8";
/*******************************************メニュー部分***************/
.menu_bar {
	background-image: url(../img/index/type_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 24px;
	color: #FFF;
	line-height: 24px;
	/*margin: -5px 0 0 0;*/
}
.menu_bar ul li {
	float: left;
	width: 20%;
	text-align: center;
	background-size:70%;
	background-position:center center;
}
.menu_bar ul a li{ color:#fff;}
/******************************************料金*******/

.index_price {
	margin-top: 20px;
}
.index_price .selection{ width:100%;}
.index_price .selection ul { overflow: hidden;}
.index_price .selection ul li {
	float: left;
	width: 30.5%;
	text-align: center;
	padding: 0 1px 2px 1px;
}
/*.index_price .selection ul li:hover {
	background-color:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
}*/
.index_price .selection ul li.active {
	background-color:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
}
.index_price .btn {
	width:100%;
	height: 40px;
	line-height:40px;
	color:#fff;
	border:none;
	background-image: -webkit-linear-gradient(top, #f94141, #cc1c1c);
	background-image: -moz-linear-gradient(top, #f94141, #cc1c1c);
	background-image: -o-linear-gradient(top, #f94141, #cc1c1c);
	background-image: -ms-linear-gradient(top, #f94141, #cc1c1c);
	background-image: linear-gradient(to bottom, #f94141, #cc1c1c);
	font-weight: bold;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.index_price .graph { margin:5px 0 20px 0;}
.index_price .title {margin: 10px 5px 0px 5px; font-size:14px;}
.index_price .graph table {text-align: center;}
.index_price .graph table tr th {
	border: 1px solid #c7c490;
	background-color:#ebe7d5;
	padding:5px 0;
}
.index_price .graph table tr td {
	border: 1px solid #c7c490;
	padding:5px 0;
}
.faf8ee{ background-color:#faf8ee;}
.index_price .text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.graph table tr .middele{
	background-color:#faf8ee !important;
}
.graph table tr .top{
	border: 1px solid #c7c490 !important;
	background-color:#ebe7d5 !important;
	padding:5px 0 !important;
}


