@charset "UTF-8";
/* CSS Document */



/* Slide
----------------------------------------------*/
.flexslider{border:none;}
.flexslider img{border:none;}


/* topMenu
----------------------------------------------*/
#topMenu{
	margin-top:-49px;
	border-top:#5d5d5d 1px solid;
	position:relative;
	z-index:9999;
}

#topMenu li{
	border-bottom:#5d5d5d 1px solid;
	position:relative;
}

#topMenu li:not(:first-child){
	background:#000;
}

#topMenu a{
	min-height:48px;
	padding:0 10px;
	display:-webkit-box;
	-webkit-box-align:center;
	color:#fff;
	position:relative;
}

#topMenu li a:hover{
	background-color:rgba(255,255,255,0.2) !important;
}

#topMenu li:first-of-type a{
	background-color:rgba(0,0,0,0.6);
}

#topMenu li:not(:first-of-type) a{
	background-color:rgba(0,0,0,1);
}

#topMenu a span{
	position:absolute;
	right:30px;
	top:15px;
	opacity:0.5;
}

#topMenu a:after{
	content:"";
	display:block;
	width:25px;
	height:48px;
	border-left:#5d5d5d 1px dotted;
	position:absolute;
	right:0;
	top:0;
}

#topMenu a:before{
	content:"";
	display:block;
	width:10px;
	height:15px;
	position:absolute;
	right:7px;
	top:50%;
	margin-top:-7px;
	background:url(../img/sp-top.png) no-repeat;
}

#topMenu li:first-child a:before,
#topMenu li:nth-child(2) a:before,
#topMenu li:nth-child(3) a:before{
	background-position:-305px 0;
}

/*#topMenu li:nth-child(2) a:before{
	background-position:-305px -15px;
}*/

/*#topMenu li:first-child a:before{
	background-position:-305px 0;
}

#topMenu li:not(:first-child) a:before{
	background-position:-305px -15px;
}*/

/* topFooter
----------------------------------------------*/
#topFooter{
	padding:15px 10px;
	background:url(../img/bg-stripe.gif);
}

/*#topFooter ul{
	display:-webkit-box;
	-webkit-box-pack:center;
}

#topFooter li{
	display:inline-block;
	background:url(../img/sp-top.png) no-repeat;
	text-indent:-9999px;
}*/

#topFooter ul{
	/*display:-webkit-box;
	-webkit-box-pack:center;*/
	margin:auto 10%;
}

#topFooter li{
	/*display:inline-block;*/
	float:none !important;
	background:url(../img/sp-top.png) no-repeat;
	text-indent:-9999px;
	margin:0 0 10px 0;
}

#topFooter a{
	height:32px;
}

#topFooter .map{
	width:223px;
	height:31px;
	margin-right:0;
}

#topFooter .tw{
	width:31px;
	height:32px;
	margin-right:0;
	background-position:-230px 0;
}

#topFooter .fb{
	width:31px;
	height:32px;
	background-position:-270px 0;
}

#topFooter p{
	width:290px;
	height:8px;
	margin:10px auto 0 auto;
	background:url(../img/sp-top.png) no-repeat;
	background-position:0 -35px;
	text-indent:-9999px;
}

#topFooter .wed{
	width:223px;
	height:31px;
	margin-right:0;
	background-position:0 -50px;
}

#topFooter .par{
	width:223px;
	height:31px;
	margin-right:0;
	background-position:0 -90px;
}

#topFooter .res{
	width:223px;
	height:31px;
	margin-right:0;
	background-position:0 -130px;
}

@media screen and (-webkit-min-device-pixel-ratio:2){
	#topMenu a:before,
	#topFooter li,
	#topFooter p{
		background:url(../img/sp-top_x2.png) no-repeat;
		-webkit-background-size:320px 191px;
		background-size:320px 191px;
	}
	
	#topFooter p{
		background-position:0 -35px;	
	}
}

/* tel button */
.f_access,
.f_def{
     margin:0 3% 20px 3%;
     text-align:center;
	 font-size:15px;
}

.btn_access div{
	padding:10px 40px;
	color:#fff;
	border:#cda771 1px solid;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#cda771;
	background:-webkit-gradient(linear,left top,left bottom,from(#c19351),to(#9f7a46));
	background:-webkit-linear-gradient(top,#c19351,#9f7a46);
	background:-moz-linear-gradient(top,#c19351,#9f7a46);
	background:linear-gradient(to bottom,#c19351,#9f7a46);
	text-align:left;
}

.btn_def div,
.btn_def_lan div{
	padding:10px 40px;
	color:#fff;
	border:#ccc 1px solid;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#ccc;
	background:-webkit-gradient(linear,left top,left bottom,from(#bbb),to(#888));
	background:-webkit-linear-gradient(top,#bbb,#888);
	background:-moz-linear-gradient(top,#bbb,#888);
	background:linear-gradient(to bottom,#bbb,#888);
	text-align:left;
}

.btn_access div span::before{
	content:url(../img/ico_map.png);
}

.btn_def div span::before{
	content:url(../img/ico_tel.png);
}

.btn_def_lan div span::before{
	content:url(../img/ico_lan.png);
}


/* copyright, recruit */
.copyright{
	font-size:10px;
	color:#888;
	text-align:center;
	line-height:1.8;
}
	
.copyright span a{
	color:#fff;
	text-decoration:none;
}