@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#555;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
	background-image: url(/images/backImg.jpg);
	background-attachment: fixed;
}
/* clearfix
--------------------------------- */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/* -------------------------------------------------------------- */

/* リンク設定
------------------------------------------------------------*/
a{text-decoration:none; color: #666;}
a:hover{color:#00c;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
	background-image: url(/images/backlImg.jpg)
}

.inner{
margin:0 auto;
width:100%;
}


#header{
height:auto;
}

#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}


.logo{
float:left;
	margin-bottom: 1%;
	width: 70%;
}

.logo span{display:block;}


.info{
float:right;
text-align:right;
}

.info .address{font-size:11px;}


.logo,.info .tel{
margin-top:6px;
font-size:140%;
font-weight:bold;
}

.logo span,.info span{
font-size:70%;
font-weight:normal;
}
.logo img{
	display:block;
	float: left;
	width: 20%;
	height: auto;
}
.logo p{
	float:left;

	position: absolute;
	left: 40%;
	font-size: 140%;
	
}
.fff{background-color: #fff;}
/**************************
/* メイン画ページ+サブページ）
**************************/
#mainBanner{
margin:0.5% auto;
padding:0;
position:relative;
line-height:0;
border-top:2px solid #00c;
text-align:center;
}

#mainBanner img{
width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:50%;
height:auto;
bottom:45%;
left:10%;
padding:5px 10px;
line-height:1.4;
text-align:left;
}
.slogan h2{
padding-bottom:5px;
font-size:20px;
}

/**************************
/* メイン画像（サブページのみ）
**************************/
#subpage .slogan{
position:absolute;
max-width:50%;
height:auto;
bottom:15%;
left:10%;
padding:5px 10px;
line-height:1.4;
text-align:left;
	}




#subpage #mainBanner{margin-top:0;
	border-bottom:2px solid #00c;
	width:100%;
}
#subpage .bread{
	padding-left:20%;
}
#subpage .bread li{
	float:left;
	padding:1% 0 0 0.5%;
	color: #B8B8B8;
}
#subpage .bread li a{
	color:#B8B8B8;
}

/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}
.gridWrapper h1{
	text-align: center;
	font-size:1.6em;
	color: #097c25;
}
* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.box{
padding:10px;
text-align:center;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{padding:10px 0 5px; text-align: center; color: #c00;}

.box p{text-align:left;}
.box i{
	font-size: 50px;
	padding: 25px;
	background-color: #097c25;
	border-radius: 10px;
	color: #fff;
}
.box a i:hover{
	color:#c00;
	background-color: #ccc;
}


.box p.readmore a:hover{background:#00c;}


/*************
メイン コンテンツ
*************/
section.content article{
	padding: 2%;
	margin-bottom:20px;
border:1px solid #c00;
	height: auto;
	 position: relative;
    width: auto;
background-color: #fff;
	}
section.content .requireList{
padding-top:56.25%;
	margin-bottom:20px;
border:1px solid #c00;
	overflow: scroll;
	 position: relative;
}
section.content .requireList iframe{
	 position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 600px;
	padding: 2%;
	background-color: #fff;
 vertical-align: bottom;
}
* html section.content article{height:1%;
}

section.content p{margin-bottom:5px;}

h1.heading{
font-weight:normal;
padding:10px 0;
text-align: center;
	font-size: 1.2em;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
width: 25%;
	height: auto;
}

.alignright{
float:right;
clear:right;
	width: 25%;
margin:3px 0 10px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{box-shadow:0 0 3px #ccc;}
section.content article.topArticle{
	width: 95%;
	margin: 1% auto;
}
article.topArticle p{
	text-align:center;
	width: auto;
	margin: 0 auto;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:2% auto ;
	width: 99%;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #097c25;
	border-left: none;
line-height:20px;
}

table.table th{
	width: 18%;
background-color:#F5F5F5;
text-align:center;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #097c25;
border-right:1px solid #097c25;
border-bottom:1px solid #097c25;
border-left:1px solid #097c25;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

/*************
/* コンテンツ内リスト
*************/
section.content article li{
	border-bottom:1px dashed #666;
	display: block;
	clear: both;
	min-height: 150px;
}
section.content article li img{
	display:block;
}

/*************
/* サイドバー
*************/
.sidebar{
	position:absolute;
	top:auto;
	left:1%;
}
.sidebar ul{padding:10px;}

.sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #097c25;
}

.sidebar li:last-child{

margin-bottom:0px;
}

.sidebar li a{
display:block;
}

.sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}
.pc-side-nav-fixed {
	top: 10%;
	left: 1%;
	width: 18%;
	position: fixed;
}

/* for macIE \*/
* html .cf { height:1%; }
.cf { display:block; }

.sidebar ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dashed #097c25;
	list-style-type:none;
}
.sidebar a{color:#36F;text-decoration:underline;}
.sidebar a:hover{color:#039;text-decoration:none;}
.sidebar a img{width:100%; height: auto;}
#newsList .catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:1.2em;
	line-height:100%;
	margin:0 2px;
}
#newsList .newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}

.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
.toAdmin a{
	display: block;
	color:#ccc;
	text-align: right;
	text-decoration: none;
	}
/*************
/* フッター
*************/
#footer{
clear:both;
	border-top:2px solid #00c;
	position: relative;
	bottom: 0;
	z-index: 1000;
	background-color: #fff;
}

#footer .inner{
overflow:hidden;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{font-size:1.2em;}

#footer .info .tel,#footer .info .tel span,#footer #info .address{
font-size:12px;
}

ul.footnav{
float:right;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #00c;
}

.copyright{
clear:both;
padding:20px 0;
text-align:center;
font-style:normal;
font-size:12px;
color:#555;
}

/*お問合せページ*/
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;

	font-size:90%;
}
#formWrap h3{
	font-size:1.6em;
	padding: 1%;
}
#formWrap p{
	line-height:1.6em;
	padding:1% 0;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #097c25;
	padding:10px;
	width: 60%
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#ccc;
	text-align:left;
	vertical-align: middle;
}
table.formTable td{
	width:68%;
	font-weight:normal;
	background:#fff;
	text-align:left;
	vertical-align: middle;
}

