@charset "utf-8";
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background: rgba(0, 0, 0, 0.8) url(../images/pattern-A/header_bg.png) no-repeat right top;
	position: relative;
	height: 65px;
	box-sizing: border-box;
	z-index: 10;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
/*文字サイズ調節ボタン*/
#header .textresizer li {
	background: #fff;
}
#header .textresizer li span {
	color: #444;
}
#header .textresizer li span.textresizer-active {
	color: #fff;
	background: #cc3333;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: #0d1e2b;
	color: #fff;
}
#footer p.logo img {
	max-height: 40px;
}
#footer p.logo span {
	font-size: 1.2em;
	color: #fff;
}
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
#main .btnCommon a,
#main .btnCommon span {
	background: #333333;
	color: #fff;
	padding: 10px;
}
#main .btnInput input {
	background: #333333;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 12px;
}
/* 検索ボタン */
#main .btnInput .btnSearch input {
	background: #cc3333 url(../images/pattern-A/icon_search.png) no-repeat 10px;
	color: #fff;
	padding: 16px 0 14px 0;
	background-size: 25px;
}
/* 一覧メニュー */
#main .btnMap input {
	background: #333 url(../images/pattern-A/icon_map.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 20px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnThumb input {
	background: #333 url(../images/pattern-A/icon_thumb.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnlist input {
	background: #333 url(../images/pattern-A/icon_list.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 20px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnDL input {
	background: #333 url(../images/pattern-A/icon_DL.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 15px;
	width: 135px;
	height: 40px;
	text-align: right;
}
#main .btnPrint input {
	background: #333 url(../images/pattern-A/icon_print.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnMail input {
	background: #333 url(../images/pattern-A/icon_mail.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnExpress p.on {
	background: #888 url(../images/pattern-A/icon_tri_t.png) no-repeat 10px;
	color: #fff;
	padding: 12px 0px 12px 20px !important;
	width: 140px;
	height: 40px;
	border: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	cursor: pointer;
	font-size: 1.4rem;
}
#main .btnExpress p {
	background: #333 url(../images/pattern-A/icon_tri_b.png) no-repeat 10px;
	color: #fff;
	padding: 12px 0px 12px 20px !important;
	width: 140px;
	height: 40px;
	border: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
}
/* ページネーション */
#main .pageMove .btnMove span {
	background: #333 url(../images/pattern-A/icon_arrow_r.png) no-repeat 85px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 110px;
	height: 36px;
	box-sizing: border-box;
}
#main .pageMove .pager a,
#main .pageMove .pager span.pageAbbr {
	background: #eee;
	color: #000;
}
#main .pageMove .pager span {
	background: #cc3333;
	color: #fff;
}
/* メディア一括ダウンロード */
#main .btnMDL span {
	background: #333333;
	color: #fff;
	padding: 10px;
}
/* オリジナル画像ボタン */
#main .btnOrigin span {
	background: #333 url(../images/pattern-A/icon_zoom.png) no-repeat 10px;
	color: #fff !important;
	padding: 10px 10px 10px 30px;
	width: auto;
	height: 40px;
	margin: 20px 10px;
}
/* 戻る＜ */
#main .pageBack span {
	background: #333333 url(../images/pattern-A/icon_arrow_l.png) no-repeat 10px;
	color: #fff;
	width: 90px;
	padding: 8px;
	display: block;
}
/* 閉じる */
#main .pageClose span {
	background: #333333 url(../images/pattern-A/icon_close.png) no-repeat 10px;
	color: #fff;
	width: 90px;
	padding: 8px;
	display: block;
	cursor: pointer;
}
@media screen and (max-width:600px) {
	#main .btnMap input {
		background: #333 url(../images/pattern-A/icon_map.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnThumb input {
		background: #333 url(../images/pattern-A/icon_thumb.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnlist input {
		background: #333 url(../images/pattern-A/icon_list.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnDL input {
		background: #333 url( ../images/pattern-A/icon_DL.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnPrint input {
		background: #333 url(../images/pattern-A/icon_print.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .btnMail input {
		background: #333 url(../images/pattern-A/icon_mail.png) no-repeat 10px;
		color: #fff;
		padding-top: 12px;
		padding-bottom: 14px;
		width: 40px;
		height: 40px;
		overflow: hidden;
		text-indent: -9999px;
		box-sizing: border-box;
		text-align: left;
	}
	#main .pageBack span {
		background: #333333 url(../images/pattern-A/icon_arrow_l.png) no-repeat 15px;
		color: #fff;
		width: 50px;
		height: 30px;
		overflow: hidden;
		text-indent: -99999px;
		padding: 0px;
		margin: 2px -10px 0 0;
		display: block;
	}
	#main .pageClose span {
		background: #333333 url(../images/pattern-A/icon_close.png) no-repeat 15px;
		color: #fff;
		width: 50px;
		height: 30px;
		overflow: hidden;
		text-indent: -99999px;
		padding: 0px;
		margin: 1px -10px 0 0;
		display: block;
		cursor: pointer;
	}
}
/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
#main table tr {
	border-bottom: solid #cccccc 1px;
}
#main table.tableB {
	border-top: 1px #bbb solid;
}
#main table.tableB tr {
	border-bottom: 1px solid #a0a0a0;
}
#main table.tableB thead tr {
	border-bottom: solid #cccccc 1px;
	color: #333333;
}
#main table.tableB th {
	background: #eaeaea;
	text-align: left;
}
#main table.tableB thead th {
	background: #0d1e2b;
	text-align: left;
	color: #fff;
}
@media screen and (max-width:600px) {
	#main .tableB tr {
		border-bottom: 1px solid #a0a0a0;
	}
	#main .tableB tr:first-of-type {
		border-top: 1px solid #a0a0a0;
	}
	#main .tableAarea table.tableB th {
		border-bottom: 1px dashed #ddd
	}
}
/*------------------------------------------------------------
	共通部品
------------------------------------------------------------*/
/* ページトップへ戻る△ */
#main .totop a {
	background: #333333;
}
/* パンくず */
#breadcrumb {
	min-height: 35px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
