@charset "UTF-8";

/*news.html専用
-----------------------------------------*/
nav ul li a[href="news.html"] {
background: url(../img/here.png) no-repeat;
background-position: -590px bottom;
}


/*ニュース一覧
-----------------------------------------*/
section article {
margin: 25px 0 30px 0;
padding-bottom: 1em;
border-bottom: 1px solid #666;
}
section article h1 {
font-size: 16px;
margin-right: 80px;
}
section article p {
font-size: 14px;
line-height: 1.6;
margin: 0 0 1em;
}
section article time {
font-size: 10px;
font-weight: bold;
line-height: 1.1;
text-align: right;
display: block;
margin: -18px 0 20px;
}



