@charset 'UTF-8';

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

ilm/clayworks/workshop/index_pc.css
Ver.201805

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

01. コンテンツリスト
02. 概要
03. ワークショップのご案内

************************************************************************************** |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 .concept {padding-top: 48px;}

	.contents .body .outline .concept dt {
		font-family: 'Trade Gothic W01 Bold', sans-serif;
		font-size: 18px;
	}

	.contents .body .outline .concept dd {padding: 36px 0 8px;}

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


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





/** |03. ワークショップのご案内| >> *************************************************** >> START **/


.contents .body .workshop .latest {
	float: left;
	padding-top: 22px;
	width: 362px;
}

.contents .body .workshop .latest:nth-of-type(odd) {float: right;}

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

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

		.contents .body .workshop .latest .image {
			background-color: #f4f4f5;
			height: 280px;
			overflow: hidden;
			position: relative;
			width: 362px;
		}

			.contents .body .workshop .latest .image img {
				height: 100%;
				left: 50%;
				margin: auto;
				position: absolute;
				top: 0;
				-ms-transform: translate(-50%, 0);
				-webkit-transform: translate(-50%, 0);
				transform: translate(-50%, 0);
				width: auto;
			}

		.contents .body .workshop .latest .label {padding-top: 16px;}

			.contents .body .workshop .latest .label dt,
			.contents .body .workshop .latest .label dd {letter-spacing: -0.05em;}

			.contents .body .workshop .latest .label dt {
				font-family: 'Trade Gothic W01 Bold', sans-serif;
				line-height: 1.88;
			}

			.contents .body .workshop .latest .label dd {padding-top: 6px;}

				.contents .body .workshop .latest .label dd span {font-size: 14px;}


/* 情報なし */
.contents .body .workshop .nodata {padding-top: 30px;}


/** |03. ワークショップのご案内| << ***************************************************** << END **/

