@charset "utf-8";
/* CSS Document */
.bg-banner {
	background:url(../img/bg-banner.jpg) center top repeat;
}
.bg-stone-news {
	background:url(../img/bg-stone-news.jpg) left top repeat;
	background-size: 100% auto;
}
.bg-stone-news hr { border-top: 1px solid rgba(0,0,0,1)}
.bg-stone-news hr.mt-3 { margin-bottom: 0; }

.big-date { font-size: 1.2em; }
.news-list .table .dt { width: 20%; font-weight:300; }
.news-list .table td, .bg-stone-news .table th {
    border-top: none;
}
.news-list .table td, .bg-stone-news .table th {
    border-bottom: 1px dashed #000;
}
.news-list a:link, .news-list a:visited { color: #000; font-weight:300; }
@media (min-width: 1200px) {
	.news-list .table .dt { width: 15%; }
}
@media (max-width: 576px) {
	.news-list .table .dt { width: 30%; }
	.news-list .table .dt, .news-list .table .txt { padding-left: 0; }
}
