@charset "utf-8";


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	/*background: #0d1e2b;*/
	background: #fff;
	border-top: 5px solid #5656ed; 
}
#header .btn {
	background: #246498;
}
#header .textresizer li {
	background: #246498;
}
#header .textresizer li a {
	color: #fff;
}
#header .textresizer li.smaSize a.textresizer-active {
	background: #5656ed;
	color: #fff;
}
#header .textresizer li.midSize a.textresizer-active {
	background: #5656ed;
	color: #fff;
}
#header .textresizer li.bigSize a.textresizer-active {
	background: #5656ed;
	color: #fff;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: #eee;
	
}
#footer section.copyright-right p.copyright {
	text-align: right;
	color: #333;
	vertical-align: bottom;
	padding: 25px 10px 10px 0;
}
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
#main .btnCommon a {
	background: #333333;
	color: #fff;
	padding: 10px;
}
#main .count .btnMove a, #main .count .btnMove span {
	background: #5656ed url(../img/icon_arrow_r.png) no-repeat 85px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 110px;
	height: 36px;
	box-sizing: border-box;
	border-radius: 4px;
}
/*----------------------------------------------------
 Header */
 
#header .btn a:before {
	border: 8px solid transparent;
	border-bottom-color: #fff;
	border-top: 0;
}
#header .btn a:after {
	border-top: 2px #fff solid;
	border-right: 5px #fff solid;
	border-left: 5px #fff solid;
}
#header {
	background: rgba(255,255,255,1) url(../img/bg_header_type.png) no-repeat right top;
	position: relative;
	height: 60px;
	box-sizing: border-box;
	z-index: 10;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#header .btn {
	background: #246498;
}
#header h1 a, #header h1 div {
	vertical-align: middle;
	font-weight: bold;
	font-size: 26px;
	margin: 0;
	display: table;
	line-height: 1.1;
	height: 60px;
	table-layout: fixed;
}
#header h1 span {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
}
/*文字サイズ調節ボタン*/
#header .textresizer {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	height: 35px;
}
#header .textresizer li {
	box-sizing: border-box;
	display: table-cell;
	height: 35px;
	width: 35px;
	vertical-align: middle;
	background: #fff;
	color: #0d1e2b;
	
	padding: 0;
	margin: 0;
}
#header .textresizer li:hover {
	opacity: 0.8;
}
#header .textresizer li a {
	color: #444;
	padding: 0;
	margin: 0;
	border-radius: 4px;
	display: inline-block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
#header .textresizer li.smaSize a, #header .textresizer li.midSize a, #header .textresizer li.bigSize a, #header .textresizer li.smaSize a.textresizer-active, #header .textresizer li.midSize a.textresizer-active, #header .textresizer li.bigSize a.textresizer-active {
	padding-top: 7px;
	height: 35px;
	font-size: 14px;
}

/*----------------------------------------------------
 main */
 
.main_heroimg {
	background-image:url(../img/bg_tenji.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #333;
	background-position:center 60px;
	height: 450px;
	box-sizing: border-box;
	position: relative;
}
.main_heroimg_inner {
	background: rgba(0,0,0,0.0);
	padding-top: 5px;
	padding-bottom: 5px;
}
.main_heroimg_inner .message{ color:#eee; line-height: 1.2; margin-top:-15px;}

/*スライド送りボタンの変更*/
.slick-prev, .slick-next {
	font-size: 0;
	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(../img/btn_tri_l.png) no-repeat center;
}
.slick-next {
	right: 0;
	z-index: 99;
	top: 50%;
	background: #333333 url(../img/btn_tri_r.png) no-repeat center;
}
.slick-next:before, .slick-prev:before {
	content: '';
	border: 0;
}

.main_heroimg ul li img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}

/* --------------------------------------------------------------------------- */
/*ページ内見出し　*/
/* --------------------------------------------------------------------------- */
#main .headLine h2 {
	margin: 0 auto;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: fit-content;
	padding: 15px 10px;
	line-height: 1.1;
}
#main .headLine h2 p {
	display: inline-block;
	background: none;
	border-bottom: solid 2px #5656ed;
	padding-bottom: 3px;
}
#main .headLine h2 span {
	padding-top: 5px;
	margin-top: 5px;
	font-size: 12px;
	
	color: #333333;
	display: block;
	font-weight: normal;
}
#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;
}
#gallery #main .panel h3, #dataPage #main .panel h3, #viewer #main h3, #original #main h3{
	font-weight: bold;
	text-align: left;
	padding: 0px 80px 10px 80px;
	font-size: 24px;
	border: none;
	box-sizing: border-box;
}
#dataPage #main .imageAarea .panel h3 {
	
	text-align: left;
	padding: 0px;
	margin: 0 40px;
	font-size: 16px;
	font-weight: normal !important;
	border: none;
}
#dataPage #main .imageAarea .panel h3 span {
	font-weight: normal !important;
}

