@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #444;
	background: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #444;
}
a:hover {
	color: #739e4a;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 970px;
	margin: 20px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;
	height: 250px;
	background-image: url(../images/header.png), linear-gradient(#739e4a, #b4e391);
	background-repeat: no-repeat;
	background-position: 95% bottom;
	border-radius: 8px;
}

/*h1ロゴ*/
header #logo img {
	width: 220px;
	margin-top: 20px;
	margin-left: 50px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	padding-top: 20px;
}

/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 690px;
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 110%;
	color: #FFF;
	background: #739e4a url(../images/mark2.png) no-repeat 15px center;
	padding: 5px 10px 5px 40px;
	border-radius: 8px;
	font-weight: normal;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ebebeb));
	background: -webkit-linear-gradient(#FFF, #ebebeb);
	background: linear-gradient(#FFF, #ebebeb);
	padding: 4px 10px 4px 15px;
	border: 1px solid #bcbcbc;
	border-radius: 8px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 14px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 250px;
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding-bottom: 10px;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #739e4a;
	padding-left: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
#sub ul.submenu li.level2 a {
	background: url(../images/mark1.png) no-repeat 20px center;
	padding-left: 40px;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 15px;
	margin-bottom: 15px;
	background: #e4e4e4;
	border: solid 1px #d1d1d1;
	border-radius: 8px;
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	clear: both;
	text-align: center;
	background: #739e4a;
	color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 10px 0px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	color: #fff;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	position: fixed;
	right: 10px;
	bottom: 5px;
}
#pagetop a {
	color: #739e4a;
	background: #b1df8d;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	width: 50px;
	line-height: 50px;
	border-radius: 25px;
	display: block;
	float: right;
	margin-bottom: 30px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #739e4a;
	color: #fff;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
#pan {
	font-size: 95%;
	margin-left: 5px;
	margin-bottom: 5px;
}
#pan a {
	text-decoration: none;
	color: #f39800;
}
#pan a:hover {
	color: #739e4a;
}

/*広告設定
---------------------------------------------------------------------------*/
.ad1 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ad2 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 30px;
}
.ad3 {
	padding-top: 8px;
	padding-bottom: 8px;
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #dcdcdc;padding:4px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #739e4a;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.date{display:block;float:right;font-size:11px;color:#999;margin-right:4%;}
.big1 {font-size: 18px;}








/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 3%;
}

#main {
	width: 70%;
}



}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*h1ロゴ*/
header #logo img {
	margin-left: 5%;
}

}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}


/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {display: none;}

}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 130px;
	background-image: url(../images/header_bg.png), linear-gradient(#739e4a, #b4e391);
}
/*h1ロゴ*/
header #logo img {
	width: 40%;
	margin-top: 28px;
	margin-left: 3%;
}


}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin: 0;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 100px;
	background-image: url(../images/header_bg2.png), linear-gradient(#739e4a, #b4e391);
	border-radius: 0px;
}
/*h1ロゴ*/
header #logo img {
	width: 45%;
	margin-top: 16px;
	margin-left: 4%;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	margin: 3%;
	padding-top: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {width: 96%;}

}
