@charset "UTF-8";
#xmas_gm #visual {
    height: 742px;
}
.nav_box{
	width: 1100px;
	margin: 0 auto;
}
.nav_box ul{
	overflow: hidden;
}
.nav_box li{
	width: 550px;
	height: 310px;
	float: left;
	text-align: center;
	background: url(../img/bg_nav.png) no-repeat center top;
	background-size: 100%;
}
.nav_box h3{
	padding: 15px 0 20px;
}
.nav_box span{
	color: #f00028;
}
.nav_box p{
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}
.bl_btn {
	width: 80%;
	height: 55px;
	margin: 0 auto 10px;
	padding: 0 !important;
}
.bl_btn a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fff !important;
	background: #3366c8;
	border-radius: 10px;
	text-align: center;
	line-height: 55px;
	position: relative;
}
.bl_btn.ny a{
	background: #e32a4c;
}
.bl_btn a:after {
	content: "";
	display: block;
	width: 10px;
	height: 8px;
	background: url(../img/arrow_01.png);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}
.bl_btn.ny a:after {
	background: url(../img/arrow_02.png);
}
#xmas_gm .tourlist .panel{
	margin-bottom: 20px;
}
#xmas_gm .tourcnt{
	width: auto;
	margin: 0 auto;
	float: none;
}
.tourlist .bl_btn{
	width: 520px;
}










