@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, caption, tbody, tfoot, thead, tr, th, td {
	border: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: normal;
	outline: 0;
	vertical-align: baseline;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: none;
	background-image: url(images/bg19.gif);
}


/* リンク設定
------------------------------------------------------------*/
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 130%;
	color: #333333;
}

a:hover, a:active{
	outline: none;
	color: #333333;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
	margin: 0 auto;
	width: 880px;
}

#mainImg.inner{
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
}

#header{
	overflow: hidden;
	border-top: 2px solid #FFFF00;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 10px 6px -6px #ccc;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(14,126,51,1.00)),color-stop( 100% , rgba(29,175,79,1.00)),color-stop( 100% , rgba(37,196,90,1.00)),color-stop( 100% , rgba(12,136,53,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(14,126,51,1.00) 0%,rgba(29,175,79,1.00) 100%,rgba(37,196,90,1.00) 100%,rgba(12,136,53,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(14,126,51,1.00) 0%,rgba(29,175,79,1.00) 100%,rgba(37,196,90,1.00) 100%,rgba(12,136,53,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(14,126,51,1.00) 0%,rgba(29,175,79,1.00) 100%,rgba(37,196,90,1.00) 100%,rgba(12,136,53,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(14,126,51,1.00) 0%,rgba(29,175,79,1.00) 100%,rgba(37,196,90,1.00) 100%,rgba(12,136,53,1.00) 100%);
}

#content{
	float:right;
	width:627px;
	padding:22px 0 50px;
}

#sidebar{
	float: left;
	width: 233px;
	padding: 22px 0 50px;
}

#footer{
	clear: both;
	background-color: #1F8949;
	color: #FFFFFF;
	border-top: 2px solid #E9ED48;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
	padding: 5px 5px px;
	font-size: 83%;
	font-weight: normal;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 1px #999999;
	margin-top: 5px;
	margin-left: 5px;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
	clear: both;
	float: left;
	padding: 30px 5px 15px;
	color: #FFFFFF;
	font-size: 200%;
	font-weight: bold;
}


/* コンタクト
----------------------------------*/
.contact{
	float: right;
	padding: 10px 0 0;
	margin-top: 25px;
	text-align: right;
	color: #FFF;
	font-size: 100%;
	text-shadow: 1px 1px #999999;
}

.contact .tel{
	margin-bottom: -10px;
	font-size: 110%;
	font-weight: bold;
	text-shadow: 1px 1px #666666;
}

.contact .telnum{
	margin-bottom: -8px;
	font-size: 250%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 0px #666666;
	color: #FFFFCC;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	clear: both;
	line-height: 0;
	z-index: 0;
	margin-top: 5px;
	background-color: #ECF8EA;
	-webkit-box-shadow: 0px 0px 3px 1px #E5E5E5;
	box-shadow: 0px 0px 3px 1px #E5E5E5;
}

.post{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  }
  
 .side_nav{
	margin: 0 0 5px 0;
	background-color: #F2FFFB;
	text-align:center;
  } 
  
.main{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  } 
  
.main02{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  } 
  
.main03{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  }     
  
.main04{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  }
  
.main05{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  }
  
.main06{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  }  
  
.main07{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
  }


.nyu01{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
  }
  
.nyu02{
	padding: 20px 20px 10px 20px;
	margin: 10px 30px 30px 47px;
	background-color: #F3EDE4;
	color: #5C1516;
	font-weight: bold;
	border-radius: 10px;
	border-left: 5px solid #9C2A2C;
	border-right: 5px solid #9C2A2C;
  }
 
.nyu01 span{
	text-decoration: underline;
 } 
 
.chiiki01{
	padding: 0px 20px 0px 30px;
 } 
 
 .chiiki01 span{
	color:#000 !important;
 }
 
 .toppage h4{
	margin:0 0 10px;
	font-size:16px;
	font-weight:normal;
	color:#333;
}

.toppage{
	padding:10px 10px 20px 20px;
	font-size:14px;
}

.page{
	padding:10px 10px 0px 20px;
	font-size:14px;
}

