@charset "UTF-8";

/* ---------------------------------------------------------------------
*
*    サイト共通 CSS
*
* ------------------------------------------------------------------- */


/* ■■■■■■■■ サイト全体 共通スタイル ■■■■■■■■ */

/* タグの色・アンダーライン有無 */
a {
	color: #363636;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
button {
	cursor:pointer;
	border:none;
	background:transparent;
}
select {
	height:20px;
	padding-left:2px;
	border:1px solid #777;
}

/*　コンテンツ
* ------------------------------------------------------------------- */
#wrapperAll {
	width: 980px;
	max-width:980px;
	margin: 0 auto;
}
#header {
	position:relative;
}
#header a:hover {
	text-decoration:none;
}

/* ヘッダー 館タイトル 文字表示（画像登録なしの場合）*/
#headerTop p {
	font-size:26px;
	padding:11px 0px 9px;
}
#index nav {
	display:none;
}
#blockDoc {
	position:relative;
}
header div.wrapper {
	clear:both;
	display:block;
}

/* 文字サイズ変更ボタン */
#blockFontSize dd {
	margin-left:1px;
	padding:2px;
	border: 1px solid #f0f;
}
#blockFontSize dd#fsdcl_small {
	margin-left:-1px;
	padding:0px;
	font-size:90%;	
}
#blockFontSize dd#fsdcl_small {
	font-size:100%;
}
#blockFontSize dd#fsdcl_large {
	/*font-size:110%;*/
	font-size:110%;
}

/* シェアボタンブロック */
ul.block-share-btn {
	width:auto;
	text-align:right;
	position:absolute;
	top:11px;
	right:10px;
	z-index:100;
	vertical-align:middle;
}
ul.block-share-btn li {
	float:right;
	margin-left:10px;
}
ul.block-share-btn li p {
	display:none;
}
div.left-col-btm ul.block-share-btn li p {
	font-size:86%;
	line-height:2.2em;
	display:block;
}

/* 文字サイズ変更ボタン */
dl#blockFontSize {
	padding-bottom:6px;
	float:right;
	vertical-align:middle;
}
dl#blockFontSize dt,
dl#blockFontSize dd {
	margin-right:1px;
	padding:2px;
	line-height:1.1em;
	display:inline-block;
	white-space:nowrap;
}

/*========== 条件を入力して探す or 作家一覧から探す メニューボタン ==========*/
#menuSearch ul li {
	float:left;
	overflow:visible;
	font-size:14px;
	color:#888;
}
#menuSearch ul li h3,
#menuSearch ul li a {
	height:26px;
	padding:3px 4px;
	display: table-cell;
	/*/display: block;*/
	vertical-align:middle;
	text-align:center;
}
#menuSearch ul li h3 {
	font-size:100%;
	position:relative;
	top:1px;
}
/* ▼矢印 */
#menuSearch ul li h3 span {
	margin-right:2px;
	position:relative;
	top:-1px;
	display: inline-block;
	font-size:10px;
	transform: scale(0.7, 1); 
}
#menuSearch ul li a span {
	margin:0 auto;
	padding-left:10px;
	background:url(../../cmn_img/button/arrow/arrow_gray.png) no-repeat left center;
}

/*========== パンくずリスト ==========*/
#panList {
	padding-top:10px;
}
#panList ul li {
	display:inline-block;
}
#panList a,
#panList strong,
#panList h1 {
	vertical-align:middle;
	padding: 0 0 0 14px;
	background: url(../../cmn_img/panlist_arrow.png) no-repeat left center;
}
#panList a {
	margin-right:10px;
	text-decoration:underline;
}
#panList h1 {
/* 詳細画面 資料タイトル(とりあえず英語版のみ表示) */
	display:none;
}
#panList a#panListHome {
	background-image: none;
	background-repeat:no-repeat;
	padding: 0px;
}
#panList a#panListHome i {
	margin-right:3px;
	position:relative;
	top:1px;
	font-size:17px;
	color:363636;
}

/*========== ページオプションコンテンツ ==========*/
.popup_optional_contents {
	width: 600px;
   	height: 485px;
	padding-right:5px;
   	display:none;
   	background: #ffffff;
   	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	color:#333;
	line-height: 1.4em;
}
div#header_opt_contents_1,
div#header_opt_contents_2 {
	padding:8px;
	line-height: 1.4em;
}
div.footer_opt_contents {
	padding:4px 0px 8px;
	line-height: 1.4em;
}
div.footer_opt_contents a {
	text-decoration:underline;
}
#header a:hover.link_opt_contents,
#header a.link_opt_contents {
	text-decoration:underline;
}

/* オプショナルコンテンツ本体 */
div.popup_optional_contents {
	display:none;
}
div.popup_optional_contents div#popup-header{
	width:560px;
	height:20px;
	overflow:hidden; 
}
a.link_opt_contents {
	text-decoration:underline;	
}

