@charset "utf-8";
/* CSS Document */


#overlay {
	display: none;
}



@media only screen and (min-width: 1px) and (max-width: 1023px) {

#header_wrap {
	float: left;
	width: 100%;
}

#header_wrap #header {
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 90;
	background-image: url(../images/bg_header2.jpg);
	background-repeat: repeat-x;
}

#logoBox .logo a {
	height: 35px;
	width: 103px;
	text-indent: -9999px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -52px;
	margin-top: 20px;
	z-index: 998;
}

}

@media only screen and (min-width: 1px) and (max-width: 1023px) {

.toggleButton img {
	top: 15px;
	width: 35px;
	height: 35px;
	left: 10px;
	display: inline;
	position: absolute;
	z-index: 999;
}

.overlay {
	float:left;
	background: rgba(0, 0, 0, 0.9);
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: none;
	position: fixed;
	z-index: 998;
}

.toggleWrap {
	margin: 0px auto;
	text-align: center;
	color: rgb(255, 255, 255);
	max-width: 1100px;
}

#headerNavBox .headerNav {
	float:left;
	padding:0px;
	margin:0px;
	width: 100%;
}

#headerNavBox .headerNav li {
	float:left;
	padding: 5%;
	margin:0px;
	width: 100%;
}

#headerNavBox .headerNav li ul {
	float:left;
	padding:0px;
	margin:0px;
	width: 100%;
}

#headerNavBox ul.headerNav ul li {
	float:left;
	padding:0px;
	margin:0px;
	width: 100%;
	list-style-image:url("../images/point.png");
	line-height: 1;
}

#headerNavBox ul.headerNav ul li strong {
	color: #999;
	font-weight: normal;
	font-size: 1.1em;
	width: 100%;
	text-align: center;
}

#headerNavBox ul.headerNav ul li ul {
	float:left;
	padding:0px;
	margin:0px;
	width: 25%;
}

#headerNavBox ul.headerNav ul li ul li {
	float:left;
	padding:0px;
	margin:0px;
	width: 100%;
	list-style-image:url("../images/point.png");
	text-align:center;
	margin-top: 6px;
	margin-bottom: 6px;
}

#headerNavBox li a {
	text-decoration: none;
	font-size: 0.85em;
	color: #FFF;
	line-height: 1.2;
}

#headerNavBox .picture {
	display: none;
}

#headerNavBox .parent {
	border-bottom: solid 1px #D70A29;
}

#headerNavBox .parent .a {
	float: left;
	width: 100%;
	color: #F40F3B;
	font-size: 1.3em;
	line-height: 1.2;
	text-decoration: none;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}

}

@media only screen and (min-width: 1024px)  {

.toggleButton {
	display: none;
}

.overlay {
	display: block!important;
}

}










/*1024~*/
@media only screen and (min-width: 1024px)  {

#logoBox .logo a {
	height: 61px;
	width: 315px;
	text-indent: -9999px;
	background-image: url(../images/logo-en.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-top: 22px;
}

#wrapper header {
	height: 250px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
}

#header_wrap #header #headerNavBox {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	margin-top: 28px;
	width: 100%;
}

#toggleBox {
	display: none;
}

#header #headerNavBox {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 100%;
	float: left;
}

#headerNavBox .headerNav {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#headerNavBox .headerNav li {
	float: left;
	padding: 0px;
	list-style-type: none;
}

#headerNavBox .headerNav li .a {
	display: block;
	padding: 0px;
	height: 58px;
	line-height: 60px;
	float: left;
	color: #fff;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.85em;
}





/*hover effect*/
.headerNav li .a{
	position: relative;
	color: #fff;
	text-decoration: none;
    display:inline-block;
}

.headerNav li .a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	background-color: #d70a29;
    visibility: hidden;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
	transform: scaleX(0);
}

.headerNav li .a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
	transform: scaleX(1);
}





/* level 2 */
#headerNavBox {
	position: relative;
	z-index: 1;
}

#mobile-menu {
	text-align: left;
	display: inline;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

#mobile-menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#mobile-menu li .sub-menu {
	position: absolute;
	top: 59px;
	left: 50%;
	width: 1024px;
	opacity: 0;
	visibility: hidden;
	margin-left: -512px;
	z-index: 1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	height: 10px;
	-webkit-transition: height .15s ease;
    -moz-transition: height .15s ease;
    transition: height .15s ease;
}

#mobile-menu li ul li {
	display: block;
	padding: 0;
	margin: 0;
}

#mobile-menu li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	height: 310px;
	width: 1024px;
}



#mobile-menu .parent .sub-menu {
	background-image: url(../images/bg_header_nav.png);
	background-color: white;
	background-repeat: repeat;
}

#mobile-menu .parent .sub-menu .listMenu {
	float: left;
	color: #000;
	width: 100%;
	margin: 0px;
	padding-left: 20px;
	list-style-type: none;
}

#mobile-menu .parent .sub-menu .listMenu .catelog {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 10%;
	padding-top: 20px;
}

#mobile-menu .parent .sub-menu .listMenu .catelog li {
	float: left;
	padding: 0px;
	margin: 0;
	list-style-type: none;
	width: 100px;
	line-height: 1.1;
	margin-top: 3px;
	margin-bottom: 3px;
}

#mobile-menu .parent .sub-menu .listMenu .catelog li strong {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 1.05em;
	color: #000;
}

#mobile-menu .parent .sub-menu .listMenu .catelog li a {
	color: #4D4D4D;
	font-size: 0.85em;
	text-decoration: none;
}

#mobile-menu .parent .sub-menu .listMenu .catelog li a:hover {
	color: #C60C30;
}

#mobile-menu li ul .picture {
	float: left;
	height: 10px;
	width: 366px;
	position: absolute;
	right: -1px;
	-webkit-transition: height .15s ease;
    -moz-transition: height .15s ease;
    transition: height .15s ease;
	opacity: 0;
	overflow:hidden;
}

#mobile-menu li:hover ul .picture {
	opacity: 1;
	height: 310px;
}

}
