/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on: 2017/1/27_
    Theme Name: Truffle Bakery 2026
    Author: PJ.
    Version: 1.0.1
    Description: 
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Theme URI:
    Tags: 
    Author URI:
*/

@charset "utf-8";
@charset "utf-8";

/** 表示制御
===================================*/
.visible-pc {
}

.hidden-pc {
    display: none !important;
}

.visible-tb {
    display: none;
}

.hidden-tb {
}

.visible-sp {
    display: none !important;
}

.hidden-sp {
}




/** Tablet
===================================*/
@media screen and (max-width: 1039px) {
/* base */
.visible-pc {
    display: none;
}

.hidden-pc {
}

.visible-tb {
    display: block;
}

.hidden-tb {
    display: none;
}

.visible-sp {
}

.hidden-sp {
}

}/* @media */




/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/* base */
.visible-pc {
}

.hidden-pc {
}

.visible-tb {
}

.hidden-tb {
}

.visible-sp {
    display: block !important;
}

.hidden-sp {
    display: none !important;
}

.nbr br:not(.vsp) {
    display: none;
}

}/* @media */






/* CSS Document */

/* ************************************************
*  default
* ************************************************ */
body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family:"メイリオ", Meiryo, system-ui,-apple-system,"Segoe UI",Roboto,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1.4;
    text-align:left;
    border-top:0px solid #4d4d4d;
    -webkit-text-size-adjust: 100%;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color:#666; 
}
img {
    max-width: 100%;
}
/* ----------------------------------------------------	
        maiin slider
---------------------------------------------------- */
.bx-wrapper .bx-viewport {
    border: 0 !important;
    background: none!important;
    box-shadow: none!important;
    left: 0 !important;
}
.bx-wrapper {
    border: 0 !important;
    background: none!important;
    box-shadow: none!important;
    background: #fff;
}
.bx-wrapper img {
    max-width: 100%;
}
.bx-wrapper .bx-viewport {
    display: table;    
    height: 100%;
}
.bx-wrapper .bx-viewport li {
    max-height: 300px;
    overflow-y: hidden;
}
.bx-wrapper .bx-viewport li img {
    position: relative;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
.bx-wrapper .bxslider_imgexp_wrapper {
    position: absolute;
    top:0;
    left: 0;   
    width: 100%;
    height: 100%; 
}
.bx-wrapper .bxslider_imgexp_inner {
    display: table;    
    width: 60%;
    height: 100%; 
    text-align: center;
    margin: 0 auto;
}
.bx-wrapper .bxslider_imgexp {
    display: table-cell;    
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color:#eee;
    word-break: break-all;
}
.bx-wrapper .slider_noimg {
    background-color: #000;
}
/* ----------------------------------------------------	
         carousel
---------------------------------------------------- */
.item_ranking_wapper {
    margin-top: 50px;
    background-color: #eee;
    width:100%;
}
.item_ranking {
    background-color: #eee;
    padding: 20px 0;
}
.item_recommend_wapper {
    background-color: #fff;
    width:100%;
}
.item_recommend {
    background-color: #fff;
    padding: 20px 0;
}
.item_ranking .item_ranking_title,
.item_recommend .item_recommend_title {
    text-indent: 10px;
    font-weight: bold;
    font-size: 1.6em;
}
.item_ranking .slick-slide,
.item_recommend .slick-slide {
    text-align: center;
    padding: 5px;
}
.item_ranking .slick-slide img,
.item_recommend .slick-slide img {
    width:100%;
}
.item_ranking .item_ranking_img,
.item_recommend .item_recommend_img {        
    display: table;
    width:100%;
    height: 150px;
    background-color: #000;
}
.item_ranking .item_ranking_imgexp,
.item_recommend .item_recommend_imgexp {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #eee;
}  
.item_ranking_exp, 
.item_recommend_exp {
    font-size: 0.8em;
    margin:3% 0;
}
.item_ranking_price,
.item_recommend_price {
    font-size: 0.8em;
}

/* ----------------------------------------------------	
        aside
---------------------------------------------------- */
aside .aside_sns {
    margin-bottom: 30px;
}
aside .aside_sns ul {
    text-align: center;
}
aside .aside_sns li {
    display: inline-block;
    margin-left: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 40px;
}
aside .aside_sns li:hover {
    background-color: #000;
}
aside .aside_sns li:first-child {
    margin-left: 0;
}
aside .aside_sns i {
    padding: 3px 9px;
}
aside .aside_sns a {
    color:#000;
}
aside .aside_sns a:hover {
    color:#fff;
}
aside #searchform .searchform ,
aside .archive_list {
    width: 100%;
}

aside .aside_listmenu #searchform li,
aside .archive_list li {
    padding: 10px 10px 0 10px;
}
aside #searchform input,
aside .archive_list input {
    width: 100%;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
aside #searchform select,
aside .archive_list select {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    cursor: pointer;
}
aside #searchform select::-ms-expand,
aside .archive_list select::-ms-expand{
    display: none;
}
aside #searchform label,
aside .archive_list label {
    position: relative;
}

aside #searchform label:after,
aside .archive_list label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: url(./img/arrow.png) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}
aside #searchsubmit {
    width: 100%;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color:#fff;
    cursor: pointer;
}


