/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 100px;
    padding-bottom: 10px;
    color: #454545;
    font-size: 14px;
    font-family:
        'M+ C Type-1 (basic latin) Light',
        'M+ Type-1 (general-j) Light', sans-serif;
}

a {
    color: #454545;
}

h2 {
    font-size: 1.5em;
    background-image: linear-gradient(-45deg, rgba(255, 230, 200, .4) 25%, transparent 25%, transparent 50%, rgba(255, 230, 200, .4) 50%, rgba(255, 230, 200, .4) 75%, transparent 75%, transparent 100%);
    /*見出しの色*/
    background-size: 5px 5px;
    /*線の太さ*/
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    /*見出しの影*/
    padding: 0.5em;
    /*文字まわりの余白*/
    color: #454545;
    /*文字色*/
    transform: rotate(0deg);
    /*見出しの角度*/
}

h3 {
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 2px solid #878787;
    /*    border-left: 10px double #878787;*/
    padding-left: 5px;
    margin-top: 15px;
}

h4 {
    font-size: 1.2em;
    border-left: .8em solid #CDACA0;
    padding: 5px;
    font-weight: bold;
    margin-top: 30px;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0px;
}

p {
    padding: 5px;
}

.marker {
    background: -moz-linear-gradient(transparent 60%, #B0D4C6 60%);
    background: -webkit-linear-gradient(transparent 60%, #B0D4C6 60%);
    background: linear-gradient(transparent 60%, #B0D4C6 60%);
    font-weight: bold;
}



/* ナビバー
-------------------------------------------------- */


.navbar {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
    background-image: url(img/header-bg-org.png);
    background-size: cover;
    box-shadow: 0 2px 4px gray;
    margin-bottom: 30px;

}

.nav-item {
    margin: 10px;
}

.nav-link {
    font-size: 12px;
    color: #000;
    border-left: 1px dotted lightgray;
    padding: 0 .8rem !important;
    letter-spacing: 0.1em;
}

.menu-subtext {
    font-size: 8px;


}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    font-size: .8rem;
    color: #878787;
}

.only-sp {
    display: none;
}





/* CONTENTS
-------------------------------------------------- */


section {
    padding-top: 100px;
    margin: -100px 10px 10px 10px;
}

.article-img {
    margin: 2em 4em;
}

.article-img img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.article-img-small {
    margin: 10px;
}

.article-img-small img {
    margin: 0;
    padding: 0;
    width: 200px;
}

.article-list {
    background: #F3F3F3;
    list-style: none;
    padding: 1rem;
    margin: 1rem;

}

.article-list li {
    padding-left: 1em;
    text-indent: -.7em;
}

.article-list li:before {
    content: "■　";
    color: lightgray;
}

.food-table {
    margin: 30px 5px;
    ;
    border: 1px solid #878787;
}

.food-table th {
    border: 1px dashed #878787;
    padding: 20px;
    background: #f4f4f4;
    /*    border: 1px solid #666;*/
}

.food-table th img {
    width: 100%;
}

.food-table td {
    border: 1px dashed #878787;
    padding: 20px;
}

.training-item {
    /*    border: 1px dashed #CDACA0;*/
    padding: 15px;
    margin: 30px;
    background: #F4F4F4;
}

.training-item h5 {
    display: inline-block;
    background-image: linear-gradient(-45deg, rgba(220, 245, 200, .4) 25%, transparent 25%, transparent 50%, rgba(220, 245, 200, .4) 50%, rgba(220, 245, 200, .4) 75%, transparent 75%, transparent 100%);
    /*見出しの色*/
    background-size: 5px 5px;
    /*線の太さ*/
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    /*見出しの影*/
    padding: 0.5em;
    /*文字まわりの余白*/
    color: #454545;
    /*文字色*/
    transform: rotate(0deg);
    /*見出しの角度*/
}

.protein-point-table {
    border: 1px dashed #878787;
    margin: 15px;
    padding: 15px;
}

.protein-point-table h5 {
    font-size: 1rem;
    display: inline-block;
    background-image: linear-gradient(-45deg, rgba(255, 230, 200, .4) 25%, transparent 25%, transparent 50%, rgba(255, 230, 200, .4) 50%, rgba(255, 230, 200, .4) 75%, transparent 75%, transparent 100%);
    /*見出しの色*/
    background-size: 5px 5px;
    /*線の太さ*/
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    /*見出しの影*/
    padding: 0.5em;
    /*文字まわりの余白*/
    color: #454545;
    /*文字色*/
    transform: rotate(0deg);
    /*見出しの角度*/
    margin-top: 15px;
}

.protein-item {
    position: relative;
    background: #fff;
    border-left: 4px dotted rgba(0, 0, 0, .1);
    border-right: 4px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 2em;
    /*    color: #65513f;*/
    margin-top: 50px;
    vertical-align: middle;
}

.protein-item-header {
    position: absolute;
    top: -1em;
    left: 3%;
    width: 140px;
    height: 50px;
    background-image: linear-gradient(-45deg, rgba(227, 155, 140, .4) 25%, transparent 25%, transparent 50%, rgba(227, 155, 140, .4) 50%, rgba(227, 155, 140, .4) 75%, transparent 75%, transparent 100%);
    background-size: 20px 20px;
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transform: rotate(-5deg);
    color: #65513f;
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
    line-height: 50px;
}

.protein-item img {
    display: block;
    margin: 20px auto;
    width: 50%;
}

.protein-item .protein-brand {
    font-size: .8rem;
}

.protein-item .protein-name {
    font-size: 1.2rem;
    font-weight: bold;
}

.protein-item .protein-price {
    color: #F91F19;
}

.protein-item .protein-btn {
    display: block;
    background: #fdfdfd;
    color: #555;
    border: 2px solid #dedede;
    padding: 3px;
    margin: 10px 3px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    color: #555;
    font-size: 11px;
    font-weight: normal;
    line-height: 28px;
}

.protein-item .protein-feature {
    margin: 15px 10px;
    /* 外側の余白 上下・左右 */
    padding: 20px;
    /* 内側の余白 */
    position: relative;
    z-index: 0;

}

.protein-item .protein-feature:before {
    background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px);
    /* ストライプの色 */
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -2;
}

.protein-item .protein-feature:after {
    background: #fff;
    /* 背景色 */
    content: '';
    position: absolute;
    top: 5px;
    /* ストライプ部分の太さ・上 */
    bottom: 5px;
    /* ストライプ部分の太さ・下 */
    left: 5px;
    /* ストライプ部分の太さ・左 */
    right: 5px;
    /* ストライプ部分の太さ・右 */
    z-index: -1;
    background-color: ;
}

.protein-item .protein-feature p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #c4566b;
}

