@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #060;	/*全体の文字色*/
	margin: 2em;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*左からカンマで区切って背景画像を2つ指定*/
	background-image: url(../images/bg.png);
	background-position: center;
	background-color: #DBF9F0;
	float: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #2A7F00;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #D0272B;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	padding-top: 30px;
	width: 100%;	/*ヘッダーブロックの幅*/
	text-align: center;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	padding-left: 2%;
}
/*メニュー１個あたりの設定*/
nav#menubar ul li {
	float: left;	/*メニューを左側に回り込み*/
	width: 15%;		/*メニュー幅*/
	margin-left: 1%;	/*メニュー同士の隙間*/
}
/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	width: 90%;		/*上の15%の幅に対しての写真幅*/
	height: auto;	/*高さ*/
}
nav#menubar ul li a img {
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.3);	/*影の設定。右、下、ぼかし幅。rgba以降の3つの数字がRGBでの色。最後の小数点の数字が透明度。*/
	box-shadow: 1px 2px 10px rgba(0,0,0,0.3);			/*同上*/
	border: 7px solid #FFF;	/*枠線の幅、線種、色*/
	border-radius: 200px;	/*角丸の設定。大き目に設定しておけばOK。*/
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	border: 7px solid #2A7F00;	/*枠線の幅、線種、色*/
}
/*テキスト部分の設定*/
nav#menubar ul li a {
	text-decoration: none;
	color: #FFF;	/*文字色*/
}
nav#menubar ul li a span {
	display: block;
	word-wrap: break-word;
	border-radius: 100px;	/*角丸の設定。大き目に設定しておけばOK。*/
	font-size: 16px;		/*文字サイズ*/
	line-height: 1;			/*高さ*/
	background: rgba(52,145,11,0.75);	/*背景色。左の3つの数字がRGBでの色。ここでは黒。最後の小数点の数字が透明度。ここでは30%。*/
	margin-bottom: 30px;	/*下のコンテンツブロックとの余白*/
	padding: 4px;
}
/*テキスト部分のマウスオン時の設定。*/
nav#menubar ul li a:hover span {
	color: #2A7F00;	/*文字色*/
	background: rgba(200,221,198,0.8);	/*背景色。左の3つの数字がRGBでの色。ここでは黒。最後の小数点の数字が透明度。ここでは60%。*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 690px;
	width: 960px;
	border-radius: 15px;	/*角丸のサイズ*/
	margin-bottom: 20px;
}
#mainimg img {
	border-radius: 15px;	/*角丸のサイズ*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-index: 2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-index: 1;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #FFF;
	padding: 15px;
	text-align: left;
	clear: left;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.2);	/*影の設定。右、下、ぼかし幅。rgba以降の3つの数字がRGBでの色。最後の小数点の数字が透明度。*/
	box-shadow: 1px 2px 6px rgba(0,0,0,0.2);			/*同上*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #5e9c00;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7ab127), to(#5e9c00));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#7ab127, #5e9c00);	/*同上*/
	background-image: linear-gradient(#7ab127, #5e9c00);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	font-size: 100%;
	padding: 10px 10px 10px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 50px;	/*角丸のサイズ*/
	color: #FFF;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #dcdcdc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #dcdcdc;			/*同上*/
	font-size: 100%;
	padding: 6px 10px 6px 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 50px;
	border: 1px solid #CCC;
	color: #060;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 5px 20px 5px;	/*左から、上、左右、下への余白*/
}

#main .news p {
	color: #000;
	padding-left: 2em;
	padding-right: 2em;
}
#main .news hr {
	margin-left: 2em;
	margin-right: 2em;
}
.newsimg {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*フッター内のメニュー
---------------------------------------------------------------------------*/
#footermenu	{
	padding-top: 30px;
	font-size: 12px;
	text-align: center;
}
#footermenu li {
	display: inline;
	padding: 0px 5px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 320px;
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	padding-left: 8em;
	color: #000000;
}
#new dd img {
	vertical-align: middle;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 16px;	/*文字サイズ*/
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../images/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 20px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../images/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: 370px;	/*ボックスの高さ*/
	width: 260px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 12px 20px;
	position: relative;
	border: 1px solid #CCC;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding: 0;
	border-radius: 0px;
	color: #5e9c00;	/*文字色*/
	border-bottom: 2px dotted #5e9c00;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ふきだしアイコンの位置*/
