@charset "UTF-8";
/* 平成館メインメニュースタイル標準設定 */
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 767px) {
	/* 767px以下に適用されるCSS（スマホ用） */
	#site-box {
		margin : 0;
		}
	.text {
        display: inline;
  }
	.text br {
        display: inline;
  }
	}
/*  ページ全体の定義	*/
body {
	margin:5 5 5 5	;
    -webkit-text-size-adjust: 100%;
	}
/*  全ボックス・モデルの変更定義	*/
html * {
    box-sizing: border-box;
	font-family : "HGｺﾞｼｯｸM-PRO", "sans-serif";
    }							
/*  画像ボックス定義	*/
img {
    max-width: 100%;
    height: auto;
    }
/*  標準文字サイズと標準テーブル装飾	*/
P{
  font-size : 12pt;
}
hx{                        /*  極大文字のサイズ */
  font-size : 36pt;
}
h1{
  font-size : 24pt;
  padding:5px;
  margin:10px;
}
h2{
  font-size : 20pt;
}
h3{
  font-size : 16pt;
}
h4{
  font-size : 12pt;
}
h5{
  font-size : 10pt;
}
h6{
  font-size : 8pt;
}
table, th,td {
    font-size : 12pt;
	border: 4px ridge silver;
	border-collapse: collapse;
	}
/*	左右のボーダーを消去する　*/
.rl-border-none {
    border-right: none;
    border-left: none;
    }
/*  ラッパー（全表示項目の纏め）ボックス定義	*/
#site-box{
	width : 960px;
	align : center;
	margin: 0 auto;
	font-family : "HG丸ｺﾞｼｯｸM-PRO", "sans-serif";
}
/* 註釈ＢＯＸの定義 */
.explain-big {
    width: 750px;
    padding:5px;
    margin:10px;
    }
/* ＢＯＸ（大）の定義 */
.bigbox{
	width:820;
	height:auto;
    margin:3px;
}
/* ＢＯＸ（中）の定義 */
.midbox{
	width:660;
	height:auto;
    margin:3px;
}
/* ＢＯＸ（小）の定義 */
.smlbox{
	width:410;
	height:auto;
    margin:3px;
}
/* テキストＢＯＸの文字を左詰めにする */
.placement-left {
	text-align:left;
	}
/* 文字に白い影を付ける　*/
p.white-shade{
	text-shadow:6px 6px 5px #F5F5F5;
}
p.white-shade2{
	text-shadow:2px 2px 2px #F5F5F5;
}
/*
/* 平成館ＨＰ テーブル標準設定 */
/*								*/
/* 	紹介テーブルの定義			*/
/* テーブル・データ定義			*/
.I-T-C1{
  font-size : 12pt;
/*  font-weight : 600; */
  border-collapse : inherit; 
  width : 50%; 
  padding : 0px 0px 0px 5px;
}
.I-T-C2{
  font-size : 12pt;
/*  font-weight : 600; */
  border-collapse : inherit; 
  width : 50%; 
  padding : 0px 0px 0px 5px;
}
/*									*/
/*	イベント・テーブル定義			*/
/* テーブル・データ定義			*/
.E-TD-C1{
  font-size : 12pt;
/*  font-weight : 600; */
  border-collapse : inherit;
  width : 50%;
  padding : 0px 0px 0px 5px;
}
.E-TD-C2{
  font-size : 12pt;
/*  font-weight : 600; */
  border-collapse : inherit;
  width : 50%;
  padding : 0px 0px 0px 5px;
}
/* 											*/
/*	トピックス・テーブル形式定義			*/
/* テーブル・ヘッダ定義			*/
.T-TH-C {
  border="6" style="border-color : white;"
}
.T-TH-C1{
/*  font-weight : 800; */
  border-collapse : inherit;
  table-layout : inherit;
  width : 23%;
}
.T-TH-C2{
  border-collapse : inherit;
  table-layout : inherit;
  width : 77%;
}
/* テーブル・データ定義			*/
.T-TD-C1{
  font-size : 12pt;
/*  font-weight : 600; */
  border-collapse : inherit;
  table-layout : inherit;
  width : 23%;
  padding : 0px 0px 0px 5px;
}
.T-TD-C2{
  font-size : 12pt;
/*  font-weight : 600; */
  border-collapse : inherit;
  table-layout : inherit;
  width : 77%;
  padding : 0px 0px 0px 5px;
}