/* ************************************************
*  single 
* ************************************************ */

/***** relational_link *****/
.single_relational_link {
    margin-bottom: 30px;
}
.single_relational_link h3 {
    font-size: 1.6em;
    font-weight: bold;
    padding-left: 10px;
}
.single_relational_posts li {
    padding: 10px;
}
.single_relational_posts .single_relational_post_thumnail {
    float:left;
    width: 30%;
}
.single_relational_posts .single_relational_post_thumnail img {
    width: 100%;
    height: auto;
}
.single_relational_posts .single_relational_post_thumnail .single_relational_post_noimg {
    display: table;
    width: 100%;
    height: 111.844px;
    background-color: #000;
}
.single_relational_posts .single_relational_post_thumnail .single_relational_post_noimg .noimage {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width:100%;
    height: 100%;
    color: #eee;
}
.single_relational_posts .single_relational_post_subinfo {
    float:right;
    width:65%;
}
.single_relational_posts .single_relational_post_subinfo .single_relational_post_title {
    font-size: 1.2em;
    margin-bottom: 5px;
}
.single_relational_posts .single_relational_post_subinfo .single_relational_post_date ,
.single_relational_posts .single_relational_post_subinfo .single_relational_post_author {
    float:left;
    font-size: 1em;
}

/***** comments *****/
#comment_box {
    margin-bottom: 30px;
}
#comment_box h3 {
    font-size: 1.6em;
    font-weight: bold;
    padding-left: 10px;
}
#comment_area {
    background:#f2f2f2;
    margin-top:1em;
    line-height:1.4em;
}
#comment_area h3#comments {
    font-size:130%; 
    margin:0 0 0.7em;
}
#comment_area ol {
    list-style:none;
}
#comment_area ol li {
    overflow: hidden;
}
#comment_area ol li.depth-1{
    border-bottom: 1px #ccc solid;
    margin-bottom: 30px; 
    padding:12px 12px 30px;
}
#comment_area ol li ul.children {
    margin-left: 10%;
} 
img.avatar {
    margin-right:8px;
    float:left;
}
span.says{
    display:none;
}
cite.fn {
    font-size:90%;
}
div.comment-meta {
    font-size:80%;
}
div.comment-meta:after {
    content:''; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.comment-body p {
    font-size:90%;
    color:#000;
    margin:10px;
}
div.reply { 
    margin-bottom:0.2em
}
div.reply:after {
    content:''; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
div.reply a {
    text-align: right;
}
#respond {
    background:rgba(255,255,255,0.4);
    padding:1em;
    margin: 20px 0;
}
#respond h3#reply-title {
    font-size:130%;
    color:#000;
}
#respond h3#reply-title small a {
    font-size:70%; 
    text-decoration:underline;
}
#respond p { 
    margin-bottom:0.5em;
}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {
    font-size:80%;
}
#respond p.form-submit {
    margin : 30px 0;
    text-align: center;
}
input#author, input#email, textarea#comment {
    width:98%;
    border:1px #d7d7d7 solid;
    margin-top:0;
    font-size:14px;
    padding:7px 1%;
    color:#000;
}
textarea#comment {
    line-height:1.6em;
}
input#submit{
    cursor:pointer;
    font-size:110%;
    padding: 5px 1em;
    margin:0;
    color: #fff;
    background: #555;
    border:none;
}
.comment-np-btn {
    margin: 20px 0 0;
}
.comment-pre ,.comment-next{
    cursor:pointer;
    font-size:110%;
    margin:0;
    border:none;
}
.comment-next {
    float: right;
}

/***** sns buttan *****/
.sns_top  {
    margin-bottom:60px;
}
.sns_top li {
    display: inline-block;
}
.sns_top .facebook div ,
.sns_top .twitter div ,
.sns_top .googleplus div ,
.sns_top .hatena div ,
.sns_top .line div ,
.sns_top .pocket div ,
.sns_top .feedly div {
    width:80px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 10px 0;
}
.sns_top .facebook div {
    background-color: #3B5998;
}
.sns_top .twitter div {
    background-color: #1B95E0;
}
.sns_top .googleplus div {
    background-color: #DB4437;
}
.sns_top .hatena div {
    background-color: #0083D1;
}
.sns_top .line div {
    background-color: #00C300;
}
.sns_top .pocket div {
    background-color: #F03E51;
}
.sns_top .feedly div {
    background-color: #6CC655;
}
.sns_bottom {
    margin: 60px 0;
}
.sns_bottom ul {
    text-align: center;
}
.sns_bottom li {
    font-size: 0px;
    display: inline-block;
}
.sns_bottom li:nth-child(2) {
    margin-left: 5%;
}
.sns_bottom .facebook {

}
.sns_bottom .twitter {

}
.sns_bottom .facebook .sns_icon_btn div,
.sns_bottom .twitter .sns_icon_btn div {
    float: left;
}
.sns_bottom .facebook .sns_icon_btn div:nth-child(1) ,
.sns_bottom .facebook .sns_icon_btn div:nth-child(2) ,
.sns_bottom .twitter .sns_icon_btn div:nth-child(1) ,
.sns_bottom .twitter .sns_icon_btn div:nth-child(2) {
    padding:20px;
    color:#fff;
    text-align: center;
    font-size: 14px;
}
.sns_bottom .facebook .sns_icon_btn div:nth-child(1) {
    background-color: #355089;
}
.sns_bottom .facebook .sns_icon_btn div:nth-child(2) {
    background-color: #3B5998;
    min-width: 130px;
}
.sns_bottom .twitter .sns_icon_btn div:nth-child(1) {
    background-color: #1886CA;
}
.sns_bottom .twitter .sns_icon_btn div:nth-child(2) {
    background-color: #1B95E0;
    min-width: 130px;
}

