@charset "utf-8";

.detail-viewport {
	min-width: 940px !important;
}

.detailheader {
	overflow: hidden;
	background-color: #7a797a;
	background-image: url(images/detailheader-bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #444;
}


.detailheader .minibutton,.detailviewport .minibutton {
	font-weight:bold;
	font-size:120%;
	height: 31px;
}

.detailtitlebox {
	border-bottom: 1px solid #666;
	padding: 0 24px;
	overflow: hidden;
	position: relative;
	font-size: 120%;
	display: flex;
	align-items: center;
}

.detailcontrolbox {
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding: 0 10px;
}

.backtoresult {
	margin-right: 20px;
	min-width: 100px;
}

.aboutdatabox{
	margin: 8px 0 7px 0;
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	text-align: right;
}

.searchotherdata {
	font-size:100%;
	text-shadow: none;
	margin: 0;
	padding: 0 10px;
}

.searchotherdata a{
	display: inline-block;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	line-height:18px;
	height: 18px;
	padding: 2px;
	margin: 1px;
	white-space: nowrap;
	text-decoration:none;
	background-color:#333;
}


.searchotherdata .previewbox{
	/* margin-right:14px; */
}


.searchotherdata a span{
	/*
	display:block;
	float:right;
	height:18px;
	*/
	height:18px;
	color: #fff;
	vertical-align: middle;
	padding:1px 0px 0px 0px;
}

.searchotherdata a.othervolume span,
.searchotherdata a.otherarticle span,
.searchotherdata a.volumelist span,
.searchotherdata a.articlelist span,
.searchotherdata a.relatedlist span {
	background-image:url("images/ico_arrow_forward_white.png");
	background-position:right center;
	background-size: 16px;
	background-repeat:no-repeat;
	padding-right:18px;
	/* margin-right:14px; */
}

.searchotherdata a .previewicon,
.searchotherdata a .nexticon {
	display:inline-block;
	background-color: #fff;
	background-size: 16px;
	border-radius: 50%;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	line-height:16px;
	margin:0 ;
	padding:0;
	overflow:hidden;
	text-indent:-99999px;
	text-align: left;
}

.searchotherdata a .previewicon {
	background-image:url("images/ico_arrow_back.png");
}
.searchotherdata a .nexticon {
	background-image:url("images/ico_arrow_forward.png");
}

* html .backtoresult a .previewicon{
	background-image:url("images/previewnexttriangle.gif");
}

* html .backtoresult a .nexticon{
	background-image:url("images/previewnexttriangle.gif");
}

.detailtitlebox h2 {
	font-size: 120%;
	text-align: center;
	margin: 8px auto 7px auto;
	text-shadow: 0px 1px 0px #eee ;
	padding: 0 20px;
}

.tocdisclosure {
	width: 250px;
	float: left;
}

.toctabcontainer {
	position: absolute;
	z-index: 5;
	background-color: #e7eff9;
	border-bottom: 5px solid #e7eff9;
}

.toctab {
	width: 79px;
	border-right: 1px solid #999;
	float: left;
	background-color: #555;
}
.toctab:last-child {
	border-right: none;
}

#toctab1{
	width:87px;
}

.toctabopened {
	background-color: #e7eff9;
}

.toctab a {
	color: #fff;
	display: block;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	background-image: url("images/disclosuretriangle-white.png");
	background-repeat: no-repeat;
	background-position: -32px 4px;
	text-decoration: none;
}

.toctabopened a {
	color: #000;
	background-image: url("images/disclosuretriangle-gray.png");
	background-position: 0 -28px;
	pointer-events: none;
}

.detailoperation {
	white-space: nowrap;
	position: relative;
	height: 40px;
    display: -webkit-flex; /* safari */
	display: flex;
	align-items: center;
}

.detailoperation .minibutton,
.imagecontrol .minibutton,
.imagecontrol .mb-placeholder {
	display: inline-block;
	line-height: 17px;
	/zoom: 1;
	/display: inline;
}

.detailoperation .mb-placeholder {
	display: inline-block;
	/zoom: 1;
	/display: inline;
}

.detailoperation .minibutton,
.detailoperation .mb-placeholder {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
}

#form-page-control-firstpage,
#form-page-control-lastpage {
	display: inline-block;
}

