@charset "UTF-8";

/*information.html専用
-----------------------------------------*/
body nav ul li a[href="information.html"] {
color: #FFF;
background-position: bottom;
border: 1px solid #0563B8;
border-bottom: none;
border-top: none;
margin-left: -1px;
z-index: 2;
}

/*information
-----------------------------------------*/
section h2 {
background-repeat: no-repeat;
background-position: 0 .0em;
font-size: 14px;
font-weight: bold;
margin: 0 10px;
padding: 0 20px 3px;
border-bottom-width: 3px;
border-bottom-style: solid;
z-index: 1;
position: relative;
}
section .emergency h2 {
background-image: url(../img/icon2.png);
border-bottom-color: #6E9E27;
}
section .forStudent h2 {
background-image: url(../img/icon3.png);
border-bottom-color: #B2B2B2;
}
section article {
margin: 20px 30px 40px;
}
section article h1 {
font-size: 16px;
border-bottom-style: solid;
border-bottom-width: 2px;
font-weight: bold;
padding-right: 80px;
}
section .emergency article h1 {
border-bottom-color: #F00;
color: #F00;
}
section .forStudent article h1 {
border-bottom-color: #333;
}
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 .emergency article time {
color: #F00;
}
section .forStudent article time {
color: #666;
}

span.color_red{
color:#ff0000;
}