@charset "euc-jp";



#article #view {
    max-height: 666px;
    margin-bottom: 20px;
    padding: 47px 20px 14px;
    background: url("/meijimura/img/bg_border01.png");
    position: relative;
    z-index: -20;
}

#article #view ul {
    max-width: 1000px;
    margin: 0 auto 14px;
    position: relative;
}

#article #view ul li{
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
}

#article #view ul li,
#article #view ul li img {
    display: block;
    width: 100%;
    max-width: 1000px;
    max-height: 630px;
}
#article #view p {
    display: inline-block;
    margin-right: 10px;
}



/* -----------------------------------------------
記事リスト
----------------------------------------------- */

#imgNav2 {
}

#imgNav2 li {
    float: left;
    display: block;
    width: 78px;
    height: 78px;
    margin: 0 24px 20px 0;
    text-align: center;
    overflow: hidden;
}

#imgNav2 li:last-child {
    margin-right: 0;
}

#imgNav2 li img {
    width: auto;
    height: 78px;
}



/* -----------------------------------------------
Category カテゴリ
----------------------------------------------- */

#sctCategory {
}

#sctCategory .asideHead h1 {
    margin-left: 0;
}

#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;
    
}



/* -----------------------------------------------
タブレット用レイアウト
----------------------------------------------- */

@media only screen and (max-width:960px){
    
}



/* -----------------------------------------------
スマホ用レイアウト
----------------------------------------------- */

@media only screen and (max-width:640px){
    
}