@charset 'UTF-8';

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

ilm/clayworks/exhibition/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 .latest {
		padding-top: 64px;
		width: 760px;
	}

	.contents .body .outline .latest:first-of-type {padding-top: 30px;}

		.contents .body .outline .latest a {
			color: inherit;
			display: block;
			text-decoration: none;
			width: 100%;
		}

		.contents .body .outline .latest a:hover {opacity: 0.5;}

			.contents .body .outline .latest .image {
				background-color: #f4f4f5;
				float: left;
				margin-top: 4px;
				width: 286px;
			}

				.contents .body .outline .latest .image img {
					height:auto;
					width: 100%;
				}

			.contents .body .outline .latest .label {
				float: right;
				width: 438px;
			}

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

				.contents .body .outline .latest .label dd {
					font-size: 14px;
					padding-top: 12px;
				}

					.contents .body .outline .latest .label dd span {font-size: 12px;}

			.contents .body .outline .latest .text {
				float: right;
				line-height: 1.88;
				padding-top: 16px;
				width: 438px;
			}


	/** [情報なし] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .nodata {padding-top: 30px;}


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