@charset 'UTF-8';

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

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

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

01. コンテンツリスト
02. タイル一覧

************************************************************************************** |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 .tile h1.title {
	background-color: transparent;
	font-size: 24px;
	padding: 0;
}


	/** [リスト] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .tile .list {
		padding-top: 20px;
		width: 760px;
	}

		.contents .body .tile .list li {
			background-color: #ccc;
			float: left;
			margin: 15px 0 0 15px;
			width: 140px;
		}

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

			.contents .body .tile .list li img {
				height: auto;
				width: 140px;
			}


	/** [モーダルウィンドウ] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .tile .tips {}

		.mfp-bg {background-color: #fff;}

		.tip {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			background-color: #fff;
			border: 1px solid #d2d2d2;
			margin: 40px auto 0;
			padding: 32px 54px;
			position: relative;
			text-align: left;
			width: 760px;
		}

			.tip .photo {
				float: left;
				height: 298px;
				width: 298px;
			}

			.tip .data {
				float: right;
				width: 298px;
			}

				.tip p.data,
				.tip .data dt {
					font-family: 'UD新ゴ R', sans-serif;
					font-size: 24px;
					line-height: 1.25;
					padding-top: 20px;
				}

				.tip .data dd {
					line-height: 1.5;
					padding-top: 2px;
				}

				.tip .data dt + dd {padding-top: 22px;}
				.tip .data dt + .style {padding: 0 0 22px;}

			.tip .arrow {
				background-color: #fff;
				bottom: 0;
				height: 42px;
				margin: auto 0;
				position: absolute;
				top: 0;
				width: 42px;
			}

			.tip .prev {left: -20px;}
			.tip .next {right: -20px;}

				.tip .arrow::before {
					background: no-repeat 0 0;
					background-size: 100% 100%;
					border: none;
					content: '';
					cursor: pointer;
					display: block;
					height: 100%;
					margin: 0;
					top: 0;
					width: 100%;
				}

				.tip .prev::before {background-image: url(/common/img/tps_btn_prev.gif);}
				.tip .next::before {background-image: url(/common/img/tps_btn_next.gif);}

				.tip .arrow:hover::before {opacity: 0.5;}

			.tip .close {
				background: url(/common/img/tps_btn_close.gif) no-repeat 0 0;
				background-size: 100% 100%;
				cursor: pointer;
				height: 14px;
				position: absolute;
				right: 14px;
				top: 14px;
				width: 14px;
			}

			.tip .close:hover {opacity: 0.5;}


/** |02. タイル一覧| << ***************************************************************** << END **/