.recruit{
	padding:10px 10px 20px 20px;
	font-size:14px;
}
.recruit02{
	padding:10px 10px 20px 20px;
	font-size:14px;
}
.recruit03{
	padding:10px 10px 20px 20px;
	font-size:14px;
}

.heading{
	padding:10px 10px 0px 20px;
	font-size:14px;
}

.heading2{
	padding:10px 10px 0px 20px;
	font-size:14px;
}

.heading3{
	padding:10px 10px 0px 20px;
	font-size:14px;
}

.heading4{
	padding:10px 10px 0px 20px;
	font-size:14px;
}

.heading5{
	padding:10px 10px 0px 20px;
	font-size:14px;
}



/* 記事ループ
*****************************************************/
.list{
	padding:10px 0;
	border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 130%;
	color: #333;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	font-weight: bold;
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 1.04% , rgba(112,204,5,0.29)),color-stop( 22.28% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(112,204,5,0.29)));
	background-image: -webkit-linear-gradient(270deg,rgba(112,204,5,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(112,204,5,0.29) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(112,204,5,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(112,204,5,0.29) 100%);
	background-image: -o-linear-gradient(270deg,rgba(112,204,5,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(112,204,5,0.29) 100%);
	background-image: linear-gradient(180deg,rgba(112,204,5,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(112,204,5,0.29) 100%);
	-webkit-box-shadow: 1px 1px 5px 0px #CCCCCC;
	box-shadow: 1px 1px 5px 0px #CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  }
  
h2.title2{
	clear: both;
	padding: 7px 10px 7px 10px;
	font-size: 130%;
	color: #060;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	font-weight: bold;
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 1.04% , rgba(204,97,4,0.29)),color-stop( 22.28% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(204,97,4,0.29)));
	background-image: -webkit-linear-gradient(270deg,rgba(204,97,4,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(204,97,4,0.29) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(204,97,4,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(204,97,4,0.29) 100%);
	background-image: -o-linear-gradient(270deg,rgba(204,97,4,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(204,97,4,0.29) 100%);
	background-image: linear-gradient(180deg,rgba(204,97,4,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(204,97,4,0.29) 100%);
	-webkit-box-shadow: 1px 1px 5px 0px #CCCCCC;
	box-shadow: 1px 1px 5px 0px #CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
  } 
  
h2.title3{
	clear: both;
	padding: 7px 10px 7px 10px;
	font-size: 130%;
	color: #060;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	font-weight: bold;
	background-position: 0 100%;
	background: #fdf7ce url(images/036_003.png) no-repeat 10px 17px;

	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 1.04% , rgba(204,97,4,0.29)),color-stop( 22.28% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(204,97,4,0.29)));
	background-image: -webkit-linear-gradient(270deg,rgba(204,97,4,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(204,97,4,0.29) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(204,97,4,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(204,97,4,0.29) 100%);
	background-image: -o-linear-gradient(270deg,rgba(204,97,4,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(204,97,4,0.29) 100%);
	background-image: linear-gradient(180deg,rgba(204,97,4,0.29) 1.04%,rgba(255,255,255,1.00) 22.28%,rgba(204,97,4,0.29) 100%);
	-webkit-box-shadow: 1px 1px 5px 0px #CCCCCC;
	box-shadow: 1px 1px 5px 0px #CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 20px;
}   
  

 
h3.access{
	clear: both;
	padding: 7px 10px 7px 10px;
	font-size: 130%;
	color: #FFF;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	font-weight: bold;
	background-position: 0 100%;
	background-repeat: repeat-x;
	border-radius: 5px 5px 0px 0px;
	background-color: #3EB75F;
 } 
 .message{
	background-color: #f6f6f6;
	border: 1px solid #d5d5d5;
}

   
    
  
/* --- 新着情報エリア --- */
div.update {
	border-style: solid;
	padding-top: 5px;
	border-color: #d5d5d5;
	margin-bottom: 20px;
	background: #ffffff;
}


/* --- 見出し --- */
div.update h3 {
	margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
	font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0;
	border-bottom: 1px #c0c0c0 dotted;
}

/* --- 日付エリア --- */
div.update dt {
	float: left; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
	font-size: 13px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 7px;
}

/* --- 本文エリア --- */
div.update dd {
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
	font-size: 13px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 3px;
	padding-top: 7px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
}

div.update dd :link,active{	
	font-size:13px;
}

div.update dd :hover{	
	text-decoration: underline;
}


/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
  
.dateLabel{
	text-align:right;
	font-weight:bold;
	color:#858585;
}

.main access p{padding-bottom:15px;}

.main img{max-width:100%;height:auto;}

.main02 img{
	max-width: 100%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	height: auto;
}

.main03 img{
	margin-right: 10px;
	margin-bottom: 0px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
}

.post p{padding-bottom:15px;}

.main p{
	padding-bottom: 15px;
	font-size: 120%;
}

.main02 p{padding-bottom:15px;}

.main03 p{
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
}

.main04 p{
	padding-bottom: 10px;
	padding-left: 45px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 1.5em;
}

.main05 p{
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 5px;
	line-height: 1.5em;
}

.main05 p span{
	font-weight: bold;
}

.main06 p{
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 1.5em;
}

.main06 p span{
	font-weight: bold;
	font-size: 15px;
	color: #FC5090;
}

.main07 p{
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 1.5em;
}

.main07 p span{
	font-weight: bold;
	font-size: 15px;
	color: #B30C0C;
}

.ks01{
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
}

.ks02{
	text-align: right;
	font-size: 12px;
}

.ks02 a{
	text-align: right;
	font-size: 12px;
}

.post ul{margin: 0 0 10px 10px;}

.main ul{
	padding-bottom: 10px;
	padding-left: 13px;
	margin-left: 10px;
	font-size: 13px;
}

.post ul li{
	margin-bottom:5px;
	padding-left:15px;
	background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.main04 ol{
	position: relative;
	margin:15px 30px 15px 45px;
	font-size:15px;
	line-height: 1.6em;
}

.main04 ol li{
	padding-left:1.25em;
	padding-bottom: 5px;
}

.main04 ol li span {
	position: absolute;
	color: #FB470C;
	left:0;
	margin:0
}

.main05 ol{
	position: relative;
	margin: 0px 30px 15px 73px;
	font-size:15px;
	line-height: 1.6em;
}

.main05 ol li{
	padding-bottom: 5px;
	list-style-type:decimal;
}

.main06 ol{
	list-style-type: decimal;
	position: relative;
	margin:15px 30px 15px 50px;
	font-size:15px;
	line-height: 1.6em;
}

.main06 ol li{
	padding-left: 0px;
	padding-bottom: 5px;
}

.heading ul{
	margin: 10px 10px 20px 30px;	
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 16px;
}

.heading ul li{
	padding: 0 0 10px 16px;
	background:url(images/6.gif) no-repeat 0px 6px;
}

.heading ul li span{
	text-decoration: underline;
 }

ul.nyu{
	margin: 15px 10px 0px 30px;	
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 16px;
}

ul.nyu li{
	padding: 0 0 10px 16px;
	background:url(images/check02.png) no-repeat 0px 4px;
}


ul.ks li{
	font-size: 15px;
	padding-left: 45px;
	padding-bottom: 10px;
	background: url(images/ecalic021_013.png) no-repeat 29px 4px;
}

ul.ks li.on a{
	margin-top: 15px;
	margin-right: 10px;
	font-size: 15px;
	line-height: 1.5em;
}

ul.ks li.on a:hover{
	color:#E71F76;
}

ul.rec li {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

ul.rec li a{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #01831C;
}

ul.renkei li{
	padding: 0 0 5px 0px;
	margin-left: 47px;
	list-style-type: disc;
}

ul.renkei02 li {
	font-size: 16px;
	color:#0A8226;
	display: block;
	margin: 10px 20px 10px 50px;
	padding-left: 60px;
	font-weight: bold;
}


.post h1{
	margin:20px 0;
	padding:5px 0;
	font-size:150%;
	color: #000;
	border-bottom:3px solid #000;
}

.main h1{
	margin:20px 0;
	padding:5px 0;
	font-size:150%;
	color: #000;
	border-bottom:3px solid #000;
}

.post h2{
	margin:10px 0;
	padding-bottom:2px;
	font-size:130%;
	font-weight:normal;
	color: #333;
	border-bottom:2px solid #515151;
}

.main h2{
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 130%;
	color: #060;
	border-bottom: 2px solid #006600;
}

.main02 h2{
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 130%;
	color: #000;
	border-bottom: 2px solid #006600;
}

.main03 h2{
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 130%;
	color: #060;
	border-bottom: 2px solid #006600;
}

.main04 h2{
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 130%;
	color: #060;
	border-bottom: 2px solid #006600;
}

.recruit h2{
	padding-bottom: 2px;
	font-size: 130%;
	color: #060;
	border-bottom: 2px solid #006600;
	background: #F5EDCD url(images/ecalic036_008.png) no-repeat 10px 17px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 600;
}

.recruit02 h2{
	color: #006633;
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: 600;
	border-bottom: 2px solid #f98a97;
	background: #fdf2e2 url(images/ecalic036_001.png) no-repeat 10px 17px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
	clear : both;
}

.recruit03 h2{
	padding-bottom: 2px;
	font-size: 130%;
	color: #0C49B4;
	border-bottom: 2px solid #0C49B4;
	background-repeat: no-repeat;
	background-position: 10px 17px;
	background-image: url(images/ecalic036_008.png);
	background-color: #FBFAD1;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 600;
}

.heading h3{
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: 600;
	color: #060;
	border-bottom: 2px solid #006600;
	background: #fdf7ce url(images/ecalic036_007.png) no-repeat 10px 17px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.heading2 h3{
	color: #000066;
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: 600;
	border-bottom: 2px solid #000066;
	background: #F9FCE2 url(images/ecalic036_005.png) no-repeat 10px 17px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.heading3 h3{
	color: #006600;
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: 600;
	border-bottom: 2px solid #006600;
	background: #F9FCE2 url(images/036_010.png) no-repeat 10px 17px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.heading4 h3{
	color: #006633;
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: 600;
	border-bottom: 2px solid #f98a97;
	background: #fdf2e2 url(images/ecalic036_001.png) no-repeat 10px 17px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
	clear : both;
}

.heading h4{
	color: #066419;
	font-weight: bold;
	font-size: 16px;
	background: #fff url(images/3.gif) no-repeat 0px 15px;
	padding-left: 15px;
	border-bottom: 1px dotted #006600;
	margin-left: 30px;
	margin-bottom: 10px;
}

.heading2 h4{
	color: #E71F76;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.heading3 h4{
	color: #066419;
	font-weight: bold;
	font-size: 16px;
	background: #fff url(images/6.gif) no-repeat 0px 15px;
	padding-left: 15px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.heading5 h3{
	color: #006600;
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: 600;
	border-bottom: 2px solid #006600;
	background: #F9FCE2 url(images/036_010.png) no-repeat 10px 17px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.heading5 h4{
	color: #039830;
	font-weight: bold;
	font-size: 16px;
	background: #fff url(images/3.gif) no-repeat 0px 15px;
	padding-left: 15px;
	border-bottom: 1px dotted #006600;
	margin-left: 26px;
	margin-bottom: 10px;
}

.heading5 h5{
	color: #A6181B;
	font-size: 15px;
	font-weight:bold;
	padding-left: 15px;
	margin-left: 9px;
	margin-bottom: 0px;
}

.post h3{
	margin: 10px 0;
	font-size: 130%;
	font-weight: bold;
	color: #006600;
	border-bottom: 1px solid #CCCCCC;
}

.main h3{
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 130%;
	color: #000;
	border-bottom: 2px solid #006600;
}

.main02 h3{
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: 600;
	color: #060;
	border-bottom: 2px solid #006600;
	background: #fdf7ce url(images/ecalic036_003.png) no-repeat 10px 17px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.main03 h3{
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 120%;
	color: #000;
	border-bottom: 2px solid #006600;
}

.main03 h4{
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 120%;
	color: #04740D;
	border-bottom: 2px solid #006600;
}


.main02 ul{
	display: inline;
	padding: 0;
    list-style: none; 
	float: left;
	margin-right: 50px;
	margin-left: 30px;
	margin-bottom: 10px
}

.main02 li{ 
	float:left;
}

.main02 li a{
	display: block; 
	border-left: 8px solid #C97556;
	background-color: #474655;
	padding: 3px 10px;
	text-decoration: none;
	color: #E1E2CF;
	width: 100px; 
	margin: 1px 0px;
	text-align: left;
	font-size: 14px;
}

.main02 li a:hover{
	border-left: 8px solid #990033;
	background-color: #474655;
}

.post blockquote {
	clear:both;
	padding:10px 0 10px 15px;
	margin:10px 0 25px 30px;
	border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0 20px;
}

.post table th{
	padding:10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background:#efede7;
}

.post table td{
	padding:10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
}

img.aligncenter02 {
	max-width:100%;
	height:auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
}

img.aligncenter03 {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
	border: #ccc solid 1px;
	padding: 5px;
}

img.aligncenter04 {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
	padding: 5px;
	float:left;
}
img.aligncenter05 {
	max-width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
}

img.alignleft01{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
	border: #ccc solid 1px;
	padding: 5px;
	float: left;
	clear : right;
}

img.alignleft02{
	max-width: 50%;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 5px;
	float: left;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #AFAAAB;
	box-shadow: 0px 0px 10px 0px #AFAAAB;
	clear: both;
}
img.alignleft03{
	max-width: 100%;
	height: auto;
	display: inline;
	margin-right: 10px;
	margin-top: 10px;
}

img.alignright01{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
	border: #ccc solid 1px;
	padding: 5px;
	float: right;
}

img.alignright02{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
	border: #ccc solid 1px;
	padding: 5px;
	float: right;
	clear:right;
}

img.alignright03{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50;
  margin: auto;
}

img.alignright, img.alignleft{
	display: inline;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
}

img.alignleft{margin:5px 15px 15px 10px;}


.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
	border:1px solid #eaeaea !important;
	padding:5px;
	background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}

.gmap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.sbanner{
	padding-bottom:15px;
}

p.main02 sbanner img{
	max-width: 200px;
	height: auto;
}

p.sbanner img:hover{
	cursor:pointer;
	opacity:.8;
}

.s_table01{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.s_table01 th{
	width: 100%;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #f6f6f6;
	border: 1px solid #b9b9b9;
}
.s_table01 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align: center;
}

.s_table02 {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 15px;
	}

.s_table02 th {
	width: 150px;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #F6F6F6;
}

.s_table02 td {
	width: 380px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.s_table02 span {
	padding-left: 10px;
}

.s_table03{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.s_table03 th{
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #f6f6f6;
	border: 1px solid #b9b9b9;
}
.s_table03 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align: left;
}

.triangle-lefttop:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid #6f6f6f;
	border-right: 7px solid transparent;
	top: 30px;
}

.s_table04{
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 20px 70px;
	font-size: 15px;
}
.s_table04 th{
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #F3EDE4;
	border: 1px solid #b9b9b9;
	margin: 0 50px 20px 0;
}
.s_table04 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align: center;
}

.s_table05 {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 15px;
	}

.s_table05 th {
	width: 150px;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fffbf2;
}

.s_table05 td {
	width: 380px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.s_table05 span {
	padding-left: 10px;
}

.s_table06{
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 20px 25px;
	font-size: 14px;
}
.s_table06 th{
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #f6f6f6;
	border: 1px solid #b9b9b9;
	margin: 0 0px 20px 0;
}
.s_table06 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align: center;
}
.s_table07 {
	width: 98%;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	}

.s_table07 th {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fffbf2;
}

.s_table07 td {
	width: 380px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.s_table07 span {
	padding-left: 10px;
}

.s_table08{
	width: 98%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	font-size: 14px;
}
.s_table08 th{
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #f6f6f6;
	border: 1px solid #b9b9b9;
	margin: 0 0px 10px 0;
}
.s_table08 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align: center;
}
.s_table09 {
	width: 98%;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	}

.s_table09 th {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fffbf2;
}

.s_table09 td {
	width: 330px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.s_table09 span {
	padding-left: 10px;
}

.s_table10 {
	width: 98%;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	}

.s_table10 th {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #E4F8E0;
}

.s_table10 td {
	width: 330px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.s_table11{
	width: 80%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
}

.s_table11 th{
	width: 100%;
	padding: 10px 6px 0px 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	//border: 1px solid #b9b9b9;
}

.s_table11 td{
	padding: 0px 6px 0px 6px;
	background-color: #fff;
	//border: 1px solid #b9b9b9;
	text-align: center;
}

.s_table12{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
}

.s_table12 th{
	width: 30%;
	padding: 10px 6px 0px 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
}

.s_table12 td{
	width: 70%;
	padding: 0px 6px 0px 6px;
	background-color: #fff;
	text-align: left;
}





/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
	margin:0 0 20px 0;
	background: none;
	text-align: center;

}

section.widget ul ul{
	border:0;
	margin:0;
	padding:0 0 0 10px;
}

section.widget img:hover{
	cursor:pointer;
	opacity:.8;	
}

p.banner{padding-bottom:15px;}

p.banner img{
	max-width:233px;
	height:auto;
}

p.banner img:hover
	cursor:pointer;
	opacity:.8;
}

p.side img{
	max-width: 233px;
	height: auto;
	text-align: right;
}
	

p.side img:hover{
	cursor:pointer;
	opacity:.8;
}



section.widget h3{
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 110%;
	color: #300;
}

section.widget li a{
	display: block;
	font-size: 120%;
}


section.widget li:last-child a{border:0;}




#searchform input[type="text"]{
	line-height:1.7;
	height:24px;
	width:90px;
	vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 130%;
	color: #300;
	background-color: #FCC;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sideTitle{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 120%;
	color: #300;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: 0px 1px 1px #FFFFFF;
	border-color: #CCCCCC #CCCCCC #CBCFCB;
	border-style: solid;
	background-color: #BCEFD6;
	-webkit-box-shadow: 0 0 2px 0px #BCC5BC;
	box-shadow: 0 0 2px 0px #BCC5BC;
}

.sideTitle2{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 120%;
	color: #300;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: 0px 1px 1px #FFFFFF;
	border-color: #CCCCCC #CCCCCC #CBCFCB;
	border-style: solid;
	background-color: #F0D66A;
	-webkit-box-shadow: 0 0 2px 0px #BCC5BC;
	box-shadow: 0 0 2px 0px #BCC5BC;
}

.sideTitle3{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 120%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: 0px 1px 1px #FFFFFF;
	border-color: #CCCCCC #CCCCCC #CBCFCB;
	border-style: solid;
	background-color: #fec0cf;
	-webkit-box-shadow: 0 0 2px 0px #BCC5BC;
	box-shadow: 0 0 2px 0px #BCC5BC;
}

.newsTitle h3{
	float: center;
	font-weight: bold;
	background-color: #fcc;
	}
	
.sideTitle h3{
	float: center;
	font-weight: bold;
	color: #300;
	background-repeat: no-repeat;
	background-color: #BCEFD6;
}

.sideTitle2 h3{
	float: center;
	font-weight: bold;
	color: #300;
	background-repeat: no-repeat;
	background-position: 54px 12px;
	background-image: url(images/left01.pn);
	background-color: #F0D66A;
}

.sideTitle3 h3{
	float: center;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 54px 12px;
	background-image: url(images/left01.pn);
	background-color: #fec0cf;
}

.newsTitle p{
	float:right;
	padding:0 0 0 10px;
	font-size:100%;
	background:url(images/arrow.gif) no-repeat 0 5px;
}

.sideTitle p{
	float:right;
	padding:0 0 0 10px;
	font-size:100%;
	background:url(images/arrow.gif) no-repeat 0 5px;
}

.news p{
	clear:both;
	padding-bottom:2px;
}

.side p{
	clear:both;
	padding-bottom:2px;
}

.news p:last-child{border:0;}

.side p:last-child{border:0;}

.news p a{
	display:block;
	padding:5px 0;
	color:#333;
}

.side p a{
	display: block;
	padding: 5px 0;
	color: #333;
	background:url("../images/bg_list.gif") 10px 50% no-repeat;
}

.news a span{
	font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 120%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.side a span{
	font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 140%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.side a span01{
	font-family: Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.news span{
	padding-left:10px;
}

.side apan{
	padding-left:10px;
}

.news a:hover span{color:#6f6f6f;}

.side a:hover span{color:#6f6f6f;}

.time2{
	font-size: 100%;
	padding-left: 10px;
	}
.time3{
	ront-size: 100%;
	padding-left: 10px;
	font-weight: bold;
	color: #CC0000;
}

/**/
.newsTitle2{
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 130%;
	color: #FFF;
	background-color: #006600;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.newsTitle2 h3{
	float:center;
	font-weight:bold;
}

.post2{
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	background-color: #DEF8D8;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  }

/* フッター
*****************************************************/
#footer ul{
	padding:15px 0 25px;
	text-align:center;
}

#footer li{
	display:inline-block;
	padding: 5px 16px;
	border-left:1px dotted #d5d5d5;
	font-size: 14px;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
}

#footer li a:hover{
	color:#fff;
	text-decoration:underline;
	font-size: 14px;
}

#footer ul ul{display:none;}

#copyright{
	clear:both;
	padding:30px 0 37px;
	text-align:center;
	color:#FFF;
	font-size:12px;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
	clear:both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
	clear:both;
	color:#4f4d4d;
	text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
	padding:0;
}

ul.post li{
	margin:0 10px;
	padding:20px 0 15px;
	border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
	float:left;
	margin:0 15px 5px 10px;
}

ul.post h3{
	margin:0 0 10px 10px;
	font-size:14px;
	font-weight:normal;
	color:#333;
	border:0;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media print, screen and (min-width: 1025px){
	
nav#mainNav{
	clear: both;
	position: relative;
	z-index: 200;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 6px 3px -3px #CCCCCC;
	box-shadow: 0px 1px 3px 1px #CCCCCC;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #009966;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 62.69% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(218,245,216,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 62.69%,rgba(218,245,216,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 62.69%,rgba(218,245,216,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 62.69%,rgba(218,245,216,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 62.69%,rgba(218,245,216,1.00) 100%);
	border-bottom: 1px solid #5DC05F;
}

nav#mainNav .inner{
	padding-left: 0px;
    border-right: 1px solid #ccc;
}

nav#mainNav ul li{
	float: left;
	position: relative;
	padding-top: 0px;
	margin-top: 5px 0px 5px 0px;
	border-left: 1px solid #ccc;
	width: 145px;
	border-bottom: 0px solid #5DC05F;
}

nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float: left;
	color: #333;
	height: 35px;
	line-height: 45px;
	font-size: 110%;
	margin-right: 1px;
	padding: 15px 0 0 0;
	font-weight: 200;
	border-bottom: 1px solid #5DC05F;
}

nav#mainNav ul li.on1 a {	
	border-bottom: 1px solid #FF3300;
	background: url(images/arrow067_08.gif) no-repeat 13px 18px;
}

nav#mainNav ul li a:hover{
	border-bottom: 1px solid #FF3300;
	background: url(images/arrow067_08.gif) no-repeat 13px 18px;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display: block;
	font-size: 100%;
	line-height: 1.4;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFFFFF;
}

nav#mainNav ul li a span{
	font-size: 70%;
	color: #FF6600;
	font-weight: normal;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
	color: ;
}

nav#mainNav ul ul{
	width:160px;
	border-top:0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
	display: block;
	position: absolute;
	top:45px;
	left:-1px;
	z-index:500;
}

nav#mainNav ul li li{
	margin: 0;
	float: none;
	height: 40px;
	line-height: 40px;
	width: 160px;
	border-bottom: 1px dotted #2f9a7d;
	background-color: #1d7b62;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
	width:100%;
	height:40px;
	padding:0 0 0 10px;
	line-height:40px;
	font-size:95%;
	text-align:left;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{
	cursor:pointer;
	opacity:.8;}

nav div.panel{
	display: block !important;
	float: left;
}
  
a#menu{display:none;}
}

/* --- ナビゲーションバー --- */
div.nav {
	margin-bottom: 15px;
	font-size: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 0px #BCC5BC;
	box-shadow: 0 0 2px 0px #BCC5BC;
}

/* --- メニューエリア --- */
div.nav ul.nl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
	padding: 5px 1px; /* 項目のパディング（上下、左右） */
	background-color: #FFF; /* 項目の背景色 */
	border-left: 1px solid #CBCFCB;
	border-right: 1px solid #CBCFCB;
	border-bottom: 1px solid #CBCFCB;	
	text-align: left;
	background-image: -webkit-linear-gradient(89deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.54%,rgba(255,248,228,1.00) 100%), url(url);
	background-image: -moz-linear-gradient(89deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.54%,rgba(255,248,228,1.00) 100%), url(url);
	background-image: -o-linear-gradient(89deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.54%,rgba(255,248,228,1.00) 100%), url(url);
	background-image: linear-gradient(1deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.54%,rgba(255,248,228,1.00) 100%), url(url);
}

/* --- リンク --- */
div.nav ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 10px 20px 10px 37px; /* リンクエリアのパディング（上下、左右） */
	background: url(images/pict12_07.png) no-repeat 11px 12px;
	text-decoration: none; /* テキストの下線（なし） */
	font-weight: bold;
	color:#235B24;
}

