@charset "utf-8";

/*コンテンツ　リスト*/
#info_cont_list {
	padding: 50px 0 80px;
	margin: 0 auto;
	width: 980px;
}
#info_cont_list_tbl {
	width: 100%;
}
#info_cont_list_tbl tr {
	border-bottom: 1px dotted #9fa0a0;
}
#info_cont_list_tbl tr td {
	padding: 28px 0 12px 0;
}
#info_cont_list_tbl tr td:nth-of-type(1) {
	font-size: 14px;
	color: #ab000a;
	letter-spacing: 0.1em;
	vertical-align: top;
	padding-left: 50px;
	width: 152px;
}
#info_cont_list_tbl tr td:nth-of-type(2) {
	font-size: 16px;
	letter-spacing: 0.05em;
	vertical-align: top;
	margin-right: 50px;
}
#info_cont_list_tbl tr td a {
	color: #3e3a39;
	text-decoration: underline;
}
#info_cont_list_tbl tr td a:hover {
	opacity: 0.5;
}

/*コンテンツ　ポップアップ*/
#cboxContent {
	margin: 0;
	padding: 0;
}
#cboxPrevious,
#cboxNext,
#cboxTitle,
#cboxCurrent {
	display: none;
}
#cboxLoadedContent {
	border: none;
	border-radius: 0;
}
 #cboxClose{
	 top: 14px;
	 right: 14px;
	 background: url("../img/info/info_cont_pu_close.svg") no-repeat top center;
	 width: 13px;
	 height: 13px;
}
#info_cont_pu {
	display: none;
}
.info_cont_pu_box {
	padding: 50px;
}
.info_cont_pu_box_date {
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ab000a;
	margin-top: 8px;
}
.info_cont_pu_box h2 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: 1px dotted #9fa0a0;
	padding-bottom: 8px;
}
.info_cont_pu_box p {
	font-size: 16px;
	line-height: 1.625em;
	letter-spacing: 0.05em;
	margin-top: 8px;
}

/*コンテンツ　個別記事*/

/*コンテンツ　個別記事　ボディ*/
#info_single_cont_body_inr {
	width: 980px;
	padding: 45px 35px 80px;
	margin: 0 auto;
}

/*コンテンツ　個別記事　メイン*/
#info_single_cont_main {
	width: 600px;
}
#info_single_cont_main_date {
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #ab000a;
}
#info_single_cont_main_ttl {
	margin-top: 16px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.333em;
	letter-spacing: 0.05em;
}
#info_single_cont_main_body {
	margin-top: 30px;
	padding: 35px 0 70px;
	border-top: dotted 1px #808080;
	border-bottom: solid 1px #808080;
}
#info_single_cont_main_back {
	margin-top: 48px;
}
#info_single_cont_main_back a {
	display: block;
	width: 380px;
	padding: 15px 0 15px 60px;
	margin: 0 auto;
	background-color: #808080;
	font-size: 25px;
	letter-spacing: 0.2em;
	color: #fff;
	text-decoration: none;
}
#info_single_cont_main_back a:hover {
	background-color: #ab000a;
}

/*コンテンツ　個別記事　リンク*/
#info_single_cont_links {
	width: 230px;
}
#info_single_cont_links h2 {
	background-color: #9e9e9e;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.15em;
	color: #fff;
}

/*コンテンツ　個別記事　ENTRIES*/
#info_single_cont_entries {
}
#info_single_cont_entries_list {
}
#info_single_cont_entries_list li {
	border-top: dotted 1px #808080;
	padding: 18px 0;
}
#info_single_cont_entries_list li:first-of-type {
	border-top: none;
}
.info_single_cont_entries_date {
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #ab000a;
}
.info_single_cont_entries_link {
	margin-top: 6px;
}
.info_single_cont_entries_link a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 1.57em;
	letter-spacing: 0.05em;
	color: #3e3a39;
}
.info_single_cont_entries_link a:hover {
	opacity: 0.5;
}

/*コンテンツ　個別記事　ARCHIVES*/
#info_single_cont_archives {
	margin-top: 20px;
}
#info_single_cont_archives_years {
	font-size: 15px;
}
#info_single_cont_archives_years > li {
	margin-bottom: 4px;
}
#info_single_cont_archives_years > li:first-of-type {
	margin-top: 20px;
}
.info_single_cont_archives_year:hover {
	color: #ab000a;
	cursor: pointer;
}
.info_single_cont_archives_monthes {
	display: none;
	margin-bottom: 20px;
}
.info_single_cont_archives_monthes li a {
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #3e3a39;
}
.info_single_cont_archives_monthes li a:hover {
	opacity: 0.5;
}