/*========== ページトップ ==========*/
#pageTop {
	width:auto;
	margin-bottom:2px;
	text-align:right;
	font-size:10px;
	color:#999;
	clear:both;
}
#pageTop a {
	width:100px;
	color:#888;
}
#pageTop a::before {
	margin-right:2px;
	content: "▲";
	color:#999;
}
#pageTop:hover a {
	text-decoration:none;
}

/*========== フッタ ==========*/
#footer {
	padding: 20px 10px 15px;
	text-align:center;
	font-size: 85%;
	letter-spacing:1px;
}
/* 外部サイトリンク */
#footer a {
	width:100%;
	margin-bottom:10px;
	display:block;
	clear:both;
	text-align:right;
	text-decoration:underline;
}
#footer a::before {
	content: "[";
}
#footer a::after {
	content: "]";
}

/* コピーライト */
#footer small {
	margin-bottom:10px;
	float:right;
	font-size:11px;
	letter-spacing:2px;
}
/* Powered By I.B.MUSEUM SaaS */
#footer p {
	float:left;
}
/* I.B.MUSEUM SaaS */
#footer p strong {
	margin-left:8px;
}


/* ■■■■■■■■ 検索結果一覧 作家一覧 共通 ■■■■■■■■ */

/* 一覧の<li>タグ等 */
.menu {
	cursor:pointer;
}
.menu:hover * {
	color:#009;
}
.menu:hover .title a {
	text-decoration:underline;
}
#blockOption {
	width:auto;
}

/* 検索結果0件コメント */
p.msg-no-data {
	padding:130px 0 150px !important;
	text-align:center;
	line-height:1.8em;
	letter-spacing:1px;
}


/*========== モーダルウィンドウ「作家データ」「分類ポップアップ」「オプションコンテンツ」==========*/

#lean_overlay {
   position: fixed;
   z-index:100;
   top: 0px;
   left: 0px;
   height:100%;
   width:100%;
   background: #000;
   display: none;
}
#modal_message {
	width: 600px;
   	height: 485px;
	padding-right:5px;
   	display:none;
   	background: #ffffff;
   	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	color:#333;
}
#modal_message a {
	color:#333;
}
.modal_close {
	position: absolute;
	top: 8px;
	right: 10px;
	display: block;
	z-index: 2;
}

.modal_close:hover {
	text-decoration: none;
	opacity: 0.7;
}
.modal_close::before {
	content: "×";
	font-weight: bold;
	font-size: 130%;
	color: #888;
}

/* オプションコンテンツ */
#popup-body h1,
#popup-body h2,
#popup-body h3,
#popup-body h4,
#popup-body h5,
#popup-body h6 {
	margin:10px 0px;
}
#popup-body ol,
#popup-body ul {
	margin:10px 5px 10px 15px;
}
#popup-body ol li {
	list-style:decimal;
}
#popup-body ul li {
	list-style:disc;
}
div.search_bunrui #popup-body ul li {
	list-style:none;
}


/****************************************

          9. Back to top button 

*****************************************/

#back-top {
	position: fixed;
	bottom: 40px;
	overflow: hidden;
	right:15px;
	z-index: 1000;
}
#back-top a {
	width: 70px;
	height: 23px;
	margin-bottom: 7px;
	padding-left:27px;
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 25px;
	letter-spacing:1px;
	background:#fff;
	text-decoration:none;
}

#back-top span {
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #666;
	text-align: center;
	font-size: 120%;
	color: #fff;
}

#back-top a:hover {
	text-decoration:underline;
}
#back-top a:hover span {
	background-color: #bbb;
	color: #fff;
}

footer ul.block-share-btn {
	display:none;
}


/*========== 画像コピーガード ==========*/
img.gurd-dmy-img {
	position: absolute;
	z-index: 10;
/*	background-color:rgba(255,0,0,0.25);*/
}
#blockPhoto #imagearea img.gurd-dmy-img {
	top: -2px;
	left: -2px;
	width: calc(100% + 4px) !important;
	height: calc(100% + 4px) !important;
/*	background-color:rgba(255,0,0,0.25);*/
}

/* ---------------------------------------------------------------------
*    フロート解除
* ------------------------------------------------------------------- */
#menuSearch ul:after,
#panList ul:after,
#blockOption:after,
#blockUpper:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
#menuSearch ul,
#panList ul,
#blockOption,
#blockUpper {
	zoom: 1;
}


/* ---------------------------------------------------------------------
*
*    ■共通用のCSS
*
*    ■フォントサイズ見本（基本サイズ13px）
*    ・10px	77%    ・11px	85%    ・12px	93%    ・13px	100%
*    ・14px	108%   ・15px	116%   ・16px	124%   ・17px	131%
*    ・18px	139%   ・19px	147%   ・20px	154%   ・21px	162%
*    ・22px	170%   ・23px	177%   ・24px	185%   ・25px	193%
*    ・26px	200%
*
* ------------------------------------------------------------------- */