/* --------------------------------------------------------------------------- */
/* 入力フォーム　*/
/* --------------------------------------------------------------------------- */
.contents select::-ms-expand {
 display: none;
}
.contents select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 150px;
	width: auto;
	
	border: 1px solid #888;
	background: url(../img/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;
	border-radius: 4px;
}
.contents select[name$=_lat_C], select[name$=_lng_C] {
	min-width: 110px;
}
.bcollSpr input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 150px;
	width: 50%;
	padding: 2px 10px;
	border: 1px solid #888;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
}

.bcollSpr td label {
	display: inline-block;
	margin-right: 40px;
	padding: 5px;
}
.bcollSpr td p, .bcollSpr th p {
	padding-top: 5px;
}
/*----------------------------------------------------
 共通部品 */
/* --------------------------------------------------------------------------- */
/*　テーブル　*/
/* --------------------------------------------------------------------------- */
.bcollSpr tr, .tableB tr {
	border-bottom: solid #cccccc 1px;
}
.tableB {
}
.tableB th {
	background: #eaeaea;
	border: 1px solid #868e95;
	text-align: left;
}
.tableB td {
	
	border: 1px solid #868e95;
	text-align: left;
}
.tableB thead th {
	background: #5656ed;
	text-align: left;
}
#result #main .tableB thead tr {
	border-bottom: solid #cccccc 1px;
	color: #333333;
}
#result #main .tableB {
	margin-bottom: 200px;
}
/* --------------------------------------------------------------------------- */
 /* ボタン */
