@charset "Shift_JIS";

/*============================================
全般的なスタイル
============================================*/
* {
	padding:0; 
	margin:0;	/*全要素のマージン・パディングをリセット*/
	line-height: 1.5;	/*全要素の行の高さを1.5倍にする*/
	color: #333333;		/*文字色*/
	/* [disabled]margin-bottom: 0; */
	/* [disabled]margin-left: 0; */
	/* [disabled]margin-right: 0; */
	/* [disabled]margin-top: 0; */

} 
body {
	background-color: #FFFFFF;	/*ページ全体の背景色*/
	text-align: center;		/*IE6以下でセンタリングするための対策*/
}
div#pagebody {
	width:900px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;	/*テキストの配置を左揃えにする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#ffffff;		/*内容全体の背景色*/
}

/*============================================
ヘッダ
============================================*/
header {
	height: 77px;	/*背景画像のサイズに合わせてボックスの高さを指定*/
	background-repeat: no-repeat;		/*背景画像を繰り返さない*/
	padding-bottom: 10px;
    border-top:#197A03 solid 20px;

	/*ヘッダ部分の背景色*/
}
h1 {
    font-size: 18px;
    padding: 20px 0px 0px 30px;		/*見出し内容の位置調整*/
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;	/*フォントの種類*/
    font-style: normal;
    font-weight: bold;
    }
h1 a {
    text-decoration: none;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    color: #007527;
} 			/*リンクの下線を無くす*/

/*============================================
メインメニュー
============================================*/
ul#menu {
	height:42px; background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #02a715), color-stop(0.00, #50f202));
background: -webkit-linear-gradient(top, #50f202 0%,  #02a715 100%);
background: -moz-linear-gradient(top, #50f202 0%,  #02a715 100%);
background: -o-linear-gradient(top, #50f202 0%,  #02a715 100%);
background: -ms-linear-gradient(top, #50f202 0%, #02a715 100%);
background: linear-gradient(to bottom, #50f202 0%, #02a715 100%);
border-radius: 7px;	
font-weight:bold;
}
li#menu01,li#menu02,li#menu03,li#menu04,li#menu05,li#menu06 {
	float: left;			/*リスト項目を横に並べる*/
	display: inline;			/*リスト項目をインライン表示にする*/
	list-style-type: none;		/*リストマーカー無しにする*/
	background-repeat: no-repeat; 	/*背景画像を繰り返さない*/
	border: 1px solid #FBFBFC;
}

/*ボタン01～05にはそれぞれ異なる背景画像を指定する*/
li#menu01 {
	width: 148px;height:42px;
}
li#menu02 {
	width:148px; height:42px;	
}
li#menu03 {
	width:148px; height:42px;	
}
li#menu04 {
	width:148px; height:42px;	
}
li#menu05 {
	width:148px; height:42px;	
}
li#menu06 {
	width:148px; height:42px;	
}
ul#menu a {
	display: block;				/*リンクをブロック表示にする*/
	height: 42px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none; 			/*リンクの下線を無くす*/
	font-family: Arial, Helvetica, sans-serif;
}
ul#menu a:hover {
	color: #F9F5F6;
}

ul#menu li a.on{
	color: #038318;
	border-radius: 5px;
	background-color: #FFADAE;
	height: 32px;
}

#mainImgBox {
   position: relative;
   text-align: left;
   overflow: hidden;
   width:  894px; /* 画像の横幅に合わせて記述 */
   height: 381px; /* 画像の高さに合わせて記述 */
   margin:0 auto ;
   background:#fff;
}
#mainImgBox img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	margin: 3px;
	width: 894px;
	height: 371px;
}
#mainImgBox img.active {
   z-index: 10;
   opacity: 1.0;
}
#mainImgBox img.last-active {
   z-index: 9;
}

/*============================================
サブメニュー（左カラム）
============================================*/
div#submenu {
	width: 245px;	/*位置調整（IE6のバグに注意）*/
	display: inline;			/*IE6のマージン算出のバグ対策*/
	float: left;			/*サブメニューのカラムを左寄せにする*/
	height: auto;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 10px;
}

