@charset 'UTF-8';

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

ilm/museum/fun/index_sp.css
Ver.201805

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

01. コンテンツリスト
02. 概要

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





/** |01. コンテンツリスト| >> ********************************************************* >> START **/


.contents .body .index {
	background-color: #f4f4f5;
	margin-top: 11.19%;/* 64px */
	padding: 6.99% 6.64%;/* 40px 38px */
}

	.contents .body .index p {font-size: 2rem;}

	.contents .body .index ul {/* 496px */
		font-size: 0;
	}

		.contents .body .index li {
			display: inline-block;
			font-size: 2rem;
			padding: 4.84% 9.27% 0 0;/* 24px 46px 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 0;
			background-size: auto 100%;
			content: '';
			display: block;
			height: 0.8em;
			left: 0;
			position: absolute;
			top: 0;
			width: 0.8em;
		}


/** |01. コンテンツリスト| << *********************************************************** << END **/





/** |02. 概要| >> ********************************************************************* >> START **/


.contents .body .outline h1.title {
	background-color: transparent;
	font-size: 2.4rem;
	line-height: 1.67;
	padding: 0 0 9.38%;
}


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

	.contents .body .outline .part {padding-top: 13.99%;/* 80px */}

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

		.contents .body .outline .part .title {
			background-color: #f4f4f5;
			font-size: 3rem;
			line-height: 1.2;
			padding: 2.8% 2.48%;/* 16px 14px */
		}

		.contents .body .outline .part .photo {padding: 6.99% 0;/* 40px 0 */}


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

		.contents .body .outline .part .trivia {
			border-bottom: 1px solid #d4d5d6;
			cursor: pointer;
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			font-size: 2.4rem;
			padding: 4.9% 16.43% 4.9% 0;/* 28px 94px 28px 0 */
			position: relative;
		}

			.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: 100% auto;
				bottom: 0;
				content: '';
				display: block;
				height: 0;
				margin: auto 6.29% auto 0;/*  auto 36px auto 0 */
				padding-top: 3.85%;/* 22px */
				position: absolute;
				right: 0;
				top: 0;
				width: 3.85%;/* 22px */
			}

			.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: 5.24% 0 8.74%;/* 30px 0 50px */
		}

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

			.contents .body .outline .commentary p {
				line-height: 1.88;
				padding-top: 4.2%;/* 24px */
			}

			.contents .body .outline .commentary ul {padding-top: 4.2%;/* 24px */}

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

			.contents .body .outline .commentary table {margin-top: 4.2%;/* 24px */}

				.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;
					vertical-align: top;
				}

				.contents .body .outline .commentary th {
					text-align: left;
					padding-right: 3em;
					white-space: nowrap;
				}


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