/* ************************************************
*  pagenation
* ************************************************ */

.pagination,.page-link {
    position: relative;
    height: 100px;
    text-align: center;
}
.pagination span, .pagination a,
.page-link span, .page-link a{
    display: inline-block;
    width: auto;
    padding: 8px 13px;
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #000;
    text-decoration: none!important;

}
.pagination .current,
.page-link span {
    padding: 8px 13px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.page-link span {
    color: #fff;
}
.page-link a span {
    color: #000;
    background-color: #fff;
}
.pagination a.no_border {
    border: 1px solid #fff;
}
.pagination a,
.page-link  a span,
.page-link span{
    border: 1px solid #999999;
    padding: 8px 13px;
}
.pagination a:hover,
.page-link  a:hover span{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    /* ************************************************
    *  layout
    * ************************************************ */
    body {
        /*border-top: 7px solid rgb(0, 0, 0);*/
    }
    .container {
        width:1200px;
        min-width: 1200px;
        margin:0 auto;
    }
    .container:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    #header {
        width:100%;
        min-width: 1200px;
    }

    .container_main {
        margin-top: 0;
    }
    aside {
        float: left;
        width: 300px;
    }
    #article {    
        float: right;
        width: 860px;
    }
    #footer{
        width:100%;
        background:#e9e9e9;
        margin:100px auto 0px;
        padding:50px 0px 80px;
    }
    /* ----------------------------------------------------
              header
      ---------------------------------------------------- */
    .header {
        border-bottom:1px solid #000;
        background-color: #fff;
    }
    .gNav {
        /*padding:20px 0px;*/
        padding-left:5px;
    }
    .gNav__unit  {
        padding: 20px 0px;
        text-align: left;
        display: inline-table;
        vertical-align: middle;
        position: relative;
        height: 55px;
    }
    .gNav__unit:nth-child(n+2){
        margin-left:2%;
        font-weight: bold;
    }
    .gNav__unit--logo {
        width: 100%;
        text-align: center;
    }
    .gNav__unit a {
        vertical-align: middle;
        display: table-cell;
    }
    /* ----------------------------------------------------	
            maiin slider
    ---------------------------------------------------- */
    .bx-viewport:before,
    .bx-viewport:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        z-index: 1000;
    }
    .bx-wrapper .bx-viewport {
        overflow: visible !important;
        left: 0;
        border-width: 0;
        box-shadow: none;
    }

    .bx-viewport:before {
        right: 100%;
        left: -100%;
    }

    .bx-viewport:after {
        left: 100%;
        right: -100%;
    }
    .bx-wrapper .bx-viewport {
        border: 0 !important;
        background: none!important;
        box-shadow: none!important;
        left: 0 !important;
    }
    .bx-wrapper {
        border: 0 !important;
        background: none!important;
        box-shadow: none!important;
        background: #fff;
    }
    .bx-wrapper .bx-viewport {
        display: table;    
        height: 100%;
    }

    /* ----------------------------------------------------	
            bread_crumb
    ---------------------------------------------------- */
    .bread_crumb_bg1 {
        background-color: #eee;
        display: block;
    }
    .bread_crumb_bg2 {
        display: none;
    }
    #bread_crumb {
        padding: 5px 0;
        font-size: 0.8em;
    }
    .bread_crumb_bg1 li,
    .bread_crumb_bg2 li {
        float: left;
    }
    /* ----------------------------------------------------	
            main image box
    ---------------------------------------------------- */
    .main_imgbg_box {
        width: 100%;
        min-height: 300px;
        z-index: 0;
        position: relative;
        margin-bottom: 30px;
    }
    .main_imgbg_overlay {
        position: relative;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
        z-index: 1;
    }
    .main_imgbg_noimgoverlay {
        position: relative;
        width: 100%;
        background-color: rgba(0,0,0,0.9);
        z-index: 1;
    }
    .main_img_box {
        position: absolute;
        top:0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
    }
    .main_img_innerbox {
        display: table;
        height: 100%;
    }
    .main_img_innerbox.main_img_innernoimgbox {
        min-height: 300px;
    }
    .main_img_innerbox > div {
        display: table-cell;
        vertical-align: middle;
    }
    .main_img_innerbox > div {
        display: table-cell;
        vertical-align: middle;
    }
    .main_img_innerbox > div .main_img {
        float: left;
        width:30%;
    }
    .main_img_innerbox img {
        width: 100%;
        height: auto;
    }
    .main_img_innerbox > div .main_info {
        float: right;
        width:60%;
        color:#fff;
    }
    .main_img_innerbox > div .main_info_noimg {
        margin: 0 auto;
        width:60%;
        color:#fff;
    }
    .main_img_innerbox > div .main_info a ,
    .main_img_innerbox > div .main_info_noimg a {
        color:#fff;
    }
    .main_img_innerbox > div .main_info .post_title ,
    .main_img_innerbox > div .main_info_noimg .post_title {
        font-size: 1.4em;
    }
    /* ----------------------------------------------------	
            #article
    ---------------------------------------------------- */
    .postlist .postlist_title {
        font-weight: bold;
        font-size: 1.4em;
        padding: 10px 5px;
    }
    .postlist .postlist_box li {
        width:269px;
        float: left;
        margin-bottom: 25px;
        word-break: break-all;
    }
    .postlist .postlist_box li {
        margin-left: 3%;
    }
    .postlist .postlist_box li:nth-child(3n-2) {
        margin-left: 0;
    }
    .postlist .postlist_box li .postlist_img {        
        display: table;
        width:100%;
        height: auto;
    } 
    .postlist .postlist_box li .postlist_img img {
        width:100%;
        height: auto;
    }  
    .postlist .postlist_box li .postlist_noimg {        
        display: table;
        width:100%;
        height: 111.844px;
        background-color: #000;
    }
    .postlist .postlist_box li .postlist_noimgexp {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #eee;
    }    
    .postlist .postlist_box li .postlist_blogtitle {
        font-size: 0.8em;
        margin:3% 0;
    }
    .postlist .postlist_box li .postlist_date {
        font-size: 0.8em;
    }
    .postlist .postlist_box li .postlist_auther {
        font-size: 0.8em;
    }
    /* ----------------------------------------------------	
            aside
    ---------------------------------------------------- */
    aside .aside_listmenu {
        margin-bottom: 20px;
    }
    aside .aside_listmenu li {
        padding: 10px;
    }
    aside .aside_listmenu li.aside_title {
        font-size: 1.6em;
        font-weight: bold;
        text-indent: 0;
        border-bottom: 2px #d7d7d7 solid;
    }
    aside .aside_listmenu li:nth-child(2) {
        padding-top: 20px;
    } 
    .aside_banner {

    }
    .aside_banner .aside_banner_img {
        display: table;
        width:100%;
        height: 120px;
        background-color: #000;
        margin-bottom: 20px
    }
    .aside_banner .aside_banner_imgexp {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #eee;
    }

    aside .aside_listmenu #searchform li,
    aside .archive_list li {
        padding: 10px 10px 0 10px;
    }

    /* ----------------------------------------------------	
             carousel
    ---------------------------------------------------- */
    .item_ranking,
    .item_recommend {
        width:1200px;
        min-width: 1200px;
        margin:0 auto;
    }  

    /* ----------------------------------------------------	
             single
    ---------------------------------------------------- */
    #single_post_list {
        margin-bottom: 60px;
    }
    .pagination-pc {
        display: block;
    }
    .pagination-sp {
        display: none;
    }
    /* ----------------------------------------------------	
        footer
    ---------------------------------------------------- */

    .fBoxList{
        text-align: center;
        letter-spacing: 0.4em;
    }
    .fBoxList__unit{
        display: inline-block;
        letter-spacing: normal;
        text-align:left;
        vertical-align: top;
    }
    .fBoxList__unit:nth-child(n+2){
        margin-left:145px;
    }
    .fBox:nth-child(n+2){
        margin-top:25px;
    }
    .fBox__title{
        margin-bottom:10px;
        color:#666;
        font-weight:bold;
    }
    .fList__unit{
        line-height:25px;
    }
    a.fList__link{
        color:#666;
        font-size:10px;
    }
    .footer__sk,.footer__sk a{
        color:#666;
    }
    .footer__skTitle {
        font-size: 15px;
        margin-bottom: 25px;
        font-weight:bold;
    }
    .footer__sk--list3 .footer__skBox {
        width: 30%;
        float: left;
    }
    .footer__sk--list3 .footer__skBox:nth-child(n+2) {
        margin-left: 3.3%;
    }
    .footer__sk--list4 .footer__skBox {
        width: 22%;
        float: left;
    }
    .footer__sk--list4 .footer__skBox:nth-child(n+2) {
        margin-left: 4%;
    }
    .footer__skName {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .footer__skName:nth-child(n+2) {
        margin-top: 25px;
    }
    .footer__skBox .payment_img {
        display: inline-block;
        margin-bottom: 3px;
    }
    .footer__skBox .payment_img:nth-child(n+2) {
        margin-left: 5px;
    }
    .fNav{
        text-align: center;
        letter-spacing: -.4em;
        margin:0px 0px 14px;
    }
    .fNav__unit{
        letter-spacing: normal;
        display: inline-block;
        margin-left:32px;
    }
    .fNav__unit:first-child{
        margin-left:0px;
    }
    a.fNav__link{
        font-size:14px;
    }
    .copy{
        text-align:center;
    }
    .copy div {
        display: inline-block;
    }
}
@media only screen and (min-width: 768px)  and (max-width: 1200px) {
    /* ************************************************
    *  layout
    * ************************************************ */
    .container {
        width:100%;
        min-width: 100%;
        margin:0 auto;
    }
    .container:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    #header {
        width:100%;
        min-width: 100%;
        background-color: #fff;
    }
    .container_main {
        margin-top: 0;
    }
    aside {
        float: left;
        width: 25%;
    }
    #article {    
        float: right;
        width: 72%;
    }
    #footer{
        width:100%;
        min-width: 100%;
        background:#e9e9e9;
        margin:100px auto 0px;
        padding:50px 0px 50px;
    }
    /* ----------------------------------------------------	
             #article
    ---------------------------------------------------- */
    .postlist .postlist_box li {
        width:30%;
        float: left;
        margin-bottom: 5%;
        word-break: break-all;
    }

    /* ----------------------------------------------------	
             slider
    ---------------------------------------------------- */
    .bx-wrapper img {
        height: auto;
    }
    /* ----------------------------------------------------	
             carousel
    ---------------------------------------------------- */
    .item_ranking,
    .item_recommend {
        width:100%;
        min-width: 100%;
    }

}
@media only screen and (max-width: 768px) {
    /* ************************************************
    *  layout
    * ************************************************ */
    .container {
        width:100%;
        margin:0 auto;
    }
    .container:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    #header {
        width:100%;
        background-color: #fff;
        z-index: 1000;
    }
    .container_main {
        margin-top: 20px;
    }
    aside {
        position:fixed;
        top:0;
        width:100%;
        height:100%;
        background:#fff;
        overflow:scroll;
        z-index: 1001;
    }
    #article {    
        width:100%;
    }
    #footer{
        width:100%;
        background:#e9e9e9;
        padding:50px 0px 0;
    }
    /* ----------------------------------------------------	
            #header
    ---------------------------------------------------- */
    #header {
        position: fixed;
        top:0;
        left:0;
        margin: 0;
    }
    #header .container {
        position: relative;

    }
    #header .container .header_logo {
        padding: 10px 10px 8px;
        text-align: center;
    }
    #header .container .header_logo a {
        color: #eee;
    }
    #header .container h1 {
        display: none;
    }
    /* #header .header_sideOpenbtn {
        display: block;
        width: 28px;
        height: 18px;
        padding: 11px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    #header .header_sideOpenbtn:before, 
    #header .header_sideOpenbtn:after {
        content: '';
        display: block;
        background: #000;
        height: 2px;
    }
    #header .header_sideOpenbtn span {
        background: #000;
        display: block;
        height: 2px;
        margin: 6px 0;
    } */
    .gNav{
        text-align:center;
        border-bottom: 2px #d7d7d7 solid;
    }
    #header .gNav__unit {
        display: none;
    }
    #header .gNav__unit--logo {
        display: block;
        width: 160px;
        padding: 7px 0 0;
        margin:0 auto;
    }

    /* ----------------------------------------------------	
             slider
    ---------------------------------------------------- */
    .slider_box {
        margin-top: 40px;
    }
    .bx-wrapper .bx-viewport li {
        height: 150px;
        overflow-y: hidden;
    }
    .bx-wrapper .slider_noimg {
        background-color: #000;
        height: 100%;
    }
    /* ----------------------------------------------------	
        main image box
---------------------------------------------------- */
    .main_imgbg_box {
        margin-top: 48px;
    }
    .main_imgbg_box .main_imgbg_overlay ,
    .main_imgbg_box .main_imgbg_noimgoverlay ,
    .main_imgbg_box  .sub_info_cate {
        display: none;
    }
    .main_imgbg_box {
        background-image: none!important;
    }    
    .main_img_innerbox img {
        width: 100%;
        height: auto;
    }
    .main_imgbg_box .post_title {
        padding: 10px;
    }
    .main_imgbg_box .sub_info_spborder {
        padding: 10px;
        margin: 5px 0;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        font-size: 0.8em;
    }
    .main_imgbg_box .sub_info_spborder {

    }
    .main_imgbg_box .sub_info_spborder .sub_info_date {
        float:right;
    }
    .main_imgbg_box .sub_info_spborder .sub_info_author {
        float:left;
    }

    /* ----------------------------------------------------	
            bread_crumb
    ---------------------------------------------------- */
    .bread_crumb_bg1 {
        display: none;
    }
    .bread_crumb_bg2 {
        display: block;
        text-align: center;
        border-top: 1px #d7d7d7 solid;
        padding: 10px 0;
        border-bottom: 1px #d7d7d7 solid;
        font-size: 0.8em;
    }
    #bread_crumb {
        padding: 5px 0;
        font-size: 0.8em;
    }
    .bread_crumb_bg1 li,
    .bread_crumb_bg2 li {
        display: inline-block;
    }


    /* ************************************************
    *  single 
    * ************************************************ */

    /***** relational_link *****/
    .single_relational_link {
        margin-bottom: 5%;
    }
    .single_relational_posts .single_relational_post_subinfo .single_relational_post_title {
        font-size: 1em;
        margin-bottom: 1%;
    }
    .single_relational_posts .single_relational_post_subinfo .single_relational_post_date ,
    .single_relational_posts .single_relational_post_subinfo .single_relational_post_author {
        font-size: 0.8em;
    }
    .blog_text {
        padding: 0 3%;
        word-break: break-all;
    }
    /***** sns buttan *****/
    .sns_top {
        padding: 0 3%;
        font-size: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .sns_top .facebook div ,
    .sns_top .twitter div ,
    .sns_top .googleplus div ,
    .sns_top .hatena div ,
    .sns_top .line div ,
    .sns_top .pocket div ,
    .sns_top .feedly div {
        width:50px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
    }
    .sns_bottom .facebook .sns_icon_btn div:nth-child(1) ,
    .sns_bottom .facebook .sns_icon_btn div:nth-child(2) ,
    .sns_bottom .twitter .sns_icon_btn div:nth-child(1) ,
    .sns_bottom .twitter .sns_icon_btn div:nth-child(2) {
        padding:10px;
    }
    .sns_bottom li:nth-child(2) {
        margin-left: 0%;
    }
    .sns_bottom .facebook .sns_icon_btn div:nth-child(2) ,
    .sns_bottom .twitter .sns_icon_btn div:nth-child(2) {
        min-width: 120px;
    }
    /* ----------------------------------------------------	
            #article
    ---------------------------------------------------- */
    .postlist .postlist_title {
        font-weight: bold;
        font-size: 1.4em;
        padding: 10px 5px;
    }
    .postlist .postlist_box li {
        width:47%;
        float: left;
        margin-bottom: 5%;
        word-break: break-all;
    }
    .postlist .postlist_box li:nth-child(2n-1) {
        padding: 0% 1% 2% 2%;
    }
    .postlist .postlist_box li:nth-child(2n) {
        padding: 0% 2% 2% 1%;
    }
    .postlist .postlist_box li  .postlist_unit {
        width:100%;
    }
    .postlist .postlist_box li .postlist_img {        
        display: table;
        width:100%;
        height: auto;
    }
    .postlist .postlist_box li .postlist_img img {
        width:100%;
        height: auto;
    }  
    .postlist .postlist_box li .postlist_noimg {        
        display: table;
        width:100%;
        height: 100px;
        background-color: #000;
    }
    .postlist .postlist_box li .postlist_noimgexp {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #eee;
    }    
    .postlist .postlist_box li .postlist_blogtitle {
        font-size: 0.8em;
        margin:3% 0;
    }
    .postlist .postlist_box li .postlist_date {
        font-size: 0.8em;
    }
    .postlist .postlist_box li .postlist_auther {
        font-size: 0.8em;
    }
    .main_banner {

    }
    .main_banner li {
        width:47%;
        float: left;
        margin-bottom: 5%;
    }
    .main_banner li:nth-child(2n-1) {
        padding: 0% 1% 2% 2%;
    }
    .main_banner li:nth-child(2n) {
        padding: 0% 2% 2% 1%;
    }
    .main_banner .aside_banner_img {
        display: table;
        width:100%;
        height: 120px;
        background-color: #000;
        margin-bottom: 20px
    }    
    .main_banner .aside_banner_imgexp {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #eee;
    }

    /* ----------------------------------------------------	
            aside
    ---------------------------------------------------- */
    aside .header_sideClosebtn {
        display: block;
        width: 28px;
        height: 28px;
        padding: 10px 10px 2px 10px;
        position: absolute;
        top: 0;
        right: 0;
    }
    aside .header_sideClosebtn span:nth-child(1) {
        background-color: #d7d7d7;
        display: block;
        margin-top: 10px;
        height: 2px;
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    aside .header_sideClosebtn span:nth-child(2) {
        background-color: #d7d7d7;
        display: block;
        margin-top: -1px;
        height: 2px;
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        transform:rotate(45deg)
    }
    aside .aside_listmenu.drower_first {
        margin-top: 40px;
    }
    aside .aside_listmenu li,
    aside .archive_list li {
        padding: 10px;
        border-bottom: 1px #d7d7d7 solid;
        text-indent: 10px;
    }    
    aside .aside_listmenu li.aside_title ,
    aside .archive_list li.aside_title {
        font-weight: bold;
        text-indent: 0;
        border-top: 1px #d7d7d7 solid;
    }         
    aside .aside_listmenu.drower_first li.aside_title {
        border-top: 2px #d7d7d7 solid;
    }     
    aside .aside_listmenu #searchform li {
        padding: 10px 10px 0 10px;
        border-bottom: none;
        text-indent: 0;
    }
    aside .aside_listmenu #searchform li:last-child {
        border-bottom: 1px #d7d7d7 solid;
    }
    aside #searchsubmit {
        margin-bottom: 10px;
    }
    aside .aside_listmenu #archive_list{
        border-bottom: 1px #d7d7d7 solid;
    }
    aside .aside_listmenu #archive_list li {
        text-indent: 0;
    }
    aside .aside_sns {
        margin: 30px 0;
    }
    /* ----------------------------------------------------	
             carousel
    ---------------------------------------------------- 

    /* ----------------------------------------------------	
            footer
    ---------------------------------------------------- */
    #footer {
        background-color: #fff;
    }
    .fNav__unit {
        letter-spacing: normal;
        display: block;
        text-align: center;
        border-bottom: 1px solid #d7d7d7;
    }
    .fNav__unit:first-child {
        border-top: 1px solid #d7d7d7;
    }
    .fNav__unit:first-child {
        margin-left: 0; 
    }
    a.fNav__link {
        display: block;
        padding: 10px 0;
        font-size: 1em;
    }
    .copy{
        font-size: 0.6em;
        line-height: 16px;
        text-align:center;
        padding: 10px 0 ;
    }
    /* ----------------------------------------------------	
             carousel
    ---------------------------------------------------- */
    .item_ranking,
    .item_recommend {
        width:100%;
        min-width: 100%;
    }
    .item_ranking_wapper {
        margin-top: 0;
    }
    /* ----------------------------------------------------	
             single
    ---------------------------------------------------- */
    .relation_post_list {
        margin-bottom: 5%;
    }
    /* ----------------------------------------------------	
             single
    ---------------------------------------------------- */
    .pagination-pc {
        display: none;
    }
    .pagination-sp {
        display: block;
        margin-top: 30px;
    }
}
/* ----------------------------------------------------	
        TIPS
---------------------------------------------------- */
/* margin */
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.mb90 { margin-bottom:90px; }
.mb100 { margin-bottom:100px; }
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 0.5%; }
.mar_t_5 { margin-top: 0.5%; }
.mar_r_5 { margin-right: 0.5%; }
.mar_b_5 { margin-bottom: 0.5%; }
.mar_l_5 { margin-left: 0.5%; }
.mar_t_8 { margin-top: 0.8%; }
.mar_10 { margin: 1%; }
.mar_t_10 { margin-top: 1%; }
.mar_r_10 { margin-right: 1%; }
.mar_b_10 { margin-bottom: 1%; }
.mar_l_10 { margin-left: 1%; }
.mar_20 { margin: 2%; }
.mar_t_20 { margin-top: 2%; }
.mar_r_20 { margin-right: 2%; }
.mar_b_20 { margin-bottom: 2%; }
.mar_l_20 { margin-left: 2%; }
.mar_30 { margin: 3%; }
.mar_t_30 { margin-top: 3%; }
.mar_r_30 { margin-right: 3%; }
.mar_b_30 { margin-bottom: 3%; }
.mar_l_30 { margin-left: 3%; }
.mar_40 { margin: 4%; }
.mar_t_40 { margin-top: 4%; }
.mar_r_40 { margin-right: 4%; }
.mar_b_40 { margin-bottom: 4%; }
.mar_l_40 { margin-left: 4%; }
.mar_50 { margin: 5%; }
.mar_t_50 { margin-top: 5%; }
.mar_r_50 { margin-right: 5%; }
.mar_b_50 { margin-bottom: 5%; }
.mar_l_50 { margin-left: 5%; }

