@charset "shift_jis";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ここから　HTML5にしたときのtopBarのレイアウト崩れ修正用 2025.12.09 */

/* セル内の余白を完全に削除 */
#topBar td img {
	display: block;
	margin: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
:root {
	--theme-color: #004bb4;
	--theme-light-color: #1b67d0;
	--theme-dark-color: #001738;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝基本設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 *{
	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.6;
}

.txtArea p {
	font-size: 16px;
}

td {
	font-size: 14.4px;
}

div.wrapper {
	width: 960px;
	margin: 0 auto;
}

.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%;
}
.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 {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}

#globalnavi a{
	text-align: center;
	display:block;
	width: 100%;
	height: 40px;
	background-color: #E6E6E6;
	color: black;
	font-size: 1em;
	line-height: 41px;
}

#globalnavi a:hover {
	color: #ffffff;
	font-weight: bold;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
	color: var(--theme-color);
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}


/* お知らせ　スクロール dl */
.update-scroll-frame {
	width: 100%;
	height: auto;
	max-height: 5.5em;
	margin-bottom: 1.5em;
	padding-top:8px;
	border: 1px solid #bbbbbb;
	overflow-y: auto;
	overflow-x: hidden;
}
dl.update-scroll {
	width: 100%;
	line-height: 1.3;
	font-size: 14px;
}
dl.update-scroll dt{
	width:120px;
	float:left;
	margin:0;
	padding-bottom: 8px;
}
dl.update-scroll dd{
	width: calc(100% - 120px);
	margin-left: 120px;
	padding-bottom: 8px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝/メニューバー関連＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝会員名簿欄　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: #588C97;
	color: #ffffff;
	margin: 0 0 1em 0;
	padding-left: 0.4em;
	font-weight:bold;
}

.address{
	text-align: center;
	font-style: normal;
	border: #588C97 solid 1px;
	line-height: 145%;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝その他調整＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* ここから　写真関連 */
figure {
	padding: 5px;
}
figcaption {
	font-weight: bold;
	text-align: center;
}

.img-div img,
figure img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* ここまで　写真関連 */







@media screen and (max-width: 768px) {
	/* -------------------------------------------------------------
	ヘッダー
	---------------------------------------------------------------- */
	#topBar {
		max-width: 100% !important;
		overflow-x: scroll;
	}
	
	.inc-head-div {
		width: 100% !important;
	}
	
	/* 全体 */
	body,
	html,
	.wrapper {
		overflow-x: hidden;
	}

	div.wrapper {
		width: 95%;
	}

	.flex.mobile {
		flex-direction: column;
		margin-bottom: 1em;
	}

	/*メニューバー*/
	#globalnavi ul{
		flex-wrap: wrap;
	}
	#globalnavi li {
		width: auto;
	}

	/* ヘッダー */
	.header > img{
		width: 100%;
	}
	.header > a,
	.header > a > img {
		height: 30px;
	}
  
}