/* --------------------------------------------------------------------------- */
.btnSearch input, .btnClear input {
	background: #666;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 12px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.btnSearch input.btnSearch-btn {
	background: #5656ed url(../img/icon_search.png) no-repeat 10px;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 14px;
	background-size: 25px;
}
.btnMap input {
	background: #666 url(../img/icon_map.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 20px;
	width: 138px;
	height: 40px;
	text-align: right;
}
.btnThumb input {
	background: #666 url(../img/icon_thumb.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
}
.btnlist input {
	background: #666 url(../img/icon_list.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 20px;
	width: 138px;
	height: 40px;
	text-align: right;
	
}
.btnDL input {
	background: #666 url(../img/icon_DL.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 15px;
	width: 135px;
	height: 40px;
	text-align: right;
	
}
.btnPrint input {
	background: #666  url(../img/icon_print.png) no-repeat  10px; 
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 138px;
	height: 40px;
	text-align: right;
	
}
.btnOrigin span{
	background: #5656ed url(../img/icon_zoom.png)no-repeat 10px;
	color: #fff !important;
	padding: 10px 10px 10px 30px;
	width: auto;
	height: 40px;
	margin: 20px 10px;
	border-radius:  4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.btnExpress input.on, .btnExpress button.on, .btnExpress p.on {
	background: #888 url(../img/icon_tri_t.png) no-repeat 10px;
	color: #fff;
	padding: 12px 0px 12px 20px !important;
	width: 160px;
	height: 40px;
	border: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	cursor: pointer;
	font-size: 14px;
	border-radius: 4px 4px 0 0 ;
}
.btnExpress input, .btnExpress button, .btnExpress p {
	background: #666 url(../img/icon_tri_b.png) no-repeat 10px;
	color: #fff;
	padding: 12px 0px 12px 20px !important;
	width: 160px;
	height: 40px;
	border: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}
.btnBack input {
	background: #5656ed url(../img/icon_arrow_r.png) no-repeat 10px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 14px;
	width: 140px;
	height: 40px;
}
/* 戻る＜ */
#main .pageBack span {
	background: #5656ed url(../img/icon_arrow_l.png) no-repeat 10px;
	color: #fff;
	width: 90px;
	padding: 8px;
	display: block;
	border-radius: 4px;
}
#main .pageBack a:before {
	display: none;
}
/*閉じる*/ 
#main .pageClose span {
	background: #5656ed url(../img/icon_close.png) no-repeat 10px;
	color: #fff;
	width: 90px;
	padding: 8px;
	display: block;
	cursor: pointer;
	border-radius: 4px;
}
/* ページトップへ戻る△ */
#main .totop p {
}
#main .totop a {
	background: #333333;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3)
}
.totop a:before {
	border: 0px;
}
/* リンク */
.categorySearchLink {
	background: transparent;
	margin: 0;
	font-size: 1em;
}
.categorySearchTitle {
	margin: 0 0 0 0;
	padding: 10px 1em 0 1em;
	/*
	display: block;
	border-top: 1px solid #ccc;
	*/
}
/* 見出し*/
.categorySearchTitle:before {
	content: "■";
	font-size: 2em;
	line-height: 1.2;
	vertical-align: top;
}
.categorySearchText:before {
	content: "■";
	font-size: 1.5em;
	line-height: 1;
	vertical-align: top;
}
.categorySearchTitle a {
	margin: 0;
	padding: 0px 5px 0 0;
	line-height: 2.0em;
	font-size: 1.3em;
}
.categorySearchTitle:before {
	color: #CC3333;
}
.categorySearchText {
	margin: 0;
	padding: 5px 5px 0 2.7em;
	display: block;
	line-height: 1.5em;
	font-size: 1.25em;
}
.categorySearchText:before {
	color: #666666;
}
/* パンくず */
#breadcrumb {
	min-height: 35px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
/* box関係 */
.message {
	padding: 10px;
	box-sizing: border-box;
}
.message  .textBox {
	 border: 1px solid #ccc;
	
	box-sizing: border-box;
}
#breadcrumb .textBox, .message .textBox {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	
	padding: 10px 10px;
	box-sizing: border-box;
}
#breadcrumb .textBox {
	max-width: 100%;
	padding: 5px 130px 5px 15px;
}
/* --------------------------------------------------------------------------- */
#main .lead {
	word-break: break-all;
}
.headLine, .contents {
	margin: 0 auto;
}
.bcollSpr input[type="text"] {
	height: 1.1em;
}
/* --------------------------------------------------------------------------- */
/* css selectCheck */
.targetClassNames-input {
	display: none;
	vertical-align: middle;
}
.targetClassNames-parts {
	padding-left: 10px;
	position: relative;
	margin-right: 10px;
}
.targetClassNames-input + span {
	margin: 0;
	padding: 0;
}
.targetClassNames-parts::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: url(../img/check_button_on.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.targetClassNames-input:checked + .targetClassNames-parts {
}
.targetClassNames-input:checked + .targetClassNames-parts::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: url(../img/check_button_off.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
/* --------------------------------------------------------------------------- */
/*css dispnum*/
.dispnum-input {
	display: none;
	vertical-align: middle;
}
.dispnum-input + label {
	padding-left: 10px;
	position: relative;
	margin-right: 20px;
}
.dispnum-input + label::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	background: url(../img/radio_button_off.png) no-repeat;
	vertical-align: middle;
}
.dispnum-input:checked + label {
}
.dispnum-input:checked + label::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	background: url(../img/radio_button_on.png) no-repeat;
	vertical-align: middle;
}
/* --------------------------------------------------------------------------- */
 /* トップページ */