/* padding */
.pad_v_10 { padding: 1% 0; }
.pad_v_20 { padding: 2% 0; }
.pad_v_30 { padding: 3% 0; }
.pad_h_10 { padding: 0 10%; }
.pad_h_20 { padding: 0 20%; }
.pad_h_30 { padding: 0 30%; }

.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 0.5%; }
.pad_t_5 { padding-top: 0.5%; }
.pad_r_5 { padding-right: 0.5%; }
.pad_b_5 { padding-bottom: 0.5%; }
.pad_l_5 { padding-left: 0.5%; }
.pad_10 { padding: 1%; }
.pad_t_10 { padding-top: 1%; }
.pad_r_10 { padding-right: 1%; }
.pad_b_10 { padding-bottom: 1%; }
.pad_l_10 { padding-left: 1%; }
.pad_20 { padding: 2%; }
.pad_t_20 { padding-top: 2%; }
.pad_r_20 { padding-right: 2%; }
.pad_b_20 { padding-bottom: 2%; }
.pad_l_20 { padding-left: 2%; }
.pad_30 { padding: 3%}
.pad_t_30 { padding-top: 3%; }
.pad_r_30 { padding-right: 3%; }
.pad_b_30 { padding-bottom: 3%; }
.pad_l_30 { padding-left: 3%; }

