@charset "UTF-8";
/* CSS3 Information ===============================
File name:common.css
Description:tokusan
Editor: iju
Date: 2014.10
Contents: *all
================================================ */
body{
	padding:0;
	margin:0;
	color:#333;
	width:100%;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height:1.5;
	}

body img{
	width:auto\9 !important;
	height:auto\9 !important;
	}

.alpha{
	background-color:transparent;
	display:block;
	zoom:0;
	}
a{
	color:#333;
	}
a:hover{
	color:#f60;
	}

/*====================
"Micro clearfix"
=====================*/
.cf:before,
.cf:after{
    content:"";
    display:table;
	}
.cf:after{
    clear:both;
	}
/* For IE 6/7 (trigger hasLayout) */
.cf{
    zoom:1;
	}

/*====================
icons
=====================*/
@font-face {
	font-family: "icons";
	src:url("fonts/icons.eot");
	src:url("fonts/icons.eot?#iefix") format("embedded-opentype"),
		url("fonts/icons.ttf") format("truetype"),
		url("fonts/icons.woff") format("woff"),
		url("fonts/icons.svg#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	}
[class^="icon-"], [class*=" icon-"], .icon{
	font-family: "icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

/*====================
outlinebox(index only)
=====================*/
.index_container{
	width:100%;
	max-width:1280px;
	padding:0;
	margin:0 auto 0;
	}
.recruit_container{
	width:100%;
	max-width:1280px;
	padding:0;
	margin:0 auto 0;
	}
.contents_box{
	width:96%;
	max-width:1200px;
	padding:0;
	margin:0 auto 0;
	}

/*====================
header menu(pc)
=====================*/

#navigation .container:before,
#navigation .container:after {
    content: " ";
    display: table;
	}
.sticky-wrapper{
	margin:0 auto 0 !important;
	width:100%;
	max-width:1280px !important;
	}
.sticky-wrapper #navigation{
	padding:0;
	width: 100%;
	max-width:1280px !important;
	background:#fff;
	z-index: 10000;
	position: relative;
    -webkit-transition-duration: 0.4s;
       -moz-transition-duration: 0.4s;
            transition-duration: 0.4s;
	}
.sticky-wrapper.is-sticky #navigation{
	padding:0;
	width: 100%;
	background:#fff;
	z-index: 1000;
    -webkit-transition-duration: 0.4s;
       -moz-transition-duration: 0.4s;
            transition-duration: 0.4s;
	}
#navigation .container{
	position: relative;
	width:100% !important;
	max-width:1280px !important;
	margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
	}
#navigation a{
	color: #333;
	font-size:15px;
	text-decoration:none;
	display:block;
	}
#navigation a:hover{
	color: #308f40;
	text-decoration:none;
	}
#navigation .disc{
	width:100%;
	height:52px;
	border-bottom:solid 2px #308f40;
	}
#navigation .disc h1.logo{
	position: absolute;
	top:0px;
	width:18%;
	float:left;
	margin-right:2%;
	}
#navigation .disc h1.logo img{
	width:100%;
	max-width:160px;
	}
#navigation .disc h2{
	width:80%;
	float:right;
	font-size:13px;
	font-weight:normal;
	padding-top:16px;
	}
#menu{
	margin-bottom:0;
	width:100%;
	border-bottom:solid 2px #308f40;
	padding:10px 0 0 0;
	}
#menu li{
	display: inline-block;
	list-style-type: none;
	float:left;
	font-size:13px;
	width:12.5%;
	text-align:center;
	padding-bottom:10px;
	}
#menu li a{
	display:block;
	}
#menu li a:hover{
	color:#fff;
	background:#308f40;
	}
#menu li a span{
	border-left:solid 1px #308f40;
	width:100%;
	display:block;
	padding:10px 0 10px 0;
	}
#menu li a span.last{
	border-right:solid 1px #308f40;
	}
#menu li a span.last_in{
	border-right:none;
	}
/*====================
header menu(mb)
=====================*/
a.meanmenu-reveal{
	display:none;
	}
.mean-container .mean-bar{
	float:right;
	position:relative;
	background:transparent;
	height:32px;
	z-index:999999;
	width:100%;
	}