#index .contents {
	background: transparent;
}
.contents .category h3 {
	border-bottom: 50pt;

}
.contents .category h3 span, .contents .detail h3 span {
	border-left: 0px;
	color: #333333;
	padding-left: 0;
	font-size: 1em;
	font-weight: bold;
}
/* --------------------------------------------------------------------------- */
/*　トップヒーローイメージ*/
#index #header {
	z-index: 10;
}
#index .main_heroimg {
	top: -100px;
	z-index: 9;
	margin-bottom: -100px;
}
#index .main_heroimg section {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/* --------------------------------------------------------------------------- */
#index .simpleSearch th, #index .simpleSearch td {
	padding: 3px 10px;
}
/*add*/
#index .detailedSearch th, #index .detailedSearch td {
	padding: 3px 10px;
}
/*add*/
#index .simpleSearch th .message, #index .simpleSearch td .message {
	font-size: 0.85em;
	color: #666;
}
#index .simpleSearch table:not(.in-table) {
	border-top: solid #bbb 1px;
}
#index .simpleSearch table, #index .detailedSearch h3, #index .detailedSearch .searchBox, #index .categorySearch h3, #index .categorySearch .searchBox {
	width: calc(100% - 20px );
	max-width: 1280px;
	margin: 0 auto;
}
#index .detailedSearch table {
	width: calc(100% - 20px );
	max-width: 1140px;
	margin: 0 auto;
}
#index th {
	vertical-align: middle;
	text-align: left;
}
#index .detailed th, #index .detailed td {
	text-align: center;
	vertical-align: top;
}
#main .tableB th {
	border-bottom: 1px solid #a0a0a0;
}
#main .tableB td {
	border-bottom: 1px solid #a0a0a0;
}
#main .tableB a {
	color: #246498;
}
#main .tableB thead th {
	background: #666;
}
#main .btnChoice {
	padding: 0 0 0px 0;
	float: right;
}
#main .btnChoice li {
	display: inline-block;
	margin: 0 0 5px 5px;
}
#main .btnSearch {
	text-align: center;
	position: relative;
}
#main .btnSearch li {
	position: relative;
	right: -60px;
}
#main .btnSearch li.btnClear {
	position: relative;
	right: 0;
	float: right;
}
#main .totop {
	bottom: 50px;
}
#result {
}
.bcollSpr.detail.clearfix {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 14px 0;
}
.bcollSpr.detail.clearfix td, .bcollSpr.detail.clearfix th {
	box-sizing: border-box;
	padding: 14px 0;
}
.bcollSpr.detail.clearfix td {
}
/* 下層ページ共通 */
#main .headLine .btnCommon.pageBack {
	right: 18px;
	left: auto;
}
#result #main .detail .btnCommon {
	float: none;
}
#result .btnCommon li {
	margin: 0 5px 5px 5px;
}
#result #main .tableB, #result #main .infoTxt {
	width: calc(100% - 20px);
	max-width: 1280px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}
#main .searchBox {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
}
#main .searchBox td, #main .searchBox .bcollSpr th {
	padding: 3px;
}
#main .searchBox {
	padding: 5px 0;
}
#main .searchBox tr {
	border-bottom: 0px;
}
#main {
	position: relative;
}
.detail {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
}
/* 詳細検索ページ */
#index.search {
}
/* 検索結果一覧ページ */
#result {
}
#result .contents .detailed td {
	vertical-align: top;
}
#result .contents .detailed td p {
	text-align: left;
	font-size: 1.2rem;
}
#result .contents .detailed td p a {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	padding-bottom: 14px;
}
/* 資料詳細ページ */
#dataPage {
}
#dataPage #main .imageAarea {
	width: 100%;
	max-width: 420px;
	padding: 0 10px 0 0;
}
#dataPage #main .imageAarea img, #dataPage #main .imageAarea a {
	max-width: 100%;
}
#dataPage .tableAarea {
	padding: 0 10px;
	width: 100%;
}

#dataPage #main .tableB.fltR {
	width: 100%;
}
#dataPage #main .tableB {
	border-top: 1px #bbb solid;
}
#dataPage #main .tableB tr, #dataPage #main .tableB th, #dataPage #main .tableB td {
	border: 0px;
}
#dataPage #main .tableB tr {
	border-bottom: 1px #bbb solid;
}

