@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #fff url(../images/bg.jpg);	/*背景色と背景壁紙*/
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
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: 65px;}
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: #333;	/*リンクテキストの色*/
}
a:hover {
	color: darkred;			/*マウスオン時の文字色#00ac28*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a[target="_blank"] {
	background:transparent url(../images/link-green.png) center right no-repeat;
	padding:3px 15px 0 0;
}

.title{
	font-size: 26px;;
}
/*mainimg
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg {
	width: 96%;	/*画像がブラウザ幅一杯にならないように設定*/
	margin-left: 2%;
	position: absolute;
}
#mainimg div {
	position: relative;
	max-width: 1400px;	/*画像の最大幅の指定*/
	margin: 0 auto;
	border-radius: 0px 0px 10px 10px;	/*角丸のサイズ。左上、右上、右下、左下200。*/
}
#mainimg img {
	position: relative;width: 100%;height: auto;
	border-radius: 0px 0px 10px 10px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}


/*コンテナー
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;	/*最大幅*/
	margin: 0 auto;
}

/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	padding: 2.5% 5% 0;	/*5% 8% 0*/
	position: relative;
	z-index: 10;
	top: 0px;
	overflow: hidden;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 73%;		/*幅*/
	overflow: hidden;
	padding-top: 22%;	/*10%コンテンツ上にあける余白*/
}
/*トップページのmain*/
/*#top*/
/* #main {*/
/*	padding-top: 22%;	コンテンツ上にあける余白30*/
/*}*/

/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 16px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 5px 30px;	/*上下、左右への余白*/
	background: olivedrab;	/*背景色#00ac28（古いブラウザ用）*/
	border-radius: 8px;	/*50角丸のサイズ。大きめにしておけばOK。*/
}

h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 16px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 5px 0px;	/*上下、左右への余白*/
	background: olivedrab;	/*背景色#00ac28（古いブラウザ用）*/
	border-radius: 8px;	/*50角丸のサイズ。大きめにしておけばOK。*/
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	background: #f9fff4;	/*背景色#FFF*/
	padding: 7px 29px;	/*上下、左右への余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 8px;	/*50角丸のサイズ。大きめにしておけばOK。*/
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
/*	padding: 0px 30px 14px;	上、左右、下への余白*/
	padding: 0px 2% 14px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

/*一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	width: auto;
	margin: 0 3% 15px;
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 3%;			/*ボックス内の余白*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
	background: -webkit-linear-gradient(#FFF, #f1f1f1);	/*グラデーション*/
	background: linear-gradient(#FFF, #f1f1f1);			/*同上*/
	position: relative;
	overflow: hidden;
	border-radius: 10px;	/*角丸のサイズ*/
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: left;			/*画像を左へ回り込み*/
	background: #FFF;		/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 0.8%;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	width: 20%;	/*写真の幅*/
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.15);	/*ボックスの影。右へ、下へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.15が透明度15%の事。*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);			/*同上*/
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	font-size: 16px;	/*文字サイズ*/
	border-bottom: 2px dotted olivedrab;	/*下側の線の幅、線種、色*/
	margin-bottom: 10px;
	margin-left: 25%;	/*左の画像とバランスをとって設定する*/
	color: olivedrab;		/*文字色*/
}
#main .list h4::first-letter {
	border-left: 3px solid olivedrab;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}
/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 25%;	/*左の画像とバランスをとって設定する*/
}

/*1/2ボックスの設定〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜*/
#main .list2-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;				/*中のブロックを自動で折り返す*/
}
#main .list2 {
	width:43%;
	margin: 0 5px 15px;
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding:3px 5px 5px 15px;			/*ボックス内の余白*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
	background: -webkit-linear-gradient(#FFF, #f1f1f1);	/*グラデーション*/
	background: linear-gradient(#FFF, #f1f1f1);			/*同上*/
/*	position: relative;*/
	overflow: hidden;
	border-radius: 10px;	/*角丸のサイズ*/
}
/*ボックス内のh4タグ設定*/
#main .list2 h4 {
	font-size: 16px;	/*文字サイズ*/
	border-bottom: 2px dotted olivedrab;	/*下側の線の幅、線種、色*/
	margin-bottom: 10px;
