@charset "utf-8";

/*コンテンツ　リスト*/
#info_cont_list {
	padding: 25px 0 40px;
	margin: 0 auto;
	width: 96.333%;
}
#info_cont_list_tbl {
	width: 100%;
}
#info_cont_list_tbl tr {
	border-bottom: 1px dotted #9fa0a0;
}
#info_cont_list_tbl tr td {
	padding: 14px 0 6px 0;
}
#info_cont_list_tbl tr td:nth-of-type(1) {
	font-size: 7px;
	color: #ab000a;
	letter-spacing: 0.1em;
	vertical-align: top;
	padding-left: 25px;
	width: 76px;
}
#info_cont_list_tbl tr td:nth-of-type(2) {
	font-size: 8px;
	letter-spacing: 0.05em;
	vertical-align: top;
	margin-right: 25px;
}
#info_cont_list_tbl tr td a {
	color: #3e3a39;
	text-decoration: underline;
}

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

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

/*コンテンツ　個別記事　ボディ*/
#info_single_cont_body_inr {
	width: 100%;
	padding: 5% 3.333% 8%;
	margin: 0 auto;
}

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

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

/*コンテンツ　個別記事　ENTRIES*/
#info_single_cont_entries {
	margin-top: 25px;
}
#info_single_cont_entries_list {
}
#info_single_cont_entries_list li {
	border-top: dotted 1px #808080;
	padding: 9px 0;
}
#info_single_cont_entries_list li:first-of-type {
	border-top: none;
}
.info_single_cont_entries_date {
	font-size: 7px;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #ab000a;
}
.info_single_cont_entries_link {
	margin-top: 4px;
}
.info_single_cont_entries_link a {
	text-decoration: underline;
	font-size: 9px;
	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: 25px;
}
#info_single_cont_archives_years {
	font-size: 9px;
}
#info_single_cont_archives_years > li {
	margin-bottom: 4px;
}
#info_single_cont_archives_years > li:first-of-type {
	margin-top: 8px;
}
.info_single_cont_archives_year:hover {
	color: #ab000a;
	cursor: pointer;
}
.info_single_cont_archives_monthes {
	display: none;
	margin-bottom: 8px;
}
.info_single_cont_archives_monthes li {
	display: inline-block;
	margin-left: 9px;
}
.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;
}