/*サブメニューのヘッダ部分（余白調整・背景画像・背景色・文字サイズなど）*/
div#submenu_header {
	height: 26px;
	background-repeat: no-repeat;
	background-position: top;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a1ff9e), color-stop(0.52, #186d1f), color-stop(0.00, #00cc17));
	background: -webkit-linear-gradient(top, #00cc17 0%, #186d1f 52%, #a1ff9e 100%);
	background: -moz-linear-gradient(top, #00cc17 0%, #186d1f 52%, #a1ff9e 100%);
	background: -o-linear-gradient(top, #00cc17 0%, #186d1f 52%, #a1ff9e 100%);
	background: -ms-linear-gradient(top, #00cc17 0%, #186d1f 52%, #a1ff9e 100%);
	background: linear-gradient(to bottom, #00cc17 0%, #186d1f 52%, #a1ff9e 100%);
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*サブメニューのボディ部分（余白調整・背景画像・背景色）*/
ul#submenu_body {
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #8AF352;
}
ul#submenu_body li {
	font-size:100%;			/*文字サイズを90%にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
}
ul#submenu_body li a {
	display: block;			/*リンクをブロック表示にする*/
	margin: 0px 1px 1px 1px;		/*サブメニュー項目のマージン*/
	padding: 2px 0px 1px 20px;	/*サブメニュー項目のパディング*/
	background-color: #D7FAB8;	/*サブメニュー項目の背景色*/
	text-decoration: none;		/*リンクの下線を無くす*/
}
ul#submenu_body li a:hover {
	background-color: #ffffff;
}

ul#submenu_body li a.on {
	background-color: #ffffff;
}


/*============================================
コンテンツ（中央と右の2カラム全体）
============================================*/
div#content {
	width: 635px;	/*幅の指定と位置調整*/
	float: right;				/*2カラム全体を右寄せにする*/
	height: 550px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*============================================
ニュース（中央カラム）
============================================*/


/*見出し・段落・水平線のスタイル指定*/
h2 {
	font-size:100%;
}
h3 {
	font-size: 90%;
}
#content #content_body h3 {
	margin-bottom: 7px;
}
#content #content_body ul {
	margin-left: 10px;
	padding-top: 4px;
}
#content_body ul li {
	list-style-type: square;
	border-bottom: thin dashed #8C8C8C;
	margin-top: 3px;
}
ul li span {
	padding-right: 15px;
}
ul li a {
    /* [disabled]list-style-type: none; */
    text-decoration: none;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#content_body ul li {
	position: relative;
}
#content_body ul li::after,
#content_body ul li::before {
	display: block;
	content: '';
	position: absolute;
}
#content_body ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #908F8F;
	border-radius: 100%;
}
#content_body ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}






p {font-size:90%; margin:10px 0px 10px 10px; text-indent:10px;}
hr {height:1px; border:solid 1px #cccccc; margin-bottom:30px;}




/*============================================
フッタ
============================================*/
footer {
	height: 42px;
	text-align: center;
	clear: both;/*回り込みを解除する*/
	background-image: url("images/bg_footer.jpg");	/*フッタ部分の背景画像*/
	background-repeat: no-repeat;			/*背景画像を繰り返さない*/
	background-color: #5BE74C;
}
address {
	font-style: normal;		 /*フォントスタイルを標準にする*/
	font-size: small;			 /*フォントサイズを小さくする*/
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;	/*要素内容の位置調整*/
	
}#content_header {
	height: 30px;
	background-color: #CBF9C6;
	padding-left: 10px;
	border-left: 10px solid #090;
	padding-top: 10px;
	padding-bottom: 7px;
	}
#content_body {
	height: 30px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(113,223,147,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(113,223,147,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(113,223,147,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(113,223,147,1.00) 100%);
	padding-left: 10px;
	padding-top: 10px;
}
h1 a img {
	padding-right: 10px;
}
header .navi {
	width: 220px;
	float: right;
	padding-left: 40px;
	padding-top: 40px;
	}
.navi strong .tel {
    font-size: 17px;
    color: #018E08;
    padding-left: 10px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-weight: bold;
	}

header h1 {
	float: left;
}
.clover1{
	background-color: #51D338;
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}
.clover3{
	font-size: 14px;
	background-color: #BBF063;
	margin-top: -5px;
	border-radius: 5px;
	padding: 10px;
}

.clover4{
	margin-top: 20px;
    padding: 10px;
    background-color: #DECC31;
    width: 250px;
    text-align: center;
    border-radius: 5px;
    margin-left: 60px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	
}

.clover4 a{
	text-decoration: none;
	display:block;	
}

.clover4 a:hover{
	 opacity: 0.5;
}

.clover5{
    margin-top: 20px;
    padding: 10px;
    background-color: #DECC31;
    width: 350px;
    text-align: center;
    border-radius: 5px;
    margin-left: 80px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	
}

.clover5 a{
	text-decoration: none;
	display:block;
}

.clover5 a:hover{
    opacity: 0.5;
}


#content p{

	
}
.navi1{
    color: #FF8238;
    font-size: 18px;
}
.content3{
	float: left;
	width: 450px;
}