#img-prevpage-container, 
#img-nextpage-container {
	position: absolute;
	top: 10px;
	height: 100%;
	width: 70px;
	pointer-events: none;
}
#img-prevpage-container {
	left: 0px;
}
#img-nextpage-container {
	right: 0px;
}
.img-page-container {
	z-index: 1;
}
#img-prevpage, 
#img-nextpage {
	position: absolute;
	top: 25%;
	margin: 0 10px;
	height: 50%;
	width: 50px;
	background-color: rgb(80,80,80);
	background-color: rgba(100,100,100,0.3);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 70px;
	cursor: pointer;
	pointer-events: auto;
}
#img-prevpage:hover, 
#img-nextpage:hover {
	background-color: rgba(100,100,100,0.6);
}

#img-prevpage {
	background-image: url(images/viewer_allow_prev.png);
}

#img-nextpage {
	background-image: url(images/viewer_allow_next.png);
}

.img-page-container-disabled {
	display: none;
}

.mb-selectpage select {
	line-height: 110%;
	vertical-align: baseline;
	margin-right: 4px;
	margin-left: 4px;
		/* For IE */
	/font-size: 110%;
	/margin-top: 0;
}

.mb-placeholder.mb-selectpage {
	margin-left: 15px !important;
	color: #fff !important;
}

.mb-pageindex {
	line-height: 22px !important;
	/* margin-right: 16px; */
	margin-right: 10px;
	margin-left: 0px;
	color: #fff;
}


.minibuttonicon {
	cursor: pointer;
	width: 34px;
	/display: inline;
	/zoom: 1;
	background-color: #333;
	background-size: 32px 30px;
	background-repeat:no-repeat;
	background-position: center center;
}

.mb-firstpage {
	background-image: url(images/ico_paging_first.png);
}

.mb-prevpage {
	background-image: url(images/ico_paging_prev.png);
	background-size: 170% 120%;
}

.mb-nextpage {
	background-image: url(images/ico_paging_next.png);
	background-size: 170% 120%;
}

.mb-lastpage {
	background-image: url(images/ico_paging_last.png);
}

.mb-search {
	min-width: 50px;
	margin-left: 10px;
	background-image: url(./images/ico_search_close.png);
	background-color: #f9961e;
	background-size: 50px 30px;
	order: 999;
}

.mb-search.show {
	background-image: url(./images/ico_search_close.png);
	background-color: #F92;
}

.mb-search.hide {
	background-image: url(./images/ico_search_open.png);
	background-color: #909090;
}

.mb-info {
	background-image: url(./images/ico_info.png);
 }

.mb-thumbnails {
	background-image: url(./images/ico_thumbnail.png);

}

.mb-fit {
	background-image: url(./images/ico_fit.png);
}

.mb-fith {
	background-image: url(./images/ico_fith.png);
}

.mb-cclockwise {
	background-image: url(./images/ico_cclockwise.png);
}

.mb-clockwise {
	background-image: url(./images/ico_clockwise.png);
}

.mb-zoomout {
	background-image: url(./images/ico_zoom_out.png);
}

.mb-zoomin {
	background-image: url(./images/ico_zoom_in.png);
}

.mb-print {
	background-color: #f9961e;
	background-image: url(./images/ico_print.png);
}

.mb-fullDownload {
	background-image: url(./images/ico_download.png);
}

.mb-pref {
	background-image: url(./images/ico_jpg.png);
	background-size: 26px;
}

.mb-adjust {
	background-image: url(./images/ico_tune.png);
}

.mb-other {
	background-image: url(./images/ico_menu.png);
}

.mb-full {
	background-image: url(./images/ico_fullscreen.png);
}

.mb-direction {
	background-image: url(./images/direction.png);
}

.mb-direction.direction-reverse {
	    background-image: url(./images/direction_reverse.png);
}

.mb-toggle-arrange {
	background-image: url(./images/ico_picture.png);
}

.mb-alternatives {
	background-image: url(./images/ico_clip.png);
}

.mb-overview {
	width: 100px;
	white-space:nowrap;
	color: #FFF;
	background-image: none;
}

.mb-url {
	width: 50px;
	white-space:nowrap;
	color: #FFF;
	background-image: none;
}

.mb-help {
	background-image: url(./images/ico_help.png);
}

.detailoperation .mb-thumbnails,
.detailoperation .mb-cclockwise,
.detailoperation .mb-zoomout,
.detailoperation .mb-toggle-arrange,
.detailoperation .mb-print,
.detailoperation .mb-adjust,
.detailoperation .mb-fit
{
	margin-left: 10px;
}

.minibuttonicon:hover {
	background-color: #aaa;
}
.minibuttonicon.mb-print:hover {
	background-color: #ffd7a7;
}
.minibuttonicon.minitogglebutton-selected {
	background-color: #b2341d;
}
.minibuttonicon.minitogglebutton-selected:hover {
	background-color: #e6b0a6;
}
.mb-search.show:hover {
	background-color: #F92;
}

