@charset 'UTF-8';

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

ilm/museum/permanent/index_pc.css
Ver.201803

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

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: 10px;
	}

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

		.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(/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;
}


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





/** |03. 常設展| >> ******************************************************************* >> START **/


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

	.contents .body .exhibition .title {}

		.contents .body .exhibition .title span {font-size: 16px;}

	.contents .body .exhibition .photo {
		float: right;
		margin: 30px 0 30px 30px;
		height: 220px;
		width: 286px;
	}

	.contents .body .exhibition:nth-of-type(2) .photo {background-image: url(/ilm/museum/permanent/img/pc/exh_img_photo01.jpg);}
	.contents .body .exhibition:nth-of-type(3) .photo {background-image: url(/ilm/museum/permanent/img/pc/exh_img_photo02.jpg);}

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


	/** [タイルコレクション] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .exhibition .tile {
		clear: both;
		margin-top: 36px;
		width: 760px;
	}

		.contents .body .exhibition .tile .label {
			border-bottom: 1px solid #d4d5d6;
			font-family: 'UD新ゴ R', sans-serif;
			font-size: 20px;
			line-height: 1.8;
			padding-bottom: 10px;
		}

		.contents .body .exhibition .tile p {
			line-height: 1.88;
			padding-top: 16px;
		}

		.contents .body .exhibition .type {width: 760px;}

			.contents .body .exhibition .tile .type li {
				float: left;
				margin-left: 20px;
				padding-top: 40px;
				width: 175px;
			}

			.contents .body .exhibition .tile .type li:nth-of-type(4n+1) {
				clear: left;
				margin-left: 0;
			}

			.contents .body .exhibition .tile .type li:nth-of-type(-n+4) {padding-top: 20px;}

				.contents .body .exhibition .tile .type li a {
					color: inherit;
					display: block;
					text-decoration: none;
					width: 100%;
				}

				.contents .body .exhibition .tile .type li a:hover {opacity: 0.5;}

					.contents .body .exhibition .tile .type li dl {}

						.contents .body .exhibition .tile .type li dt {
							background: no-repeat 0 0;
							height: 175px;
							width: 175px;
						}

						.contents .body .exhibition .tile .type .tl01 {background-image: url(/ilm/museum/img/pc/prm_img_tile01.jpg);}
						.contents .body .exhibition .tile .type .tl02 {background-image: url(/ilm/museum/img/pc/prm_img_tile02.jpg);}
						.contents .body .exhibition .tile .type .tl03 {background-image: url(/ilm/museum/img/pc/prm_img_tile03.jpg);}
						.contents .body .exhibition .tile .type .tl04 {background-image: url(/ilm/museum/img/pc/prm_img_tile04.jpg);}
						.contents .body .exhibition .tile .type .tl05 {background-image: url(/ilm/museum/img/pc/prm_img_tile05.jpg);}
						.contents .body .exhibition .tile .type .tl06 {background-image: url(/ilm/museum/img/pc/prm_img_tile06.jpg);}
						.contents .body .exhibition .tile .type .tl07 {background-image: url(/ilm/museum/img/pc/prm_img_tile07.jpg);}

							.contents .body .exhibition .tile .type dt img {
								height: 100%;
								visibility: hidden;
								width: 100%;
							}

						.contents .body .exhibition .tile .type dd {
							font-family: 'UD新ゴ R', sans-serif;
							padding-top: 16px;
							text-align: center;
						}

		.contents .body .exhibition .tile .guide {
			border: 4px solid #d2d2d2;
			margin-top: 44px;
			padding: 22px;
		}


/** |03. 常設展| << ********************************************************************* << END **/