/*	margin-left: 34%;	左の画像とバランスをとって設定する*/
	color: olivedrab;		/*文字色*/
}
#main .list2 h4::first-letter {
	border-left: 3px solid olivedrab;
	padding-left: 10px;	
}
/*ボックス内の写真設定*/
#main .list2 figure img {
	float: left;	
	background: #FFF;
	padding: 0.8%;
	border: 1px solid #CCC;
	width: 25%;	/*写真の幅*/
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}
/*ボックス内の段落タグ設定*/
#main .list2 p {
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.6;		/*行間*/
	padding: 0px;
	margin-left: 31%;	/*左の画像とバランスをとって設定する*/
}
#main .list2 a {
/*	display: block;*/
	text-decoration: none;
}


/*よく頂く質問ページ
---------------------------------------------------------------------------*/
.faq {
	padding: 0 30px;
}
.faq dt {
	font-weight: bold;
	color: #00ac28;
}
.faq dd {
	padding-bottom: 15px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 22%;		/*22幅*/
/*	margin-bottom: 30%;	アニメUPのスペース*/
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding-bottom: 10px;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #00ac28;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo, #logo-s {
	background: olivedrab;	/*背景色#00ac28*/
	background: linear-gradient(yellowgreen 0%, darkolivegreen);	/*背景色グラデーション*/
	text-align: center;
	padding:25% 8px;			/*40ボックス内の余白。この余白に合わせてロゴ画像がリサイズされます。*/
	border-radius: 8px;	/*15角丸のサイズ*/
	margin-bottom: 35px;	/*ロゴボックスの下にあけるスペース*/
	border: 5px solid #fff;	/*枠線の幅、線種、色*/
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.2が透明度20%の事。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);			/*同上*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#menubar,
#menubar-s {
	overflow: hidden;
	font-size: 18px;
}
/*メニュー１個あたりの設定*/
#menubar a,
#menubar-s a {
	display: block;
	text-decoration: none;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff 40%, gainsboro);	/*背景色グラデーション*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;	/*上下、左右へのメニュー内の余白*/
	margin: 0px 2px 10px;	/*上、左右、下へあけるメニューの外側への余白*/
	border: 2px solid olivedrab;	/*枠線の幅、線種、色#00ac28*/
	border-radius: 8px;	/*15角丸のサイズ*/
	line-height: 1.6;		/*行間。少し狭くする。*/
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.2が透明度20%の事。*/
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);			/*同上*/
}
/*マウスオン時*/
#menubar a:hover.koko,
#menubar a:hover {
	background: #fff;	/*背景色*/
	position: relative;
	left: 1px;	/*マウスオン時い左から1pxずらす*/
	top: 1px;	/*マウスオン時い上から1pxずらす*/
}
/*ここ*/
#menubar a.koko,
#menubar-s a.koko{
	background: linear-gradient(honeydew 40%, #99cc99);	/*背景色グラデーション*/
}
/*英語表記使用しない*/
#menubar a span,
#menubar-s a span{
	display: block;
	color: seagreen;	/*文字色#00ac28*/
	font-size: 9px;	/*文字サイズ。小さく。*/
	letter-spacing: 0.2em;	/*文字間隔を広く*/
}
/*小さな端末（800px以下）用メニューとロゴを表示させない*/
#menubar-s,#logo-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*サブコンテンツ内のサブメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#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;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 5px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.03);	/*背景色。0,0,0は黒の事で0.05は透明度5%の事。*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	box-shadow: 0px 0px 1px 1px #fff inset;			/*同上*/
	border-radius: 8px;	/*角丸のサイズ10*/
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	z-index: -10;
	text-align: center;
	margin:10px 0px;
}
footer a {
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*トップページ「以外」の、上部にある装飾画像 不使用
---------------------------------------------------------------------------*/
#subimg {
	position: fixed;
	bottom: 0px;
	left: 5%;
	width: 40%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 30px;
	margin-bottom: 15px;
	height: 170px;	/*高さ*/
	overflow: auto;	/*高さを超えた場合にiframe風にする設定。全部表示させていたいならこの行と上のheightの行を削除。*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
.scroll {
	white-space: nowrap; /* 折り返されないように */
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch; /* スマホでスムーズにスクロールできるように */
	margin-right:10px ;
}

