
#history .text strong {
	color: #CC142C;
}

#profile dt:nth-of-type(odd) {
	background-color: #CC142C;
}
#profile dt:nth-of-type(even) {
	background-color: #005cad;
}

/* プロフィール */
#profile img[src*="comment_turkey3"] {-webkit-transform: translate(0, -25%);transform: translate(0, -25%);}

/* ==================== レイアウト  ==================== */

@media all and (max-width: 640px) {
	article .text h4 br {
		display: none;
	}
}

@media all and (min-width: 641px) {

	/* no border */
	#culture1_2,
	#culture1_4,
	#culture3_6 {
		border-top: none !important;
		padding-top: 0 !important;
	}

	/* themeLink */
	#culture1 .themeLink img,
	#costume1 .themeLink img,
	#event1 .themeLink img {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
	}

	#culture3_1 > div,
	#sports1_1 > div,
	#other1_2 > div {
		display: block;
		padding: 0;
	}
	#culture3_1 .image {
		min-width: 0;
	}
	#sports1_1 .image,
	#other1_2 .image {
		vertical-align: top;
		margin: 1em 0.25em 0;
	}
	#culture3_1 .image {
		margin: 1em 0.5em 0;
	}

	#culture3_6 {
		margin-top: -4em;
	}
	#culture3_6 > div {
		vertical-align: bottom;
	}


	#image1_1_4,
	#image6_1_3 {
		display: block;
		text-align: left;
	}

	#culture1_2 {
		margin-top: -5em;
	}
	#culture1_2 .text {
		margin-bottom: 2em;
	}

	#culture1_4 {
		margin-top: -5em;
	}
	#image1_1_3 {
		min-width: 0;
	}
	#culture1_2 > div,
	#culture1_4 > div {
		vertical-align: bottom;
	}

}

#culture3_4 .text p > span {
	display: inline-block;
}

/* ルビ */
#schoollife1_1 .text ruby:nth-of-type(11),
#schoollife1_1 .text ruby:nth-of-type(12),
#schoollife1_1 .text ruby:nth-of-type(13) {
	margin: 0 0.5em;
}

/* 見出し */
#other1_3 h4 {
	line-height: 1.8;
}


/* copyright */

#culture3_1 {
	position: relative;
	margin-bottom: 2.2em;
}

#culture3_1::after {
	content: '';
	display: block;
	position: absolute;
	visibility: visible;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0.5em;
	margin-top: 0.5em;
	color: #999;
	background: url(../images/country/copyright_turkey.png) no-repeat center center;
	background-size: contain;
}
