﻿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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "";
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	color: #000000;
}
img{
	max-width: 100%;
}
.clear{clear:both
}
.clearfix:after{
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both
}
.clearfix{zoom:1;}
.imgw100 img{
	width: 100%;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.flex-auto{
	-webkit-box-flex:auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}
.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*===== header ====*/
header.pc-nav {
	height: 210px;
	padding-top: 65px;
	background: url(../images/bg.jpg) repeat;
	width: 100%;
	z-index: 9;
	position: relative;
}
header .logo{
	width: 50%;
	margin: 0 auto;
}
header .logo img{
	width: 279px;
}
.common-nav{
	margin-top: 33px;
	text-align: center;
	font-size: 0;
	letter-spacing: -4px;
	word-spacing: -4px;
}
.common-nav li{
	line-height: 25px;
	margin: 0 19px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 14px;
	position: relative;
}
.common-nav li a{
	color: #fff;
	text-decoration: none;
}
.common-nav li a:hover{
	text-decoration: none;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	margin-left: 30%;
	display: none;
}
.pc-nav .nav-down {
	background: #fff;
	z-index: 9999;
	position: absolute;
	padding: 1% 0;
	left: 50%;
	white-space: nowrap;
	border-radius: 4px;
}
.pc-nav .nav-down li {
	padding: 5px 8px;
	display: block;
}
.common-nav > li ul {
	display: none;
}
.common-nav > li:hover ul {
	display: block;
}
.common-nav  > li:hover .arrow-up {
	display: block;
}
.nav-down li a{
	color: #a9a9a9;
}

.nav-down a.bold{
	color: #080808;
	font-weight: bold;
}
.pc-nav .nav-down li a:hover{
	color: #dfc690/*#E4007F*/;
}
/* phone */
header.phone-nav{
	background: #000000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	padding: 5px 0;
	z-index: 9;
}
header.phone-nav .logo img{
	width: 100%;
	max-width: 190px;
}
.openBtn,.closeBtn{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;
	cursor: pointer;
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.8);
	z-index: 3;
	display: none;
}
.right-nav{
	position: fixed;
	right: -100%;
	top: 0;
	width: 82%;
	height: 100%;
	background: #f5f5f5;
	z-index: 4;
	font-size: 14px;
	-webkit-transition: right ease .5s;
	-moz-transition:right ease .5s;
	-ms-transition: right ease .5s;
	-o-transition: right ease .5s;
	transition: right ease .5s;
}
.right-nav .top{
	position: relative;
	height: 60px;
	background: #000000;
}
.right-nav li {
	border-bottom: 1px solid #dadada;
}
.right-nav li a{
	color: #080808;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 20px;
	text-decoration: none;
}
.right-nav li a:hover{
	background: transparent;
}
.right-nav .nav-collapse li{
	border: none;
	background: #fff;
}
.right-nav .nav-collapse li a{
	font-weight: normal;
	display: block;
	line-height: 20px;
	padding: 10px 20px;
}
#accordion .panel{
	border: none;
	margin: 0;
}
.hx-title{
	font-size: 36px;
	text-align: center;
	margin: 100px 0 44px;
	color: #000;
	position: relative;
}
.hx-title:after{
	content: "";
	position: absolute;
	background: #000;
	width: 80px;
	height: 2px;
	left: 50%;
	margin-left: -40px;
	bottom: -25px;
}
/* footer */
.footer {
	margin-top: 30px;
	background: url(../images/dibu.jpg) repeat;
	padding: 20px 0;
}
.bottom .copyright{
	margin: 20px 0;
	font-size: 12px;
	color: #000;
}
.bottom .copyright a{
	color: #000;
}
.linkArea{
	height: 120px;
	line-height: 120px;
}
.linkArea a,.linkArea li{
	color: #fff;
	font-size: 14px;
	padding:0;
}
.linkArea img{
	width: 121px;
}

header.pc-nav .forScroll-logo{
	display: none;
}
header.pc-nav.forScroll{
	height: 80px;
	padding: 0;
	line-height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	transition: all .5s ease;
}
header.pc-nav.forScroll .logo{
	display: none;
}
header.pc-nav.forScroll .forScroll-logo{
	display: block;
	width: 15%;
	max-width: 217px;
	height: 60px;
	position: absolute;
	top: 34%;
	left: 40px;
	margin-top: -30px;
}
.forScroll-logo img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
header.pc-nav.forScroll .common-nav{
	margin: 0 auto;
}


@media (min-width: 1025px){
	header.phone-nav {
		display: none;
	}
	.pt-scroll{
		padding-top: 210px;
	}
	.footer .linkArea .link.col-sm-3{
		width: 24%;
		text-align: right;
	}
	.footer .linkArea .link.col-sm-2{
		width: 17%;
	}
}

@media (max-width: 1024px){
	body{
		padding-top: 60px;
	}
	header.pc-nav {
		display: none;
	}
	.hx-title{
		font-size: 18px;
		text-align: center;
		margin:60 0 20px;
		color: #000;
	}
	.hx-title:after{
		content: "";
		position: absolute;
		background: #000;
		width: 60px;
		height: 2px;
		left: 50%;
		margin-left: -30px;
		bottom: -10px;
	}
	.cultur h1.title{
		font-size: 18px;
	}
	.cultur img{
		margin: 8px 0 4px;
	}
	.cultur p{
		text-align: right;
	}
	.linkArea{
		height: 146px;
		line-height: 1.5;
	}
	.linkArea .link{
		text-align: left;
		margin-bottom: 10px;
	}
}

