@charset 'UTF-8';
.section-text.news {margin-bottom:120px;}
.section-text.news dl{}
.section-text.news dl dt{width:10em; display:block; float:left; clear:both; margin-bottom:10px; font-weight:normal; font-size:16px;}
.section-text.news dl dd{display:block; margin-left:10em; margin-bottom:20px; font-size:16px;}
.section-text.news dl dd ul{padding-left: 1.8em;} /* 応募期間インデント */
.section-text.news dl dd ul li{list-style: disc;} /* ブレット */
.section-text.news i{font-style: italic;}

@media screen and (max-width: 764px) {
	.section-text.news dl{}
	.section-text.news dl dt{width:auto; display:block; float:none; font-weight:bold; margin-bottom:0px;}
	.section-text.news dl dd{margin-left:0; margin-bottom:20px;}
}