/* margin px */
.mar_5p { margin: 5px; }
.mar_t_5p { margin-top: 5px; }
.mar_r_5p { margin-right: 5px; }
.mar_b_5p { margin-bottom: 5px; }
.mar_l_5p { margin-left: 5px; }
.mar_t_8p { margin-top: 8px; }
.mar_10p { margin: 10px; }
.mar_t_10p { margin-top: 10px; }
.mar_r_10p { margin-right: 10px; }
.mar_b_10p { margin-bottom: 10px; }
.mar_l_10p { margin-left: 10px; }
.mar_t_20p { margin-top: 20px; }
.mar_r_20p { margin-right: 20px; }
.mar_b_20p { margin-bottom: 20px; }
.mar_l_20p { margin-left: 20px; }
.mar_t_30p { margin-top: 3%; }
.mar_r_30p { margin-right: 30px; }
.mar_b_30p { margin-bottom: 30px; }
.mar_l_30p { margin-left: 30px; }
.mar_t_40p { margin-top: 40px; }
.mar_r_40p { margin-right: 40px; }
.mar_b_40p { margin-bottom: 40px; }
.mar_l_40p { margin-left: 40px; }
.mar_t_50p { margin-top: 50px; }
.mar_r_50p { margin-right: 50px; }
.mar_b_50p { margin-bottom: 50px; }
.mar_l_50p { margin-left: 50px; }

