@charset 'UTF-8';

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

ilm/clayworks/hyakudobako/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 .title {
	background-color: transparent;
	font-size: 24px;
	padding: 0;
}

.contents .body .outline p {padding-top: 16px;}


	/** [展示紹介] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .introduction {
		padding-top: 26px;
		width: 760px;
	}

		.contents .body .outline .introduction p {
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			font-size: 18px;
			line-height: 1.67;
			padding-top: 0;
		}

		.contents .body .outline .introduction .photo {
			float: left;
			padding-top: 26px;
			width: 362px;
		}

		.contents .body .outline .introduction .photo:nth-of-type(odd) {clear: both;}
		.contents .body .outline .introduction .photo:nth-of-type(even) {float: right;}

			.contents .body .outline .introduction .photo dt {}

				.contents .body .outline .introduction .photo img {
					height:auto;
					width: 100%;
				}

			.contents .body .outline .introduction .photo dd {
				line-height: 1.88;
				padding-top: 12px;
			}


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