@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,.7);
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	min-width: 1200px;
	box-sizing: border-box;
}

#gHeader h1 {
	margin: 12px 50px 0 0;
	float: left;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gHeader h1 img {
	width: 250px;
}

#gHeader .language {
	margin-top: 28px;
	width: 110px;
	float: right;
	color: #fff;
	font-size: 18px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gHeader .language a {
	margin-bottom: 5px;
	padding: 0 10px;
	color: #fff;
	display: block;
	text-align: center;
	background: #d40000;
	border: 1px solid #fff;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 900px;
	float: left;
}

@media all and (min-width: 1000px) and (max-width: 1450px) {
	#gNavi {
		width: 750px;
	}
}

#gNavi li {
	width: 11.11%;
	float: left;
	position: relative;
}

#gNavi li a {
	padding: 46px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	text-align: center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gNavi li a:hover {
	color: #fff;
	background: #d40000;
}

#gNavi li a:hover:before {
	opacity: 1;
}

#gNavi li .drop {
	margin-left: -100px;
	display: none;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 100%;
	background: #d40000;
}

#gNavi li .drop p {
	border-bottom: 1px solid #fff;
}
	
#gNavi li .drop p a {
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#gNavi li .drop p a:hover {
	background: #333;
}


/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#footer {
	background: #1F1F1F;
}

#footer .flink {
	border-bottom: 1px solid rgba(255,255,255,.5);
}
	
#footer .flink ul {
	margin: 0 auto;
	width: 1200px;
}

#footer .flink li {
	float: left;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#footer .flink li:before {
	width: 1px;
	height: 15px;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	background: rgba(255,255,255,.5);
}

#footer .flink li a {
	padding: 25px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	background: url(../images/f_line.png) no-repeat right center;
}

#footer .flink li a:hover {
	text-decoration: underline;
}

#footer .sub {
	margin: 0 auto;
	padding: 50px 0;
	width: 76%;
	min-width: 1250px;
}

#footer .sub .ttl {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 22px;
	position: relative;
}

#footer .sub .ttl:before {
	width: 3px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	background: #d40000;
}

#footer .navi {
	padding: 20px 0;
	float: left;
}

#footer .navi01 {
	width: 22%;
}

#footer .navi02 {
	width: 22%;
}

#footer .navi li {
	margin: 0 0 5px;
	color: #fff;
}

#footer .navi li a {
	display: block;
	color: #cfcfcf;
	font-size: 16px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .boxinfo {
	padding: 20px 30px 0;
	width: 22%;
	float: left;
	color: #cfcfcf;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#footer .boxinfo .txt {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 2;
}

#footer .code {
	padding: 20px 0 0 20px;
	width: 150px;
	float: right;
}

#footer .code img {
	width: 150px;
}

#footer .code .txt {
	margin-top:10px;
	width: 150px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #363636;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright a:hover {
	text-decoration: underline;
}


.section {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}


.headLine01 {
	margin-bottom: 40px;
	color: #333;
	font-size: 40px;
	text-align: center;
}

.headLine01 span {
	margin-top: 10px;
	padding-top: 30px;
	display: block;
	color: #666;
	font-size: 17px;
	font-weight: normal;
	background: url(../images/title_bg.png) no-repeat center top;
}