.ta1 {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff;					/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。255,255,255は白の事で0.8は透明度80%の事。*/
	border: 5px solid #ccc;				/*テーブルの枠線の幅、線種、色*/
}
.ta1 td, .ta1 th {
	border: 1px dashed #999;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;				/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cce6f6;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
/*	width: 140px;幅	*/
	text-align: center;	/*センタリング*/
	background: #f7f7f7;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は透明度5%の事。*/
}
/*olタグのpadding変更*/
.ta1 ol {
	padding-left: 35px;
}
/*ulタグのpadding変更*/
.ta1 ul.disc {
	padding-left: 30px;
}
/*段落タグのpadding変更*/
.ta1 p {
	padding: 0px !important;
}

/*テーブル（ta2）
---------------------------------------------------------------------------*/
.ta2 {
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff;					/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。255,255,255は白の事で0.8は透明度80%の事。*/
	border: 5px solid #ccc;				/*テーブルの枠線の幅、線種、色*/
}
.ta2 td, .ta2 th {
	border: 1px dashed #999;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;				/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #cce6f6;	/*背景色*/
}
/*ta2の左側ボックス*/
.ta2 th {
	text-align: center;	/*センタリング*/
	background: #f7f7f7;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は透明度5%の事。*/
}

/*PAGE TOP設定　TOPのアニメに合わせ５秒後に表示
---------------------------------------------------------------------------*/
@keyframes pagetop {
	0% {opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}
}
#pagetop {
	clear: both;
	padding-top: 0px;
	text-align: left;
	animation: pagetop 5s linear;
	animation-fill-mode: both;
}
#pagetop img {
	width: 200px;	/*画像の幅*/
}
/*マウスオン時*/
#pagetop img:hover {
	position: relative;
	left: 1px;	/*マウスオン時い左から1pxずらす*/
	top: 1px;	/*マウスオン時い上から1pxずらす*/
}

/*トップページのアニメーション設定（画面左上から左下に移動するアニメーション）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {left: 5%; top: 0%;}
	100% {left: 5%; top: 90%; opacity: 0;}
}
/*画像ブロック*/
#animation1 {
	width: 200px;	/*画像幅*/
	position: absolute;
	z-index: -5;
	-webkit-animation: animation1 5s ease-in-out both;	/*ease-in「3s」はアニメーションの実行時間（３秒）。変更してもらってOKです。*/
	animation: animation1 5s ease-in-out both;			/*同上*/
	-webkit-animation-fill-mode:forwards;		/* backwards*/
	animation-fill-mode: forwards;		/* backwards*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 8px;
	font-weight: bold;
	vertical-align: 3px;		/*高さ調整*/
	padding: 1px 2px;
	border-radius: 2px;
	margin: 0px 5px 3px 0px ;
}

/*いちごカレンダーレイアウト
---------------------------------------------------------------------------*/
.flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flex-item{
	flex-basis: 50%;
}


.btn{
	font-size:15px;
	color: #000;
	border: 1px solid darkgreen;	/*枠線の幅、線種、色*/
	border-radius: 10px;		/*角丸のサイズ*/
	padding: 0px 6px 0px 6px;		/*上下、左右へのボックス内の余白*/
	background: honeydew;	/*背景色*/
}


