@charset 'UTF-8';

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

ilm/tougaku/event_info/index_pc.css
Ver.201803

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

01. コンテンツリスト
02. 概要
03. 工房イベントのご案内/ご報告
04. アーカイブ

************************************************************************************** |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: 10px;
	}

		.contents .body .index li {
			display: inline-block;
			font-size: 14px;
			padding-right: 26px;
		}

		.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(/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;
}


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





/** |03. 工房イベント開催のご案内/ご報告| >> ****************************************** >> START **/


.contents .body .event * .header {margin-top: 64px;}

.contents .body .event .information .header {margin-top: 20px;}

.contents .body .event div ~ p {padding-top: 30px;}

.contents .body .event * .latest {
	float: left;
	padding-top: 40px;
	width: 362px;
}

.contents .body .event div > .latest:nth-of-type(-n+3) {padding-top: 30px;}

.contents .body .event div > .latest:nth-of-type(even) {clear: both;}

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

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

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

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

			.contents .body .event * .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 .event * .latest .label {padding-top: 20px;}

			.contents .body .event * .latest .label dt,
			.contents .body .event * .latest .label dd {line-height: 1.88;}

			.contents .body .event * .latest .label dt {font-family: 'UD新ゴ R', sans-serif;}

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


/** |03. 工房イベント開催のご案内/ご報告| << ******************************************** << END **/




/** |04. アーカイブ| >> *************************************************************** >> START **/


.contents .body .archive .year {
	padding-top: 10px;
	width: 760px;
}

	.contents .body .archive .year li {
		float: left;
		padding: 30px 10px 0 0;
		width: 190px;
	}

		.contents .body .archive .year li a {
			color: #7f8283;
			display: inline-block;
			padding-left: 1em;
			position: relative;
		}

			.contents .body .archive .year li 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;
			}


/** |04. アーカイブ| << ***************************************************************** << END **/
