@charset 'UTF-8';

/** |READ ME| **************************************************************************************

ilm/museum/permanent/story/index_pc.css
Ver.201805

----------------------------------------------------------------------------------------------------

01. コンテンツリスト
02. 概要
03. 展示

************************************************************************************** |READ ME| **/





/** |01. コンテンツリスト| >> ********************************************************* >> START **/


.contents .body .index {
	background-color: #f4f4f5;
	margin-top: 60px;
	padding: 22px 26px 26px;
}

	.contents .body .index p {font-size: 14px;}

	.contents .body .index ul {
		font-size: 0;
		padding-top: 4px;
	}

		.contents .body .index li {
			display: inline-block;
			font-size: 14px;
			padding: 6px 26px 0 0;
		}

		.contents .body .index li:last-of-type {padding-right: 0;}

	.contents .body .index * a {
		color: #7f8283;
		display: inline-block;
		position: relative;
		padding-left: 1em;
	}

		.contents .body .index * a::before {
			background: url(/en/common/img/bdy_ico_link.gif) no-repeat 0 50%;
			background-size: 100% auto;
			content: '';
			display: block;
			height: 12px;
			left: 0;
			margin-top: -6px;
			position: absolute;
			top: 50%;
			width: 8px;
		}


/** |01. コンテンツリスト| << *********************************************************** << END **/





/** |02. 概要| >> ********************************************************************* >> START **/


.contents .body .outline h1.title {
	background-color: transparent;
	font-size: 24px;
	padding: 0;
}

	.contents .body .outline h1.title span {font-size: 20px;}


/** |02. 概要| << *********************************************************************** << END **/





/** |03. 展示| >> ********************************************************************* >> START **/


.contents .body .outline + .exhibition {padding-top: 38px;}

	.contents .body .exhibition .photo {
		float: left;
		margin-top: 30px;
		height: 220px;
		width: 286px;
	}

	.contents .body .exhibition:nth-of-type(2) .photo {background-image: url(/en/ilm/museum/permanent/story/img/pc/exh_img_photo01.jpg);}
	.contents .body .exhibition:nth-of-type(3) .photo {background-image: url(/en/ilm/museum/permanent/story/img/pc/exh_img_photo02.jpg);}
	.contents .body .exhibition:nth-of-type(4) .photo {background-image: url(/en/ilm/museum/permanent/story/img/pc/exh_img_photo03.jpg);}
	.contents .body .exhibition:nth-of-type(5) .photo {background-image: url(/en/ilm/museum/permanent/story/img/pc/exh_img_photo04.jpg);}
	.contents .body .exhibition:nth-of-type(6) .photo {background-image: url(/en/ilm/museum/permanent/story/img/pc/exh_img_photo05.jpg);}
	.contents .body .exhibition:nth-of-type(7) .photo {background-image: url(/en/ilm/museum/permanent/story/img/pc/exh_img_photo06.jpg);}

		.contents .body .exhibition .photo img {
			height: 100%;
			visibility: hidden;
			width: 100%;
		}

		.contents .body .exhibition .photo figcaption {
			font-size: 12px;
			line-height: 1.88;
			padding-top: 12px;
		}

	.contents .body .exhibition .caption {
		float: right;
		padding-top: 24px;
		width: 438px;
	}

		.contents .body .exhibition .caption dt,
		.contents .body .exhibition .caption dd {
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			line-height: 1.88;
		}

		.contents .body .exhibition .caption dt {font-size: 22px;}

	.contents .body .exhibition .commentary {
		float: right;
		padding-top: 10px;
		width: 438px;
	}


/** |03. 展示| << *********************************************************************** << END **/
