@charset "utf-8";
.menu_btn {
	zoom: 1;
	background: none;
	width: 90%;
	margin: 0 auto;
}
.menu_btn:after {
	display: block;
	clear: both;
	content: "";
}
.menu_btn .menu_btn_l {
	display: table;
	float: left;
	width: 47%;
}
.menu_btn .menu_btn_r {
	display: table;
	float: right;
	width: 47%;
}

@media(max-width:640px) {
.menu_btn {
	width: 100%;
}
.menu_btn .menu_btn_l {
	padding-left: 5px;
	width: 48%;
}
.menu_btn .menu_btn_r {
	padding-right: 5px;
	width: 48%;
}
}
.menu_btn a, .menu_btn a:link, .menu_btn a:visited {
	height: 60px;
	display: table-cell;
	text-decoration: none;
	background-color: #efefef;
	background-image : -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.052));
	color: #000000;
	font-weight: normal;
	-webkit-transition: background-color 0.25s ease-in 0s;
	-moz-transition: background-color 0.25s linear 0s;
	-o-transition: background-color 0.25s linear 0s;
	transition: background-color 0.25s linear 0s;
	vertical-align: middle;
	position: relative;
}
.menu_btn p {
	height: 60px;
	display: table-cell;
	text-decoration: none;
	background-color: #4F4F4F;
	background-image : -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.052));
	color: #FFFFFF;
	-webkit-transition: background-color 0.25s ease-in 0s;
	-moz-transition: background-color 0.25s linear 0s;
	-o-transition: background-color 0.25s linear 0s;
	transition: background-color 0.25s linear 0s;
	vertical-align: middle;
	position: relative;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 3%;
}
.menu_btn span {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: bold;
	width: 93%;
	padding-left: 1%;
}

@media(max-width:480px) {
.menu_btn p, .menu_btn span {
	font-size: 13px;
}
}
.menu_btn span.menu_top:after {
	position: absolute;
	/*top: 37%;*/
	top: 22px;
	right: -1%;
	vertical-align: middle;
	content: "\003009";
}
.menu_btn a:hover {
	color: #FFFFFF;
	background-color: #4F4F4F;/*text-decoration: underline;*/
}
.menu_btn a {
	text-align: center;
	margin: 0px;
}