.mean-container a.meanmenu-reveal{
	width:30px;
	height:30px;
	padding:13px 13px 7px 13px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	color:#fff;
	background-color:#308f40;
	text-decoration:none;
	font-size:16px;
	text-indent:-9999em;
	line-height:22px;
	font-size:1px;
	display:block;
	font-weight:700;
	}
.mean-container a.meanmenu-reveal span{
	display:block;
	background:#fff;
	height:3px;
	margin-top:3px;
	}
.mean-bar a.meanclose{
	color:#fff !important;
	}
.mean-container .mean-nav{
	margin-top:52px;
	}
.mean-container .mean-nav ul{
	padding:0 0 10px 0;
	width:100%;
	list-style-type:none;
	background-color:#fff;
	opacity:0.95;
	display:none;
	}
.mean-container .mean-nav ul li{
	position:relative;
	width:100%;
	margin-left: 0 !important;
	}
.mean-container .mean-nav ul li a{
	display:block;
	padding:0 5%;
	margin:0;
	text-align:left;
	}
.mean-nav .wrapper{
	width:100%;
	padding:0;
	margin:0;
	}
.mean-container .mean-bar,.mean-container .mean-bar *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	}
.mean-remove{
	display:none!important;
	}


/*====================
scroll
=====================*/
a#scrollUp{
    bottom: 20px;
    right: 20px;
    padding: 30px 30px;
    border-radius: 20px;
    background:#308f40;
    color: #fff;
    font-size: .8em;
	opacity: .8;
	text-decoration:none;
	}
a#scrollUp:hover{
	opacity: 1;
	background:#f60;
	}
.pup{/*fixed header height(+)*/
	margin-top:-127px;
	padding-top:127px;
	display:block !important;
	position:relative;
	z-index:-1;
	}

/*====================
footer
=====================*/
#footer{
	width:100%;
	border-bottom:solid 5px #308f40;
	}
#footer .footer_contents{
	width:96%;
	max-width:1200px;
	margin:0 auto 0;
	border-top:solid 1px #ccc;
	padding-top:20px;
	}
#footer .footer_contents .ft_navi{
	width:100%;
	text-align:center;
	margin-bottom:40px;
	}
#footer .footer_contents .ft_navi span{
	font-size:13px;
	display:inline-block;
	}
#footer .footer_contents .f_logo{
	width:60%;
    margin:0 auto;
	padding-bottom:30px;
    text-align: center;
	}

/*#footer .footer_contents .f_logo img{
	width:60%;
    margin:0 auto;
	}*/
#footer .footer_contents ul.copy{
	width:100%;
	text-align:center;
	font-size:13px;
	line-height:1.6em;
	margin-bottom:20px;
	}
#footer .footer_contents ul.copy strong{
	padding-bottom:10px;
	display:block;
	font-size:16px;
	}
.mb_pageup{
	display:none;
	}

/*===============================
ft_fb_ban(sub page foot)
================================*/
.ft_fb_ban{
	display:none;
	}

/*====================
sub page outline(index,recruit以外)
=====================*/
.subpage_container{
	width:96%;
	max-width:1280px;
	margin:0 auto 40px;
	padding-top:20px;
	}
#side_contants{
	width:23.4375%;
	float:left;
	margin-right:3.125%;
	}
#main_contants{
	width:73.4375%;
	max-width:940px;
	float:left;
	}

/*====================
breadcrumb(maincontants:パンくず)
=====================*/
ul.breadcrumb{
	width:100%;
	font-size:13px;
	text-align:left;
	line-height:1.6em;
	margin-bottom:30px;
	}
ul.breadcrumb li{
	float:left;
	display:inline-block;
	}
ul.breadcrumb li a{
	text-decoration:underline;
	}

/*===============================
accordion(subcontants:links)
================================*/
#side_contants ul.links{
	background:#fff;
	width:100%;
	margin:0.4% 0 50px 0;
	padding-bottom:20px;
	font-size:15px;
	list-style-type:none;
	}
#side_contants ul.links > li{
	margin:0;
	padding:0;
	width:100%;
	}
#side_contants ul.links p.pc{
	width:100%;
	height:40px;
	margin:0 0 10px 0;
	padding:0;
	line-height:40px;
	text-align:center;
	}