div.nav ul.nl li.on a {
	background: url(images/pict12_13.png) no-repeat 11px 12px;
}

/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
	border-left-color: #e0e0e0; /* ポイント時の左境界線色 */
	color: #FF3300;
}

/* --- 人事　ナビゲーションバー --- */
div.nav01 {
	margin-bottom: 15px;
	font-size: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 0px #BCC5BC;
	box-shadow: 0 0 2px 0px #BCC5BC;
}

/* --- メニューエリア --- */
div.nav01 ul.nl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

/* --- メニュー項目 --- */
div.nav01 ul.nl li {
	padding: 5px 1px; /* 項目のパディング（上下、左右） */
	background-color: #FFF; /* 項目の背景色 */
	border-right: 1px solid #CBCFCB;
	border-left: 1px solid #CBCFCB;
	border-bottom: 1px solid #CBCFCB;
	text-align: left;
	background-image: -webkit-linear-gradient(89deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.54%,rgba(255,248,228,1.00) 100%), url(url);
	background-image: -moz-linear-gradient(89deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.54%,rgba(255,248,228,1.00) 100%), url(url);
	background-image: -o-linear-gradient(89deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.54%,rgba(255,248,228,1.00) 100%), url(url);
	background-image: linear-gradient(1deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 72.54%,rgba(255,248,228,1.00) 100%), url(url);
	-webkit-box-shadow: 0px 0px;
}

