@charset "utf-8";
/* ----------------------------------------- */

@media print, screen and (width>=951px) {
.information .years{
  border-bottom: 4px solid #57b9e3;
  margin: 45px 10px 40px;
}
.information .years h2{
    color:#0075a8;
    font-weight: bold;
    font-size: 27px;
    float: left;
    margin: 0 107px 0 36px;
}

.information .years ol li a{
    color: #57b9e3;
    border: 1px solid #57b9e3;
    border-radius: 2px;
    padding: 14px 16px;
    display: block;
    width: 105px;
    text-align: center;
    float: left;
    margin:-5px 0 -1px 10px;
}
.information .years ol li a.active,
.information .years ol li a:hover{
    background: #57b9e3;
    color: #FFF;
}
.information .years.bottom{
  border-top: 4px solid #57b9e3;
  border-bottom: none;
}
.information .years.bottom ol{
  margin-left: 378px;
  margin-top: 4px;
}
}

@media print, screen and (width<951px) {
.information .years{
  margin: 20px 10px 30px;
  font-size: 110%;
}
.information .years h2{
    color:#0075a8;
    font-weight: bold;
    font-size: 126%;
    border-left: 4px solid #57b9e3;
    margin: 30px 0;
    padding: 5px 0 5px 6px;
}
.information .years p{
    background: #57b9e3;
    color: #FFF;
    padding: 8px 0;
    border-radius: 3px 3px 0 0;
    width: 135px;
    text-align: center;
}
.information .years ol{
    border: 2px solid #57b9e3;
    padding: 19px 0 0 25px;
    width: 100%;
    display: table;
}
.information .years ol li{
   display: table-cell;
   width: 33.3%;
   float: left;
   margin-bottom: 16px;
}
.information .years ol li a{
    padding: 0 0 4px 14px;
    background: url(/common/images/arrow_green.png) no-repeat 0 0.25rem;
}
.information .years ol li a.active{
    border-bottom: 3px solid #57b9e3;
}
.information .years.bottom{
  border-bottom: none;
}
.information .years.bottom ol{
  margin-top:-1px;
}
}

.information .month_box{
    margin: 25px 10px 0;
}
.information .month_box .month{
    margin: 0 0 -28px;
}
@media print, screen and (width<951px) {
.information .month_box .month img{
    width: 100px;
}
}
.information .month_box dl{
    margin-left: 20px;
    border-top: 3px solid #bddd0d;
    padding: 35px 0 0;
}
@media print, screen and (width<951px) {
.information .month_box dl{
    margin-left: 0;
    padding-top: 10px;
}
}
.information .month_box dl dt,
.information .month_box dl dd{
    margin: 23px 0 0;
}
@media print, screen and (width<951px) {
.information .month_box dl dd{
    margin-top: 0;
}
}
.information .month_box dl dt{
    color: #6b6b6b;
    width: 137px;
    display: inline-block;
    vertical-align: top;
}
.information .month_box dl dd{
    width: 930px;
    display: inline-block;
}
.information .month_box dl dd a{
    background: url(/common/images/arrow_green.png) no-repeat 0 0.25rem;
    padding-left: 13px;
}
.information .month_box dl dd span{
  color:#1565c0;
  padding-left: 13px;
}
.information .month_box dl dd p{
    margin: 3px 0 0 14px;
}
@media print, screen and (width<951px) {
.information .month_box dl dd p{
    display: none;
}
}
.information .month_box dl dd p a{
  background: none;
  padding-left:0;
}

@media print, screen and (width<951px) {
.information .month_box dl dd{
    width: 100%;
}
.information .month_box dl dd a{
    background: url(/common/images/arrow_green.png) no-repeat 0 0.58rem;
    background-size: 8px;
    padding-left: 10px;
    display: block;
}
.information .month_box dl dd span{
    padding-left: 10px;
    display: block;
}
}