﻿@charset 'utf-8';

.main {
    width: 100%;
    min-width: 960px;
    height: 140px;
    margin-bottom: 15px;
    background: #cdeeff;
    text-align: left;
}
.main__inner {
    width: 960px;
    margin: 0 auto;
    padding-top: 54px;
}
h2 {
    margin: 30px 0;
    border-bottom: 1px solid #d2d2ce;
    color: #1d258f;
    font-weight: 800;
    font-size: 120%;
    line-height: 30px;
    text-align: left;
}
#container {
    overflow: hidden;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.contents {
    float: left;
    width: 710px;
}
.contents__title {
    font-weight: bold;
    font-size: 16px;
}
.contents__keyvisual {
    margin-bottom: 10px;
    text-align: center;
}
.contents__keyvisual__desc {
    font-size: 16px;
    text-align: center;
}
.column {
    float: right;
    padding-top: 25px;
}
.column__list {
    width: 127px;
    height: 733px;
    background-color: #cdeeff;
    line-height: 40px;
}
.column__list > dt {
    padding-left: 20px;
    background-color: #91d5f8;
    font-weight: bold;
}
.column__list__link {
    display: block;
    padding-left: 36px;
    background: url(../img/news/arrow.png) no-repeat 22px 14px;
}

/* index */

.container-index {
    padding-top: 25px !important;
}
.column-index {
    padding-top: 0;
}
.contents-index__list {
    height: 446px;
}
.contents-index__link {
    display: block;
    padding-left: 17px;
    background: url(../img/news/arrow.png) no-repeat 0 7px;
    line-height: 26px;
}
a.contents-index__link:hover {
    filter: alpha(opacity=60);
    opacity: .6;
    color: #000;
}
.contents-index__date {
    display: block;
    width: 190px;
    font-weight: bold;
}
.contents-index__desc {
    display: block;
    overflow: hidden;
    position: relative;
}
.column-index {
    padding-top: 0;
}






