@charset "utf-8";

#head-nav1 > ul > li.news > .nav-inner > a {
	overflow: visible;
}
#head-nav1 > ul > li.news > .nav-inner > a:before {
	content: " ";
	display: block;
	background-image: url("../img/ic_en.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	position: absolute;
	margin: auto 0;
}


@media screen and (min-width: 481px) {

#head-nav1 > ul > li.news > .nav-inner > a:before {
	width: 20px;
	height: 14px;
	top: 0.5em;
	right: -28px;
}

body.smaller #head-nav1 > ul > li.news > .nav-inner > a:before,
body.home.smaller #head-nav1 > ul > li.news > .nav-inner > a:before {
	top: 0.8em;
}

#head-nav1 > ul > li.news:after {
	margin-left: 44px;
}
body.smaller #head-nav1 > ul > li.news:after,
body.home.smaller #head-nav1 > ul > li.news:after{
	margin-left: 34px;
}

#home-otherColumn {
	float: right;
	padding-top: 0px;
	border-top: none;
}

}

@media screen and (max-width: 480px) {

#head-nav1 > ul > li.news > .nav-inner > a:before {
	width: 20px;
	width: 6.25vw;
	height: 14px;
	height: 4.375vw;
	top: 0px;
	bottom: 0px;
	right: 27vw;
}

}








