@charset 'UTF-8';

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

ilm/terracotta/park/index_pc.css
Ver.201805

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

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


	/** [概要] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .summary {
		padding-top: 38px;
		width: 760px;
	}

		.contents .body .outline .summary p {
			float: left;
			line-height: 1.88;
			width: 444px;
		}

		.contents .body .outline .summary .photo {
			float: right;
			margin: 0 0 30px 30px;
			width: 286px;
		}

			.contents .body .outline .summary .photo img {
				display: block;
				height: auto;
				margin-top: 30px;
				width: 100%;
			}

			.contents .body .outline .summary .photo img:first-of-type {margin-top: 0;}



	/** [展示品] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .collection {width: 760px;}


		/* ラベル */
		.contents .body .outline .collection .label {}

			.contents .body .outline .collection .label dt {
				font-family: 'Trade Gothic W01 Bold', sans-serif;
				font-size: 16px;
				line-height: 1.88;
			}

				.contents .body .outline .collection .label dt::before {
					content: '\0025c6';
					margin-right: 4px;
				}

			.contents .body .outline .collection .label dd {
				font-size: 14px;
				line-height: 1.88;
				padding-top: 6px;
			}


		/* 写真付き */
		.contents .body .outline .collection .photo {
			float: left;
			font-size: 0;
			padding-top: 30px;
			width: 370px;
		}

		.contents .body .outline .collection .photo:nth-of-type(odd) {clear: both;}

		.contents .body .outline .collection .photo:nth-of-type(even) {float: right;}

			.contents .body .outline .collection .photo .image {
				display: inline-block;
				vertical-align: middle;
				width: 174px;
			}

				.contents .body .outline .collection .photo .image img {
					height: 100%;
					width: 100%;
				}

			.contents .body .outline .collection .photo .label {
				display: inline-block;
				padding-left: 20px;
				vertical-align: middle;
				width: 196px;
			}


		/* リスト */
		.contents .body .outline .collection .other {
			clear: both;
			padding-top: 8px;
			width: 760px;
		}

			.contents .body .outline .collection .other li {
				float: left;
				width: 370px;
			}

			.contents .body .outline .collection .other li:nth-of-type(odd) {clear: both;}

			.contents .body .outline .collection .other li:nth-of-type(even) {float: right;}

				.contents .body .outline .collection .other li .label {padding-top: 16px;}


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