@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 > p {line-height: 1.88;}

.contents .body .outline {padding-top: 44px;}

.contents .body .outline h2.title {
	background-color: transparent;
	font-size: 24px;
	padding: 0;
}

.contents .body .outline h3.title {margin-top: 64px;}
.contents .body .outline h2.title + h3.title {margin-top: 34px;}

.contents .body .outline .photo {
	background: no-repeat 0 0;
	clear: both;
	float: right;
	margin: 34px 0 24px 24px;
	width: 286px;
}

.contents .body .outline .photo:nth-of-type(even) {
	float: left;
	margin: 34px 24px 24px 0;
}

.contents .body .outline .photo:nth-of-type(1) {background-image: url(/ilm/kiln/report/detail03/img/pc/cmm_img_photo01.jpg);}
.contents .body .outline .photo:nth-of-type(2) {background-image: url(/ilm/kiln/report/detail03/img/pc/cmm_img_photo02.jpg);margin-bottom: 0;}
.contents .body .outline .photo:nth-of-type(3) {background-image: url(/ilm/kiln/report/detail03/img/pc/cmm_img_photo03.jpg);}
.contents .body .outline .photo:nth-of-type(4) {background-image: url(/ilm/kiln/report/detail03/img/pc/cmm_img_photo04.jpg);margin-bottom: 0;}

	.contents .body .outline .photo img {
		height: 220px;
		visibility: hidden;
		width: 286px;
	}

	.contents .body .outline .photo img.kobenki {
		height: 220px;
		visibility: visible;
		width: 286px;
	}

		.contents .body .outline .photo img.kobenki_a {
		width: 70%;
		height: auto;
		visibility: visible;
		text-align: center;
	}

	.contents .body .outline .photo figcaption {
		font-size: 14px;
		line-height: 1.71;
		padding-top: 8px;
	}

.contents .body .outline .photo + p {
	overflow: hidden;
	width: 450px;
}

.backtotop{
	text-align: right;
	margin-top: 50px;
	font-size: 20px;
}

.backtotop2{
	text-align: right;
	margin-top: 150px;
	font-size: 20px;
}

.backtotop3{
	text-align: right;
	margin-top: 200px;
	font-size: 20px;
}

h3#sec2{
	margin-top: 30px;
}

h3#sec3{
	margin-top: 30px;
}

h3#sec4{
	margin-top: 30px;
}

h3#sec5{
	margin-top: 30px;
}

ul li.topindex{
	margin-top: 20px;
	margin-left: 30px;
	list-style-type: square;
}

.blank::after {
									background: url(/common/img/nvg_ico_blank02.gif) no-repeat 0 0;
									content: '';
									display: inline-block;
									height: 12px;
									margin-left: 10px;
									vertical-align: middle;
									width: 14px;
								}

span.shaji {
     font-style: italic;
}

span.red_shaji {
     font-style: italic;
     color: red;
}



/** |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: 100px;}

	.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: 'Trade Gothic W01 Bold', 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(/en/common/img/tps_btn_prev.gif);}
				.tip .next::before {background-image: url(/en/common/img/tps_btn_next.gif);}

				.tip .arrow:hover::before {opacity: 0.5;}

			.tip .close {
				background: url(/en/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 **/
