@charset 'UTF-8';

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

ilm/tougaku/freetime/index_pc.css
Ver.201806

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

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: 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(/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 .data {
		border: 1px solid #7f8283;
		margin-top: 30px;
		width: 760px;
	}

		.contents .body .outline .data th,
		.contents .body .outline .data td {
			border: 1px solid #7f8283;
			font-family: 'Trade Gothic W01 Bold', sans-serif;
			font-size: 20px;
			font-weight: normal;
			line-height: 1.5;
			padding: 16px 24px;
			text-align: left;
		}

		.contents .body .outline .data th {
			background-color: #f4f4f5;
			white-space: nowrap;
		}

		.contents .body .outline .data td {width: 100%;}

			.contents .body .outline .data td dl {padding-top: 16px;}

			.contents .body .outline .data td dl:first-of-type {padding-top: 0;}

				.contents .body .outline .data td dt,
				.contents .body .outline .data td dd {line-height: 1.5;}

			.contents .body .outline .data td span {font-size: 16px;}


	/** [注記] >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> START **/

	.contents .body .outline .attention {padding-top: 10px;}

		.contents .body .outline .attention li {
			line-height: 1.88;
			margin-left: 1em;
			text-indent: -1em;
		}

			.contents .body .outline .attention li::before {content: '*';}


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