.content3 p{
	margin-left: -5px;
		
}
		
		
.content2{
	float: right;
	width: 172px;
	background-color: #B8D0FF;
	margin-top: 10px;
	padding-bottom: 25px;
	border-radius: 5px;
	padding-left: 3px;
}
h4{
	background-color: #0004E6;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	color: #FFFFFF;
	margin-top: -1px;
	margin-left: -3px;
}

.content2 h4{
    border-radius:5px 5px 0 0;
	margin-bottom:5px;
}

.navi2{
    background-color: #12D9FF;
    margin-left: -25px;
    margin-top: 15px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    
    }



.content2 ul li{
    list-style-type: none;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-weight: bold;
	
} 
.content2 ul li ul li{
    margin-left: 8px;
	background: url(img/yajirusi.gif) no-repeat left 0 top 0;
    font-size: 13px;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    padding-left: 30px;
	}
	
.content2 ul li ul li span{
	font-size: 12px;
	font-weight: 600;
	background-color: #8BF0FD;
	border-radius: 5px;
	padding: 5px;
	}

.dayclover1{
	font-size: 13px;
	line-height: 1 ;
	padding-top: 20px;
	}
	
iframe{
    margin-top: 5px;
    margin-bottom: -10px;
		
}
h4.clover2{
	text-align: left;
	background-color: #03961B;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	border-radius: 5px;
	width: 200px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
    }
.kanren{
	margin-top: 10px;
	height: 144px;
	width: 207px;
	
}    
.kanren1{
	float: left;
	list-style-type: none;
	background-color: #0C3;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #FFFFFF;
	width: 195px;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 4px;
}



#content ul li a{
	color: #000;
	font-weight:bold;
}

#content ul li a:hover{
	color:#06F;
	text-decoration: underline;
}



.ryokin1 {
    margin-top: 30px;
    margin-left: 40px;
    margin-bottom: 10px;	
}


/*===========================================
サイトマップ
============================================*/

#pagebody #content .left {
	color: #000;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	list-style-type: none;
	
		
}
#pagebody #content .left li  {
	color: #000;
	padding-left:20px;
	background: url(img/all_arw01r.png) no-repeat left 2px top 5px;
}


#pagebody #content .left li a {
	
}

#pagebody #content .left li a:hover{
    color: #4DF782;
    text-decoration: underline;
}


#pagebody #content .left li:nth-of-type(4) {
    list-style-type: none;
    margin-left: 20px;
	background: url(img/all_arw02r.png) no-repeat left 2px top 5px;	
	}

#pagebody #content .left li:nth-of-type(6) {
    list-style-type: none;
    margin-left: 20px;
	background: url(img/all_arw02r.png) no-repeat left 2px top 5px;	
	}

#pagebody #content .right {
	float: right;
	margin-top: 20px;
	margin-right: 100px;
	list-style-type: none;
	}

#pagebody #content .right li:last-of-type{
	padding-left:20px;
	background: url(img/all_arw01r.png)  no-repeat left 0px top 4px;	
}

#pagebody #content .right li  {
	color: #000;
	padding-left:20px;
	background: url(img/all_arw01r.png)  no-repeat left 1px top 4px;	
}

#pagebody #content .right li a:hover{
    color: #4DF782;
    text-decoration: underline;
}

/*===========================================
フッター
============================================*/



#pagebody footer ul {
	list-style-type: none;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 20px;
	text-align: left;
	float: left;
}
#pagebody footer address {
	text-align: center;
}
#pagebody footer ul li a:hover  {
	color: #FFF;
}

/*===========================================
採用情報～メールでのお問い合わせのボタン～
============================================*/


