@charset "UTF-8";

/*special.html専用
-----------------------------------------*/
nav ul li a[href="statement.html"] {
color: #FFF;
background: #004c65;
}

/* スペシャル
-----------------------------------------*/
section article {
margin: 0 0 2em 0;
padding: 0 0 1em 0;
border-bottom: 1px dotted #666;
position: relative;
}
section article h1 {
font-size: 16px;
font-weight: bold;
background: url(../img/icon1.png) no-repeat left top;
padding: 0 0 0 22px;
}
section article img + h1 {
margin-top: 5px;
}
section article p {
line-height: 1.6;
margin: 5px 0 1em 23px;
}