#dataPage #main .detail {
	overflow: hidden;
	padding: 5px 10px;
}
#dataPage #main .panel .detail {
	overflow: hidden;
	padding: 0px;
	margin-top: -10px
}
#dataPage #main .detail .detailed, #dataPage #main .detail .detailed td {
	background: #ffffff;
}
#original #main .contents {
	padding: 10px;
}
#original #main .imageAarea {
	width: 100%;
	text-align: center;
}
#dataPage #main .tableB thead th {
	color: #fff;
}
#dataPage #main .tableB tr {
	border-bottom: 1px solid #a0a0a0;
}
#dataPage #main .tableB .txt2 a:after {
	border: 3px solid #246498;
}
#dataPage #main .detail .btnCommon {
	float: none;
}
#dataPage #main .tableB, #dataPage #main .infoTxt {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 10px ;
	padding: 5px 0;
	box-sizing: border-box;
	overflow: hidden;
	height: auto;
}
/* 画像表示ページ */
#gallery {
}
#main .sliderWrap .sliderPanels {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	background: transparent;
}
#main .imageAarea .sliderWrap .sliderPanels {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	background: transparent;
}
#main .sliderWrap .sliderPanels .panel {
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#main .sliderWrap .sliderPanels .navNext a, #main .sliderWrap .sliderPanels .navPrev a {
	background: #666;
	height: 50px;
	width: 50px;
	top: 0px;
	border-radius: 25px;
}
#main .sliderWrap .sliderPanels .navNext a {
	right: 0px;
}
#main .sliderWrap .sliderPanels .navPrev a {
	left: 0px;
}
#main .imageAarea .sliderWrap .sliderPanels .navNext a, #main .imageAarea .sliderWrap .sliderPanels .navPrev a {
	background: #333333;
	height: 40px;
	width: 40px !important;
	top: 0px;
}
#main .imageAarea .sliderWrap .sliderPanels .navNext a {
	right: 0px;
}
#main .imageAarea .sliderWrap .sliderPanels .navPrev a {
	left: 0px;
}
#main .sliderWrap .sliderPanels .navNext span:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 0;
	background: url(../img/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(../img/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;
}


/*------------------------------------------------------------
	トップページ@media
*/
@media screen and (max-width:600px) {
.contents .detailed {
}
.contents .detailed td {
}
.contents .detailed a:after {
	border-top: 3px solid #333;
	border-left: 3px solid #333;
}
#main .btnSearch {
	text-align: center;
	position: static;
}
#main .btnSearch li {
	position: relative;
	right: 0;
}
#main .btnSearch li.btnClear {
	position: static;
	right: 0;
	float: none;
}
.bcollSpr input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 150px;
	width: 100%;
	padding: 2px 10px;
	border: 1px solid #888;
	background: #fff;
}
#index .simpleSearch th {
	padding: 20px 10px 5px 10px;
}
#index .simpleSearch td {
	padding: 10px 10px 10px 10px;
}
/*add*/
#index .detailedSearch th {
	padding: 20px 10px 5px 10px;
}
#index .detailedSearch td {
	padding: 10px 10px 10px 10px;
}
/*add*/
ul.btnSearch {
	padding: 5px 0;
	clear: both;
	overflow: hidden;
	height: auto;
}
#breadcrumb .textBox {
	font-size: 12px;
	padding: 10px 65px 10px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
#main .pageBack span {
	background: #5656ed url(../img/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: #5656ed url(../img/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 .headLine h2 {
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: fit-content;
	padding: 8px 10px;
	line-height: 1.1;
}
}

@media screen and (min-width:601px) {
.contents .detailed {
}
.contents .detailed td {
}
#main .contents {
	margin: 0 auto;
	padding-bottom: 10px;
}
#main .contents.selectSearch {
	padding: 0px 10px;
}
.contents .detailed {
}
.btnSearch input.btnSearch-btn {
	width: 300px;
	height: 50px;
	font-size: 1.4em;
	letter-spacing: .3em;
}
}
/*----------------------------------------------------
 資料詳細ページ */
 
