@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    news_pc.css
*
*
------------------------------------------------------------------------------------------ */
.card a{
    color: #ff9d16;
}

.card a:hover{
    text-decoration: underline;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .2s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

[v-cloak] {
    display: none;
}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
section.section{
    width: 960px;
    margin: 25px auto;
}


/*----------------------------------------
*
    .tabs
*
----------------------------------------*/
.tabs{
    border-bottom: 2px solid #451c1d;
    text-align: center;
}

.tabs li{
    margin: 0 3px;
    display: inline-block;
}

.tabs li a{
    width: 130px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px 5px 0 0;
    display: block;
    background-color: #eee8de;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: background .15s ease .0s, color .15s ease .0s;
}

.is_pc .tabs.is-boxed li a:hover,
.is_sp .tabs.is-boxed li a.touch, 
.tabs.is-boxed li.is-active a{
    background-color: #451c1d;
    color: white;
    font-weight: bold;
    transition: background .2s ease .05s, color .2s ease .05s;
}
      
.card_wrap{
    background-color: #fff;
}

.card_wrap ul{
    margin: 0 0 -1px 0;
    overflow: hidden;
}

.card{
    width: 960px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: table;
}

.card .col_l{
    min-width: 180px;
    padding: 0 0 0 0;
    box-sizing: border-box;
    display: table-cell;
    text-align: right;
    vertical-align: top;
}

.card .col_l .column{
    display: inline-block;
    white-space: nowrap;
}

.card .col_l .tag{
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 2em;
    background-color: #7190e9;
}

.col_l .tag.is-success{ background-color: #56d258;}
.col_l .tag.is-info{ background-color: #7190e9;}
.col_l .tag.is-danger{ background-color: #e971a7;}

.card .col_r{
    width: 780px;
    box-sizing: border-box;
    padding: 0 145px 0 30px;
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    line-height: 2em;
    color: #4d4d4d;
}

.card .pic{
    max-width: 480px;
}

.card .pic img{
    margin: 20px 0 0 0;
    max-width: 480px;
}

.card .post_date{
    line-height: 2em;
    color: #ff9d16;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.card .shop_title{
    font-size: 16px;
    line-height: 1.875em;
    font-weight: bold;
    color: #4d4d4d;
}


} /* ----- min-width : 641px ----- */