/* --- リンク --- */
div.nav01 ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 28px 2px 20px 30px; /* リンクエリアのパディング（上下、左右） */
	background: url(images/pict12_20.png) no-repeat 11px 30px;
	text-decoration: none; /* テキストの下線（なし） */
	font-weight: bold;
	color:#235B24;
}

div.nav01 ul.nl li.on a {
	background: url(images/pict12_17.png) no-repeat 11px 30px;
}

/* --- ポイント時の設定 --- */
div.nav01 ul.nl li a:hover {
	border-left-color: #e0e0e0; /* ポイント時の左境界線色 */
	color: #0D8A74;
}






/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear: both;
	width: 880px;
	margin: 10px auto;
	background:#fbfaf9 url(images/mainnavBg.png) repeat-x 0 -5px;
	border: 1px solid #e8e5e0;
	border-radius: 6px;
	color: #333333;
	}
	
	nav#mainNav a.menu{
	width: 100%;
	display: block;
	height: 37px;
	line-height: 37px;
	font-weight: bold;
	text-align: left;
	color: #030;
	 background: url(images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-radius: 6px 6px 0 0;
	background: url(images/menuOpen.png) no-repeat 5px -34px;
	}
	
	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{margin:0;padding:0;}

	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 solid #e5e5e5;
	background-color: #f3f3f3;
	}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #e5e5e5;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
 	padding-left:40px;
	background:#f3f3f3 url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
	background:#fff url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#f3f3f3 url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;}
	#header h1{color:#FFF;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:left;}
	#header h2,.contact{float:none;}
	.contact{
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
	.contact p{text-align:right;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	
	
	
	
}
