@charset "UTF-8";
.panel {
    /*border: 1px solid #acac;*/
    border-left: none;
    border-right: none;
    background-color: white;
    padding: 10px 10px;
    display: none;
}
.box {
    /*background-color: #eee;*/
    display: block;
    display: inline-block;
    width: 100%;/*border: 1px solid #000;*/
}
.lead {
    display: block;
    flex-grow: 1;
    width: 100%;
    padding: 10px 10px 4px 10px;
    margin-bottom: 8px;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: solid 2px #ccc;
    cursor: pointer;
    text-align: center;
    border-radius: initial;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}
.btn:hover {
    /*background-color: #ddd;*/
}
/*追加*/
.panel img {
    width: 100%;
    max-width: 100%;
}
.variation {
    text-align: center;
    background-color: gray;
    color: white;
    font-size: 1em;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
    font-weight: 500;
}
#buy {
    font-size: large;
    font-weight: bold;
}
#item_price {
    position: relative;
}
#c_changer {
    visibility: hidden;
}

@media (max-width:480px) {
    #c_changer {
        visibility: visible;
    }
}