.marubtn {
	width: 40%;
	display: block;
	background: #739938;
	background: linear-gradient(honeydew 40%, #99cc99);
	border: 1px solid olivedrab;
	border-radius: 11px;
	padding: 5px;
	margin: 3px auto;
	text-align: center;
	font-size: 110%;
	line-height:0.9;
	text-decoration: none;
}
.marubtn:hover {
	color: darkred;			/*マウスオン時の文字色#00ac28*/
	background: white;
}


.entbtn {
	width: 50%;
	display: block;
	background: #739938;
	background: linear-gradient(honeydew 40%, #99cc99);
	border: 1px solid olivedrab;
	border-radius: 11px;
	padding: 15px;
	margin: 3px auto;
	text-align: center;
	font-size: 110%;
	line-height:1;
	text-decoration: none;
}
.entbtn:hover {
	color: darkred;			/*マウスオン時の文字色#00ac28*/
	background: white;
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #dcdcdc;padding: 4px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb30 {margin-bottom: 30px;}
.clear {clear: both;}
ul.disc {
	padding-left: 20px;
	list-style: disc;
}
ul.disc2 {padding-left: 60px;list-style: disc;}
.color1 {color: #00ac28;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.w100p {width: 96%;}
.w40p {width: 47%;}
.w30p {width: 29%;}
.w21p {width: 22%;}
.w80-100{width: 80%;}
.auto{width: auto;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
/*.fr {float: right;  margin: 0 2% 10px;}
.fl {float: left;  margin: 0 4% 10px;}*/
/*.fr {float: right;margin-left: 20px;margin-bottom: 20px;}*/
/*.fl {float: left;margin-right: 20px;margin-bottom: 20px;}*/
.fr {float: right; margin: 5px 0 15px 3%;}
.fl {float: left ;margin: 5px 3% 15px 0;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.frame {
/*	margin:0 1% 5px 0;*/
	border: 4px solid #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}
.youtube {
	position: relative;
	width: 93%;
	height: 0;
	padding-top: 56.25%;
/*	padding: 56.25% 30px 0px 30px;*/
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	padding: 0px 30px;	/*上、左右、下への余白　Pに揃える*/
}




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

/*画像ブロック*/
#mainimg {
	width: 100%;
	margin-left: 0%;
}

/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	padding: 3% 3% 0;
}

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

/*main
---------------------------------------------------------------------------*/
#main {
	padding: 0 !important;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo-s {
	margin-bottom: 4%;
	z-index: 11;
	position: relative;
	top: 12px;	/*上に移動する距離-15*/
	left: 3%;	/*左からの距離*/
	width: 30%;	/*ロゴの幅*/
	padding: 3.5% 5px;	/*ボックス内の余白*/
	border: 3px solid #fff;	/*枠線の幅、線種、色*/
}
/*小さな端末用（800px以下）のロゴとメニューを非表示から表示に切り替える*/
#logo-s, #menubar-s {
	display: block;
}
/*大きな端末用（801px以上）のロゴとメニューを非表示にする*/
#logo, #menubar {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar-s {
	position: relative;
	z-index: 12;
	margin: 30px 3% 0px;
	font-size: 14px;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;
	width: 49%;
	margin: 0 0.5% 0;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	z-index: 13;
	position: absolute;
	top: 10px;		/*上から10pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;		/*背景色*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*トップページ「以外」の、上部にある装飾画像
---------------------------------------------------------------------------*/
#subimg {
	top: 60px;	/*上から60pxの場所に。少し下げる設定。*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: olivedrab url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: olivedrab url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

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

}



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

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグの設定*/
#main h2 {
	padding: 4px 15px;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	padding: 3px 14px;
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}

.flex-item{
	flex-basis: 90%;
}

/*一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	margin: 0 0 15px;
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: none;
	padding: 0;
	border: none;
	width: 100%;
}
/*ボックス内のh4タグと段落タグ設定*/
#main .list h4,#main .list p {
	margin-left: 0;
}

#main .list2 {
	width:80%;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo-s {
	top: 9px;	/*上に移動する距離-15*/
	padding: 2px; 0px;		/*40ボックス内の余白。この余白に合わせてロゴ画像がリサイズされます。*/
	margin-bottom: 20px;	/*ロゴボックスの下にあけるスペース*/
	border: 2px solid #fff;	/*枠線の幅、線種、色*/
	width: 45%;	/*ロゴの幅*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
/*	width: 100px;*/
	width: auto;
	padding: 0px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 0px;
}

.marubtn {
	width: 80%;
}

.entbtn {
	width: 80%;
}


/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 90%;}
.w80-100{width: 95%;}
/*.fr {float: right;margin-left: 10px;margin-bottom: 5px;}*/
/*.fl {float: left;margin-right: 10px;margin-bottom: 5px;}*/
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.frame {
	border: 2px solid #fff;
}


}

