@charset "UTF-8";

/*information.html専用
-----------------------------------------*/


/*information
-----------------------------------------*/
section article {
margin: 0 0 20px;
padding: 0 5px 20px 5px;
border-bottom: 1px dotted #959595;
}

section article h1 {
font-size: 16px;
padding: 0px 5px 2px 0;
color: #0991B3;
}
section article h1:before {
content: "";
display: block;
float: left;
width: 10px;
height: 10px;
margin: 4px 3px 0 0;
background: url(../img/icon1.png) no-repeat;
background-size: contain;
}

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-bottom: 10px;
}
