@charset "utf-8";

/* << INDEX >> ----------------------------------------------------------------
*
* @ 共通
* @ トップページ
* @ サイトマップ
* @ 404
* @ 検索
* @ 投稿
* @ アーカイブ
* @ 部会長挨拶
* @ リンク
* @ プラグイン：掲示板機能
* @ プラグイン：スケジュール
*
* -------------------------------------------------------------------------- */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 共通
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ カテゴリーラベル
---------------------------------------------------------------------------- */
.post-meta .cat_label {
	display: inline-block;
	margin-left: 1em;
	padding: 4px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #eb9500;
	border-radius: 15px;
	text-align: center;
	width: 140px;
	color: #eb9500;
	font-size: 0.857rem;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.post-meta {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
	margin-bottom: 3em;
	font-weight: bold;
	text-align: right;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.post-meta p {
	margin: 0;
}

/* @ リンクボタン（青背景・白文字）
---------------------------------------------------------------------------- */
a.alpha:hover {
	text-decoration: none;
}

/* @ カラム分割
---------------------------------------------------------------------------- */
.flex_cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
/* >>>> 2カラム分割 */
.col2 {
	width: calc((100% - 15px) / 2);
	margin: 0 15px 15px 0;
}
.col2:nth-of-type(2n) {
	margin-right: 0;
}

/* >>>> 3カラム分割 */
.col3 {
	width: calc((100% - 15px * 2) / 3);
	margin: 0 15px 15px 0;
}
.col3:nth-of-type(3n) {
	margin-right: 0;
}

/* >>>> 4カラム分割 */
.col4 {
	width: calc((100% - 15px * 3) / 4);
	margin: 0 15px 15px 0;
}
.col4:nth-of-type(4n) {
	margin-right: 0;
}

/* @ その他
---------------------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ トップページ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ キーイメージ
---------------------------------------------------------------------------- */
#top-keyimg {
	margin-bottom: 40px;
	min-width: 1200px;
}

/* @ コンテンツ
---------------------------------------------------------------------------- */
#contents.top-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#contents.top-contents h2 {
	margin-top: 0;
	width: 260px;
	border-bottom: none;
}
#contents.top-contents #index-news {
	width: calc(100% - 260px - 20px);
	border-top: solid 4px #bfbfbf;
}
#contents.top-contents #index-news > ul {
	margin: 0;
	padding: 0;
}
#contents.top-contents #index-news > ul > li {
	list-style: none;
	border-bottom: dotted 1px #959595;
}
#contents.top-contents #index-news > ul > li.important a dl dd.title:before {
	content: '重要';
	display: inline-block;
	margin-right: .25em;
	padding: 0px 10px;
	border: 1px solid #FF0000;
	border-radius: 20px;
	font-size: .7em;
	color: #FF0000;
	vertical-align: middle;
}
#contents.top-contents #index-news > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 45px 10px 0;
	text-decoration: none;
}
#contents.top-contents #index-news > ul > li > a:hover {
	background: #f7f7f7;
}
#contents.top-contents #index-news > ul > li > a:after {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	display: block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 20px;
}
#contents.top-contents #index-news > ul > li > a > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
}
#contents.top-contents #index-news > ul > li > a > dl > dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
	min-width: 80px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#contents.top-contents #index-news > ul > li > a > dl > dd {
	margin-left: 30px;
}
#contents.top-contents #index-news > ul > li > a > dl > dd.cat_label {
	padding: 4px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	text-align: center;
	width: 140px;
	font-size: 0.857rem;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#contents.top-contents #index-news > ul > li > a > dl > dd.cat_label.label_news {
	border: 2px solid #eb9500;
	color: #eb9500;
}
#contents.top-contents #index-news > ul > li > a > dl > dd.title {
	width: calc(100% - 220px);
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ サイトマップ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sitemaps-list {
	width: 48%;
	float: left;
	margin-left: 4%;
}
.sitemaps-list:first-child {
	margin-left: 0;
}
.sitemaps-list ul {
	padding: 0;
}
.sitemaps-list ul ul {
	text-indent: 1.5em;
}
.sitemaps-list li {
	list-style: none;
}
.sitemaps-list li a {
	display: block;
	color: inherit;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em;
}
.sitemaps-list li a:hover {
	text-decoration: none;
	background-color: #f4f9fe;
}
.sitemaps-list li a:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f105";
	margin-right: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 404
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* @ メッセージ
---------------------------------------------------------------------------- */
.error404 .er404-message {
	text-align: center;
}
.error404 .er404-message:before {
	display: block;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 140px;
	content: "\f071";
	color: #f66;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.error404 .er404-message p:first-child {
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.error404 .er404-message p:first-child span {
	font-size: 0.5em;
}

/* @ 検索フォーム
---------------------------------------------------------------------------- */
#er404-search {
	display: table;
	table-layout: fixed;
	width: 80%;
	min-width: 280px;
	max-width: 680px;
	margin: 5em auto;
	overflow: hidden;
}
#er404-search label {
	display: table-cell;
	vertical-align: middle;
}
#er404-search label:last-child {
	width: 50px;
}
#er404-search input[type='text'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: #eee;
}
#er404-search input[type='submit'] {
	font-family: 'FontAwesome';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	height: 40px;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: #2d3339;
	color: #fff;
	font-weight: normal;
	font-size: 1.25em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ アーカイブ
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.news-list article a {
	color: inherit;
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}
.news-list article a:hover {
	text-decoration: none;
	background-color: #eee;
}
.news-list article h3 {
	margin-top: 0;
}
.news-list .post-data {
	border-top: 1px dotted #ccc;
	padding-top: 1em;
	margin-bottom: 0;
	text-align: right;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.news-list article.important a h3 {
	border-color: #FF0000;
}
.news-list article.important a h3:before {
	content: "重要";
	display: inline-block;
	margin-right: .25em;
	padding: 2px 10px;
	border: 1px solid #FF0000;
	border-radius: 20px;
	font-size: .7em;
	color: #FF0000;
	vertical-align: middle;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ 部会長挨拶
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contents.two-column {
	width: 880px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* @ リンク
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.link-list {
	padding-left: 0;
}
ul.link-list li {
	list-style: none;
	float: left;
	margin-right: 4%;
	width: 48%;
}
ul.link-list li:nth-of-type(2n) {
	margin-right: 0;
}
ul.link-list li a {
	display: block;
	color: inherit;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em;
}
ul.link-list li a::before {
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f105";
	margin-right: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.link-list li a:hover {
	background-color: #f4f9fe;
	text-decoration: none;
}





