@charset "utf-8";

/*===========================================
新着情報ページ専用CSS
===========================================*/

.news {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999999;
	font-size:1.4em;
}

.news a {
    display: block;
}

.news_date {
    margin-right: 25px;
    display: inline-block;
    width: 210px;
    color: #848484;
    font-weight: bold;
}