.relationship {
	background: #fff;
}
/* 画像  ############################## 大3つずつ並び */
.contents .relationship h3 {
	border-bottom: 1px solid #bfbfbf;
}
.contents .relationship h3 span {
	border-left: 7px solid #0d1e2b;
}
#dataPage #main .detail-data {
	display: table !important;
	table-layout: fixed;
	width: 100%;
	max-width: 1280px;
	padding: 10px 10px;
	vertical-align: top;
}
#dataPage #main .detail-data .imageAarea {
	display: table-cell !important;
	width: 400px;
	max-width: 400px;
	vertical-align: top;
}
#dataPage #main .detail-data .tableAarea {
	display: table-cell !important;
	vertical-align: top;
	width: auto;
	padding: 0;
}

@media screen and (max-width:1000px) {
#dataPage #main .detail-data {
	display: table !important;
	table-layout: fixed;
	width: 100%;
	max-width: 1280px;
	padding: 10px;
	vertical-align: top;
}
#dataPage #main .detail-data .imageAarea {
	display: table-cell !important;
	width: 50%;
	max-width: 50%;
	vertical-align: top;
	text-align: center;
}
#dataPage #main .detail-data .tableAarea {
	display: table-cell !important;
	vertical-align: top;
	width: 50%;
}
}

@media screen and (max-width:600px) {
#dataPage #main .detail-data {
	display: table !important;
	table-layout: fixed;
	width: 100%;
	max-width: 1280px;
	padding: 0 10px 10px 10px;
	vertical-align: top;
}
#dataPage #main .detail-data .imageAarea {
	display: block !important;
	width: 100%;
	max-width: 100%;
	vertical-align: top;
	padding: 0 0 10px 0;
	text-align: center;
}
#dataPage #main .detail-data .tableAarea {
	display: block !important;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
}
/*------------------------------------------------------------
	
	検索結果一覧ページ 
------------------------------------------------------------*/

#main .pager a,  #main .pager span {
	background: #eee;
	color: #000;
	margin-bottom: 5px;
	border-radius: 3px;
}
#main .pager span {
	background: #5656ed;
	color: #fff;
}
#result #main .tableB tr {
	border-bottom: 1px solid #a0a0a0;
}
#result #main .tableB .txt2 a:after {
	border: 3px solid #246498;
}
.btnExpress {
	text-align: left;
	position: relative;
}

/*------------------------------------------------------------
	検索結果一覧ページ@media
*/
@media screen and (max-width:600px) {
#result #main .tableB tr, #dataPage #main .tableB tr {
	border-bottom: 1px solid #a0a0a0 !important;
}
#result #main .tableB tr:first-of-type, #dataPage #main .tableB tr:first-of-type {
	border-top: 1px solid #a0a0a0 !important;
}
#dataPage #main .tableB td, #dataPage #main .tableB th {
	border-bottom: 1px dashed #ddd
}
#dataPage #main .tableB tr td:last-child {
	border-bottom: none;
}
#main .tableB td {
	padding: 7px;
}
.btnMap input {
	background: #666 url(../img/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;
}
.btnThumb input {
	background: #666 url(../img/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;
}
.btnlist input {
	background: #666 url(../img/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;
}
	.btnDL input {
	background: #666 url( ../img/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;
}
		.btnPrint input {
	background: #666 url(../img/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;
}
}

/*------------------------------------------------------------
	詳細検索ページ@media
*/

@media screen and (max-width:600px) {
#main .btnChoice {
	margin: 0 auto;
	display: table;
	width: 100%;
	text-align: center;
	padding: 0;
}
#main .btnChoice li {
	display: inline-block;
	margin: 0 0 15px 5px;
}
}

@media screen and (min-width:601px) {
}

/*------------------------------------------------------------
	画像拡大ページ@media
*/
@media screen and (max-width:600px) {
#main .sliderWrap .sliderPanels .panel img, #gallery .detail a {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#main .sliderWrap .sliderPanels .navNext a {
	right: 0px;
}
#main .sliderWrap .sliderPanels .navPrev a {
	left: 0px;
}
#gallery #main .panel h3, #dataPage #main .panel h3, #viewer #main h3, #original #main h3{
	font-weight: bold;
	text-align: left;
	padding: 10px 45px;
	font-size: 16px;
	min-height: 40px;
	box-sizing: border-box;
	width: 100% !important;
}
#gallery #main .panel h3 p, #dataPage #main .panel h3 p, #viewer #main h3 p, #original #main h3 p{
	font-size: 16px;
}
}

