@charset "euc-jp";



#article header .time {
    display: inline-block;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#article header .category {
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    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;
}



/* -----------------------------------------------
記事リスト
----------------------------------------------- */

#articleList {
    padding-bottom: 20px;
}

#articleList li {
    float: none;
    display: block;
    width: auto;
    margin: 0 4% 10px 0;
}

#articleList li:first-child {
    position: relative;
    z-index: -11;
}

#articleList li blockquote {
    margin-bottom: 5px;
    padding: 4px;
    border-radius: 8px;
    background: #F0F0F0 url("../../img/bg_border01.png") fixed;
}

#articleList li blockquote p {
    padding: 10px;
    border-radius: 4px;
    background: #F0F0F0;
}

#articleList li > p {
    height: 20px;
    line-height: 20px;
    text-align: right;
    color: #666;
}

#articleList li > p cite {
    position: relative;
}

#articleList li > p cite:before,
#articleList li > p cite:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 0 20px;
    -webkit-border-radius: 0 20px;
    -ms-border-radius: 0 20px;
    -o-border-radius: 0 20px;
    border-radius: 0 20px;
    position: absolute;
    z-index: -1;
}

#articleList li > p cite:before {
    background: url("../../img/bg_border01.png") fixed;
    top: -10px; left: -25px;
}

#articleList li > p cite:after {
    background: #F0F0F0;
    top: -12px; left: -18px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}




/* -----------------------------------------------
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("../../img/bg_border01.png") left bottom;
    }

    #article #cont {
        margin-right: 0;
    }
    
    #articleList li {
        width: auto;
        margin: 0 0 10px 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;
    }
    
}