@charset 'UTF-8';

/**
 * キーカラー : FF8A00
 * リンクカラー : 4EA4E0
 */

body {
    font-family: Verdana, 'メイリオ', Meiryo, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',  sans-serif;
    background-color: #F1F0EE;
}

#blog-name-container {
    width: 100%;
    padding: 8px 0;
    background-color: #FF8A00;
}

#blog-name-container h1 {
    font-size: 20px;
    font-weight: bold;
    width: 960px;
    margin: 0 auto;
    color: #FFF;
}

#blog-contents-container {
    width: 960px;
    min-height: 816px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#blog-contents-container #navi-container {
    overflow: hidden;
    margin-top: 40px;
}

#blog-contents-container #navi-container li {
    font-weight: bold;
    line-height: 40px;
    float: left;
    width: auto;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    color: #747474;
    border-radius: 20px;
    background-color: #FFF;
    background-color: #E2E2E2;
}

#blog-contents-container #navi-container li:hover {
    background-color: #FFF;
}

#blog-contents-container #navi-container li.current {
    color: #FFF;
    background-color: #FF8A00;
}

#blog-contents-container #navi-container li.last {
    margin-right: 0;
}

#blog-contents-container .per-shop-container {
    clear: both;
    width: 900px;
    min-height: 676px;
    margin-top: 40px;
    padding: 29px;
    border: 1px solid #DDD;
    background-color: #FFF;
}

.per-shop-container .shop-name {
    overflow: hidden;
}

.per-shop-container .shop-name h2 {
    font-size: 22px;
    font-weight: bold;
    float: left;
    padding: 10px 0 10px 15px;
    border-left: 7px solid #FF8A00;
}

.per-shop-container .shop-name p {
    float: right;
    margin-top: 10px;
    background-color: #FF8A00;
}

.per-shop-container .shop-name p a {
    font-size: 13px;
    line-height: 24px;
    display: block;
    height: 24px;
    padding: 0 26px;
    color: #FFF;
}

.per-shop-container .article-list {
    clear: both;
    overflow: hidden;
    margin-top: 25px;
}

.per-shop-container .article-list .per-category-list {
    float: left;
    width: 430px;
}

.per-shop-container .article-list .campaign-list {
    margin-right: 40px;
}

.article-list .per-category-list .list-head {
    overflow: hidden;
    padding-bottom: 3px;
    border-bottom: 1px solid #B7B7B7;
}

.article-list .per-category-list .list-head h3 {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.article-list .per-category-list .list-head p {
    float: right;
}

.article-list .per-category-list .list-head p a {
    text-decoration: underline;
    color: #4EA4E0;
}

.article-list .per-category-list .list-head p a:hover {
    text-decoration: none;
}

.article-list .per-category-list li, .article-list .per-category-list .nothing {
    padding: 1em 5px;
}

.article-list .per-category-list li {
    border-bottom: 1px dashed #B7B7B7;
}

.article-list .per-category-list li span {
    margin-right: 15px;
}

.article-list .per-category-list li a {
    text-decoration: underline;
    color: #4EA4E0;
}

.article-list .per-category-list li a:hover {
    text-decoration: none;
}

#copy-right-container {
    width: 100%;
    margin-top: 30px;
}

#copy-right-container p {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #6D6D6D;
}

/**
 * 404ページ
 */
#blog-contents-container #not-found {
    font-size: 17px;
    margin-top: 50px;
    padding: 30px;
    border: 1px solid #DDD;
    background-color: #FFF;
}