.contents select[multiple] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	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;
}
.group-title{padding: 10px;  background: #eee; margin: -3px -10px; box-sizing: border-box;}
table.in-table{  box-sizing: border-box; margin: 0 -10px 0 -10px !important;border-left: 5px solid #eee;width:100%;}

/* custom */
.iblock{ display: inline-block !important;}
.h1_img{ width: 200px;}
.h1_img img{ width: 200px !important; height: auto;}
.nowrap{ white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; min-width: 300px; width:calc( 100% - 50px ) !important; text-align: left; color: #333;}
#header h1 a{ width: 100%; table-layout: fixed; }
#header h1 .h1_img a{ display: inline; }

.btn_right{ float:right;  padding:0 5px;}
.btn_right button{ background:#5656ed; color:#fff;padding:5px 15px; border:none;
border-radius: 3px; vertical-align: middle; cursor: pointer;
	margin: 0px 0 3px 0;
}
.btn_right button:hover{ opacity: 0.7;}
.textBox.inbtn_right .btn_right{ position: absolute;right:10px; top: 5px;}
.textBox.inbtn_right{ padding: 10px 15px 10px 15px; position: relative;}

.w150px{ width: 150px;}

.select_type{padding: 20px ; display: block; max-width: 1280px; margin: 0 auto;}
.select_type a{ background: #d8d7ff; padding: 5px 15px;border-radius: 4px; display: inline-block; margin: 2px ;}
.select_type a:hover{ opacity: 0.7; text-decoration: none;}
 
ul.selectlink{ width: 100%; display: block; padding: 10px  2px ; border-bottom: 1px dashed #ddd;}
ul.selectlink:last-child{ border: none;}

ul.selectlink li{ display: inline-block; padding: 4px  15px  4px  15px ;  min-width: 32.8%; box-sizing: border-box;} 
ul.selectlink li a{ display: inline-block;  font-size: 1.1em; background: #eee; padding: 6px 10px; border-radius: 2px;box-shadow: 0px 1px 3px rgba(0,0,0,0.2);  width: 100%;  }
#main ul.selectlink li a:hover{ background-color: #5656ed; text-decoration: none;box-shadow: 0px 0px 0px rgba(0,0,0,0.0);color:#fff;}
th p.nowrap{ white-space: nowrap; width: auto; padding:10px; margin: 0;min-width:0px; overflow: visible; font-size: 1.2em;}


#topmenulist th{ background-color: #333; color:#fff !important; vertical-align: top; text-shadow: 0px 1px 6px rgba(0,0,0,0.8); }
#topmenulist th p{ color:#eee;}
th p.nowrap{ white-space: nowrap; width: auto; padding:10px !important; margin: 0 !important;min-width:0px; overflow: visible; font-size: 1.2em !important; text-align: left;}

.comment{ display: block; padding: 10px 0; font-size: 0.9em;}
/*.imageAarea{ padding: 10px; box-sizing: border-box;}*/

.bg_animals{  background:url(../img/bg_animal.png) right bottom no-repeat;}
.bg_plants{ background: url(../img/bg_plants.png) right bottom no-repeat;}

@media screen and (max-width:768px) {
	ul.selectlink li{ display: inline-block; padding: 4px  15px  4px  15px ;  min-width: 49%; box-sizing: border-box;} 
	.nowrap{ white-space: normal !important;  overflow: hidden; text-overflow: ellipsis; min-width: 50px; width: 100% !important; text-align:left; color: #333; font-size: 22px !important; padding: 0 0 0 0 !important; box-sizing: border-box; }
}
@media screen and (max-width:600px) {
	.h1_img{ max-width: 50px !important; width:50px;}
	.nowrap{ white-space: normal !important;  overflow: hidden; text-overflow: ellipsis; min-width: 50px; width: calc( 100% - 50px ) !important; text-align:center; color: #333; font-size: 18px !important; padding: 0 50px 0 0 !important;}
	
	#header h1 span{ font-size: 10px !important;}
	ul.selectlink li{ display: inline-block; padding: 4px  15px  4px  5px ;  min-width: 99%; box-sizing: border-box; margin-right: 1%;} 
	ul.selectlink li a { padding:12px 8px !important; display: block;}
	
	th p.nowrap{ white-space:normal; width: auto; padding:3px 10px !important; margin: 0 !important;min-width:0px; overflow: visible; font-size: 1.2em !important; text-align: left;}
	#index .simpleSearch th {
		padding: 5px 10px 5px 10px;
	}

	#footer .copyright small{ white-space: normal !important;}
	
}

/* パンくずリストのリンク、Top画面の項目リンクを黒色に変更 */
#main a {
    color: black;
}

/*詳細検索画面*/
/*検索フォームの長さ調節*/
.w80p{
	width: 80% !important;
}

/*クリアボタンの大きさ調節*/
#main .btnInput .btnClear input{
	padding-top: 14px;
    padding-bottom: 12px;
}

/* フォーカス設定をOFF */
#main .btnCommon span:focus,#main .btnInput input:focus,
#main .pageBack span:focus,#main .pageClose span:focus {
	box-shadow: none;
}
input[type="radio"].dispnum-input:focus + label::before {
	box-shadow: none;
}
input[type="checkbox"].dispnum-input:focus + label::before {
	box-shadow: none;
}
input:focus, a:focus {
    box-shadow: none;
}
.targetClassNames-input:focus + .targetClassNames-parts::before {
    box-shadow: none;
}

/*検索結果一覧画面*/
/*検索ボタン*/
#main .btnInput .btnSearch input{
	background: #5656ed url(../img/icon_search.png) no-repeat 10px;
    color: #fff;
    font-size: 1.4em;
    padding-top: 16px;
    padding-bottom: 14px;
    background-size: 25px;
}
@media screen and (max-width: 600px) {
	#main .btnInput .btnSearch input{
    	font-size: 16px;
    	letter-spacing: normal;
	}
}

/*テーブル内のテキストを左に揃えた*/
#main table.tableB th{
	text-align: left;
}

@media screen and (min-width:601px) {
	/* 検索結果一覧画面内のテーブルにボーダーがあるので削除する */
	#result #main .tableB td {
	    border: none;
	}
}
@media screen and (max-width:600px){
	/*検索結果一覧画面のボーダー*/
    #main .listArea table.tableB tr td {
    	border:none;
    	border-bottom: 1px dashed #ddd;
    }
}

