@charset "UTF-8";
/* =================================
Top Page CSS
================================= */

#main figure { margin: 0; line-height: 22px;}

#main {
	width: 890px;
}

.new_titile {
	width: 100%;
	text-align: center; 
	margin-bottom:20px;
}

.special_menu ul,
.special_menu { width: 100% }

.special_menu ul {
	margin: 45px 0 70px; 
}

.special_menu ul li {
	float: left;
	position: relative;
	width: 285px;
	min-height: 45px;
	height: auto;
	line-height: 25px;
	border: 1px dashed #cccccc;
	text-align: center;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.special_menu ul li a {
	font-size: 13px;
	font-weight: bold; 
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
}

.special_menu ul li:hover { background-color: #eeeeee; }

.special_menu ul li.active { 
	background-color: #eee; 
}

.special_menu h2 {
	font-size: 18px;
	color: #4d4d4d;
	width: 100%;
	text-align: center;
	margin-bottom: 30px; 
}

.menu_box {
	width: 380px; 
}

.menu_box h3 {
	color: #41D2C4;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.menu_box table {
	width: 100%;
	margin-bottom: 0;
}
.menu_box table tr {
	background: url(../img/line_price.png) repeat-x 0 10px;
}
.menu_box table th {
	width: 200px;
	font-size: 14px;
	line-height: 1.6em;
	color: #4d4d4d;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.menu_box table td {
	font-size: 14px;
	line-height: 1.6em;
	color: #4d4d4d;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}
.menu_box table th span,
.menu_box table td span {
	background: #ffffff;
}
.menu_box table tr.price_bikou {
	background: none;
}
.menu_box table tr.price_bikou td {
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 8px;
	color: #999;
	text-align: left;
	font-weight: normal;
	padding-bottom: 20px;
}
.menu_box p {
	padding: 15px;
	border: 1px dashed #7E7F7F;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 25px;
}
.note {
		margin-top: 25px;
		margin-bottom: 25px;
}
.note p {
		padding: 15px;
		border: 1px dashed #7E7F7F;
		font-size: 12px;
		line-height: 1.6em;
}
@media only screen and (max-width: 768px) {
	
	#main {
		width: 100%;
	}
	
	.special_menu ul{
		width: 100%;
		text-align: center;
		margin: 20px 0 20px;
	}
	
	.special_menu ul li {
		float: none;
		text-align: center;
		margin: 0 auto 10px;
		cursor: pointer;
		width: 100%;
		background: url(../img/icon_arrow.png) no-repeat 98% center;
		background-size: 20px 10px;
	}
	
	#main figure img { width: 100%; }
	
	.special_menu ul li.active {
		background-color: #fff;
		border: 1px solid #a0a0a0;
	}
	
	.menu_box { width: 100%; }
	
	.menu_box dt { font-size: 12px; }
	
	.menu_box dt span img {
		display: inline-table;
		vertical-align: super;
		width: 120px;
}
	
}



