@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
------------------------------------------------------------*/
#header {
	padding: 0 30px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

#header h1 {
	padding: 11px 50px 0 0;
	float: left;
}

#header h1 img {
	width: 250px;
}

#header .tel {
	margin-top: 28px;
	padding: 5px 20px;
	color: #fff;
	font-size: 20px;
	float: right;
	border: 1px solid #fff;
	border-radius: 30px;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 48%;
	float: left;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 35px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	text-align: center;
}

#gNavi li a:before {
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #1488F5;
	opacity: 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;
}

#gNavi li a:hover:before {
	width: 50%;
}

#gNavi li a:after {
	width: 0;
	height: 3px;
	position: absolute;
	right: 50%;
	bottom: 0;
	content: "";
	opacity: 0.7;
	background: #1488F5;
	-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:after {
	width: 50%;
}


/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pageLead {
	height: 500px;
}

.aboutBg {
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}

#pageLead h2 {
	padding-top: 210px;
	color: #fff;
	font-size: 60px;
	text-align: center;
}

#pageLead .color {
	color: #fff;
}

#pageLead h2 span {
	margin: 0 auto;
	padding: 5px 0;
	width: 400px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #FF8400;
	border-radius: 30px;
}

.pageTitle {
	margin-bottom: 60px;
	background: #F1F1F1;
}

.pageTitle .sub {
	margin: 0 auto;
	padding: 15px 0;
	width: 80%;
	min-width: 1200px;
}

.pageTitle .pagePath {
	margin-top: 10px;
	padding: 0 35px;
	float: left;
	color: #666;
	font-size: 16px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 25px auto;
}

.pageTitle .tel {
	padding-left: 30px;
	float: right;
	font-size: 18px;
	background: url(../images/f_icon03.png) no-repeat left 15px;
	background-size: 20px 20px;
}

.pageTitle .tel span {
	color: #FF6000;
	font-size: 28px;
	font-family: impact;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#footer {
	background: #424242;
}

#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: 1250px;
}

#footer .sub .ttl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

#footer .sub .ttl:before {
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #F8770F;
}

#footer .navi {
	padding: 20px 50px 20px 0;
	float: left;
}

#footer .navi01 {
	width: 200px;
}

#footer .navi02 {
	width: 380px;
}

#footer .navi li {
	margin: 0 0 7px;
	color: #fff;
}

#footer .navi02 li {
	margin-right: 2%;
	width: 48%;
	float: left;
}

#footer .navi li a {
	padding: 5px 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
}

#footer .navi li a:hover {
	color: #fff;
	background: #FF8400;
	border: 1px solid #FF8400;
}

#footer .boxinfo {
	padding: 20px 30px 0;
	width: 280px;
	height: 430px;
	min-height: 220px;
	float: left;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	border-left: 1px dotted rgba(255,255,255,.5);
}

#footer .boxinfo .txt {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 2;
}

#footer .code {
	padding: 20px 0 0 20px;
	width: 200px;
	height: 430px;
	float: right;
	border-left: 1px dotted rgba(255,255,255,.5);
}

#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 dotted #fff;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright a:hover {
	text-decoration: underline;
}



.headLine01 {
	margin-bottom: 25px;
	color: #FF8400;
	font-size: 60px;
	text-align: center;
}

.headLine01 span {
	padding-top: 10px;
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}

.headLine01 span:before {
	margin-left: -30px;
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #fff;
}


