/* @group トップページ
------------------------------------------------------*/

.contents.home-contents header {
	height: 880px;
	position: relative;
}
.contents.home-contents .society-title {
	width: 306px;
	padding-top: 42px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.contents.home-contents .society-theme {
	width: 385px;
	padding-top: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
}
.contents.home-contents .society-theme img {
	width: 100%;
}
.society-outline {
	width: 263px;
	margin-left: 40px;
}
.society-outline img {
	width: 100%;
}

.news {
	width: 690px;
	margin: 0 auto 20px;
}
.news h2 {
  	margin-bottom: 5px;
}
.news h2 span {
	display: block;
	margin-left: 10px;
	font-size: 15px;
  	font-weight: bold;
  	color: #00479D;
}
.news-list {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.2));
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 105px 100%;
    padding: 5px 3px;
	font-size: 13px;
	height: 250px;
	overflow: auto;
}
.news-list li {
    margin-bottom: 5px;
	display: flex;
}
.date {
    width: 90px;
    padding: 2px 10px;
    color: #00479D;
}
.excerpt {
	width: 560px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 2px 10px;
	color: #666;
}

#endMessage {
	position: absolute;
	top: 470px;
	left: 30px;
	width: 620px;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 20px;
	border: 4px solid #ff0000;
}
#endMessage p {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8;
}


/* @group ページ共通
------------------------------------------------------*/
.contents header {
	height: 200px;
}
.contents .society-title {
	width: 236px;
	padding-top: 42px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.contents .society-title img {
	width: 100%;
}
.contents .society-theme {
	width: 385px;
	padding-top: 90px;
	margin-bottom: 0;
	margin-left: 40px;
}
.contents .society-theme img {
	width: 100%;
}

.page-contents {
	width: 735px;
	min-height: 1000px;
	background-image: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%), linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 7px 100%, 100% 100%;
	padding-bottom: 40px;
}

