@charset "UTF-8";

/*gaiyo.html専用
-----------------------------------------*/
body nav ul li a[href="information.html"] {
color: #666;
background-position: bottom;
}

/*gaiyo
-----------------------------------------*/
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;
}
section article ul {
color: #666;
font-size: 14px;
line-height: 1.6;
padding: 0 20px 30px 50px;
}
section article li {
list-style-type:circle;
}
#info h2 {
font-size: 16px;
font-weight: bold;
margin: 0 0 15px 0;
background: url(../img/midashi2.png) repeat-y;
padding: 5px 10px;
color: #0891B2;
}
#info h2:before {
content: url(../img/icon1.png);
margin-right: 5px;
}
#info p + h2 {
margin-top: 50px;
}
#info p {
line-height: 1.6;
margin-bottom: 1em;
}