.amazon-color {
    font-weight: bold;
    color: #FD8709;
}

.rakuten-color {
    font-weight: bold;
    color: #AE131B;
}

.yahoo-color {
    font-weight: bold;
    color: #E61F28;
}

.protein-spec {
    border: solid 1px #dedede;
    width: 100%;
}

.protein-spec tr th {
    border: solid 1px #dedede;
    width: 20%;
    padding: 3px;
    background-color: #fff;
    color: #c4566b;
    font-weight: 100;
}

.protein-spec tr td {
    border: solid 1px #dedede;
    width: 30%;
    padding: 3px;

}

.recipe-items {
    padding: 10px;
}

.recipe-item {
    position: relative;
    background: #F8F0D7;
    border-left: 4px dotted rgba(0, 0, 0, .1);
    border-right: 4px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 5px;
    margin: 15px 0;
    /*    color: #65513f;*/
    box-sizing: border-box;
    vertical-align: middle;
}

.recipe-item-header {
    position: absolute;
    top: -.6em;
    left: 30%;
    width: 100px;
    height: 30px;
    background-image: linear-gradient(-45deg, rgba(227, 155, 140, .4) 25%, transparent 25%, transparent 50%, rgba(227, 155, 140, .4) 50%, rgba(227, 155, 140, .4) 75%, transparent 75%, transparent 100%);
    background-size: 20px 20px;
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transform: rotate(-5deg);
    color: #65513f;
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
    line-height: 50px;
}

.recipe-item img {
    width: 100%;
}

.recipe-item h3 {
    font-size: 1.1rem;
    border-bottom: solid 2px #e39b8c;
}

.recipe-item h5 {
    margin-top: 20px;
    margin-bottom: 0;
}

.recipe-item .table-ing {
    width: 100%;
}

.recipe-item .table-ing td {
    border-bottom: dashed 1px #e39b8c;
    padding-top: 5px;
    font-size: .8rem;
}

.recipe-item .table-howto {
    width: 100%;

}

.recipe-item .table-howto th {
    border: solid 1px #F8F0D7;
    vertical-align: top;
    color: #e39b8c;
}

.recipe-item .table-howto td {
    padding-bottom: 10px;
    vertical-align: top;
    font-size: .8rem;
}

.pagination-area {
    margin: 30px auto;
}

.pagination-area a {
    color: #A2CCB9;
}

.pagination-area a:hover {
    background: #A2CCB9;
    color: #fff;
    border-bottom: #454545;
}

/* サイドバー 
------------------------- */


#side-contents {
    padding: 5px;
    border: 1px solid #eee;
    border-top: 12px solid #AFF3E2;
}

#side-contents .row {
    margin: 0;
    padding: 0;
}

#side-contents .col-title {
    background-color: #fff;
    border-bottom: solid 1px #878787;
    padding: 5px 5px 5px 35px;
    text-align: left;
    color: #666;
    position: relative;
    margin-bottom: 10px;
}

.icon-like {
    width: 28px;
    position: absolute;
    top: -1px;
    left: 1px;
}

.recommend-item {
    padding: 15px;
    border: 1px solid #eee;
    background-color: #F6F7F9;

}

.recommend-item img {
    width: 100%;
}

.recommend-name {
    font-size: .7rem;
    color: #454545;
    margin-top: 5px;
}

.reccomend-price {
    font-size: .8rem;
    color: #454545;
    font-weight: bold;
}

.load-more {
    display: block;
    margin-top: 10px;
    background: #A2CCB9;
    border: 1px solid #eee;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.load-more:hover {
    color: #fff;

}


/* バナー
-------------------------------------------------- */
.banner-yoko {
    margin: 0 auto;
    text-align: center;
}

.banner-yoko img {
    margin: 15px 3px;
    /*width: 100%;*/
    max-width: 468px;
}

.active{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #A2CCB9;
    border: 1px solid #dee2e6;
}


/* RESPONSIVE CSS
-------------------------------------------------- */



@media screen and (max-width: 480px) {
    body {
        padding-top: 70px;
    }

    .contents {
        padding: 0;
        margin: 0;
    }

    .food-table th img {
        display: none;
    }

    .training-item {
        margin: 0;
    }

    .protein-point-table {
        margin: 0;
    }

    .protein-item {
        padding: 10px;
    }

    .navbar-brand img {
        width: 120px;
    }

    .only-sp {
        display: inline-block;
    }
}