#main section.list article img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 97%;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	/* [disabled]border: 1px solid #ccc; */	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	/* [disabled]background-color: #e5e5e5; */
	/* [disabled]width: 200px; */	/*幅*/
	padding: 10px;
	text-align: center;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;	/*背景色*/
	background-color: #EBF9D7;
}
.ta1 th.data{
	width: auto;
	text-align: left;	/*背景色*/
	background-color: #FFF;
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.ta2 {
	width: 40%;
	margin: 0px auto;
	float: left;
	color: #000;
}
.ta2 th {
	padding: 10px;
	text-align: center;
	background-color: #DDD;
	border-bottom: 8px solid #FFF;
	padding: 3px;
}
.ta2 td {
	padding: 3px;
}

.ta3 {
	width: 97%;
	margin: 0px auto;
}
.ta3 th {
	padding: 5px;
	border-bottom: solid 1px #5E9C00;
	border-right: solid 1px #FFF;
}
.ta3 td {
	padding: 5px;
	border-bottom: solid 1px #5E9C00;
	border-right: solid 1px #5E9C00;
}
.ta3 .midashi1{
	width: auto;
	text-align: center;
	background-color: #4B7311;/*背景色*/
	color: #FFF;/*文字色*/
}
.ta3 .midashi2{
	width: 5%;
	text-align: center;
	background-color: #EBF9D7;/*背景色*/
}

.ta4 {
	width: 90%;
	margin: 0px auto;
	border: solid 1px #4B7311;
}
.ta4 th {
	padding: 5px;
	border-bottom: solid 1px #4B7311;
	border-right: solid 1px #4B7311;
}
.ta4 td {
	padding: 5px;
	border-bottom: solid 1px #4B7311;
	border-right: solid 1px #4B7311;
}

/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #5e9c00;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7ab127), to(#5e9c00));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#7ab127, #5e9c00);	/*同上*/
	background-image: linear-gradient(#7ab127, #5e9c00);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #7ab127;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9c00), to(#7ab127));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#5e9c00, #7ab127);	/*同上*/
	background-image: linear-gradient(#5e9c00, #7ab127);			/*同上*/
}

table .btmline {
	border-bottom: solid 1px #5E9C00;
}
table .lftline {
	border-left: solid 1px #5E9C00;
}
table .rtline {
	border-right: solid 1px #5E9C00;
}
table .lftline {
	border-left: 1px solid #5E9C00;
}
table .topline {
	border-top: 1px solid #5E9C00;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
.pagetop {
	clear: both;
}
.pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #5E9C00;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*マウスオン時*/
.pagetop a:hover {
	background-color: #D0272B;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #FEE4E5;
	padding: 0.5em 1em;
}
.mb15 {
	margin-bottom: 15px;
}
.mt1em {
	margin-top: 1em;
}
.mt2 {
	margin-top: 2em;
}
.mr1 {
	margin-right: 1em;
}
.mr2 {
	margin-right: 2em;
}
.mr3 {
	margin-right: 3em;
}
.mr6 {
	margin-right: 6em;
}
.ml1 {
	margin-left: 1em;
}
.ml2 {
	margin-left: 2em;
}
.ml22 {
	margin-left: 2.2em;
}
.ml3 {
	margin-left: 3em;
}
.ml35 {
	margin-left: 3.5em;
}
.ml4 {
	margin-left: 4em;
}
.ml5 {
	margin-left: 5em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ff496b;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
#menubar_hdr {
	display: none;
}
figcaption {
	font-size: 11px;
}
.text-90 {
	font-size: 90%;
}
.text-80 {
	font-size: 80%;
}
.text-75 {
	font-size: 75%;
}
.text-125 {
	font-size: 125%;
}
.darkgrn {
	color: #005000;
}
.grn {
	color: #060;
}
.red {
    color: #CB1134;
}
.black {
    color: #111;
}
.fltrt {
	float: right;
	margin-left: 0px;
}
.fltlft {
	float: left;
	margin-right: 0px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cut {
	float: right;
	margin-left: 0px;
}
.naiyou li {
	list-style-type: circle;
	margin-left: 4em;
}
.bold {
	font-weight: bold;
}
.underline {
    text-decoration: underline;	
}
.acMenu dt{
	display: block;
	width: 90%;
	height: 2em;
	text-align: center;
	border: #005000 1px solid;
	cursor: pointer;
	clear: both;
	margin-left: 2em;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #EBF9D7;
}
.acMenu dd{
	background: #FFF;
	width: 90%;
	height: auto;
	text-align: left;
	border: #060 1px solid;
	display: none;
	margin-left: 2em;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #000;
}
.acMenu .coution {
    border: 2px dotted #060;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 8px;
}
.midasi01 {
	background-color: #CBF09A;
	padding: 4px 8px 0px 8px;
	margin-bottom: 8px;
}
.daily-btn {
	display: block;
}
#map-click {
	display: none;	
}
.redline {
    text-decoration: line-through #F00004;
}

/* 問合せフォーム関連 */


/* PC用 */
@media screen and (min-width:481px) and (max-width:800px){

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

/*ヘッダー内のロゴ画像
---------------------------------------------------------------------------*/
header h1 img{
	width: 94%;	/*画面幅に対して画像幅を94％にする*/
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*各メニューの写真部分の設定*/
nav#menubar ul li a img {
	border: 5px solid #FFF;	/*枠線の幅、線種、色*/
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	border-left: 5px solid #2A7F00;
	border-right: 5px solid #2A7F00;
	border-bottom: 5px solid #2A7F00;
	border-top: 5px solid #2A7F00;	/*枠線の幅、線種、色*/
}
/*テキスト部分の設定*/
nav#menubar ul li a span {
	font-size: 13px;		/*文字サイズ*/
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: 400px;	/*ボックスの高さ*/
	width: 45%;	/*ボックスの幅*/
	margin: 0px 2% 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list article figure img {
	width: 100%;
	height: auto;
}
	
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 96%;
}
.ta2 {
	width: 65%;
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}


}

/* スマートフォン 縦(ポートレート) */
@media screen and (max-width:769px){

.ml2 {
	margin-left: 1em;
}
.ml3 {
	margin-left: 0em;
}
#main img .top {
	width: 100%;
	height: auto;
}

}

@media screen and (max-width:600px){

.ml2 {
	margin-left: 0.25em;
}

}	

/* スマートフォン 縦(ポートレート) */
@media screen and (max-width:480px){
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

/*ヘッダー内のロゴ画像
---------------------------------------------------------------------------*/
header h1 img{
	width: 94%;	/*画面幅に対して画像幅を94％にする*/
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
nav#menubar ul li {
	float: left;	/*メニューを左側に回り込み*/
	width: 30%;		/*メニュー幅*/
	height: 160px;	/*メニューの高さ*/
	margin-left: 2%;	/*メニュー同士の隙間*/
	/*background-color: #000;*/
}
/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	width: 90%;		/*上の15%の幅に対しての写真幅*/
}
nav#menubar ul li a img {
	border: 5px solid #FFF;	/*枠線の幅、線種、色*/
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	border: 5px solid #2A7F00;	/*枠線の幅、線種、色*/
}
/*テキスト部分の設定*/
nav#menubar ul li a span {
	font-size: 13px;		/*文字サイズ*/
	margin-bottom: 10px;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグの設定*/
