@charset "UTF-8";

/*concept.html専用
-----------------------------------------*/
body nav ul li a[href="concept.html"] {
color: #666;
background-position: bottom;
}

/*concept
-----------------------------------------*/
section article {
margin: 0 0 30px;
padding: 0 20px 30px 30px;
border-bottom: 1px dotted #959595;
}
section article h1 {
font-size: 16px;
font-weight: bold;
padding: 0px 80px 0px 15px;
margin-left: -15px;
background: url(../img/icon1.png) no-repeat 0 .3em;
color: #0991B3;
}
section article p {
color: #666;
font-size: 14px;
line-height: 1.6;
}
section article time {
font-size: 10px;
line-height: 1.1;
text-align: right;
display: block;
margin: -18px 0 20px;
}
