/* お問い合わせのリンク */
#contact-link	{
	display: none;
	position: fixed;
	z-index: 50;
	top: 280px;
	right: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#contact-link a	{
	display: inline-block;
	color: #fff;
	padding: 0.75em 0.5em;
	text-decoration: none;
	/* background-color: #0071bc; */
	background-color: #014a8f;
}

@media print,screen and (min-width: 897px)	{
	#contact-link	{
		display: block;
	}
}

/* ボックスの左右の余白 */
.container-page	{
	padding-left: 1em;
	padding-right: 1em;
	/* background-color: #d9eef7; */
	background-color: #b2ddff;
}

@media print,screen and (min-width: 481px) {
	.container-page	{
		padding-left: 2em;
		padding-right: 2em;
	}
}


/* ボックスの上下関係 */
.contents-page	{
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-color: #fff;
}

@media print,screen and (min-width: 481px) {
	.contents-page	{
		padding-top: 2em;
		padding-bottom: 2em;
	}
}

@media print,screen and (min-width: 1024px) 	{
	.contents-page	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;				
	}
}

/* 固定ページタイトル */
.page-title {
	padding: 1em 0;
	/* background-color: #1ba1e6; */
	background-color: #0368b8;
	text-align: center;
}

.page-title h1	{
	margin: 0;
	color: #fff;
	font-size: 1.125em;
	font-weight: normal;
}

@media print,screen and (min-width: 481px)	{
	.page-title h1	{
		font-size: 1.375em;
	}
}