.h2pageTitle {
	height: 65px;
	background-image: linear-gradient(to bottom,#0081CC 0%, #0081CC 100%), linear-gradient(135deg, rgba(0,71,157,0.4) 0%, rgba(0,71,157,0.4) 50%, #EAF5FC 100%);
	background-position: 20px top, left top;
	background-repeat: no-repeat;
	background-size: 10px 50px, 100% 100%;
	margin-left: 20px;
	margin-bottom: 25px;
}

.h2pageTitle span {
	position: relative;
	top: 20px;
	left: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #0A52A6;
	line-height: 1;
	text-shadow: 1px 1px 2px #eee;
}
.h3pageTitle {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #2958C6;
	border-bottom: 1px solid #2958C6;
}
.h3pageTitle span::before {
	content: '\f0c8';
	font-family: FontAwesome;
	margin-left: .3em;
	margin-right: .3em;
}
section.venue .h3pageTitle span::before {
  content: '\f041';
  font-family: FontAwesome;
	margin-left: .3em;
	margin-right: .3em;
}
section.program .h3pageTitle span::before {
	content: '\f2bd';
	font-family: FontAwesome;
	margin-left: .3em;
	margin-right: .3em;
}
.h4pageTitle {
	display: inline-block;
	margin-bottom: 15px;
	padding: 7px 14px;
	background: #eee;
	border-radius: 3px;
}
.h4pageTitle>span {
	font-size: 15px;
	font-weight: bold;
}

.wrap680 {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.under_construction {
	text-align: center;
	font-size: 1.1em;
	padding-top: 50px;
}

/* アイコン
--------------------------*/

.exlink:after {
	content: '\f14c';  /* 外部リンク先のアイコン */
	font-family: FontAwesome;
	margin-left: .5em;
	margin-right: .5em;
}

.download:before {
	content: '\f019';  /* ダウンロードのアイコン */
	font-family: FontAwesome;
	margin-left: .5em;
	margin-right: .5em;
}

.pdf:after {
	content: '\f1c1'; /* PDFファイルの後（fa-file-pdf-o） */
	font-family: FontAwesome;
	margin-left: 0.5em;
}

.word:after {
	content: '\f1c2'; /* WORDファイルの後（fa-file-word-o） */
	font-family: FontAwesome;
	margin-left: 0.5em;
}

.ppt:after {
	content: '\f1c4'; /* PPTファイルの後（fa-file-powerpoint-o） */
	font-family: FontAwesome;
	margin-left: 0.5em;
}

.cipher a:before {
	content: '\f023'; /* 暗号通信の前（fa-lock） */
	font-family: FontAwesome;
	margin-right: .5em;
}

.check::before {
 	content: '\f046';
  	font-family: FontAwesome;
	margin-right: .3em;
}

/*リンク*/
a {
	color: #0081CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*罫線*/

hr {
	border: none;
	border-top: 1px solid #ccc;
}

hr.hr-full {
	margin: 0 .75em 1.5em;
	box-shadow: 1px 1px 1px rgba(0,71,157,0.2);
}

/*文字詰め*/

.feature {
	font-feature-settings: "palt";
}

/*囲み*/

.enclosure01 {
	border: 1px;
	border-style: solid;
	padding: 1em 2em;
}
.enclosure-style01 {
	border-color: #2958C6;
	background: #FFFFFF;
}
.enclosure-style02 {
	border-color: #cccccc;
	background: #FFFFFF;
}

/*リストスタイル*/
.list-style01 {
	margin-left: 40px;
	margin-right: 20px;
	font-size: 16px;
}
.list-style01 li {
	margin-bottom: .3em;
}

.list-style {
	list-style-position: outside;
	padding-left: 1.5em;
}
.list-disc {
	list-style-type: disc;
}
.list-num {
	list-style-type: decimal;
}
.list-style li>span {
	display: block;
}

/*※入り*/
.rice li {
	text-indent: -1.1em;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: .3em;
}
.rice li:before {
	content:"※";
	margin-right: .3em;
}
.rice > li:last-child {
	margin-bottom: 40px;
}

/* ボタン */
.btn-style01 a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-style01 a {
	background-image: linear-gradient(-180deg, #6EBDF5 0%, #106EC1 100%);
	border-radius: 3px;
	height: 60px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 3px 3px #ccc;
}
.btn-style01 a:hover {
    background-image: linear-gradient(-180deg, #106EC1 0%, #6EBDF5 100%);
    box-shadow: none;
}
.btn-style01.btn-sub a {
    background-image: linear-gradient(-180deg, #666666 0%, #888888 100%);
}
.btn-style01.btn-sub a:hover {
    background-image: linear-gradient(-180deg, #888888 0%, #666666 100%);
}

/*表組み*/
.tbl-width100 {
	width: 100%;
}
.tbl-width50 {
	width: 50%;
}

.tbl-style01 tbody th,
.tbl-style01 tbody td {
	border: 1px #CCCCCC;
	border-style: solid;
}
.tbl-style01 tbody th {
	background-color: #EEEEEE;
	padding: .5em 1.5em;
}
.tbl-style01 tbody td {
	background-color: #FFFFFF;
	padding: .5em 1.5em;
}
.tbl-style02 tbody th,
.tbl-style02 tbody td {
	border: 1px #FFFFFF;
	border-style: solid;
}
.tbl-style02 tbody th {
	background-color: #FFFFFF;
	padding: .5em;
}
.tbl-style02 tbody td {
	background-color: #FFFFFF;
	padding: .5em;
}
.th-c-m th {
	text-align: center;
	vertical-align: middle;
}
.th-l-m th {
	text-align: left;
	vertical-align: middle;
}
.th-l-t th {
	text-align: left;
	vertical-align: top;
}
.td-c-m td {
	text-align: center;
	vertical-align: middle;
}
.td-l-m td {
	text-align: left;
	vertical-align: middle;
}
.td-l-t td {
	text-align: left;
	vertical-align: top;
}

/*当番世話人*/
.chairman {
	padding-top: 20px;
	border-top: 1px #EAF5FC;
	border-style: solid;
}
.chairman img {
	border: 1px solid #ddd;
}
.salutation p {
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: .5em;
}

/* 開催概要 */
.tbl-summary tbody th {
	border-top: 1px solid #ccc;
	padding: .75em 1.5em 1em;
	font-size: 15px;
	color: #0A52A6;
}
.tbl-summary tbody td {
	border-top: 1px solid #eee;
	padding: .75em 1.5em 1em;
	font-size: 15px;
}
.tbl-summary tbody th li::before {
  	content: '\f00a';
  	font-family: FontAwesome;
	margin-right: .5em;
	color: rgba(0,71,157,0.5);
}



