@charset "UTF-8";

/* ﾍｯﾀﾞｰ・ﾌｯﾀｰ　wide */
html {
	overflow: auto;
}
body {
	overflow: hidden;
}
#header-wide {
	margin-left: -500%;
	margin-right: -500%;
	margin-top: -20px;
	padding-left: 500%;
	padding-right: 500%;
	background-color: #6b8e23;
}
#footer-wide {
	margin-left: -500%;
	margin-right: -500%;
	margin-bottom: 20px;
	padding-left: 500%;
	padding-right: 500%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6b8e23;
	text-align: center;
	color: #ffffff;
}

/* ﾍｯﾀﾞｰ・ﾌｯﾀｰ wide ここまで */



/*　全てのページに適用　*/
html {
	font-family: sans-serif;
}
html * {
	box-sizing: border-box;
}
body {
	margin: 0 0 0 0;
}
.wrapper {
	margin: 0 auto 0 auto;
	max-width: 960px;
}

h2 {
	font-size: 22px;
	border-bottom: 3px solid #6b8e23;
	margin: 20 0 20 0;
	padding: 5px;
}
h3 {
	border-bottom: 3px solid #6b8e23;
}
h4 {
	border-bottom: 3px dotted #6b8e23;
	margin: 25px 0px 15px 0px;
}
p {
	line-height: 1.6;
}
.p-1 {
	margin-bottom: 3em;
}

a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #6495ed;
}
a:active {
	color: #87ceeb;
}

img {
	max-width: 100%;
	height: auto;
}


/*　全てのページ　ヘッダー　*/
.rogo {
	margin: 30px 0 40px 0;
	line-height: 0;
	text-align: center;
}

.nav li {
	display: inline;
	list-style-type: none;
	padding-right: 22px;
	font-size: 16px; 
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: none;
}
.nav a:active {
	text-decoration: none;
}

/*　全てのページ　フッター*/
.footer {
	background-color: #6b8e23;
	margin-top: 30px;
	color: #ffffff;
	text-align: center;
}


/*　全てのページ　画像・表　*/
.top-p {
	text-align: center;
}
.table-1 {
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.table-1 th, .table-1 td {
	padding: 8px;
	border: 1px solid #bec2c7;
	text-align: left;
}

.table-1 th {
	background-color: #dde2ea;
	text-align: center;	
}


/* ｉｎｄｅｘ．ｈｔｍｌ */
.news {
	border-bottom: 3px dotted #6b8e23;
	padding-bottom: 20px;
	color: #ff8c00;
	font-weight: bold;
}
.table-2 td {
	padding: 6px;
	vertical-align: top;
}

/*　03-sibu.html　支部一覧　*/
.bikou {
	width: 150px;
}


/*　04-nenkan.html 年間の内容の幅　*/
.naiyou {
	width: 450px;
	font-size: 
}

/*　05-jyoure.html 条例　ﾘﾝｸ下線　*/
.koumoku a:link {
	text-decoration: none;
}
.koumoku a:visited {
	text-decoration: none;
}
.koumoku a:hover {
	text-decoration: none;
}
.koumoku a:active {
	text-decoration: none;
}


/*　ｃｏｎｔａｃｔ．ｈｔｍｌ　*/
.contact-item {
	display: flex;
	margin: 0px 50px ;
}
.contact-address {
	margin-right: 20px;
	flex: 0 0 400px;
}
.contact-person {
	flex: 1 1 auto;
}
.map {
	text-align: center;
}
.contact-time {
	text-align: center;
}
.table-3 td {
	padding: 6px;
}


/*　textﾌｫﾙﾀﾞｰ　54cityのページ　*/
.city {
	margin-top: 35px;
}


/*　スマートフォン用　ＣＳＳ　*/
@media (max-width: 767px) {

/*　スマホ　全体に適用　*/
.wrapper {
	margin: 0 8px;
}
.rogo img {
	width: 300px;
}
.nav li {
	display: block;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
}
.contact-item {
	display: block;
	margin: 0;
}
.contact-adress {
	margin-right: 0;
	widht: 100%;
}
.contact-person img {
	width: 130px;
	height: auto;
	margin-left: 20px;
}


/*　SP用のﾃｰﾌﾞﾙ（縦並び変更）　02,03,04,05　*/
	.res-table {
		border-collapse: collapse;
}
	.res-table table td,
	.res-table table th {
		width: 100%;
		padding: 3px;
		display: block;
}
	.table-th {
		visibility: collapse;
}
	.bikou {
		visibility: collapse;
}
	.koumoku {
		background-color: #dde2ea;
		font-weight: bold;
}


/*　04-nenkan.html　　年間行事*/
	.month {
		background-color: #dde2ea;
		font-weight: bold;
}
	.kouza {
		background-color: #fffff0;
}
	.naiyou {
		font-size: 80%;
}


}