@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: -15px 0 0 0;*/
}
.menu_bar02 {
	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-repeat:no-repeat;
	background-size:70%;
	background-position:center center;
}
.menu_bar ul li.typeselect {
	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)";
}

.menu_bar ul a li{ color:#fff;}
/******************************************料金*******/

.index_price {
	margin-top: 10px;
}
.index_price .selection{ width:100%;}
.index_price .selection ul { margin-bottom:10px;}
.index_price .selection ul li {
	float: left;
	width: 30.5%;
	text-align: center;
	padding: 0 1px 2px 1px;
}
.index_price .selection ul li img:hover {
	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(bottom, #000, #950202);
	background-image: -moz-linear-gradient(bottom, #000, #950202);
	background-image: -o-linear-gradient(bottom, #000, #950202);
	background-image: -ms-linear-gradient(bottom, #000, #950202);
	background-image: linear-gradient(to top, #000, #950202);
	font-weight: bold;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.index_price .graph { margin-bottom:20px;}
.index_price .graph .title {margin-bottom: 5px;}
.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;
	background-color:#FFF;
}
.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;
}