/*詳細画面*/
/*テーブル内「Item」、「Contents」の文字間隔調整*/
#main .tableAarea thead th{
	letter-spacing: 0;
}

/*画像拡大表示画面*/
/*テーブルの枠線の色調整*/
#main table.tableB th{
	border: 1px solid #868e95;
}

/*詳細画面*/
/*次ページボタン　前ページボタン*/
#main .sliderWrap .navPrev span, #main .sliderWrap .navNext span{
    background: #666;
    height: 50px;
    width: 50px;
    top: 0px;
    border-radius: 25px;
}
/*検索結果一覧 見出しの枠を非表示*/
#searchForm .message .textBox {
	border: none;
	border-left: 8px solid #333;
}
/*メディア詳細の不要な線を非表示*/
#main form[name="imageActionForm"] .detail-data .tableAarea h4 {
   border:none;
}
/*ヘッダーロゴ*/
#header h1 .h1-left img {
    max-width: 100%;
}
/*トップ 分類選択*/
#topmenulist th+td {
    width: auto;
}
#topmenulist th {
	min-width:auto;
}
/*マニフェスト IIIFビューワボタン*/
.iiifBtn {
    background: #666;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    display: inline-block;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
/*検索結果一覧画面*/
/*ページ数ボタン　フォント色調整*/
#main .pageMove .pager a, #main .pageMove .pager span{
	color: #313131;
}
#main .pageMove .pager span{
	color: #fff;
}
#main .pageMove .pager span.pageAbbr {
	background: #eee;
	color: #000;
}
@media screen and (max-width: 600px) {
	#main .pageMove .pager{
		text-align: center;
	}
}