@charset "UTF-8";
/* CSS Document */

/*===================================================
	土台作成用CSS
===================================================*/

/*//////////////////////////////////////////////////
	ＰＣ版、スマホ版　共通設定
///////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
			box-sizing: border-box;
	    -ms-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body {
	width:100%;
	min-width: 990px;
	height:100%;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴシック Pro",Meiryo,"メイリオ", Osaka,MS PGothic,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5;
	color: #333333;
	font-size: 13px;
	position: relative;
	min-height: 680px;
	background: #F6F6F1;
	overflow-x:hidden;
}

/* 画像幅 */
img {
	width: 100%;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
header.singleHeader {
	height: 210px;
	padding-top: 25px;
	background: url("../image/bg_single_header.png") repeat-x;
	background-size: 116px 210px;
}
	header.singleHeader h1 {
		width: 160px;
		margin: 0 auto;
	}
/* --------------------------------------------------
	cntnt
-------------------------------------------------- */
header.singleHeader + .cntnt {
	position: relative;
	min-height: 600px;
	margin-bottom: 90px;
}
header.singleHeader + .cntnt .entryBox {
	width: 760px;
	margin: -110px auto 25px;
	position: relative;
	text-align: center;
	border: 1px solid #EFEFEA;
	border-radius: 6px;
	background: #FFFFFF;
	/* box-shadow */
	box-shadow:0px 1px 6px -3px #CCCCCC;
	-moz-box-shadow:0px 1px 6px -3px #CCCCCC;
	-webkit-box-shadow:0px 1px 6px -3px #CCCCCC;
}
	header.singleHeader + .cntnt .entryBox h2 {
		font-size: 18px;
		color: #83BA24;
		line-height: 60px;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #E9E9E9;
	}
	header.singleHeader + .cntnt .entryBox .innerEntry {
		width: 560px;
		margin: 0 auto;
		padding: 30px 10px;
	}

	header.singleHeader + .cntnt .entryBox .innerEntry > p {
		margin-bottom: 1em;
	}
	header.singleHeader + .cntnt .entryBox .innerEntry div {
		margin-bottom: 25px;
		padding: 15px 10px;
		font-size: 12px;
		background: #F1F5F5;
	}
		header.singleHeader + .cntnt .entryBox .innerEntry div .emp {
			margin-bottom: 5px;
			font-size: 16px;
			font-weight: bold;
		}
/* --------------------------------------------------
	footer
-------------------------------------------------- */
footer {
	position: absolute;
	bottom:0;
	width: 100%;
	background: #B0D27F;
}
footer:before {
	content:"";
	display:block;
	position: relative;
	top:-10px;
	background: url("../image/bg_wave.png") repeat-x;
	height:10px;
	background-size: 116px auto;
}

footer .footBottom {
	clear: left;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
}
	footer .footBottom img {
		float: left;
		display: block;
		width: 134px;
	}
	/*コピーライト*/
	footer .footBottom p {
		float: right;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:700;
		line-height: 46px;
	}
