@charset "utf-8";


/*全端末共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	
	margin: 0px auto;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	max-width:1000px;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 18px;	/*文字サイズ*/
	line-height: 2em;		/*行間*/
	background-image: url(../images/bg_image.jpg);	
	background-size: contain;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	background-size: 100%;	/*背景色*/
	-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: 1px solid #000;max-width: 100%;height: auto;vertical-align: middle; margin-top:10px; margin-bottom: 10px;
/*margin-left: 10px;margin-bottom: 10px;*/}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}



div#container {
	width: 100%;			/*ウィンドウに対しての幅。*/
	max-width: 900px;	/*上への追加指定。1400pxを最大幅とする。これ以上にはならないようにする設定。*/
	margin: 0 auto 0px;	/*上(50px)、左右(auto)、下(0px)へあけるボックス外側への余白。autoは画面の中央に配置させる意味。*/
}


#title {
	/*float: left;	/*左側に回りこみさせる設定*/
		/*position: fixed;	/*スクロールしても動かさない設定。スクロールと共に通常通りに動かしたいならこの行削除。*/
	width: 100%;			
	background-color: #fff;
	font-size: 1.6em;
	color:#000;
	margin: 0 0 10px 0;
	padding: 10px 0px ;
	/*font-weight: bold;*/
	opacity:0.95;
	/*word-break: break-all;*/
	/*border-radius: 10px;	/*角丸のサイズ*/
		/*文字色*/

}

img.title {border: 0px; width: 100%; height: auto; vertical-align: middle; margin:0;}
#main {
	width: auto;		/*幅*/
	opacity:0.95;
	background-color:#fff;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 10px 0;
	
}
/*h2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 1.8em;
	color: #FFF;		/*文字色*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));	/*グラデーション*/
	background: -webkit-linear-gradient(#666, #000);	/*同上*/
	background: linear-gradient(#666, #000);			/*同上*/
	padding: 5px 15px;	/*上下、左右への余白*/
}
/*コンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 1.4em;
	color: #fff;	/*文字色*/
	background: #6b0000;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fd8020), to(#c62));	/*グラデーション*/
	background: -webkit-linear-gradient(#fd8020, #c62);	/*同上*/
	background: linear-gradient(#fd8020, #c62);			/*同上*/
	border: 1px solid #c62;
	padding: 4px 15px;	/*上下、左右への余白*/
	border-bottom: 4px solid #c62;	/*下線の幅、線種、色*/
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}

#main p.note{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:15px;
    padding: 10px;
    background-color: #FEFCAF;
    border-radius: 5px;
    border: solid 1px #988b55;
}

#main ul li {
	margin-left: 20px;
	list-style-type: disc;
}

#main h4 {
	border-bottom: 2px solid #700;
    border-left: 8px solid #700;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px 5px;
margin:5px 2px;
}

#main h5 {
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 3px;
margin:7px;
}
.big{
	font-size:1.2em;
	font-weight: bold;
}

.very_big{
	font-size:1.5em;
	font-weight: bold;
}

.emem{
	font-size:1.3em;
	font-weight: bold;

}

.alert{
color: red;

}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	float: left;	/*画像を左へ回り込み*/
	width: 23%;		/*幅*/
	margin: 0 0 15px 1.5%;	/*ボックスの外（上、右、下、左）へ空けるスペース*/
	font-size: 12px;	/*文字サイズ*/
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);			/*同上*/
	border-radius: 10px;	/*角丸のサイズ*/
}
#main section.list a {
	padding: 9%;	/*ボックス内の余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	background: #fd8020;	/*背景色*/
	color: #fff;		/*文字色*/
}
/*マウスオンとクリック時の設定*/
#main section.list a:hover,
#main section.list a:active {
	background: #000;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	width: 100%;		/*写真の幅*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	color: #fff;		/*文字色*/
}

/*subブロック（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回りこみさせる設定*/
	/*position: fixed;	/*スクロールしても動かさない設定。スクロールと共に通常通りに動かしたいならこの行削除。*/
	width: 23%;			/*幅*/
	/*max-width: 308px;	/*上への追加指定。このサイズを最大限に、これ以上大きくしない。*/
}

/*大きな端末用ロゴ画像
------------- --------------------------------------------------------------*/
#sub #logo {
	margin-bottom: 20px;	/*画像の下に適度な余白*/
}

/*角丸ボックス
---------------------------------------------------------------------------*/
.box {
	padding: 3%;	/*ボックス内の余白*/
	margin-bottom: 30px !important;	/*ボックスの下に空けるスペース*/
	background: #fff;	/*背景色*/
	/*word-break: break-all;*/
	/*-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.8);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	/*box-shadow: 2px 2px 6px rgba(0,0,0,0.8);			/*同上*/
		/*角丸のサイズ*/
		/*文字色*/
}
/*角丸ボックス内のリンクテキスト*/
.box a {
	color: #00f;	文字色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
}
#new dl{
	padding-left: 15px;
	height: 140px;	/*ブロックの高さ。全て表示させたいならこの行と下の１行を削除。*/
	overflow: auto;	/*ブロックの高さを超えるコンテンツ量になった時に自動でスクロールバーを出す*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	color:#000;
	background-color: #FFF;
	border-radius:10px;
	font-weight:bold;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*テーブル標準
---------------------------------------------------------------------------*/

table#basic_info{
    font-size: 1.5em;
}

table{
    border-collapse: collapse;
	margin: 20px 0 20px 20px;
}

th{
    background-color:#fcc;


}

th,td{
    border: 1px solid #ccc;
	padding:5px;
}


td.sub_th{
    font-weight: bold;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 30px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
}
/*テーブル内の左側*/
.ta1 th {
	width: 140px;
	padding: 10px;
	text-align: center;
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}
/*角丸ボックス内で使う場合の設定*/
.box .ta1, .box .ta1 td, .box .ta1 th {
	border: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #000;padding: 5px;border-radius: 4px;color:#fff;}
.box .look {color: #fff;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #f3b700 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}

.copyright{
	text-align: right;
	font-style: italic;
}


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

body {
	font-size: 14px;

}

/*container（全てのブロックを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;
}



#title {
	font-size:1.2em;
}


}
