@charset "utf-8";
/*=========================================================
リセットCSS
=========================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*=========================================================
main
=========================================================*/
/*共通指定*/
*{
	box-sizing:border-box;
}
li{
	list-style:none;
}
li a{
	display:block;
}
a{
	text-decoration:none;
}
p{
	font-size:16px;
	line-height:1.5;
	color:#221814;
}

body{
	width:100%;
	background-color:#009943;
	font-size:16px;
}
#contentWrapper{
	width:980px;
	background-color:#ffffff;
	margin: 0 auto;
}
.contentBox{
	width:860px;
	margin:0 auto 40px;
}
.hiddenBox{
	overflow:scroll;
	padding:10px;
	height:390px;
}
div img{
	width:100%;
}
section{
	padding:0 20px;
}

/*--  header --*/
.imgBox img{
	width:980px;
	height:auto;
	margin:0 auto;
}
.imgBox h1{
	text-indent:-9999px
}
header{
	width:980px;
	position:relative;
}
header .qr{
	position:absolute;
	right: 178px;
    bottom: 37px;
}

/*-- main --*/
main{
	width:940px;
	margin:0 auto;
}
/*-- お知らせ --*/
#notice{
	width:940px;
}
#notice h2{
	float:left;
	width:80px;
}
#notice .noticeBox{
	float:left;
	width:860px;
	height:80px;
	overflow:scroll;
	border:solid 1px #000;
	padding:5px;
}
#notice .noticeBox ul li{
	margin-bottom:5px;
}
/*-- salutation --*/
#salutation{
	width:940px;
	height:515px;
	padding:40px 100px 20px;
	position:relative;
}
#salutation img{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#salutation h2{
	font-size:24px;
}
#salutation .salutationBox{
	width:750px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#salutation .salutationBox p:fitst-of-type{
	font-weight:bold;
}
/*-- 35週年 --*/
#event{
}
.eventBox{
	margin-left: -60px;
}
#event h2{
	text-indent:-9999px;
}
#event img{
	width:980px;
	height:auto;
	margin:0 auto;
}
/*-- recruit --*/
#recruit{
	position:relative;
	width:100%;
}
#recruit img{
	width:100%;
	height:auto;
}
/*
#recruit:before,
#recruit:after{
	position:absolute;
	content:"";
	display:block;
	width:700px;
	height:5px;
	background-color:#009139;
}
#recruit:before{
	top:0;
	right:0;
}
#recruit:after{
	bottom:0;
	left:0;
}
*/
#recruit h2{
	text-indent:-9999px;
}
/*
#recruit h2:before,
#recruit h2:after{
	position:absolute;
	content:"";
	display:block;
	width:5px;
	height:150px;
	background-color:#009139;
}
#recruit h2:before{
	top:0;
	right:0;
}
#recruit h2:after{
	bottom:0;
	left:0;
}
*/
#recruit ul li{
	position: absolute;
    top: 136px;
    width: 306px;
    height: 148px;
}
#recruit ul li:first-child{
	left:13%;
}
#recruit ul li:last-child{
	right:14%;
}
#recruit ul li a{
	display:block;
	height:100%;
}
#recruit ul li a span{
	font-size:22px;
}
/*-- recruit --*/
#recruit2{
	position:relative;
	width:100%;
}
#recruit2 img{
	width:100%;
	height:auto;
	max-width:100%!important;
}
#recruit h2:before,
#recruit h2:after{
	position:absolute;
	content:"";
	display:block;
	width:5px;
	height:150px;
}
#recruit h2:before{
	top:0;
	right:0;
}
#recruit h2:after{
	bottom:0;
	left:0;
}
#recruit2 ul li{
	position: absolute;
    top: 0;
    width: 50%;
	height:100%;
}
#recruit2 ul li:first-child{
	left:0;
}
#recruit2 ul li:last-child{
	right:0;
}
#recruit2 ul li a{
	display:block;
	height:100%;
}
#recruit2 ul li a span{
	font-size:22px;
}
/*-- 関連リンク --*/
#link h2{
	background-color:#009943;
	padding:5px;
	color:#ffffff;
	margin-bottom:20px;
}
#link ul li{
	text-indent:1em;
	margin-bottom:5px;
}
#link ul li a{
	color:#221814;
}
/*-- footer --*/
footer{
	height:50px;
	background:#fff;
}
footer small{
	display:block;
	width:860px;
	margin:0 auto;
	text-align:center;
	background:	#DCDCDD;
}
@media screen and (max-width: 940px) {
/*=========================================================
main
=========================================================*/
/*共通指定*/
p{
	font-size:16px;
	line-height:1.5;
	color:221814;
}
body{
	width:100%;
	background-color:#009943;
	font-size:16px;
}
#contentWrapper{
	width:96%;
}
.contentBox{
	width:96%;
	margin:0 auto 5%;
}
.hiddenBox{
	padding:0;
	text-overflow: ellipsis;
	margin-top:2%;
}
section{
	padding:0 3%;
}
div img{
	width:100%;
	max-width:640px
}
/*--  header --*/
.imgBox img{
	width:100%;
	max-width:980px;
	height:auto;
	margin:0 auto;
}
header{
	width:100%;
}
header .qr{
	display:none;
}
header nav ul{
	width:96%;
	margin:0 auto 3%;
}
header nav ul li{
	float:left;
	margin-right:5%;
	margin-bottom:2%;
	width:30%;
	height:40px;
	padding-top:12px;
	font-size:14px;
}
.longText{
	padding-top:8px;
}
header nav ul li br{
	display:block;	
}

header nav ul li:nth-of-type(3n){
	margin-right:0;
}
header nav ul li .openClose{
	width:100%;
}
header nav ul li .openClose li{
	float:none;
	width:100%;
	margin-bottom:3%;
	background-color:#005E15;
}
.openClose{
	display:none;
	padding-top:20px;
}
header nav ul li .openClose li{
	margin-bottom:5%;
}
	
/*-- main --*/
main{
	width:100%;
	margin:0 auto;
}
/*-- お知らせ --*/
#notice{
	width:100%;
	padding:0 3%;
}
#notice h2{
	float:none;
	width:auto;
	margin-bottom:2%;
}
#notice .noticeBox{
	float:none;
	width:100%;
}
#notice .noticeBox ul li{
	margin-bottom:2%;
}
/*-- salutation --*/
#salutation{
	position:relative;
	width:100%;
	background:#71CB1B;
	padding:3%;
	margin-bottom:0;
}
#salutation h2 {
    font-size: 18px;
}
#salutation .salutationBox{
	width:96%;
	margin:0 auto;
	padding:3%;
	background:#fff;
}
#salutation img{
	display:none;
}
/*-- 35週年 --*/
#event{
	margin-left: 0;
	width:100%;
}
.eventBox{
	margin-left:0;
}
#event img{
	width:100%;
	height:auto;
}
/*-- recruit --*/
#recruit{
	position:relative;
	width:86%;
	margin:0 auto 5%;
}
#recruit ul li{
    width: 36%;
	top: 30%;
	height: 35%;
}
#recruit h2{
	display:none;
}
#recruit img{
	width:100%;
	height:auto;
}
/*-- 関連リンク --*/
#link h2{
	background-color:#009943;
	margin-bottom:5%;
}
/*-- footer --*/
footer{
	height:50px;
	background:#fff;
}
footer small{
	width:96%;
	margin:0 auto;
}
}