@charset "euc-jp";



#article header .time {
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#article header .category {
    display: inline-block;
    height: 18px;
    padding: 0 7px 0 9px;
    font-size: 12px;
    line-height: 18px;
    background: #999;
    position: relative;
}

#article header .category:before {
    content: "";
    display: block;
    border-top: 3px solid transparent;
    border-right: none;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #e0dbd8;
    position: absolute;
    top: 6px; left: 0;
}

#article header .category a {
    color: #fff;
}

#article.detailsArticle header h1 {
    height: auto;
}

#article #cont .rank {
    margin-bottom: 10px;
    padding: 2%;
    background: url(/meijimura/img/bg_border04.png);
    position: relative;
}

#article #cont .rank .l {
    width: 36%;
    height: 159px;
    text-align: center;
    line-height: 159px;
    background: #e0dbd8 url(/meijimura/img/bg_border01.png);
    overflow: hidden;
}

#article #cont .rank .r {
    width: 60%;
}

#article #cont .rank .r h3 {
    font-weight: bold;
}

#article #cont .rank .r ul li {
    list-style: disc inside;
}

#article #cont .rank01:before {
    content: "1位";
    text-shadow: 0 1px 0 #fff;
    background: -webkit-gradient(linear, left top, right top, from(#eae9a3), to(#d8d552));
    background: -ms-linear-gradient(left, #eae9a3, #d8d552);
    background: -moz-linear-gradient(left, #eae9a3, #d8d552);
    background: -o-linear-gradient(left, #eae9a3, #d8d552);
    background: linear-gradient(left, #eae9a3, #d8d552);
    color: #000;
}

#article #cont .rank02:before {
    content: "2位";
    text-shadow: 0 1px 0 #fff;
    background: -webkit-gradient(linear, left top, right top, from(#e4e4e4), to(#bfbfbf));
    background: -moz-linear-gradient(left, #e4e4e4, #bfbfbf);
    background: -ms-linear-gradient(left, #e4e4e4, #bfbfbf);
    background: -o-linear-gradient(left, #e4e4e4, #bfbfbf);
    background: linear-gradient(left, #e4e4e4, #bfbfbf);
    color: #000;
}

#article #cont .rank03:before {
    content: "3位";
    text-shadow: 0 1px 0 #fff;
    background: -webkit-gradient(linear, left top, right top, from(#eac9a3), to(#d8a852));
    background: -moz-linear-gradient(left, #eac9a3, #d8a852);
    background: -ms-linear-gradient(left, #eac9a3, #d8a852);
    background: -o-linear-gradient(left, #eac9a3, #d8a852);
    background: linear-gradient(left, #eac9a3, #d8a852);
    color: #000;
}

#article #cont .rank04:before {
    content: "4位";
    background: #377152;
    color: #fff;
}

#article #cont .rank05:before {
    content: "5位";
    background: #377152;
    color: #fff;
}

#article #cont .rank:before {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    font-size: 16px;
    position: absolute;
    top: 4px; left: 4px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}



/* -----------------------------------------------
記事リスト
----------------------------------------------- */

#articleList li {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 -1px 0;
    padding: 15px 4% 15px 0 ;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
}

#articleList li div {
    float: left;
    width: 160px;
    height: 100px;
    margin-right: 2%;
    text-align: center;
    line-height: 100px;
}

#articleList li div a {
    display: block;
    width: 160px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

#articleList li div img {
    width: auto;
    height: auto;
    min-height: 100px;
}

#articleList li .time {
    display: inline-block;
    height: 18px;
    margin-right: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

#articleList li .category {
    display: inline-block;
    height: 18px;
    padding: 0 7px 0 9px;
    font-size: 12px;
    line-height: 18px;
    background: #999;
    position: relative;
}

#articleList li .category:before {
    content: "";
    display: block;
    border-top: 3px solid transparent;
    border-right: none;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #e0dbd8;
    position: absolute;
    top: 6px; left: 0;
}

#articleList li .category a {
    color: #fff;
}

#articleList li .title {
    height: 22px;
    margin-top: 2px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
}

#articleList li .title:after {
    content: "";
    display: block;
    height: 22px;
    width: 25%;
    background: linear-gradient(left, rgba(240, 240, 240, 0), rgba(240, 240, 240, 1));
    position: absolute;
    bottom: 0; right: 0;
}

#articleList li .title a {
    font-weight: bold;
    color: #333;
}

#articleList li .title a:hover {
    background: #333;
    color: #fff;
}

#articleList li .caption {
    height: 54px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    overflow: hidden;
    position: relative;
}

#articleList li .caption:after {
    content: "";
    display: block;
    height: 18px;
    width: 50%;
    background: linear-gradient(left, rgba(240, 240, 240, 0), rgba(240, 240, 240, 1));
    position: absolute;
    bottom: 0; right: 0;
}



/* -----------------------------------------------
ページング
----------------------------------------------- */

#paging {
    margin: 21px auto 30px;
    text-align: center;
}

#paging p,
#paging p a {
    display: inline-block;
}
#paging p {
    height: 40px;
    margin: 0 4px;
}

#paging p a {
    height: 38px;
    padding: 0 12px;
    border: 1px solid #666;
    font-size: 14px;
    line-height: 40px;
    font-family: "01フロップデザイン";
    color: #333;
    position: relative;
}

#paging p a:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}

#paging p a:hover {
    border: 1px solid #333;
    text-decoration: none;
    background: #333;
    color: #fff;
}

