@charset "utf-8";
/* CSS Document */

.news dd{
	text-align:left !important; line-height:1.3;
}
.news dd a{
	color:#000;
	text-decoration: underline !important;
}
.news dd a span{
	display:inline-block; font-size:12px; text-decoration: underline !important; text-indent: 7em;
}

@media screen and (max-width: 767px) {
	.news dd a span{
		display:inline; text-indent: 0;
	}
}
