@charset "utf-8";
/*==========================================
 body
===========================================*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: #eee;
    word-break: break-all;
    word-wrap: break-word;
    border-top: #000 5px solid;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
}

/*==========================================
 ヘッダー
===========================================*/

header {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
}

header h1 {
    width: 700px;
    height: auto;
    min-height: 30px;
    margin: 5px 0 0;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    color: #444;
    float: right;
    display: block;
    line-height: 1.5em;
    text-align: right;
}

.logo {
    width: 400px;
    height: 60px;
    float: left;
    margin: 20px 0;
    max-width: 400px;
}

/*==========================================
 グローバルナビゲーション
===========================================*/

.hambmenu {
    display: none;
}

.navi {
    display: none;
}

.navi ul {
    display: none;
}

.naviClose {
    display: none;
}

/*==========================================
article
===========================================*/

article {
    width: 1100px;
    margin: 0 auto;
}

/*==========================================
メイン
===========================================*/

#main {
    width: auto;
    height: auto;
    margin: 0 auto 100px;
    padding: 0;
}

#main:after {
    content: "";
    display: block;
    clear: both;
}

/*==========================================
 メインイメージ
===========================================*/

#mainimg {
    width: 800px;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    display: block;
    clear: both;
}

/***********ぱんくずリスト***********/

#topicpath {
    width: auto;
    line-height: 1.5em;
    height: auto;
    margin: 0;
}

#topicpath li {
    float: left;
    font-size: 10px;
    color: #666;
    padding-left: 5px;
    padding-bottom: 5px;
    display: inline;
}

#topicpath li a {
    text-decoration: none;
    color: #000000;
}

#topicpath li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

/*==========================================
h2
===========================================*/

h2 {
    width: auto;
    height: auto;
    color: #444;
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
    margin: 0 0 15px;
    padding: 15px;
    font-weight: bold;
    border-bottom: 2px dotted #eee;
}

.h2title {
    background-image: url(../images/h2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 20px;
    display: block;
}
h3{
    width: auto;
    height: auto;
    color: #444;
    font-size: 14px;
    text-align: left;
    line-height: 1.7em;
    margin: 0 0 15px;
    font-weight: bold;
    border-bottom: 2px dotted #eee;
    padding: 0 20px;
    display: block;
}
/*==========================================
解説エリア
===========================================*/

#leftbox {
    width: 800px;
    height: auto;
    margin: 0;
    float: left;
}

#leftcontents {
    width: auto;
    height: auto;
    margin: 0;
    background-color: #fff;
    border: 1px solid #c4c4c4;
}

.information {
    width: auto;
    height: auto;
    background-color: #FFF;
    overflow: hidden;
    margin: 0 0 30px;
}

.information p {
    font-size: 14px;
    line-height: 1.6em;
    color: #666;
    padding: 0;
    margin: 0 20px 10px;
}

.pic {
    height: auto;
    display: block;
    margin: 0 10px 10px 0;
    float: left;
}

.pic img {
    width: 250px;
    height: 250px;
}
.leftcontent-block{
    margin-bottom: 50px;
}

/*==========================================
 ランキングの中身
===========================================*/

.review {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
}

.thumb {
    width: auto;
    height: auto;
    margin: 0 0 15px;
}

.thumb img {
    width: 100%;
    height: auto;
}

.pointblock {
    width: auto;
    max-width: 758px;
    height: auto;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
    padding: 20px;
    background-color: #f9f9f9;
}

.pointtext {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #575757;
}

.pointtext p {
    width: 100%;
    max-width: 79px;
    height: auto;
}

.pointblock dl {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: table;
    border-bottom: 1px solid #c2c2c2;
}

.pointblock dt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
    width: 30px;
}

.pointblock dd {
    line-height: 1.7em;
    font-size: 13px;
    font-weight: bold;
    color: #555;
}


.review a:hover .photo {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}



.text {
    clear: both;
    width: auto;
    max-width: 760px;
    height: auto;
    font-size: 14px;
    line-height: 1.6em;
    color: #666;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left;
}

.linkbutton {
    width: 300px;
    height: 50px;
    display: block;
    margin: 0 auto 15px;
    padding: 0;
}

.linkbutton img {
    max-width: 300px;
}

.linkbutton a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

/*==========================================
サイドメニュー
===========================================*/

#rightbox {
    display: block;
    float: right;
    width: 270px;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #c4c4c4;
}

#rightbox h4 {
    width: auto;
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 0;
    background-color: #000;
}

