@charset "UTF-8";

/*information.html専用
-----------------------------------------*/
body nav ul li a[href="information.html"] {
color: #F60;
border-bottom: 5px solid #F00;
}

/*information
-----------------------------------------*/
section article {
margin: 25px 10px 30px 10px;
}
section article h1 {
background: url(../img/midashi2.png) no-repeat left top;
font-size: 16px;
height: 30px;
line-height: 33px;
padding: 0 0 0 25px;
}
section article p {
font-size: 14px;
line-height: 1.6;
margin: 0 20px 1em;
}
section article time {
color: #666;
font-size: 10px;
line-height: 1.1;
text-align: right;
display: block;
margin: -18px 10px 20px 0;
}



