@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 > h1 {
background: url(../img/midashi3.png) no-repeat left top;
color: #FFF;
height: 74px;
line-height: 37px;
font-size: 16px;
text-indent: 30px;
width: 900px;
position: relative;
z-index: 1;/* default 1*/
margin-bottom: -15px;
}

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 .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 .forStudent article h1 {
border-bottom-color: #333;
margin: 0 0 10px 0;
}
section article p {
color: #333;
font-size: 14px;
line-height: 1.6;
}

section article ul {
color: #333;
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 .forStudent article time {
color: #666;
}


