<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#total_box {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    color: #FFFFFF;
    background-color: #112288;
    width: 100%;
    float: left;
    z-index: 999;
}
#total_space {
    height: 5em;
}
.total_box_fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
}
.total_box_title {
    font-size: 120%;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 0.5em;
}
.total {
    width: 4em;
    text-align: right;
    font-size: 200%;
    border: 1px solid #666;
    color: #333333;
}
.item_box {
    margin-top: 1em;
    background-color: #F3F3F3;
    color: #666;
    border: 1px solid #CCCCCC;
}
.item_box_image {
    width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    max-height: 100px;
}
.item_box_name {
    float: left;
}

.item_box_quantity {
    float: right;
    text-align: right;
    display: inline-block;
}

.item_text {
    padding-left: 1em;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}
.item_title {
    color: #333333;
    font-weight: bold;
}
select ,input{
    font-size: 110%;
    padding-top: 0.1em;
    padding-right: 0.3em;
    padding-bottom: 0.1em;
    padding-left: 0.3em;
    width: 10em;
}
select option[selected] {
background: #00AAEE;
}

select option[selected] {
background: #CCC;
}






@media screen and (max-width: 768px) {
#total_box {
    padding-top: 1em;
    padding-bottom: 1em;
}
#total_area_space {
    height: 8em;
}
.total_box_title {
    font-size: 100%;
    letter-spacing: 0.1em;
}
.total_box_anshin,.total_box_general {
    font-size: 80%;
}
.total_anshin {
    border: 2px solid #C00;
}
.total_general {
    border: 2px solid #666;
}
.item_box_image {
    width: 100%;
    max-height: 150px;
    float: none;
}
.item_box_image img {
    width: 100%;
}
.item_box_name {
    width: 100%;
    float: none;
}
.item_box_quantity {
    width: 96%;
    text-align: center;
    padding-top: 10px;
    border-top: 1px dotted #666666;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.item_text {
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.item_title {
    font-size: 100%;
}
}
</pre></body></html>