@charset 'UTF-8';

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

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


	/** [カテゴリ] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .part {
		padding-top: 64px;
		width: 760px;
	}

	.contents .body .outline .part:first-of-type {padding-top: 38px;}

		.contents .body .outline .part .title {
			background-color: #f4f4f5;
			font-size: 20px;
			padding: 14px 20px;
		}

		.contents .body .outline .part .photo {padding: 26px 0;}


		/** [豆知識] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

		.contents .body .outline .part .trivia {
			border-bottom: 1px solid #d4d5d6;
			cursor: pointer;
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			font-size: 16px;
			padding: 16px 48px 16px 0;
			position: relative;
		}

		.contents .body .outline .part .trivia:hover {text-decoration: underline;}

			.contents .body .outline .part .trivia::after {
				background: url(/en/common/img/nvg_ico_close.png) no-repeat 0 50%;
				background-image: url(/en/common/img/nvg_ico_open.png);
				background-size: 16px auto;
				bottom: 0;
				content: '';
				display: block;
				height: 16px;
				margin: auto 0;
				position: absolute;
				right: 16px;
				top: 0;
				width: 16px;
			}

			.contents .body .outline .part .trivia.open::after {background-image: url(/en/common/img/nvg_ico_close.png);}


		/** [解説] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

		.contents .body .outline .part .commentary {
			border-bottom: 1px solid #d4d5d6;
			padding: 20px 0;
		}

			.contents .body .outline .commentary > *:first-child {padding-top: 0;}

			.contents .body .outline .commentary p {
				line-height: 1.88;
				padding-top: 20px;
			}

			.contents .body .outline .commentary ul {padding-top: 20px;}

				.contents .body .outline .commentary li {line-height: 1.88;}

			.contents .body .outline .commentary table {margin-top: 20px;}

				.contents .body .outline .commentary th,
				.contents .body .outline .commentary td {
					font-family: 'Trade Gothic W01 Light', sans-serif;
					font-weight: normal;
					line-height: 1.88;
				}

				.contents .body .outline .commentary th {
					text-align: left;
					padding-right: 6em;
				}


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