#home header.globehead hgroup h1 a {
	background:url(../images/event/2016cnewyear-logo.png) no-repeat left top;
	height:110px;
	width:195px;
	margin-top:-32px;
}
/*.idx_first_box .newyear-left a {
	background:url(../images/event/2016cnewyear-left.jpg);
	text-align:right;
	width:524px;
	height:617px;
	position:absolute;
	left:-534px;
	top:-182px;
}
.idx_first_box .newyear-right a {
	background:url(../images/event/2016cnewyear-right.jpg);
	width: calc(100% - 980px/2);
	height:617px;
	position:absolute;
	left:990px;
	top:-182px;
}*/
.newyear-left a {
	background:url(../images/event/2016cnewyear-left.jpg) no-repeat right top;
	text-align:right;
	width: calc(50% - 500px);
	height:617px;
	position:absolute;
	left:0;
	top:0;
}
.newyear-right a {
	background:url(../images/event/2016cnewyear-right.jpg) no-repeat left top;
	width: calc(50% - 500px);
	height:617px;
	position:absolute;
	right:0;
	top:0;
}
.idx_first_box section.idx_headline_box {
	padding:10px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.idx_first_box .newyear-left a,
	.idx_first_box .newyear-right a {
		display:none;
	}
}
@media screen and (max-width:767px) {
	.idx_first_box .newyear-left a,
	.idx_first_box .newyear-right a {
		display:none;
	}
	header.globehead {
		height:100px !important;
	}
	header.globehead hgroup, 
	header.globehead.new hgroup {
		top:0 !important;
	}
	#home header.globehead {
		width: calc(95% - 80px);
	}
	#home header.globehead hgroup h1 a {
		background:rgba(0, 0, 0, 0) url("../images/event/2016cnewyear-logo.png") no-repeat scroll left top !important;
		width:195px !important;
		height:110px !important;
		margin-top:0 !important;
	}
	#home header.globehead:before {
		content: url(../images/event/2016newyear-logobg.png);
		width:296px;
		height:38px;
		position:absolute;
		right:0;
		top:77px;
	}
	#home header.globehead:after {
		content: url(../images/event/2016newyear-logobg.png);
		width:296px;
		height:38px;
		position:absolute;
		left:0;
		top:77px;
	}
}