@charset "UTF-8";
/* CSS Document */
/*************
/* 基本レイアウト
*************/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}
html {
	overflow-y: scroll;
}
ul, ol, dl {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#top-wrapper {
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 550px;
}
#sub-wrapper {
	width: 100%;
	background-image: url(../images/bg-sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top-content {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 110px;
	padding-left: 0px;
}
#unit2Col{
	max-width: 800px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#main-wrapper{
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	font-size: 14px;
	line-height: 2em;
}
#main-wrapper img{
	max-width: 640px;
	width: 100%;
}
.top-info h1 {
	color: #008200;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #008200;
}

h1{
	font-size: 30px;
	color: #008200;
	border-bottom-style: solid;
	border-bottom-color: #008200;
	line-height: 50px;
	border-bottom-width: 1px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
h2{
	font-size: 16px;
	color: #008200;
	border-bottom-style: solid;
	border-bottom-color: #99C899;
	border-bottom-width: 1px;
	margin-top: 20px;
}
.top-info p {
	color: #333;
	font-size: 15px;
}

#footer {
	background-color: #008200;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 50px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	color: #FFF;
}
/*フローティング */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1pt;
	line-height: 0pt;
}
hr {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
}
/* ヘッダーナビ */

.nav a {
	color: #008200;
	text-decoration: none;
	width: 29%;
	height: 36px;
	float: left;
	margin-right: 4%;
	line-height: 36px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-color: #B7CB99;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #008200;
}
.nav-select a {
	color: #FFFFFF;
	text-decoration: none;
	width: 29%;
	height: 36px;
	float: left;
	margin-right: 4%;
	line-height: 36px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-color: #008200;
}

#logo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.s-nav a {
	color: #008200;
	text-decoration: none;
	width: 29%;
	height: 28px;
	float: left;
	margin-right: 4%;
	line-height: 28px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-color: #E6F0DC;
	margin-bottom: 10px;
}
.s-nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99C899;
}
.s-nav-select a {
	color: #FFFFFF;
	text-decoration: none;
	width: 29%;
	height: 28px;
	float: left;
	margin-right: 4%;
	line-height: 28px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-color: #99C899;
	margin-bottom: 10px;
}


/* PC用 */
@media only screen and (min-width:960px) {
#logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px; /* テキストを隠す */
	float: left;
	height: 65px;
	width: 196px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.headNav {
	padding: 0;
	width: 390px;
	height: 105px;
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	font-size: 140%;
	float: right;
}
.sideNav {
	padding: 0;
	width: 100%;
	max-width: 390px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 140%;
	display: block;
	float: none;
}

.top-info {
	float: left;
	width: 800px;
	padding-left: 80px;
}
#unit2Col .formTable tr th{
	font-size: 14px;
	line-height: 1.3em;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#unit2Col .formTable td{
	font-size: 12px;
	line-height: 2em;
	color: #C00;
}
.pc-hidden { display:none !important; }
}


/* タブレット */
@media only screen and (max-width:959px) {

#logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px; /* テキストを隠す */
	float: left;
	height: 65px;
	width: 196px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.headNav {
	padding: 0;
	width: 390px;
	height: 105px;
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	font-size: 140%;
	float: right;
}
.sideNav {
	padding: 0;
	width: 100%;
	max-width: 390px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 140%;
	display: block;
	float: none;
}
.top-info {
	float: none;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#unit2Col .formTable tr th{
	font-size: 14px;
	line-height: 1.3em;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#unit2Col .formTable td{
	font-size: 12px;
	line-height: 2em;
	color: #C00;
}
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:630px) {
#logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px; /* テキストを隠す */
	float: none;
	height: 65px;
	width: 196px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.headNav {
	padding: 0;
	width: 100%;
	max-width: 390px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	display: block;
	float: none;
}
.sideNav {
	padding: 0;
	width: 100%;
	max-width: 390px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	display: block;
	float: none;
}
.top-info {
	float: none;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#unit2Col .formTable tr th{
	font-size: 12px;
	line-height: 1.3em;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#unit2Col .formTable td{
	font-size: 10px;
	line-height: 2em;
	color: #C00;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:479px) {
#logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px; /* テキストを隠す */
	float: none;
	height: 65px;
	width: 196px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.top-info {
	float: none;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}



}