#main h2 {
	padding: 4px 15px;	/*上下、左右への余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	padding: 4px 15px;	/*上下、左右への余白*/
}
#main img {
	width: 100%;
	height: auto;
}
#newinfo dd img {
	width: 30px;
	height: auto;
}

#main .news p {
	color: #000;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#main .news hr {
	margin-left: 0.5em;
	margin-right: 20.5em;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#7ab127), to(#5e9c00));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#7ab127, #5e9c00);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#7ab127, #5e9c00);
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#7ab127), to(#5e9c00));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#7ab127, #5e9c00);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#7ab127, #5e9c00);
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	height: 240px;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	float: none;
	height: auto;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	margin: 0px 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list article figure img {
	width: 100%;
	height: auto;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: auto;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}
.cut {
	clear:both;
}

/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

.ta2 {
	width: 100%;
	margin: 0px auto;
	float: left;
	color: #000;
}
.ml1 {
	margin-left: 0.5em;
}
.ml2 {
	margin-left: 0em;
}
.ml3 {
	margin-left: 0em;
}
.ml5 {
	margin-left: 0em;
}
.ml22 {
	margin-left: 1.2em;
}
.rtn {
	float: left;
}

.acMenu dt{
	width: 100%;
	margin-left: 0em;
}
.acMenu dd{
	width: 100%;
	margin-left: 0em;
}

.naiyou li {
	list-style-type: circle;
	margin-left: 0.5em;
}
#map-click {
	display: inline;	
}


}


