@charset "UTF-8";
.box_nav{
	background: #003c82;
}
.box_nav li{
	padding-bottom: 10px !important;
}
.box_mid{
	padding: 10px 8% 0;
	font-size: 16px;
	font-weight: bold;
	background: url(../../sp/img/bg_nav.jpg) repeat-y;
	background-size: 100%;
}
.box_mid span{
	color: #f00028;
}
.box_btm{
	position: relative;
}
.box_btm .bl_btn{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}
.bl_btn {
	width: 85%;
	height: 40px;
	margin: 0 auto;
}
.bl_btn a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff !important;
	background: #3366c8;
	border-radius: 7px;
	text-align: center;
	text-decoration: none !important;
	line-height: 40px;
	position: relative;
}
.bl_btn.ny a{
	background: #e32a4c;
}
.bl_btn a:after {
	content: "";
	display: block;
	width: 11px;
	height: 15px;
	background: url(../../sp/img/arr_next.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
#xmas_gm .sec_tourlist .tourcnt{
	margin-bottom: 10px !important;
}