@charset 'UTF-8';

/** |READ ME| **************************************************************************************

ilm/kiln/exhibit/chamberpot/index_pc.css
Ver.201910

----------------------------------------------------------------------------------------------------

01. コンテンツリスト
02. 概要
03. 収蔵品リスト

************************************************************************************** |READ ME| **/





/** |01. コンテンツリスト| >> ********************************************************* >> START **/


.contents .body .index {
	background-color: #f4f4f5;
	margin-top: 60px;
	padding: 22px 26px 26px;
}

	.contents .body .index dl {
		font-size: 0;
		padding-top: 10px;
		width: 708px;
		clear: both;
	}

		.contents .body .index dt,
		.contents .body .index dd {
			display: inline-block;
			font-size: 14px;
			padding-right: 26px;
		}

		.contents .body .index dd: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;
}

.contents .body .outline p:first-of-type {padding-top: 0;}


/** |02. 概要| << *********************************************************************** << END **/





/** |03. 収蔵品リスト| >> ************************************************************* >> START **/


.contents .body .gallery {padding-top: 38px;}

	.contents .body .gallery p {
		font-size: 14px;
		line-height: 1.88;
	}


	/** [収蔵品リスト] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .gallery .list {
		padding-top: 8px;
		width: 760px;
	}

		.contents .body .gallery .list li {
			float: left;
			margin-left: 20px;
			padding-top: 20px;
			width: 175px;
		}

		.contents .body .gallery .list li:nth-of-type(4n+1) {
			clear: left;
			margin-left: 0;
		}

			.contents .body .gallery .list li img {
				height: auto;
				width: 100%;
			}


	/** [モーダルウィンドウ] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .gallery .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 .photo img {
					height: auto;
					width: 100%;
				}

			.tip .data {
				float: right;
				width: 298px;
			}

				.tip .data dt {
					font-family: 'UD新ゴ R', sans-serif;
					font-size: 24px;
					line-height: 1.25;
				}

				.tip .data dd {
					line-height: 1.5;
					padding-top: 16px;
				}

			.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;}


/** |03. 収蔵品リスト| << *************************************************************** << END **/