/* padding px  */
.pad_v_10p { padding: 10px 0; }
.pad_v_20p { padding: 20px 0; }
.pad_v_30p { padding: 30px 0; }
.pad_h_10p { padding: 0 10px; }
.pad_h_20p { padding: 0 20px; }
.pad_h_30p { padding: 0 30px; }
.pad_0p { padding: 0; }
.pad_t_0p { padding-top: 0; }
.pad_r_0p { padding-right: 0; }
.pad_b_0p { padding-bottom: 0; }
.pad_l_0p { padding-left: 0; }
.pad_5p { padding: 5px; }
.pad_t_5p { padding-top: 5px; }
.pad_r_5p { padding-right: 5px; }
.pad_b_5p { padding-bottom: 5px; }
.pad_l_5p { padding-left: 5px; }
.pad_10p { padding: 10px; }
.pad_t_10p { padding-top: 10px; }
.pad_r_10p { padding-right: 10px; }
.pad_b_10p { padding-bottom: 10px; }
.pad_l_10p { padding-left: 10px; }
.pad_20p { padding: 20px; }
.pad_t_20p { padding-top: 20px; }
.pad_r_20p { padding-right: 20px; }
.pad_b_20p { padding-bottom: 20px; }
.pad_l_20p { padding-left: 20px; }
.pad_30p { padding: 30px}
.pad_t_30p { padding-top: 30px; }
.pad_r_30p { padding-right: 30px; }
.pad_b_30p { padding-bottom: 30px; }
.pad_l_30p { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }
.va-top { vertical-align: top; }