#side_contants ul.links > li > p.pc img{
	width:100%;
	max-width:60px;
	}
#side_contants ul.links li ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	display:block;
	}
#side_contants ul.links li ul li{
	text-align:left;
	width:100%;
	margin-bottom:30px;
	}
#side_contants ul.links li ul li dl{
	width:100%;
	}
#side_contants ul.links li ul li dl dt{
	width:100%;
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	}
#side_contants ul.links li ul li dl dt span.pc{
	display:block;
	}
#side_contants ul.links li ul li dl dt span.mb{
	display:none;
	}
#side_contants ul.links li ul li dl dt img{
	width:100%;
	max-width:300px;
	}
#side_contants ul.links li ul li dl dd{
	width:100%;
	font-size:12px;
	line-height:1.6em;
	}
#side_contants ul.links p.mb{
	display:none;
	}

/*====================
loading
=====================*/
#loader{
	display: none;
	position: fixed;
	_position: absolute;
	top: 25%;
	left: 47%;
	margin-top:;
	margin-left:;
	z-index:9999;
	}
#fade{
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:9998;
	}
/*------------------animetion*/
#loader .spinner {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 100px auto;
	}
#loader .double-bounce1,
#loader .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #060;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	-moz-animation: sk-bounce 2.0s infinite ease-in-out;
	-o-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
	}
#loader .double-bounce2{
	-webkit-animation-delay: -1.0s;
	-moz-animation-delay: -1.0s;
	-o-animation-delay: -1.0s;
	animation-delay: -1.0s;
	}
@-webkit-keyframes sk-bounce{
	0%, 100%{
		transform: scale(0.0);
		-moz-transform: scale(0.0);
		-webkit-transform: scale(0.0);
		-o-transform: scale(0.0);
		}
	50%{
		transform: scale(1.0);
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-o-transform: scale(1.0);
		}
	}
@keyframes sk-bounce{
	0%, 100%{
		transform: scale(0.0);
		-moz-transform: scale(0.0);
		-webkit-transform: scale(0.0);
		-o-transform: scale(0.0);
		}
	50%{
		transform: scale(1.0);
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-o-transform: scale(1.0);
		}
	}


/*====================
responsive
=====================*/
@media only screen and (max-width: 1280px) {
	/*=================================(header)*/
	#navigation .disc h1.logo{
		width:20%;
		}
	}

@media only screen and (max-width: 1279px) {
	/*=================================(menu)*/
	#menu li{
		width:25%;
		}
	#menu li a span.last_in{
		border-right:solid 1px #308f40;
		}
	#menu div{
		width:98%;
		margin:0 auto 0;
		}
	/*=================================(pagelink)*/
	.pup{
		margin-top:-180px;
		padding-top:180px;
		}
	}

@media only screen and (max-width: 1024px) {
	/*=================================(header)*/
	#navigation .disc h1.logo{
		width:25%;
		}
	#navigation .disc h2{
		width:75%;
		}
	}

