@charset "UTF-8";

@import "./list.css";

/* ---------------------------------------------------------------------
*
*   ■資料詳細」画面用のCSS
*
* ------------------------------------------------------------------- */

/*========== 詳細ページ イメージブロック ==========*/

#blockPhoto {
	width: 360px;
	float: left;
	text-align:center;
}
#blockPhoto section {
	width:100%;
	text-align:center;
}

#imagearea {
	min-height:304px;
}
#imagearea img.zoom-yes {
	cursor:pointer;
}

#blockPhoto.caption-yes p#pictCaption {
	margin:5px 0 0;
	font-size:90%;
	font-weight:normal;	
	line-height:1.1em;
}


/*========== 詳細ページ 資料データブロック ==========*/
#detailMain {
	padding:20px 0 30px;
}
#blockData {
	width: 465px;
	min-height:360px;
	float: right;
	padding:20px;
}
#blockData.no-pict {
	width: 100%;
}
#blockData h1 {
	margin-bottom:10px;
	font-size: 170%;
	line-height:1.1em;
	letter-spacing:1px;
}
#blockData h1 span {
	font-size: 85%;
	font-weight: normal;
}

/* データテーブル */
#blockData table {
	width: 100%;
	line-height:1.7em;
}
#blockData th,
#blockData td {
	padding:7px 0;
	font-size: 108%;
	vertical-align:top;
}
#blockData th {
	width:80px;
	font-weight: bold;
	vertical-align: top;
	white-space:nowrap;
}
#blockData td {
	padding-left:10px;
	background: url(../../cmn_img/comma.png) no-repeat left 11px;
}
#blockData td a {
	text-decoration:underline;
}

/* 画像数表示（画像めくりボタンで切替形式） */
#blockPicCnt {
	margin-top:4px;
	font-size:110%;
}

/* 画像切替 サムネイル表示形式 */
ul#listThumb {
	width:380px;
	margin-top:30px;
}
ul#listThumb li {
	width:85px;
	height:85px;
	margin-top:3px;
	margin-right:3px;
	float:left;
	text-align:center;
	cursor:pointer;
}
ul#listThumb li:nth-child(4n) {
	margin-right:0px;
}
ul#listThumb li:hover {
	background-color:#88ff8e;
}
ul#listThumb li img {
	position:relative;

}
ul#listThumb li img.gurd-dmy-img {
	display: none;
}


/*========== 関連資料 ==========*/

#relatedData {
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
}
#relatedData h1.strong {
	font-size:15px;
	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: 555px;
   	height: 485px;
	padding:12px 10px;
   	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);
}
#modal_message a {
	color:#333;
}
.modal_close {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../../cmn_img/button/btn_close.png) left top no-repeat;
	z-index: 2;
}
#modal_message #blockData {
	width:auto;
	min-height:50px;
	float:none;
}
#det #modal_message #blockData {
	margin-bottom:10px;
}
#modal_message #blockData h1 {
	margin-bottom:13px;
}
#det #modal_message #blockData h1 {
	margin-bottom:3px;
}

#modal_message div.block-scroll {
	margin-top:12px;
	padding:0px 13px;
   	height: 465px;
	overflow:auto;
}


/* ---------------------------------------------------------------------
*    フロート解除
* ------------------------------------------------------------------- */
#detailMain:after,
ul#listThumb:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

#detailMain,
ul#listThumb {
	zoom: 1;
}


/* ---------------------------------------------------------------------
*
*    ■フォントサイズ見本（基本サイズ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%
*
* ------------------------------------------------------------------- */