/* text align */
.txt-left { text-align: left;}
.txt-right { text-align: right;}
.txt-center { text-align: center;}

/* inline */
.inline {
    display: inline-block;
}

/* float */
.fll { float: left; }
.flr { float: right;}

/* clear */
.clear { clear: both;}

/* ----------------------------------------------------	
        clearfix
---------------------------------------------------- */
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}

/* ----------------------------------------------------	
        オンマウス
---------------------------------------------------- */

a:hover img {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
}

/* ----------------------------------------------------	
        font icon 追加
---------------------------------------------------- */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
.fa-line:before {
    content: "LINE";
    font-family: Verdana;
    font-weight: bold
}

/* ************************************************
*  error404
* ************************************************ */
#error404 {
    text-align: center;
    width: 500px;
    margin: 0 auto 100px;
    padding-top: 100px;
}
#error404 .error_title {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
#error404 .error_exp {
    border-top : 1px solid #333;
    border-bottom : 1px solid #333;
    padding: 30px 0;
    font-size: 16px;
}

@media only screen and (max-width: 500px) {
    #error404 {
        width: 100%;
    }
    #error404 .error_title {
        font-size: 14px;
    }
    #error404 .error_exp {
        font-size: 14px;
    }
}






/* header */
@media screen and (max-width: 767px) {
a.gNav__link {}

li.gNav__unit.gNav__unit--logo {

}

ul.gNav.clearfix {

}

li.gNav__unit.gNav__unit--logo img {
	width: 140px;
}

#header .gNav__unit--logo {
    display: block;
    width: 100px;
    padding: 7px 0 0;
    margin:0 auto;
}

}
/* @media */