@charset "utf-8";
/**
 * style.css
 */

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/* index
--------------------------------------------------*/

#news_topics .section {
	position: relative;
	padding: 80px 10px;
	background: #1c2087;
	background: -moz-linear-gradient(left, #1c2087 0%, #0082ca 100%);
	background: -webkit-linear-gradient(left, #1c2087 0%,#0082ca 100%);
	background: linear-gradient(to right, #1c2087 0%,#0082ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2087', endColorstr='#0082ca',GradientType=1 );
}
#news_topics .enTxt {
	position: absolute;
}
#news_topics .enTxt01 {
	top: 0;
	left: 0;
}
#news_topics .enTxt02 {
	bottom: 0;
	right: 0;
}
#news_topics .ntLists {
	padding: 0 30px;
}
#news_topics .commonLinks {
	margin: 60px 0 0;
}
@media only screen and (max-width:767px) {
	#news_topics .section {
		padding: 45px 0;
	}
	#news_topics .enTxt img {
		width: 30px;
	}
	#news_topics .commonLinks {
		margin-top: 30px;
	}
}




/* detail
--------------------------------------------------*/
#news_topics .detailSection .inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 30px;
}
#news_topics .detailSection .snsArea {
	margin-bottom: 50px;
	text-align: center;
}
#news_topics .detailSection .snsArea li {
	display: inline-block;
	margin: 0 10px;
}
#news_topics .detailSection .title {
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
#news_topics .detailSection .detailBody {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.9;
}
#news_topics .detailSection .detailBody > * {
	margin-bottom: 2em;
}
#news_topics .detailSection .detailBody > *:last-child {
	margin-bottom: 0;
}
#news_topics .detailSection .detailBody small {
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
}
@media only screen and (max-width:767px) {
	#news_topics .detailSection .snsArea {
		margin-bottom: 20px;
	}
	#news_topics .detailSection .snsArea li img {
		width: 30px;
	}
	#news_topics .detailSection .detailBody * {
		font-size: 13px;
		line-height: 1.5;
	}
	#news_topics .detailSection .detailBody > * {
		margin-bottom: 1.6em;
	}
	#news_topics .detailSection .detailBody > *:last-child {
		margin-bottom: 0;
	}
	#news_topics .detailSection .detailBody small {
		font-size: 11px;
	}
	#news_topics .detailSection .detailBody .title {
		margin-bottom: 20px;
		font-size: 17px;
		line-height: 1.5;
	}
}






















































