@charset 'UTF-8';

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

ilm/museum/report/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 .report .article {
	padding-top: 30px;
	width: 760px;
}

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

	.contents .body .report .article a:hover {opacity: 0.5;}

		.contents .body .report .article .image {
			background-color: #f4f4f5;
			float: left;
			width: 286px;
		}

			.contents .body .report .article .image img {
				height:auto;
				width: 100%;
			}

		.contents .body .report .article .label {
			float: right;
			width: 438px;
		}

			.contents .body .report .article .label dt,
			.contents .body .report .article .label dd {line-height: 1.88;}

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

			.contents .body .report .article .label dd {padding-top: 8px;}


/** |03. 最新レポート| << *************************************************************** << END **/





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


.contents .body .archive .list {padding-top: 20px;}

	.contents .body .archive .list li {
		line-height: 1.88;
		margin: 10px 0 0 1em;
		text-indent: -1em;
	}

		.contents .body .archive .list li::before {content: '・';}


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