.forSP {
    display: none;
}

#container {
    width: 100%;
    max-width: 1160px;
    min-width: 980px;
    margin: 10px auto 40px;
}


#info {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#info a {
    color: #333;
}

#info header {
    width: 100%;
}

#info header nav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #000;
    margin: 0 auto;
    text-align: center;
}

#info header nav ul li {
    display: table-cell;
    text-align: center;
    padding: 0.6em 0;
    font-size: 0.86em;
    box-sizing: border-box;
}

#info header h1 {
    font-family: 'Baskerville';
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1em;
    width: 100%;
    margin: 30px auto;
    padding: 15px 0;
    text-align: center;
}

#info header a {
    text-decoration: none;
}

#info #entry {
    border: 1px solid #ccc;
    padding: 30px 100px;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
}

#info p {
    display: block;
    font-size: 0.86em;
    line-height: 2em;
    padding: 0.5em 0;
    margin: 0.5em auto;
    font-family: sans-serif;
}

#info .time {
    font-family: 'Baskerville';
    font-weight: 300;
    font-size: 1.3em;
    padding: 0.2em 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#info .time span {
    display: block;
    float: left;
}

#info .time .fb-like {
    width: auto;
    display: block !important;
    float: right;
    text-align: right !important;
    margin-top: 4px;
}

#info #entry p.photo {
    width: 70%;
    min-height: 450px;
    text-align: center;
    margin: 2em auto;
    position: relative;
}

#info .mov {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 2em auto;
}

#info p.photo img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

#info .backtotop {
    text-align: center;
    padding: 1.5em 0;
}

ul#articleList {
    display: block;
}

#articleList li {
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 15px 20px;
    width: 31%;
    min-height: 360px;
    margin-right: 3.5%;
    margin-bottom: 30px;
    box-sizing: border-box;
    font-size: 0.9em;
    line-height: 1.3em;
}

#articleList li:nth-child(3n) {
    margin-right: 0;
}

#articleList a {
    text-decoration: none;
}

#articleList p.time {
    font-size: 0.8em;
}

#articleList p.photo {
    width: 100%;
    margin: 1em auto;
    height: 130px;
    text-align: center;
    overflow: hidden;
}

#articleList p.photo img {
    width: 130px;
    height: auto;
    text-align: center;
}

.pagination {
    padding: 1em 0;
    text-align: right;
    font-size: 0.94em;
}

.pagination span {
    padding: 0 0.5em;
}

.pagination a {
    padding: 0 0.5em;
}

.totalEntry {
    display: none;
}

a.nxt {
    position: fixed;
    right: 1em;
    top: 45%;
    width: 2em;
    height: 2em;
    z-index: 99;
    font-size: 2.4em;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: right;
    color: #000;
    text-decoration: none;
}

a.nxt:before {
    content: '\e945';
    font-family: 'icons';
}

a:hover.nxt:before {
    color: #b7ad80;
}

a.prev {
    position: fixed;
    left: 1em;
    top: 45%;
    width: 2em;
    font-size: 2.4em;
    z-index: 99;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
    color: #000;
    text-decoration: none;
}

a.prev:before {
    font-family: "icons";
    content: '\e946';
}

a:hover.prev:before {
    color: #ccc;
}
/* static page */
.static {
    width:100%;
    max-width: 780px;
    margin: 0 auto;
}
.static .mainimg{
    width:100%;
    margin: 0 auto 2em;
    padding:0;
    display: block;
    position: relative;
}
.static .mainimg img{
    width:100%;
    height: auto;
}

.static .sale{
    font-size:2.4em;
    text-align: center;
    padding:1em 0 1.5em;
}
.static .shop{
    font-size:1.4em;
    text-align: center;
    padding:1em 0 0.25;
    color:#b7ad80;
}
.static .term{
    font-size:1.2em;
    text-align: center;
    padding:1em 0 0.25;
}
#info.static p.note{
    font-size:0.8em;
    line-height: 1.5em;
}
#info.static .entry{
    width:100%;
    max-width: 620px;
    margin: 0 auto 4em;
    padding:0 2em;
}
#info.static .btn-wrp {
    text-align: center;
    margin: 1em auto;
}
#info.static a.btn {
    color:#fff;
    font-size:0.8em;
}

@media screen and (max-width:640px) {
    .forSP {
        display: block;
    }

    #container {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        font-size: 0.8em;
        margin: 20px auto 40px;
    }

    #info {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #info header nav {
        display: none;
    }

    #info header h1 {
        font-size: 1.3em;
    }

    #info #entry {
        border: none;
        padding: 0;
        width: 100%;
        margin: 20px auto;
        box-sizing: border-box;
    }

    #info .time {
        font-size: 0.9em;
        vertical-align: middle;
    }

    #info p {
        display: block;
        font-size: 0.7em;
    }
    #info #entry p {
        display: block;
        font-size: 0.9em;
    }
    #info #entry p.photo {
        width: 100%;
        min-height: auto;
        max-height: auto;
    }
    #articleList p.photo {
        width: 60%;
        height: auto;
        max-height: auto;
        margin: 10px auto 20px;

    }
    #articleList p.photo img{
        width: 100%;
        height: auto;
        text-align: center;
    }

    #articleList li {
        display: block;
        width: 100%;
        float: none;
        min-height: auto;
        margin-right: 0;
        margin-bottom: 30px;
        font-size: 1rem;
    }

    .pagination {
        font-size: 0.9em;
    }

    #footer {
        height: 200px;
        padding: 1em 0 0;
        font-size: 0.8em;
    }

    #copyright {
        font-size: 0.8em;
    }

    #prvBtn {
        display: none;
        position: fixed;
        top: 50%;
        left: 20px;
    }

    #nxtBtn {
        display: none;
        position: fixed;
        top: 50%;
        right: 20px;
    }
    #info.static .entry{
        width:100%;
        max-width: 100%;
        margin: 0 auto 3em;
        padding:0 0;
        font-size: 1rem;
    }
    #info.static p.note{
        font-size:0.7em;
    }
}