#breadcrumb .textBox {
	max-width: 100%;
	padding: 5px 130px 5px 15px;
}
@media screen and (max-width:600px) {
	#breadcrumb .textBox {
		font-size: 1.2rem;
		padding: 10px 65px 10px 10px;
	}
}
/*ページ内見出し*/
#main .headLine {
	background: linear-gradient(#eee, #fff);
}
#main .headLine h2 {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	padding: 15px 10px;
}
#main .headLine h2 p {
	border-bottom: solid 2px #cc3333;
	padding-bottom: 3px;
}
#main h3 {
	font-weight: bold;
	padding: 2px 0 2px 15px;
	border-left: 8px solid #333;
	margin: 5px auto !important;
	width: calc(100% - 40px ) !important;
}
#main h3:empty {
	border: none;
}
@media screen and (max-width:600px) {
	#main .headLine h2 {
		text-align: center;
		width: fit-content;
		padding: 8px 10px;
		margin: 0 auto;
	}
}
/* グループ見出し */
#main .detail-data .tableAarea h4 p {
	border-left: 5px solid #222;
}
/* 検索条件表示 */
#main #listview-menu .list_search_input {
	background: #888;
	color: #fff;
}
/* 転記URL */
#main .url_text {
	background: #eee;
}
/* 前後ボタン */
#main .sliderWrap .sliderPanels .navNext span,
#main .sliderWrap .sliderPanels .navPrev span {
	background: #333333;
}
#main .sliderWrap .sliderPanels .navNext span:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 0;
	background: url(../images/pattern-A/icon_tri_r.png) no-repeat center;
	border-right-width: 0;
	border-bottom-width: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	position: absolute;
	top: 50%;
	left: 55%;
	margin-top: -6px;
	margin-left: -8px;
}
#main .sliderWrap .sliderPanels .navPrev span:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 0;
	background: url(../images/pattern-A/icon_tri_l.png) no-repeat center;
	border-right-width: 0;
	border-bottom-width: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	position: absolute;
	top: 50%;
	left: 45%;
	margin-top: -6px;
	margin-left: -6px;
}
/*------------------------------------------------------------
	検索部品
------------------------------------------------------------*/
/*チェックボックス*/
.targetClassNames-parts::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: url(../images/pattern-A/check_button_off.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.targetClassNames-input:checked+.targetClassNames-parts::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: url(../images/pattern-A/check_button_on.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#main .simpleSearch .bcollSpr span.block{
	border-left: 8px solid #333;
}
/* 入力フォーム */
.bcollSpr select {
	min-width: 150px;
	width: auto;
	border: 2px solid #333333;
	background: url(../images/pattern-A/btn_tri_b.png) right 50% no-repeat #fff;
	background-size: 34px, 100%;
	padding: 2px 43px 2px 10px;
	height: 34px;
	box-sizing: border-box;
	vertical-align: middle;
}
.bcollSpr select[multiple] {
	min-width: 150px;
	width: auto;
	padding: 10px;
	border: 2px solid #333333;
	background-image: none !important;
	background-size: 34px, 100%;
	padding: 2px 10px;
	height: auto !important;
	box-sizing: border-box;
	vertical-align: middle;
}
.bcollSpr input[type="text"] {
	border: 2px solid #333;
	background: #fff;
}
.bcollSpr input.dispnum-input+label::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	background: url(../images/pattern-A/radio_button_off.png) no-repeat;
	vertical-align: middle;
}
.bcollSpr input.dispnum-input:checked+label::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	background: url(../images/pattern-A/radio_button_on.png) no-repeat;
	vertical-align: middle;
}
/* ピックアップ検索 */
#pickup .main_heroimg_inner {
	background: rgba(0, 0, 0, 0.8);
	padding-top: 5px;
	padding-bottom: 5px;
}
#pickup .main_heroimg_inner .message {
	color: #eee;
	line-height: 1.2;
}
/*スライド送りボタンの変更*/
.slick-prev, .slick-next {
	font-size: 0rem;
	line-height: 0;
	position: absolute;
	bottom: -57px;
	width: 44px;
	height: 100%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0.8);
}
.slick-prev {
	right: 80px;
	left: 0;
	z-index: 100;
	top: 50%;
	background: #333333 url(../images/pattern-A/btn_tri_l.png) no-repeat center;
}
.slick-next {
	right: 0;
	z-index: 99;
	top: 50%;
	background: #333333 url(../images/pattern-A/btn_tri_r.png) no-repeat center;
}
.slick-next:before, .slick-prev:before {
	content: '';
	border: 0;
}
/* 詳細検索リンク */
.detailedSearch .categorySearchTitle {
	background: transparent;
	font-size: 1em;
	margin: 0;
	padding: 10px 1em 0 1em;
}
.detailedSearch .categorySearchTitle:before {
	content: "■";
	font-size: 2em;
	line-height: 1.2;
	vertical-align: top;
	color: #CC3333;
}
.detailedSearch .categorySearchTitle span {
	margin: 0;
	padding: 0px 5px 0 0;
	line-height: 2.0em;
	font-size: 1.3em;
}
/*------------------------------------------------------------
	年表
------------------------------------------------------------*/
/* タイトル */
body.chronology #main .headLine h2 {
	min-height:70px;
}
/* タイトル */
body.chronology #main .headLine h2 p {
	position: absolute;
	left: calc(50vw);
	transform: translate(-50%);

}

/* 年表：ヘッダー */
#main .searchListC .listChronoArea .thKey, #main .searchListC .listChronoArea .thData {
	text-align: center;
	background: #000;
	color: #fff;
	border: solid 1px;
	border-color: #ddd;
}
/* 年表：共通キー列 */
#main .searchListC .listChronoArea .tdKey {
	background: #555;
	color: #fff;
	border: solid 1px;
}
/* 年表：共通キー列（最終行以外） */
#main .searchListC .listChronoArea tr:not(:last-child) td.tdKey {
	border-bottom-color: #eee;
}
/* 年表：分類データ列 */
#main .searchListC .listChronoArea .tdData {
	vertical-align: top;
	border: solid 1px;
	border-right-color: #000;
}
/* 年表：分類データ列（最終行以外） */
#main .searchListC .listChronoArea tr:not(:last-child) td.tdData {
	border-bottom-color: #ddd;
}
