@charset "utf-8";
.menu_btn {
	zoom: 1;
	background: none;
	margin: 10px 0px 10px 10px;
}
.menu_btn:after {
	display: block;
	clear: both;
	content: "";
}
.menu_btn .menu_btn_n {
	display: table;
	float: left;
	margin: 5px 0;
	width: 32%;
	padding-right: 7px;
}
.menu_btn .menu_btn_s {
	display: table;
	float: left;
	margin: 5px 0;
	width: 32%;
	padding-right: 7px;
}

@media(max-width:640px) {
.menu_btn .menu_btn_n {
	width: 47%;
}
.menu_btn .menu_btn_s {
	width: 47%;
}
.menu_btn {
	margin-left: 15px;
}
}
.menu_btn_n a, .menu_btn_n a:link, .menu_btn_n a:visited {
	height: 50px;
	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_s p {
	height: 50px;
	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;
	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;
	text-align: center;
	font-size: 14px;
}
.menu_btn span {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	width: 87%
}

@media(max-width:480px) {
.menu_btn span {
	font-size: 13px;
}
	.menu_btn .menu_btn_n {
	width: 95%;
}
.menu_btn .menu_btn_s {
	width: 95%;
}
.menu_btn {
	margin-left: 15px;
}
}
.menu_btn span:after {
	position: absolute;
	top: 17px;
	right: 3%;
	vertical-align: middle;
	/*content: url(../images/common/icn_arrowdown.gif);*/
	content: "\025bc";
}
.menu_btn span.menu_top:after {
	position: absolute;
	top: 17px;
	right: 3%;
	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;
}
