@charset "utf-8";
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background: rgba(35, 133, 145, 0.8) url(../images/pattern-B/bg_header_b.png) no-repeat right top;
	position: relative;
	height: 65px;
	box-sizing: border-box;
	z-index: 10;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
/*文字サイズ調節ボタン*/
#header .textresizer li {
	background: rgba(255, 255, 255, .5);
}
#header .textresizer li span {
	color: #333;
}
#header .textresizer li span.textresizer-active {
	color: #000;
	background: #fff;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: #707070 url(../images/pattern-B/bg_footer_b.png) top center no-repeat;
	background-size: cover;
	color: #fff;
}
#footer p.logo img {
	max-height: 50px;
}
#footer p.logo span {
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
}
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
#main .btnCommon a,
#main .btnCommon span {
	background: #076E7C;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
}
#main .btnInput input {
	background: #076E7C;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 12px;
	border-radius: 4px;
}
/* 検索ボタン */
#main .btnInput .btnSearch input {
	background: #B55706 url(../images/pattern-B/icon_search.png) no-repeat 10px;
	color: #fff;
	padding: 16px 0 14px 0;
	background-size: 25px;
	border-radius: 4px;
}
/* 一覧メニュー */
#main .btnMap input {
	background: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/icon_thumb.png) no-repeat 10px;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
}
#main .btnlist input {
	background: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/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: #55797D url(../images/pattern-B/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;
	border-radius: 4px 4px 0 0;
}
#main .btnExpress p {
	background: #076E7C url(../images/pattern-B/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;
	border-radius: 4px;
}
/* ページネーション */
#main .pageMove .btnMove span {
	background: #076E7C url(../images/pattern-B/icon_arrow_next.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: #B55706;
	color: #fff;
}
/* メディア一括ダウンロード */
#main .btnMDL span {
	background: #076E7C;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
    margin: 10px 0px;
}
/* オリジナル画像ボタン */
#main .btnOrigin span {
	background: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/icon_arrow_back.png) no-repeat 10px;
	color: #fff;
	width: 90px;
	padding: 8px;
	display: block;
}
/* 閉じる */
#main .pageClose span {
	background: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/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: #076E7C url( ../images/pattern-B/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: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/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: #076E7C url(../images/pattern-B/icon_arrow_back.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: #076E7C url(../images/pattern-B/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 #e0e0e0 1px;
}
#main table.tableB {
	border-top: 1px #bbb solid;
}
#main table.tableB tr {
	border-bottom: 1px solid #e0e0e0;
}
#main table.tableB thead tr {
	border-bottom: solid #cccccc 1px;
	color: #333333;
}
#main table.tableB th {
	background: #e8eff0;
	text-align: left;
}
#main table.tableB thead th {
	background: #55797D;
	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
	}
}
/*------------------------------------------------------------
	共通部品
------------------------------------------------------------*/
/* セクション */
.cl_section {
	border-bottom: 1px dashed #a7ced3;
}
.cl_section:last-child {
	border: none;
}
/* ページトップへ戻る△ */
#main .totop a {
	background: rgba(35, 133, 145, 0.9);
	border-radius: 30px;
	width: 50px;
	height: 50px;
	padding: 2px 0 0 0;
}
/* パンくず */
#breadcrumb {
	min-height: 35px;
	position: relative;
	background: url(../images/pattern-B/bg_section_b.png) left -20px no-repeat #fff;
}
#breadcrumb .textBox {
	max-width: 100%;
	padding: 5px 130px 5px 15px;
	min-height: 35px;
}
@media screen and (max-width:600px) {
	#breadcrumb .textBox {
		font-size: 1.2rem;
		padding: 10px 65px 10px 10px;
	}
}
/*ページ内見出し*/
#main .headLine {
	background: linear-gradient(#e3eff1, #fff);
}
#main .headLine h2 {
	text-align: left;
	width: calc(100% - 20px);
	margin: 0 auto 15px auto;
	padding: 30px 10px 10px 10px;
	border-bottom: 4px solid #076E7C;
}
#main .headLine h2 p {
	padding-bottom: 3px;
	padding-right: 20px;
	font-weight: bold;
}
#main h3 {
	font-weight: bold;
	padding: 2px 0 2px 15px;
	margin: 10px;
	font-size: 2.4rem;
	box-sizing: border-box;
}
@media screen and (max-width:600px) {
	#main .headLine h2 {
		text-align: left;
		width: calc(100% - 20px);
		padding: 15px 10px 10px 10px;
		margin: 0 auto 15px;
	}
}
/* グループ見出し */
#main .detail-data .tableAarea h4 p {
	border-left: 5px solid #acc;
}
/* 検索条件表示 */
#main #listview-menu .list_search_input {
	background: #55797D;
	color: #fff;
}
/* 転記URL */
#main .url_text {
	background: #e3eff1;
}
/* 前後ボタン */
#main .sliderWrap .sliderPanels .navNext span,
#main .sliderWrap .sliderPanels .navPrev span {
	background: #076E7C;
	border-radius: 4px;
}
#main .sliderWrap .sliderPanels .navNext span:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 0;
	background: url(../images/pattern-B/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-B/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-B/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-B/check_button_on.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#main .simpleSearch .bcollSpr span.block{
	border-left: 8px solid #076E7C;
}
/* 入力フォーム */
.bcollSpr select {
	min-width: 150px;
	width: auto;
	border: 1px solid #555;
	background: url(../images/pattern-B/btn_tri_b_gray.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: 1px solid #555;
	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: 1px solid #555;
	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-B/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-B/radio_button_on.png) no-repeat;
	vertical-align: middle;
}
/* ピックアップ検索 */
#pickup .main_heroimg_inner {
	background: rgba(233, 243, 244, 0.9);
	padding-top: 5px;
	padding-bottom: 5px;
}
#pickup .main_heroimg_inner .message {
	color: #333;
	line-height: 1.2;
}
#pickup .main_heroimg_inner h2 {
	color: #000 !important;
}
#pickup .main_heroimg_inner li {
	color: #333 !important;
}
/*スライド送りボタンの変更*/
.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;
}
.slick-prev {
	right: 80px;
	left: 0;
	z-index: 100;
	top: 50%;
	background: #076E7C url(../images/pattern-B/btn_tri_l_white.png) no-repeat center;
	opacity: 0.7;
}
.slick-next {
	right: 0;
	z-index: 99;
	top: 50%;
	background: #076E7C url(../images/pattern-B/btn_tri_r_white.png) no-repeat center;
	opacity: 0.7;
}
.slick-prev:hover {
	background: #076E7C url(../images/pattern-B/btn_tri_l_white.png) no-repeat center;
	opacity: 0.9;
}
.slick-next:hover {
	background: #076E7C url(../images/pattern-B/btn_tri_r_white.png) no-repeat center;
	opacity: 0.9;
}
.slick-next:before, .slick-prev:before {
	content: '';
	border: 0;
}
#slide li a:link, #slide li a:hover,
#slide li a:visited, #slide li a:active {
	color: #333 !important;
}
/* 詳細検索リンク */
.detailedSearch .categorySearchTitle {
	background: transparent;
	font-size: 1em;
	margin: 0 0 0 20px;
	padding: 25px 1em 0 0px;
}
.detailedSearch .categorySearchTitle:before {
	content: "■";
	font-size: 2em;
	line-height: 1.2;
	vertical-align: top;
	color: #076E7C;
}
.detailedSearch .categorySearchTitle span {
	margin: 0;
	padding: 0px 5px 0 0;
	line-height: 2.0em;
	font-size: 1.3em;
	color: #076E7C;
}
/*------------------------------------------------------------
	年表
------------------------------------------------------------*/
.cl_section {
	border-bottom: hidden !important;
}
/* 年表：ヘッダー */
#main .searchListC .listChronoArea .thKey, #main .searchListC .listChronoArea .thData {
	background: #648e93;
	text-align: center;
	color: #fff;
	border: solid 1px;
	border-color: #ddd;
}
/* 年表：共通キー列 */
#main .searchListC .listChronoArea .tdKey {
	background: #78a0a4;
	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;
}