@charset "utf-8";
/*-------------------------------------------------------------------
    * news.css
    * site name : チャンスイット
    * description : お知らせ一覧・詳細
    * import : web/news/index.jsp
-------------------------------------------------------------------*/


.information #contents {
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 14px;
    color: #555;
    overflow: hidden;
    padding-top: 10px;
}
.information .aside {
    width: 300px;
    float: left;
    margin: 0 15px 0 0;
}
.information .main {
    width: 635px;
    float: right;
}


/*-- お知らせ一覧 左サイド
-------------------------------------------------------- */
.information .title {
    background: url(../../img/10/news/bg_title.gif) no-repeat;
    width: 266px;
    height: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
}

.information .info_list {
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.information .info_list li.topic {
    border-bottom: 1px dotted #D1D1D1;
}
.information .info_list li.topic:last-child {
    border-bottom: none
}

.information .info_list dt {
    padding: 10px 10px 0;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
.information .info_list dd {
    padding: 0 10px 10px;
    word-wrap: break-word;
}
.information .info_list dd a {
    color: #676767;
    text-decoration: none;
}
.information .info_list dd a:hover {
    color: #39B2FF;
    text-decoration: underline;
}
.information .open_close {
    margin-top: 5px;
    text-align: right;
}
.information .open_close a {
    color: #676767;
}
.information .open_close a:hover {
    text-decoration: none;
    color: #39B2FF;
}


/*-- 個別のお知らせ詳細 右サイド
-------------------------------------------------------- */
.info_article {
    padding: 0 20px 30px;
    border: 1px solid #80cece;
    border-top: 5px solid #80cece;
    border-radius: 6px;
    margin-bottom: 20px;
}
.info_article h2 {
    padding: 20px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
}
.info_article .date {
    text-align: right;
}
.info_article .info_txt {
    margin-top: 20px;
    line-height: 1.7;
}
.info_article .info_txt strong {
    font-weight: bold;
    color: #FF3033;
}


/*-- お知らせ種別アイコン
-------------------------------------------------------- */
.information .info_list dt span,
.info_article .date span {
    width: 60px;
    padding: 1px 2px;
    margin-left: 3px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    color: #fff;
}
.info_article .date span {
    margin-right : 5px;
}

/* 重要カテゴリカラー */
.information .info_list dt span.important,
.info_article .date span.important {
    background: #FF4366;
}
/* リリースカテゴリカラー */
.information .info_list dt span.release,
.info_article .date span.release {
    background: #48CC74;
}
/* 終了カテゴリカラー */
.information .info_list dt span.finish,
.info_article .date span.finish {
    background: #6471BB;
}

.ad-banner{
    text-align: center;
    clear: both;
}

/*-- ボタン
---------------------------- */
.info_article .info_txt a.btn {
    background: #3dba8f;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px #a8a8a8;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px auto;
    padding: 19px 15px 14px;
    text-align: center;
    text-decoration: none;
    width: 460px;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    vertical-align: middle;
}
.info_article .info_txt a.btn:hover {
    background: #059262;
}