.clover17 {
	background-color: #6F6;
	border-radius: 10px;
	height: 20px;
	width: 250px;
	padding: 10px 5px 10px 20px;
	list-style-type: none;
	font-size: 14px;
	margin-left: 50px;
}
.clover17 a{
	text-decoration:none;
	display: block;
}

.clover17 a:hover{
	color: #009;
	text-decoration: underline;
	font-weight: bold;	
}

/*===========================================
採用情報～応募・お問い合わせ先～
============================================*/

.recuit01{
	margin-left: 90px;
	list-style-type: none;
 }

/*===========================================
採用情報～求人ボタン～
============================================*/

.recuit02{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #00cc07), color-stop(0.41, #0a9009), color-stop(0.00, #61ff6f));
	background: -webkit-linear-gradient(top, #61ff6f 0%, #0a9009 41%, #00cc07 98%);
	background: -moz-linear-gradient(top, #61ff6f 0%, #0a9009 41%, #00cc07 98%);
	background: -o-linear-gradient(top, #61ff6f 0%, #0a9009 41%, #00cc07 98%);
	background: -ms-linear-gradient(top, #61ff6f 0%, #0a9009 41%, #00cc07 98%);
	background: linear-gradient(to bottom, #61ff6f 0%, #0a9009 41%, #00cc07 98%);
	border: #0a9009 solid 1px;
	border-radius: 4px;
	padding-top: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	
.recuit02 a{
	display: block;
	color: #FFF;
	font-weight:bold;
	text-shadow:
		#000 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        #000 -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        #000 0px 1px 0, black  0-1px 0,/*右、左*/
        #000 -1px 0 0, black 1px 0 0;/*上、下*/
	font-size: 18px;
	text-decoration: none;	
	
}

.recuit02 a:hover{
	color: #3F0;
	text-decoration: underline;
}

div#content1 {
	width: 635px;	/*幅の指定と位置調整*/
	float: right;				/*2カラム全体を右寄せにする*/
	height: 1400px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#content1 p{
	margin-left: -10px;
	margin-bottom: 15px;
}

div#content1 p span{
   color:#F00;
}

div#content1 h5{
	background-color: #FCF;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

div#content1 table th{
	font-size: 14px;
	font-weight: normal;
	padding: 1px;
	background-color: #CCC;
	text-align: center;
	width: 98px;
	}

div#content1 table td{
	font-size: 15px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

div#content1 table {
	border-collapse: collapse;
}

table td {
    border: solid 1px #000;
}
	
input::placeholder {
	color:#C4C4C4;
    padding-left:5px; 
}

textarea::placeholder{
	color:#C4C4C4;
    padding:2px 0 0 5px;
}



.cost6{
	background-color: #3C9;
	}

.ex1{
	border-left: double;
	border-right: double;
	}

.ex2{
	border-left: double;
	border-right: double;
	border-bottom: double;
	}
	
.ex3{
	border-left: double;
	border-right: double;
	border-top: double;
	}


.cost1{
	color: #000;
	background-color: #0C3;
	width: 200px;
	border-radius: 10px;
	margin-bottom: 10px;
	
}

.cost2{
	color: #000;
	background-color: #0C3;
	width: 600px;
	margin-bottom: -20px;
	border-radius: 10px;
}

.cost3{
	width:85px;
	font-weight: bold;
	background-color: #3C9;
	}

.cost4{
	width: 85px;
	background-color: #9F6;
	}
	
.cost7{
	background-color: #9F6;
	}

.cost8{
	background-color: #D8FF72;
	width: 200px;
	}
	
.cost5{
	width: 420px;
	border-radius: 15px;
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #61a009 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#61a009 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#61a009 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */






	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#61a009',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	margin-left: 85px;
	margin-top: 45px;
}

.cost5 a{
	text-decoration: none;
	color: #FFF;
	padding-right: 10px;
	}

.cost5 a:hover{
	           color:#000; 
	           filter:alpha(opacity=50);
    			-moz-opacity: 0.5;
    			opacity: 0.5;
}



.pagetop{
	text-align: right;
	margin-bottom: 5px;
	margin-left: 600px;
}

.pagetop a{
padding:0 0 0 16px;
background:url(img/all_arw01t.gif) no-repeat left center;
}

div#content table th{
	width: 160px;
}

div#content table td{
	border: none;
	padding:2px;
}