/* パンくずリスト */
.sub-header	{background: #f2f2f2}

.bread ol	{
	margin: 0;
	padding: 0;
	list-style: none
}

.bread li a	{
	display: inline-block;
	padding: 5px 5px;
	font-size: 0.889em;
	color: #000000;
	text-decoration: none
}

.bread li a[href]:hover	{color: #1ba1e6}

.bread ol:after	{
	content: "";
	display: block;
	clear: both
}

.bread li	{
	float: left;
	width: auto
}

.bread li:after	{
	content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
}

.bread li:last-child:after	{content: none}

.bread i	{
	font-size: 1em;
}

.bread span	{
	display: inline-block;
	text-indent: -9999px
}

@media print,screen and (max-width: 480px)	{
	.bread li:last-child	{text-indent: -9999px}
}

/* 記事（本文） */
.kiji:after	{content: "";
	display: block;
	clear: both}


.kiji p	{
	margin: 0;
	font-size: 1em;
	line-height: 1.8;
}

/* kiji-body */
.kiji-body	{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media print,screen and (min-width: 481px) {
	.kiji-body	{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 固定ページ用 h2 */
.kiji h2	{
	display: block;
	margin:  1em 0;
	padding: 0.5em;
	font-size: 1.125em;
	font-weight:  normal;
	color: #000;
	background-color: #f2f2f2;
	/* border-left: solid 5px #1ba1e6; */
	border-left: solid 5px #0368b8;
}

/* 固定ページ用h3 */
.kiji h3	{
	display: block;
	margin: 1em 0;
	font-size: 1em;
	font-weight: normal;
	border-bottom: solid 3px #f2f2f2;
	position: relative;
}

.kiji h3:after	{
	position: absolute;
	content: "";
	display: block;
	/* border-bottom : solid 3px #1ba1e6; */
	border-bottom : solid 3px #0368b8;
	bottom: -3px;
	width: 20%;
}

.kiji h4	{
	margin: 1em 0;
	padding: 0;
	font-size: 1em;
	color: #000;
}

.kiji h4:before	{
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 0.5em;
}

/* ページネーション */
.pagination	{
	margin: 1em 0;
	text-align: center
}

.pagination ul	{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none
}

.pagination li a,
.pagination li > span	{
	display: block;
	margin: 0 5px;
	padding: 6px 8px;
	border: solid 1px #cccccc;
	color: #000000;
	font-size: 0.778em; 
	text-decoration: none
}

.pagination li > span	{background-color: #efefef}

.pagination li a:hover	{background-color: #eeeeee}

.pagination ul:after	{
	content: "";
	display: block;
	clear: both
}

.pagination li	{
	float: left;
	width: auto
}

/* 前後の記事へのリンク */
.pagenav a	{
	font-size: 1em;
	text-decoration: none;
}

.prev, .next	{
	color: #000000;
}

.pagenav	{
	overflow: hidden;
	margin: 2em 0 0;
}


/**** 固定ページ関連 ****/
/* ページリンク（複数ページ）*/
.page-link	{
	display: block;
	text-align: right;
}

.page-link a	{
	display: inline-block;
	color: #000000;
	text-decoration: none;
}

.page-link a:hover	{
	color: #69b341;
}

/* お問い合わせ */
/* Contact Form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7-textarea	{
/*	margin-bottom: 2em; */
	padding: 0.75em;
	width: 90%;
	border-radius: 5px;
	/* background: #fffef0; */
	color: #222222;
	font-size: 1em;
}

.wpcf7 .ans-text	{
	width: 100px !important;
}

/* .wpcf7 .radio-1 input[type="radio"]	{
	margin-bottom: 6em;
} */

.wpcf7-radio	{
	margin-bottom: 6em;
}

.wpcf7 .radio-2 input[type="radio"]	{
	margin-bottom: 4em;
}

.wpcf7 .radio-3 input[type="radio"]	{
	margin-bottom: 4em;
}

.wpcf7 .radio-4 input[type="radio"]	{
	margin-bottom: 4em;
}


.wpcf7 input, .wpcf7-textarea {	
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif;	
}

.wpcf7 label	{
	margin-top: 2em;
	margin-bottom: 1em; 
	display: block;
	font-size: 1em;
	color: #444444
}

.wpcf7 .dummy-label	{
	margin-top: 3em;
}

.wpcf7 label .hissu	{
	margin-left: 0.5em;
	padding: 0.25em 0.5em;
	background-color: #e56452;
	color: #ffffff;
	border-radius: 0.5em;
}

.wpcf7-submit
{
	margin-top: 2em;
	padding: 0.75em;
	width: 95%;
	border-radius: 5px;
	/* background : #1ba1e6; */
	background : #014a8f;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

.wpcf7-text:-webkit-autofill,
.wpcf7-textarea:-webkit-autofill{
  box-shadow: 0 0 0 1000px #fffef0 inset;
}

input.wpcf7c-conf,
textarea.wpcf7c-conf,
select.wpcf7c-conf {
	background: #fffef0;
	color: black; 
    border: solid 1px #bebebe; 
}

.wpcf7-confirm:hover,
.wpcf7-back:hover,
.wpcf7-submit:hover
{opacity: 0.8}

.contact-area	{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media print,screen and (max-width: 480px)	{
	.contact-area	{
		width: 90%;
	}
}

/***** 画像 *****/

/* 画像のキャプション */
.wp-caption-text	{
	margin: 0;
	color: #666666;
	font-size: 0.667em; 
	text-align: center
}

.wp-caption-text a	{color: #666666}

/* 画像の配置 */
.aligncenter	{
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto
}

@media print,screen and (max-width: 600px) {
	.alignleft, .alignright	{
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto
	}
}

@media print,screen and (min-width: 600px) {
	.alignleft	{
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: 30px
	}

	.alignright	{
		float: right;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 30px
	}
}

/* Internet Explorer用の設定 */
a img	{border: none}

/* 大きい画像用の設定 */
img, .wp-caption	{
	max-width: 100%;
	height: auto
}

/* アイキャッチ画像 */
.catch	{
	margin-top: 3em;
	margin-bottom: 3em;
}

.catch img	{
	max-width: 600px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media print,screen and (max-width: 480px) {
	.catch	{
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	.catch img	{
		width: 80%;
	}
}

/* 基本パーツの設定 */
.page-block	{
	padding: 1em 0;
}

.page-file 	{
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
}

.page-file a	{
	/* color: #0071bc; */
	color: #014a8f;
	text-decoration: none;
}

.page-file a:hover	{
	/* color: #1ba1e6; */
	color: #0368b8;
}

.page-url 	{
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
}

.page-url a	{
	/* color: #0071bc; */
	color: #014a8f;
	text-decoration: none;
}

.page-url a:hover	{
	/* color: #1ba1e6; */
	color: #0368b8;
}

.page-explanation	{
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
}

.page-explanation2	{
	width: 90%;
	margin: 0 auto;
	padding: 0.5em 0;
}

/* Googleマップ */
.map-area iframe {
	width: 100%;
	height: 350px;
}

@media print,screen and (min-width: 481px)	{
	.map-area iframe {
		height: 500px;
	}
} 

/* Googleカレンダー */
.googleCalendar iframe {
	width: 100%;
	height: 350px;
}

@media print,screen and (min-width: 481px)	{
	.googleCalendar iframe {
		height: 600px;
	}
}

/* ログイン画面 */
/* 組合専用ページ */
.login-form	{
	/* text-align: center; */
}

.kumiaiin	{
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}

.tyuui	{
	margin: 1em 0;
	text-align: center;
}

.tyuui p	{
	margin: 0;
	display: inline-block;
	text-align: left;
}

.err	{
	color: #f00;
}

#login-form	 dl {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#login-form dd	{
	margin: 0;
}

#login-form dd input	{
	margin-bottom: 1em;
	padding: 0.5em 0.75em;
	border-radius: 0.5em;
	font-size: 1em;
	background-color: #fff !important;
	width: 90%;
}

#login-form dd button	{
	margin-top: 1em;
	padding: 0.5em 0.75em;
	border-radius: 0.5em;
	width: 100%;
	font-size: 1em;
	/* background-color: #1ba1e6; */
	background-color: #0368b8;
	color: #fff;
}

@media print,screen and (min-width: 481px)	{
	#login-form dl	{
		width: 80%;
	}
	
	#login-form dd input	{
		width: 95%;
	}
}

@media print,screen and (min-width: 897px)	{
	#login-form dl	{
		width: 70%;
	}
}

/* 特集ページ */
.special-image	{
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
}

.special-image img	{
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

@media print,screen and (min-width: 481px)	{
	.special-image	{
		width: 80%;
	}
}

/* データリスト */
.data-list a	{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 0.5em 0;
	font-size: 0.875em;
	color: #000;
	border-bottom: dashed 2px #f2f2f2;
	text-decoration: none;
}

.data-list a:hover {
	background-color: #f2f2f2;
}

.list-data p	{
	display: block;
	margin: 0 auto;
	padding: 0.5em 0;
}

.list-title p	{
	display: block;
	margin: 0 auto;
	padding: 0.5em 0;
}

@media print,screen and (min-width: 481px)	{
	.list-title p 	{
		padding-left: 1em;
	}
}

/* タイトルbold設定 */
.fbold	{
	font-weight: bold;
}

/* タイトル下線設定 */
.funderline	{
	border-bottom: solid 1px;
	padding-bottom: 2px;
}

/* アーカイブ年度切り替えへのリンク */
.month-archive	{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.archive-title p	{
	margin: 0;
	padding: 0.25em 0.75em;
	display: inline-block;
	background-color: #82c7e6;
	color: #fff;
	font-size: 0.875em;
}

.dropdown	{
	margin: 0;
}

.dropdown select	{
	margin: 0;
	padding: 0.44em 0.75em;
	font-size: 0.875em;
}

.month-archive:after	{
	display: block;
	content: "";
	clear: both;
}

.archive-title, .dropdown	{
	float: right;
}

@media print,screen and (min-width: 481px)	{
	.month-archive	{
		width: 80%;
	}
}

/* 年表 */
.timeline {
  position: relative;
  margin: 2em 0;
  padding-left: 2em;
  border-left: 3px solid #0368b8;
}

.timeline-item {
  margin-bottom: 2em;
  position: relative;
}

.timeline-date {
  font-weight: bold;
  color: #0368b8;
  margin-bottom: 0.3em;
}

.timeline-content {
  background: #b2ddff;
  padding: 1em;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.1em;
  top: 0.3em;
  width: 12px;
  height: 12px;
  background: #0368b8;
  border-radius: 50%;
}

/* 執行部テーブル */
.executive-committee-table table	{
	margin: 1em auto;
	width: 90%;
	border-collapse: collapse;
}

.executive-committee-table table th	{
	margin: 0;
	padding: 0.5em 0.75em;
	background-color: #b2ddff;
	text-align: left;
	font-weight: normal;
}

.executive-committee-table table td	{
	margin: 0;
	padding: 0.5em 0.75em;
	background-color: #f5f3eb;
}

@media print,screen and (max-width: 767px)	{
	.executive-committee-table table th	{
		display: block;
		text-align: center;
	}

	.executive-committee-table table td	{
		display: block;
		text-align: center;
	}
}

/* ### tab表示 ### */
/*タブ切り替え全体のスタイル*/
.tabs {
	background-color: #fff;
	padding-top: 2em;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

/*タブのスタイル*/
.tab_item {
	width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #0368b8;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item:hover {
	opacity: 0.75;
}

@media print,screen and (min-width: 897px)	{
	.tab_item	{
		width: calc(100%/4);
	}
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	padding-top: 1em;
}

/*選択されているタブのコンテンツのみを表示*/
#col1:checked ~ #col1_content,
#col2:checked ~ #col2_content,
#col3:checked ~ #col3_content,
#col4:checked ~ #col4_content
{
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #0368b8;
	color: #fff;
}
