@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////
//
// Drink
//
// ////////////////////////////////////////////////////////////// */


#content.drink{}

#drink{
    width: 100%;
    margin: 0 auto;
}

#drink #tab_drink{
    width: 600px;
    margin: 0 auto;
    padding: 10px 0 40px 0;
}

#drink .dlist{}

#drink .member{
    width: 600px;
    display: block;
    /* float: left; */
    margin: 0 0 10px 0;
}

#drink .member .mpic{
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}

#drink .member .mpic img{
    width: 100%;
    vertical-align: bottom;
}

#drink .member .mttl,
#drink .member .mtxt{
    display: block;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

#drink .member .mttl{
    font-size: 18px;
}

#drink .member .mtxt{
    font-size: 14px;
}

#drink .member .store_prg{
    width: 380px;
    float: left;
    font-size: 12px;
}

/* ------------------------------------------ */
/* Tab */

#drink .snavi{
    display: block;
    list-style: none;
    font-size: 0;
    text-align: center;
    margin: 0;
    padding: 10px 0 10px 0;
}

#drink .snavi li{
    display: inline-block;
    margin: 0;
    padding: 0;
}

#drink .snavi li a{
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    background-color: #CCCCCC;
    border-style: outset;
    border-color: #FFFFFF;
}

#drink .snavi li.on a{
    border-style: inset;
    border-color: #FFFFFF;
}

/* ------------------------------------------ */
/* Cloth */

#tab_cloth{
    width: 600px;
    margin: 10px auto 40px auto;
    display: none;
}

#tab_cloth .cloth_pic{
    width: 600px;
    margin: 0 auto;
    animation-name: samue;
    animation-duration: 2s;
    animation-timing-function: steps(5);
    animation-iteration-count: 10;
    animation-direction: alternate;
}

#tab_cloth .cloth_pic img{
    width: 100%;
}

#tab_cloth .cloth_prg{
    width: 600px;
    padding: 10px 0;
}

#tab_cloth .cloth_store{
}

#tab_cloth .cloth_store{
    font-size: 12px;
}

#tab_cloth .cloth_store .zaiko{
    color: firebrick;
    font-weight: bold;
}

@keyframes samue {
    0% {
        transform: rotate(45deg);
        /* width:200px; */
    }
    100% {
        transform: rotate(-45deg);
        /* width:300px; */
    }
}


/* ------------------------------------------ */
/* Font */

#tab_orgfont{
    width: 600px;
    margin: 10px auto 0 auto;
    display: none;
}

#tab_orgfont .orgfont_person{
    width: 90px;
    display: inline-block;
    margin: 0 10px 0 40px;
}

#tab_orgfont .orgfont_person img{
    width: 100%;
}

#tab_orgfont .orgfont_logo{
    width: 240px;
    display: inline-block;
    margin: 0 40px 0 10px;
}

#tab_orgfont .orgfont_logo img{
    width: 100%;
}

#tab_orgfont .orgfont_prg{
    clear: both;
    padding: 20px 0 0 0;
    font-size: 14px;
}

#tab_orgfont .orgfont_store{
    padding: 10px 0 40px 0;
}

#tab_orgfont .store_pkg{
    width: 600px;
}

#tab_orgfont .store_pkg img{
    width: 100%;
}

#tab_orgfont .store_prg{
    font-size: 12px;
    padding: 10px 0 0 0;
}
#drink .zaiko{
    color: firebrick;
    font-weight: bold;
}

#drink .buybtn{
    display: block;
    width: 160px;
    height: 40px;
    color: black;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    background-color: turquoise;
    border-style: outset;
    border-color: #FFFFFF;
    margin: 5px 0 0 0;
}

#drink .buybtn:active{
    border-style: inset;
    background-color: darkorange;
}

/* ------------------------------------------ */
/* Dialog */

#dialog_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
}

#dialog{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    height: 160px;
    font-size: 0;
    background-color: #EEEEEE;
    border: 1px solid #555555;
    box-sizing: border-box;
    background-image: url(../img/bg_os9.png);
    background-size: 30px auto;
    background-repeat: repeat-x;
    background-position: 0 -1px;
}

#dialog .pic{
    display: inline-block;
    margin: 24px 0 0 10px;
}

#dialog .pic img{
    width: 80px;
}

#dialog .prg{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin: 24px 0 0 10px;
}

#dialog .btns{
    display: block;
    width: 100px;
    margin: 4px auto 0 auto;
}

#dialog .btns a{
    display: block;
    width: 100px;
    height: 30px;
    color: black;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    background-color: #CCCCCC;
    border-style: outset;
    border-width: 2px;
    border-color: #FFFFFF;
    margin: 0;
}

#dialog .btns a:active{
    border-style: inset;
}