.menu {
    width: 270px;
    height: auto;
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    color: #666;
    border-bottom: 2px dotted #e6e6e6;
    display: block;
    background-image: url(../images/h4.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.menu:last-child {
    border: none;
}

.menu:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.menu a {
    text-decoration: none;
    color: #666;
    display: block;
    font-size: 13px;
    padding: 15px 10px 15px 35px;
    vertical-align: middle;
}

/***********ページトップ**********/

.pagetop {
    cursor: pointer;
    height: 80px;
    width: 80px;
    margin: 0 0 30px auto;
    padding: 0;
    background-image: url(../images/pagetop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}

/***********フッター**********/

footer {
    display: block;
    padding: 0px;
    height: 95px;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    font-size: 12px;
    line-height: 70px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

.footer_bg {
    background-image: url(../images/footer_bg.png);
    background-repeat: repeat;
    width: auto;
    height: 25px;
}

footer a {
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
}




/*==========================================
 スマホ版
===========================================*/

@media only screen and (max-width: 767px) {
    body {
        width: 100%;
        height: auto;
        margin: 0px;
    }
    #wrapper {
        width: 100%;
        height: auto;
        background-color: #fff;
        margin: 0 auto;
        padding: 0;
    }
    /*==========================================
 ヘッダー
===========================================*/
    header {
        width: auto;
        height: 90px;
        margin: 0;
        padding: 0;
    }
    header h1 {
        width: 94%;
        height: auto;
        margin: 5px 4% 5px 2%;
        padding: 0;
        float: none;
        text-align: left;
    }
    .logo {
        width: 80%;
        height: auto;
        float: left;
        margin: 5px 0 0 2%;
        max-width: 400px;
    }

    .logo img {
        width: 100%
    }

    /*==========================================
g-navi
===========================================*/
    .hambmenu {
        display: block;
        background-image: url(../images/menu.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #000;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40px;
        right: 15px;
        cursor: pointer;
    }
    .navi {
        display: none;
        position: relative;
        top: 0px;
        right: 0;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        z-index: 1;
        box-shadow: 0 0 0 1px #CCC;
        clear: both;
    }
    .navi ul {
        display: block
    }
    .navi ul li {
        width: 100%;
        height: auto;
        display: block;
        font-size: 14px;
        text-align: left;
        border-top: 1px solid #888;
        padding: 0;
        background-color: rgba(30, 30, 30, 0.8);
    }
    .navi ul li a {
        padding: 15px 10%;
        line-height: 1.3em;
        color: #FFF;
        display: block;
        text-decoration: none;
        background-image: url(../images/menuLink.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .close {
        background-image: url(../images/close.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px;
    }
    .naviClose {
        color: #FFF;
        width: 100%;
        height: auto;
        display: block;
        font-size: 20px;
        text-align: center;
        border-top: 1px solid #777;
        padding: 10px 0 10px;
        background-color: rgba(30, 30, 30, 0.9);
        cursor: pointer;
    }
    /*==========================================
article
===========================================*/
    article {
        width: 100%;
        margin: 0 auto;
    }
    /*==========================================
main
===========================================*/
    #main {
        width: 100%;
        height: auto;
        margin: 0 auto 70px;
        padding: 0;
    }
    /*==========================================
mainimg
===========================================*/
    #mainimg {
        width: 100%;
        height: auto;
        margin: 0 auto 30px;
        padding: 0;
        display: block;
        clear: both;
    }
    #mainimg img {
        width: 100%;
    }
    /***********pankuzu***********/
    #topicpath {
        max-width: 100%
    }
    /*==========================================
h2
===========================================*/
    h2 {
        width: auto;
        height: auto;
        margin: 0 0 15px;
        padding: 15px 2%;
    }
    .h2title {
        padding: 0 5% 0 20px;
    }
    #leftbox {
        width: 100%;
        height: auto;
        margin: 0;
        float: none;
    }
    #leftcontents {
        width: auto;
        height: auto;
        margin: 0;
        border-left: none;
        border-right: none;
    }
    .information {
        width: auto;
        height: auto;
        margin: 0 0 20px;
    }
    .information p {
        padding: 0;
        margin: 0 2% 10px;
        float: none;
    }

    .pic {
        width: 40%;
        height: auto;
        display: block;
        margin: 0 10px 10px 0;
        float: left;
        max-width: 250px;
    }
    .pic img {
        width: auto;
        height: auto;
    }


    .review {
        width: auto;
        height: auto;
        margin: 0;
        text-align: center;
    }
    .thumb {
        width: 90%;
        height: auto;
        margin: 0 auto 15px;
        max-width: 400px;
    }
    .thumb img {
        width: 100%;
        height: auto;
    }

    .pointblock {
        width: 92%;
        height: auto;
        box-sizing: border-box;
        display: block;
        margin: 0 auto 20px;
        padding: 20px;
        background-color: #f9f9f9;
    }

    .text {
        clear: both;
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 1.6em;
        color: #666;
        margin: 0 2% 20px;
        padding: 0;
        text-align: left;
    }

    .linkbutton {
        width: 80%;
        height: auto;
        margin: 0 auto 15px;
        padding: 0;
        text-align: center;
    }
    .linkbutton a img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    /*==========================================
side
===========================================*/
    #rightbox {
        display: none;
    }

    /***********pagetop**********/
    .pagetop {
        cursor: pointer;
        height: 80px;
        width: 80px;
        margin: 0 auto 30px;
        padding: 0;
        background-image: url(../images/pagetop.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    /***********footer**********/
    footer {
        height: auto;
        width: 100%;
        margin: 0 auto;
        font-size: 10px;
        line-height: 30px;
    }
    .footer_bg {
        background-image: url(../images/footer_bg.png);
        background-repeat: repeat;
        width: auto;
    }

}