/*フォームへのボタン*/

.toContactBtn a{
	width: 45%;
	margin: 0 auto;
	display: block;
	border: 3px solid #ccc;
	text-align: center;
	padding: 1%;
	border-radius: 10px;
	background-color: #00F;
	
color: #fff;
	font-size: 1.4em;
}
.toContactBtn a:hover{
	opacity: 0.6;
	color: #f00;}

/*求人詳細ページ*/

#newsWrap{
	background-color:#fff;
}
#newsDetail h2{
	font-size:16px;
	color:#369;
	margin:10px 0px 10px 0;
	font-weight:normal;
	border:1px solid #3D79B6;
	border-bottom:3px solid #3D79B6;
	padding:5px 10px;
	text-shadow:1px 1px 0px #fff;
	text-align: center;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
#detail .detailText{
	padding: 0 2%;
}
#newsList .title a{
	color:#00c;
}
#newsList .title a:hover{
	text-decoration:underline;
	color: #c00;
}
/*サンクスページ*/
.toTop{
	
	
}
.toTop a{
color: #fff;
	font-size: 1.4em;
	width: 45%;
	margin: 0 auto;
	display: block;
	border: 3px solid #ccc;
	text-align: center;
	padding: 1%;
	border-radius: 10px;
	background-color: #00F;
}

.toTop a:hover{
	opacity: 0.6;
	color: #f00;}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,.inner,#mainNav{
	width:80%;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{
		padding-bottom:20px;
		width: 98%;
	}
	.gridWrapper{
		width:100%;
		margin: 0 auto;
	}
  nav#mainNav{
	clear:both;
	overflow:hidden;
	  width: 100%;
	}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
		background-color: #FFF;
}
	nav#mainNav ul{
		width:100%;
		 
	}
	nav#mainNav ul.child{
		width: 100%;
		background-color: none;
	}
	nav#mainNav ul li{
	float: left;
	position: relative;
		width: 14%;
	}
	nav#mainNav ul.child li{
		width: 100%;
		float: none;
		
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:100%;
	padding:20px 20%;
  border-top:2px solid #00c;
	border-bottom:2px solid #00c;
	}
	nav#mainNav ul.child li a{
		border-bottom: 1px dashed #666;
		border-top:none; 
		padding: 2% 20%;
	}
	
	nav#mainNav ul li.last a{width:100%;}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#bababa;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	width: 100%;
		margin: 0 auto;
	}

	a#menu{display:none;}

	nav#mainNav li.active a{
	border-color:#CC0000;
	}
	 nav#mainNav li a:hover{
	border-color:#097c25;
	}
	
	#main{
	float:right;
	width:68%;
	padding:1% 9%;
		margin: 0 auto;
	}
	
	.sidebar{
	float:left;
	width:18%;
	padding:1% 0 0 0;
	overflow:hidden;
	}
	
	.sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #097c25;
	overflow:hidden;
		background-color: #fff;
	}
	
	/* グリッド全体 */

	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:30%;
	margin-left:3%;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
	
	#footer .inner{
	width:960px;
	padding:10px;
		margin: 0 auto;
	}
	#newsList .comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:70%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	.pcview{display: none;
	}
	#header{padding:0 10px;
	height: auto;}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "\f0c9 ";font-family: FontAwesome;font-size: 1.1em;}
	nav#mainNav a.menuOpen span:before{content: "\f00d ";font-family: FontAwesome;font-size: 1.1em;}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #00c;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #00c;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#00c;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{margin-top:20px;}
	
	.sidebar{padding-bottom:30px;}
	
	.sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	.slogan{
position:absolute;
max-width:50%;
height:auto;
bottom:30%;
left:0;
padding:5px 10px;
line-height:1.4;
text-align:left;
}
}


/* スマートフォン 横 */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{
		text-align:center;
	width: 100%;
	height: auto;
	padding-top: 2%}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	.logo p{
	float:left;
font-size: 80%;
	position: absolute;
	left: 25%;
	
}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
	.slogan{
position:absolute;
max-width:50%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
text-align:left;
}
	}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
a{color:#666;}
a:hover{color:#039;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:1.2em;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:inline-block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	max-width:320px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:none;

}
 textarea{width: 100%;
	 box-sizing: border-box;}

/* スマートフォン 縦 */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	.sidebar p{text-align:center;}
	

table.formTable td,table.formTable th{
	border:none;
	padding:2%;
	width: 90%;
	
	display: block;
}
	section.content article {
		width: 100%;
	}
	section.content article iframe{
		width: 100%;
		margin: 0 auto;
	}
	}