.mb-search.hide:hover {
	background-color: #909090;
}

.minibuttonicon:active {
	background-color: #b2341d;
}
.minibuttonicon.minitogglebutton-selected:active {
	background-color: #333;
}

.mb-multiup {
	width: 46px;
	background-position: -185px -1px;
	/background-position: -186px -2px;
}
.mb-multiup-pushed {
	background-position: -185px -23px;
	/background-position: -186px -24px;
}

.normalview {
	border: none;
	width: auto;
	margin: 0 10px;
	padding: 0;
}

.splittable {
	/*width: 100%;20100706r delete*/
	/*table-layout: fixed;20100706r delete*/
	/*border-collapse: collapse;20100706r delete*/
	border: none;
}

/*.splittable td {
	padding: 0;
}20100706r delete*/

.normalview .tocbox {
	min-width: 300px;/* 20100706r add */
	width:300px;
	float:left;
	padding:0;
	background-color: #e7eff9;
	vertical-align: top;
}

.tocboxclose {
	position: absolute;
	right: 25px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	z-index: 4;
	background-color: #e7eff9;
}
.mb-close {
	background-image: url(images/ico_close.png);
	border-radius: 50%;
	width: 22px;
	height: 22px;
	background-size: 20px;
	margin: 2px 2px;
}

#btn-adjust-navi-close,
#btn-other-navi-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
}

.tocboxinner {
	height:100%; /*20100706r add */
	margin-right:9px;/* 20100706r add */
}

.tocboxinner .childpain {
	display: none;
	height:50%; /*20100706r add */
	width:auto; /*20100706r add */
}

.childpain .childpaininner{
	height:100%; /*20100706r add */
	width:auto; /*20100706r add */	
	overflow:auto;/* 20100706r add */
}

.childpaincontents {
	margin: 30px 0 8px 0;
}

.tocbox h3 {
	font-size: 100%;
	margin: 0 10px 0px 10px;
}

.childpainbottom{
	display: none;
	height:50%; /*20100706r add */	
	width:auto; /*20100706r add */
	overflow:hidden;
}

.childpainbottom .childpaininner{
	height:100%; /*20100706r add */
	width:auto; /*20100706r add */	
	overflow:auto;/* 20100706r add */
}

.tocbox dl {
	padding: 0 8px;
}

.tocbox dt {
	font-weight: normal !important;
	background-color: #ddd;
}

.detailviewport {
	color: #fff;
	background-color: #000;
	vertical-align: top;
	text-align: center;
	overflow:hidden;/* 20100706r add */
}

.detailviewport-inner {
	text-align: left;
	position: relative;
	width:auto;
	overflow:auto;/* 20100706r add */
}

.detailviewportresize{
	padding-left:0px;/* 20100706r add */
}

/* DEPRECATED
.zoomcontrol {
	text-align: center;
	padding: 8px 0;
	width: 400px;
	background-color: #333;
	margin: 20px auto;
	position: relative;
}
*/

.imagecontrol {
	text-align: center;
	padding: 8px 0;
	background-image: url(images/dim-gray.png);
	margin: 0 10px;
	top: 0;
	border-top: 1px solid #000;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}



.zoomslider-center {
	display: inline-block;
	width: 150px;
	height: 21px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: bottom;
}



.zoomslider {
	background-image: url(images/slider-bg.png);
	height: 7px;
	margin-top: 7px;
	
}

#content-control-fullscreen .ui-slider-handle,
#image-control-other-navi .ui-slider-handle {
	width: 12px;
	height: 14px;
	background-color: #ccc;
	background-image: url(images/slider-handle-bg.png);
	background-repeat: y-repeat;
	cursor: col-resize;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;

}

.zoomindicator {
	display: inline-block;
	width: 46px;
	text-align: center;
}

.overview {
	position: absolute;
	width: 180px;
    top: 450px;
    right: 60px;
	margin: 20px 20px 20px 0;
	display: none;
}

.imagebox {
	text-align: center;
	margin: 20px 0;
}

.pagingbox {
	padding: 0 0 18px 0;
	background-color: #000;
}

.paging .paging-prev, 
.paging .paging-next,
.paging .paging-first,
.paging .paging-last {
	background-image: url(images/paging-white.png);
}

.paging li a {
	color: #fff;
}




.thumbnailtable {
	border-collapse: collapse;
	width: 90%;
	margin: 20px auto;
}

.thumbnailtable td {
	text-align: center;
	vertical-align: middle;
}

