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

/*  ----------------------　全体設定　------------------------- */

/*画像関連*/
img {
	vertical-align: middle;
}
.site img {
	border: none;
	margin-top: 10px;
}
.box2 img {
	width: 150px;
	height: 30px;
	margin-top: 15px;
}
.box4-2 img, .box4-1 img, .box5 img, .box6 img, .kokuchi img {
	width: 100%;
}
/*  画像スイッチ用 */
.switch {
	visibility: hidden;
}
/*リンク指定*/
a:link {
	color: #034E25;
	text-decoration: none;
}
a:hover {
	color: #376E3D;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a:visited {
	color: #333;
}
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
}
#pagetop img {
	width: 70px;
	height: 70px;
	}
/* 1000pxインナー指定 */
.boxA, .boxB, .box3, .main, .box8, .box9 {
	width: 100%;
	max-width: 1000px;
	margin : 0 auto;
}
/*ヘッダーとフッター*/
.h_01_bg {
	width: 100%;
	height: 110px;
	background-image: url(../img/h_01_bg.png);
}
.h_02_bg {
	width: 100%;
	height: 360px;
	background-image: url(../img/h_02_bg.png);
}
.h_obi {
	width: 100%;
	height: 110px;
	background-image: url(../img/h-obi.png);
}
.footer {
	color: #FFF;
	font-size: 12px;
	background: #9bc034;
}
/*  ボックスの設定 */
.box0 {
	height: 50px;
	width: 100%;
	background: #9cc034;
	padding-top: 10px;
}
.boxA {
	height: 60px;
}
.boxB {
	height: 40px;
}
.box3 {
	width: 100%;
	height: 360px;
	background-image: url(../img/top01_pc.png);
}
.box3-inner {
	padding-top: 15%;
	text-align: right;
	float: none;
}
.box4-2 {
	padding: 1%;
	border-top : 2px solid #9cc034;
	border-right : 1px solid #999;
	border-left: 1px solid #999;
	border-bottom : 1px solid #999;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.box6 {
	margin-top: 3.5%;
	margin-bottom: 10%;
}
/* --疑似インラインフレーム -- */
.inlineframe {
	background-color: #FFFFFF;
	height: 125px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 82%;
}
/* -- 新着情報 -- */
.news ul {
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 1px;
	padding: 0.5%;
	list-style: none;
	zoom: 1;
	overflow: hidden;
}
.news li a {
	display: block;
	margin-top: -1px;
	padding: 5px;
	border-bottom: 1px dotted #999;
	color: #000000;
	text-decoration: none;
}
.news li a:hover {
	color: #2E703E;
}
.news time {
	margin-right: 8px;
	color: #91b91e;
}
.news a:after {
	content: "";
	display: block;
	clear: both;
}
.news time {
	float: left;
	width: 80px;
}
.news .text {
	float: none;
	color: #333;
	width: auto;
	margin-left: 90px;
}
/*  フッター設定 */
.footer {
	color: #FFF;
	font-size: 12px;
	background: #9bc034;
}
/*  box9の高さ指定と背景 */
.box9 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.box9-1 {
	text-align: left;
}
.box9-2 {
	text-align: right;
}
.box9-3 {
	text-align: center;
}
/*  -----------　画面サイズ 374px 以下　 -------------- */
/* max-width: ブラウザ幅が 指定した 374px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 374px) {
.box0 img {
	width: 80%;
}
.box4-2 {
	font-size: 76%;
}
.footer {
	color: #FFF;
	font-size: 10px;
	background: #9bc034;
}
}


/*  -----------　画面サイズ 599px 以下　 -------------- */
/* max-width: ブラウザ幅が 指定した 599px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 599px) {
.noneSSP {
	display: none
}
.box4-1, .box4-2, .box5, .box6 {
	margin-top: 3.5%;
}
.box4-1, .box4-2 {
	margin-left: 5%;
	margin-right: 5%;
}
}


/*  -----------　画面サイズ 600px 以上　 -------------- */
/*  min-width ブラウザ幅が指定した 600px よりも大きい時に適用される。*/
@media print, screen and (min-width: 600px) {
.noneSP {
	display: none
}
/* box4-1～4-2を横に並べる */
.box4:after {
	content: "";
	display: block;
	clear: both;
}
.box4-1 {
	float: right;
	width: 48%;
	margin-top: 3.5%;
}
.box4-2 {
	float: left;
	width: 46%;
	margin-top: 3.5%;
}
.box4-2a {
	margin-top: 1%;
	margin-left: 2%;
	margin-right: 2%;
}
/* box5-1～box5-5を横に並べる */
.box5:after {
	content: "";
	display: block;
	clear: both;
}
.box5-1, .box5-2, .box5-3, .box5-4 {
	width: 25%;
	float: left;
}
/* box6-1～box6-4を横に並べる */
.box6:after {
	content: "";
	display: block;
	clear: both
}
.box6-1, .box6-2, .box6-4 {
	width: 33%;
	float: left;
}
/* ボックスごとのmargin指定 */
.box5, .box6 {
	margin-top: 3.5%;
}
.box6-1, .box6-2, .box6-4 {
	margin-right: 0.3%;
}
}


/*  -----------　画面サイズ 999px  以下　-------------- */
/* max-width: ブラウザ幅が 指定した 999px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 999px) {
.noneTB {
	display: none
}
}


/*  -----------　画面サイズ 1000px 以上　 -------------- */
/*  min-width ブラウザ幅が指定した幅よりも大きい時に適用される。*/
@media print, screen and (min-width: 1000px) {
.noneFT {
	display: none
}
/* box1とbox2を横に並べる */
.boxA:after {
	content: "";
	display: block;
	clear: both
}
.box1 {
	float: left;
	width: auto;
}
.box2 {
	float: right;
	width: auto;
}
/*（フッダー）box8・PCフッターメニュー */
.box8-bg {
	padding-top: 30px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #f7f9ee;
}
.box8 {
	font-size: 85%;
	line-height: 22px;
}
.box8 a:link {
	color: #333;
	text-decoration: underline;
}
.box8 a:hover {
	color: #376E3D;
}
.box8 a:visited {
	color: #999;
}
/* （フッダー）box9-1とbox9-2を横に並べる */
.box9:after {
	content: "";
	display: block;
	clear: both;
}
.box9-1 {
	float: left;
	width: 50%;
}
.box9-2 {
	float: right;
	width: 50%;
}
}