#paging p.prev a:before {
    border-width: 4px 5px 4px 0;
    border-style: solid solid solid none;
    border-color: transparent #666 transparent transparent;
    right: 0px;
}

#paging p.prev a:hover:before {
    border-color: transparent #fff transparent transparent;
}

#paging p.next a:before {
    border-width: 4px 0 4px 5px;
    border-style: solid none solid solid;
    border-color: transparent transparent transparent #666;
    left: 0px;
}

#paging p.next a:hover:before {
    border-color: transparent transparent transparent #fff;
}

#paging ol {
    display: inline-block;
}

#paging ol li,
#paging ol li a,
#paging ol li span {
    display: inline-block;
}

#paging ol li {
}

#paging ol li.afterReader:after
#paging ol li.beforeReader:before {
    content: "…";
    display: inline-block;
}

#paging ol li a,
#paging ol li span {
    min-width: 22px;
    height: 32px;
    margin: 0 4px;
    padding: 0 4px 8px;
    line-height: 32px;
    text-align: center;
}

#paging ol li span {
    background: #666;
    color: #fff;
}

#paging ol li span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 5px 4px 0 4px;
    border-style: solid solid none solid;
    border-color: #e0dbd8 transparent transparent transparent;
}

#paging ol li a:hover {
    text-decoration: none;
    background: #999;
    color: #fff;
}

#paging ol li a:active {
    background: #666;
    color: #fff;
}

#paging ol li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 5px 4px 0 4px;
    border-style: solid solid none solid;
    border-color: transparent;
}

#paging ol li a:hover:before,
#paging ol li a:active:before {
    border-color: #e0dbd8 transparent transparent transparent;
}




/* -----------------------------------------------
Category カテゴリ
----------------------------------------------- */

#sctCategory {
}

#sctCategory .asideHead .dtA {
    height: 38px;
    padding: 0 12px;
    border: 1px solid #aaa;
    line-height: 38px;
    font-family: "01フロップデザイン";
}

#sctCategory .asideMain #categoryList {
    margin: 0 0 0 4%;

}

#sctCategory .asideMain #categoryList li {
    float: left;
    margin: 0 10px 10px 0;
}

#sctCategory .asideMain #categoryList {
    margin: 0 0 0 4%;

}

/* -----------------------------------------------
Category カテゴリ
----------------------------------------------- */



/* -----------------------------------------------
タブレット用レイアウト
----------------------------------------------- */

@media only screen and (max-width:960px){

    /* -----------------------------------------------
    共通スタイル
    ----------------------------------------------- */
/*
    #headerWrap {
        background: rgba(42,150,24,1.0);
    }*/

    .asideHead h1 {
        margin-left: 0;
    }

    #main {
    }

    #main h1, #main .dtA {
        display: inline-block;
    }

    #main .dtA {
        margin: 20px 0 0 10px;
        vertical-align: top;
    }

    .asideHead h1,
    .asideHead p {
        float: none;
        display: inline-block;
        margin-right: 0;
    }

    .asideHead p {
        margin: 20px 0 0 10px;
        vertical-align: top;
    }

    .iiixiiL:after {
        content: "";
        display: block;
        height: 6px;
        background: url("/meijimura/img/bg_border01.png") left bottom;
    }

    #article #cont {
        margin-right: 0;
    }

    #articleList li {
        width: auto;
        margin: 0 0 -1px 0;
    }

    #articleList li:nth-child(2n) {
        margin-right: 0;
    }


    #sctNews h1, #sctVoice h1,
    #sctNews .dtA, #sctVoice .dtA {
        display: block;
    }
    #sctNews .dtA, #sctVoice .dtA {
        margin: 0;
    }

    #main .iiixiiL, #main .iiixiiR {
        width: 100%;
        margin: 0;
        border: none;
    }

    #main .iiixiiL .cap {
        padding: 20px 60px 30px;
    }

    #main .iiiixiiR ul {
        padding-top: 0;
    }

    #main .iixiiL .l,
    #main .iixiiR .l {
        float: none;
        width: auto;
    }

    #main .iixiiL .l figure,
    #main .iixiiR .l figure {
        margin-top: 0;
        margin-bottom: 30px;
    }

    #main .iixiiR {
    }


    /* -----------------------------------------------
    NEWS 最新情報 と FAQ よくあるご質問
    ----------------------------------------------- */

    #sctWrapMin {
        width: 100%;
        margin-left: 0;
    }


    /* -----------------------------------------------
    Infomation お知らせ
    ----------------------------------------------- */

    #sctInfo dl {
        margin: 20px 60px 0;
    }

    #sctInfo dl dt,
    #sctInfo dl dd {
        float: none;
        width: auto;
    }

    #sctInfo dl dt {
        margin: 0;
    }

    #sctInfo dl dd {
        margin-left: 0;
    }

    #sctInfo dl dd a {
        text-decoration: underline;
    }


    /* -----------------------------------------------
    Gallery 写真・動画
    ----------------------------------------------- */

    #sctGallery ul li {
        width: 48%;
    }

    #sctGallery ul li:nth-child(2n+1) {
        margin-left: 0;
    }


}



/* -----------------------------------------------
スマホ用レイアウト
----------------------------------------------- */

@media only screen and (max-width:640px){

    #main .iiixiiR #categoryList {
        margin: 0;

    }

    #main .iiixiiR #categoryList li {
        width: auto;
        margin: 0 10px 10px 0;
    }

    #sctInfo dl {
        margin: 20px 0 0;
    }

}