.thumbnailtable .row-img td {
	padding: 5px;
}

.thumbnailtable .row-label td {
	padding: 0 8px 16px 8px;
}


.thumbnailtable .row-label td span {
	padding: 2px 4px;
}


/* Resizable Splitters */

.tocbox .ui-resizable-e {
	background:none repeat scroll 0 0 #EDEDED;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	cursor:e-resize;
	height:100%;
	right:0;
	top:0;
	width:7px;
}

.childpain .ui-resizable-s {
	background:none repeat scroll 0 0 #EDEDED;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	bottom:-7px;
	cursor:s-resize;
	height:7px;
	left:0;
	width:100%;
}

.content-alert {
	background-color:#000;
}

/* メッセージエリアのリンク */
.content-alert p a {
	color: #fff;
	font-weight:bold;
	text-decoration: underline;
}

.message-box-wrapper{
	margin:10px auto 0;
	width:600px;
	background-color:#505050;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.message-box-inner{
	padding:10px;
}

.message-box-inner > p {
	text-align:left;
}

.fullscreenbg{
	background:#000000;
}

.fullscreencancel{
	margin-left:20px;
	display:inline-block;
}

.fullscreencancellabel{
	display:inline-block;
	padding-left:28px;
	height:21px;
	background-image: url(images/ico_fullscreen_cancel.png);
	background-size: 25px 25px;
	background-position: center left;
	background-repeat: no-repeat;
	color: #fff;
}

.otherdata{
	margin:20px;
	width:auto;
	background-color:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.otherdata-inner{
	padding:17px 10px;
	text-align:left;
	color:#000000;
}

.otherdata-inner table{
	margin:0 auto;
	width:80%;
}

.otherdata-inner table th{
	padding:3px 5px;
	border-bottom:1px solid #cccccc;
	text-align:left;
}

.otherdata-inner table td{
	padding:3px 5px;
}

.otherdata-inner table .odd {
	background:#eeeeee;
}

.otherdata-inner table td.alternativeFrame{
	padding-left: 25px;
}

.streaming-content-container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

/* IE7 で横スクロールが発生してしまう場合に文字が隠れない様にするため */
*:first-child+html #resultmenu-toc {
	padding-right:18px;
}

/* 印刷するにはボタン */
#btn-howtoprint {
	font-size:120%;
	font-weight:bold;
	background-image:url(images/button-bg-print.png) !important;
	width:125px;
	white-space:nowrap;
}

/* 印刷ボタン(フルスクリーン) */
#btn-print-fullscreen {
	white-space:nowrap;
	margin-top: 0;
}

/* 印刷するにはボタン(フルスクリーン) */
#btn-howtoprint-fullscreen {
	font-size:120%;
	font-weight:bold;
	background-image:url(images/button-bg-print.png) !important;
	width:105px;
	white-space:nowrap;
}

/* 印刷するにはボタン押下時 */
.mb-howtoprint-pushed {
	background-position:0 -35px;
	color:#fff;
}

/* 全体画像、各画像切り替え */
#btn-toggle-arrange {
	white-space:nowrap;
}

/* 次へ（印刷調整）ボタン */
#btn-print-adjust-inlibrary {
	font-weight:bold;
	background-image:url(images/button-bg-print.png) !important;
	width:120px;
	white-space:nowrap;
	height: 22px;
}

/* キャンセルボタン */
#btn-print-cancel {
	width:220px;
}

.mb-placeholder {
	font-size:120%;
	font-weight:bold;
}

#sel-content-no {
	font-size:120%;
}

.btn-help-wrapper {
	position: absolute;
	top: 5px;
	right: 0;
    margin-top: 0;
	/* IE 9 */
	top: 3px\0/;
}

/* chrome */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  #btn-help {
	top: 6px;
  }
}
/* IE 10, 11 */
@media all and (-ms-high-contrast:none){
  #btn-help {
	top: 3px;
  }
}

#help-dialogue {
	display: none;
}

#btn-scrollTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.footer,
.footerleft,
.footerright,
.footercenter
{
	height: 30px;
	line-height: 30px;
}

.footerleft {
	width: 270px;
}

.footerright {
	width: 300px;
}

.icon-wrapper {
}

.icon-caption {
	display: none;
}

.detailoperation {
	height: 40px;
}

@media (min-width: 960px) {
	#searchBox #searchInput {
		width: 290px;
		width: calc(100vw - 770px);
		max-width: 1000px;
	}
}
@media (max-width: 959px) {
	#searchBox #searchInput {
		width: 290px;
	}
}