@media only screen and (max-width: 900px) {
	/*=================================(header)*/
	#navigation .disc h1.logo{
		margin-right:0;
		}
	#navigation .disc h2{
		display:none;
		}
	ul.breadcrumb{
		display:none;
		}
	/*=================================(menu)*/
	#menu{display:none;}
	#menu li{
		width:100%;
		float:none;
		}
	#menu li a span,
	#menu li a span.last_in,
	#menu li a span.last{
		border-left:none;
		border-right:none;
		}
	/*=================================(footer)*/
	#footer{
		border-top:solid 5px #308f40;
		}
	#footer .footer_contents{
		border-top:none;
		}
	#footer .footer_contents .ft_navi{
		display:none;
		}
	a#scrollUp{
		display:none !important;
		}
	.mb_pageup{
		display:block;
		width:100%;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		}
	.mb_pageup a{
		width:100%;
		padding:12px 0 8px 0;
		text-decoration:none;
		background:#308f40;
		display:block;
		color:#fff;
		}
	/*=================================(contants)*/
	#side_contants{
		width:100%;
		float:none;
		margin-right:0;
		}
	#main_contants{
		width:100%;
		float:none;
		}
	/*=================================(side:links)*/
	#side_contants ul.links{
		margin-bottom:10px;
		}
	#side_contants ul.links p.pc{
		display:none;
		}
	#side_contants ul.links p.mb{
		display:block;
		margin:0;
		padding:0;
		height:50px;
		cursor:pointer;
		background:#308f40;
		cursor:pointer;
		border-radius:10px;
		-moz-border-radius:10px;
		}
	#side_contants ul.links > li > p.mb span.ct{
		background-image:url(../img/common/open.png);
		background-repeat:no-repeat;
		background-position:98% 50%;
		}
	#side_contants ul.links > li > p.mb span.open{
		background-image:url(../img/common/close.png);
		background-repeat:no-repeat;
		background-position:98% 50%;
		}
	#side_contants ul.links p.mb span.ct{
		display:block;
		padding:0;
		color:#fff;
		font-weight:bold;
		line-height:50px;
		width:100%;
		text-align:center;
		}
	#side_contants ul.links ul{
		display:none;
		list-style-type:none;
		margin:0;
		padding:0;
		width:100%;
		}
	#side_contants ul.links li ul{
		display:none;
		list-style-type:none;
		margin:0px;
		padding:10px 0 0 0;
		width:100%;
		}
	#side_contants ul.links li ul li{
		text-align:center;
		width:100%;
		margin-bottom:0;
		}
	#side_contants ul.links li ul li dl dt{
		width:100%;
		border-bottom:solid 1px #ccc;
		margin-bottom:0;
		padding-bottom:0;
		font-size:13px;
		}
	#side_contants ul.links li ul li dl dt span a{
		width:100%;
		padding:10px 0;
		display:block;
		text-decoration:none;
		color:#333;
		}
	#side_contants ul.links li ul li dl dt span a span{
		display:inline-block;
		}
	#side_contants ul.links li ul li dl dt a:hover{
		background:#f60;
		color:#fff;
		}
	#side_contants ul.links li ul li dl dt span.pc{
		display:none;
		}
	#side_contants ul.links li ul li dl dt span.mb{
		display:block;
		}
	#side_contants ul.links li ul li dl dd{
		display:none;
		}
	/*=================================(pagelink)*/
	.pup{
		margin-top:-62px;
		padding-top:62px;
		}
	/*=================================(foot fb)*/
	.ft_fb_ban{
		display:block;
		width:100%;
		text-align:center;
		}
	.ft_fb_ban img{
		width:100%;
		max-width:346px;
		}
	/*------------------------------(loader)*/
	#loader{
		left: 43%;
		}
	}

@media only screen and (max-width: 768px) {
	/*=================================(header)*/
	#navigation .disc h1.logo{
		width:90%;
		}
	}

@media only screen and (max-width: 640px) {
	/*=================================(foot fb)*/
	.ft_fb_ban{
		display:block;
		width:100%;
		text-align:center;
		}
	.ft_fb_ban img{
		width:100%;
		max-width:250px;
		}
	/*------------------------------(loader)*/
	#loader{
		left: 41%;
		}
	}

@media only screen and (max-width: 480px) {
	/*=================================(header)*/
	#navigation .disc h1.logo{
		width:100%;
		}
	/*=================================(menu)*/
	#menu div{
		width:100%;
		margin:0;
		}
	#menu{
		padding:0px;
		}
	#menu li{
		padding-bottom:0px;
		}
	/*=================================(side:links)*/
	#side_contants ul.links li ul li{
		text-align:left;
		}
	#side_contants ul.links li ul li dl{
		width:98%;
		padding-left:2%;
		}
	#side_contants ul.links li ul li dl dt{
		line-height:1.6em;
		}
	/*=================================(contents)*/
	.subpage_container{
		padding-top:10px;
		}
	/*=================================(footer)*/
	#footer .footer_contents ul.copy{
		font-size:12px;
		line-height:1.5em;
		margin-bottom:10px;
		}
	#footer .footer_contents ul.copy strong{
		font-size:14px;
		}
	#footer .footer_contents .f_logo{
		width:60%;
        margin:0 auto;
        text-align: center;
		padding-bottom:15px;
		}
	/*#footer .footer_contents .f_logo img{
		width:200px;
		}*/
    
	/*------------------------------(loader)*/
	#loader{
		left: 36%;
		}
	}

@media only screen and (max-width: 320px) {
	}
