@charset "utf-8";
@import "../../css/contents.css";

/* 個別ページスタイル
---------------------------------------------------------- */

.article dl {
}

.article dl dt {
	font-weight: bold;
}

.article dl dt a,
.article dl dd a {
	text-decoration: underline;
}

.article dl dt a:hover,
.article dl dd a:hover {
	text-decoration: none;
}

.article img {
	margin-bottom: 30px;
}