@charset "UTF-8";

/*================================
  お知らせ
================================*/

#news .news__area{
    margin: 40px 0 20px 0;
}

#news .news__area .news__item{
    border-bottom: 1px solid #CDD6DD;
    padding: 30px 0px;
    clear: both;
    overflow: hidden;
}

#news .news__area .news__item:first-child{
    border-top: 2px solid #CDD6DD;
}

#news .news__day{
    width: 30%;
    float: left;
    padding: 0 0 0 10px;
}

#news .news__detail{
    width: 70%;
    float: left;
    padding: 0 10px 0 0;
}

#news .news__other__link{
    text-align: right;
    padding: 0 30px 0 0;
}

/*================================
 お知らせ詳細
================================*/

#contents .news__detail__days{
    text-align: right;
    margin: 0 0 40px 0;
    line-height: 1.5;
}

#contents .news__detail__item{
    line-height: 1.8;
    margin: 0 0 20px 0;
}

#contents .news__detail__item__img{
    text-align: center;
    margin:20px 0 60px 0;
}

#contents .news__detail__item__img img{
    width: 100%;
}

#contents .news__detail__link{
    margin: 10px 0 0 0;
}

#contents .btn__area{
    margin: 0 0 20px 0;
}