@charset "shift_jis";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ここから　HTML5にしたときのtopBarのレイアウト崩れ修正用 2025.12.09 */
#topBar table {
	border-collapse: collapse;
	border-spacing: 0;
}
#topBar td {
	line-height: 1;
	padding: 0;
	margin: 0;  
}
#topBar .txt-right {
	vertical-align: middle;
}
/* セル内の余白を完全に削除 */
#topBar td img {
	display: block;
}
/* テーブル全体の余白を削除 */
#topBar > table {
	margin: 0;
	padding: 0;
}
#topBar td span {
	display: inline-block;   /* ← インラインブロック化 */
	padding: 2px 4px;        /* ← スパン内に余白 */
	max-width: 100%;         /* ← 親要素の幅を超えない */
	box-sizing: border-box;  /* ← paddingを幅に含める */
}
/* ここまで　HTML5にしたときのtopBarのレイアウト崩れ修正用 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝基本設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 *{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
    box-sizing: border-box;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝リンク関連＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

a {/*リンクされた文字*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:link,
a:visited {
    color:#0D4154;
    font-style:normal;
	font-weight:normal;
    text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}

a:active {/*クリック中*/
    text-decoration:none;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝/リンク関連＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝全体＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body {
	color: #333;
	line-height: 1.5;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#wrapper table {
	border-collapse: collapse;
}

ul { /*余白と本来あるマークを消します*/
	margin:0;
	padding:0;
	list-style:none;
}

sup,sub {
	font-size: 0.5em;
}

/* ページの先頭へ */
.to-top {
	float: right;
	margin-top: 3em;
	padding-bottom:5px;
	width:fit-content;
	height:23px
}

/* ヘッダー画像 */
.header > a {
	display: block;
	float: right;
	height: 43px;
}

/* フレックス */
.flex {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}
.flex img {
	display: block;
	width: 100%;
}

.clear {
	clear: both;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝/全体＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メニューバー関連＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#globalnavi{
  margin: 0;
  padding: 0;
}

#globalnavi ul{
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

#globalnavi li {
	/* width: calc(100% / 8); */
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
}

#globalnavi a{
	text-align: center;
	display:block;
	/* padding: 0.3em 0; */
	width: 100%;
	/* background: linear-gradient(#8d0d08,#A5302D); */
	/* color: #fff; */
	font-size: 0.9em;
	/* font-weight: bold; */
}

/* #globalnavi a:hover {
	color: #FFFF66;
} */

/* お知らせ　スクロール */
.koushin {
	box-sizing: border-box;
	width: 100%;
	height: 1.5em;
	line-height: 1.6em;
	font-size:  0.9em;
	padding-left: 0.4em;
	background-color: #1885B0;
	color: #ffffff;
}
ul.update-scroll {
	box-sizing: border-box;
	list-style-type: none;
	width: 100%;
	max-height: 5.5em;
	overflow: auto;
	border: 1px solid #bbb;
	padding-left: 0.1em;
	padding-top: 3px;
}
ul.update-scroll li {
	/* margin-top: 0.1em;
	padding: 2px; */
	font-size:10pt;
	line-height: 1.3;
}
ul.update-scroll a {
	text-decoration: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝/メニューバー関連＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝会員名簿欄　table＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
table.meibo thead {
	background-color: #efefef;
}
table.meibo th,
table.meibo td {
	border: 1px solid #333;
	text-align: left;
	padding: 2px 5px;
}





/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝タイトルバー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
h1.info {
	clear: both;
	height: 32px;
	line-height: 34px;
	font-size:  1.2em;
	background-color: #1885B0;
	color: #ffffff;
	margin: 0 0 1em 0;
	padding-left: 0.4em;
	font-weight:bold;
}

.address{
	text-align: center;
	font-style: normal;
	border: #1885B0 solid 1px;
	line-height: 145%;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝その他調整＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* ここから　写真関連 */
figure {
	padding: 5px;
}
figcaption {
	font-weight: bold;
}

.img-div img,
figure img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* ここまで　写真関連 */







@media screen and (max-width: 768px) {
	/* 全体 */
	body,
	html,
	#wrapper {
		overflow-x: hidden;
	}

	div#wrapper {
		width: 95%;
	}

	.flex.mobile {
		flex-direction: column;
		margin-bottom: 1em;
	}
	.flex.mobile div {
		padding: 5px 0;
	}

	/*メニューバー*/
	#globalnavi ul{
		flex-wrap: wrap;
	}
	#globalnavi li {
		width: auto;
	}

	/* ヘッダー */
	.header > img{
		width: 100%;
	}
	.header > a,
	.header > a > img {
		height: 30px;
	}
	
}
