@charset "utf-8";

#newsArticle .date {
	margin-bottom: 1rem;
}
#newsArticle h3 {
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
	border-bottom: dotted 2px #e0e0e0;
	font-size: 2.2rem;
}
#newsArticle .articleInn {
	margin-bottom: 6rem;
}
#newsArticle .articleInn > p {
	margin-bottom: 3rem;
}
#newsArticle .btn_area.detail .detail {
	margin: 0 auto;
	max-width: 260px;
	border-radius: 8px;
	line-height: 38px;
}
#newsArticle .articleInn h4 {
	margin-bottom: 1rem;
}