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

共通

****************************************************************************************************/
/*--------------------------------------------------

ページタイトル背景

--------------------------------------------------*/
.pageTitle.-news{ background-image: url(../images/news/category_bg.jpg); }
.pageTitle.-important{ background-image: url(../images/important/category_bg.jpg); }
.pageTitle.-events{ background-image: url(../images/events/category_bg.jpg); }





/****************************************************************************************************

コンテンツ

****************************************************************************************************/
.contentsBody{
    float: left;
    width: 730px;
    width:-webkit-calc(730 / 980 * 100%);
    width:calc(730 / 980 * 100%);
}
@media only screen and (max-width:736px){
.contentsBody{
    float: none;
    width: 100%;
}
}


/****************************************************************************************************

サイドナビ

****************************************************************************************************/
.sideNavi{
    float:right;
    width:200px;
    width:-webkit-calc(200 / 980 * 100%);
    width:calc(200 / 980 * 100%);
    background-color: #F3F3F3;
}
@media only screen and (max-width:736px){
.sideNavi{
    display: none;
}
}
.localNaviList{
}

.localNaviList__item{
}

.localNaviList__anchor{
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}







/****************************************************************************************************

スマホ時のナビ

****************************************************************************************************/
.archiveNavi{
    display: none;
    margin-bottom: 20px;
}
@media only screen and (max-width:736px){
.archiveNavi{
    display: block;
}
}

.archiveNavi__btn{
    text-align: right;
}

.archiveNavi__btnText{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
}
    .archiveNavi__btnText.-close{ background-image: url(../images/common/archive_close.gif); }
    .archiveNavi__btnText.-open{ background-image: url(../images/common/archive_open.gif); }

.archiveNaviList{
    padding-top: 10px;
}
    .archiveNaviList.-close{ display: none; }
    .archiveNaviList.-open{ display: block; }

.archiveNaviList__item{
    background-color: #F3F3F3;
}
.archiveNaviList__anchor{
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
}






/****************************************************************************************************

記事

****************************************************************************************************/
.news{
}
.newsList{
}

.newsList__item{
    margin-bottom: 50px;
}
@media screen and (max-width:736px){
.newsList__item{
    margin-bottom: 25px;
}
}

    .newsList__anchor:link{
        color: #333;
        text-decoration: none;
    }
    .newsList__anchor:visited{
        color: #333;
    }

/*
サムネイル
--------------------------------------------------*/
.newsList__fig{
    float: left;
    width: 300px;
    width: -webkit-calc(300 / 730 * 100%);
    width: calc(300 / 730 * 100%);
}
@media screen and (max-width:736px){
.newsList__fig{
    width: 100px;
}
}



/*
記事 情報を囲む
--------------------------------------------------*/
.newsList__info{
    float: right;
    width: 400px;
    width: -webkit-calc(400 / 730 * 100%);
    width: calc(400 / 730 * 100%);
}
@media screen and (max-width:736px){
.newsList__info{
    float: none;
    padding-left: 110px;
    width: 100%;
}
}

/*
記事タイトル
--------------------------------------------------*/
.newsList__title{
    margin-bottom: 10px;
    font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
    font-size: 18px;
    font-size: 1.8rem;
}
@media screen and (max-width:736px){
.newsList__title{
    margin-bottom: 10px;
    font-size: 1.0rem;
    line-height: 1.5;
}
}


/*
記事本文
--------------------------------------------------*/
.newsList__body{
    margin-bottom: 10px;
}
@media screen and (max-width:736px){
.newsList__body{
    margin-bottom: 0;
    font-size: 1.0rem;
    line-height: 1.5;
}
}

/*
日付
--------------------------------------------------*/
.newsList__date{
    display: inline-block;
    font-style: italic;
    font-family: "Century Gothic", CenturyGothic, sans-serif;
    color: #666;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-size: 1.2rem;
}
    .newsList__date.-event{
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
@media screen and (max-width:736px){
.newsList__date{
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 1.0rem;
    line-height: 1.5;
}
}




/*
カテゴリ
--------------------------------------------------*/
.newsList__category{
    display: inline-block;
    font-style: italic;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-size: 1.2rem;
}
@media screen and (max-width:736px){
.newsList__category{
    font-size: 1.0rem;
    line-height: 1.5;
}
}



