<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#option {
padding: 10px;
background: #FFF;}
.category_title {
    background: #ACD6FF url(http://img.shop-pro.jp/tmpl_img/24/category_title.gif) no-repeat;
    background-position: 6px;
    color: #333;
    font-weight: bolder;
    padding: 3px 20px;
}
table.option { 
  font-size: 14px;
    width: 100%;
    margin: 20px auto;
    background: #CCC;
}
table.option th {
    background: #DDD;
    text-align: left;
    font-weight: normal;
    border: 2px solid #FFF;
}
table.option td {
    background: #FFF;
    padding: 3px;
}
.option_btn {
    text-align: center;
}
.option_btn a {
  color: #33CBFF;
}

table#shop {
    width: 90%;
    margin: 10px auto 20px auto;
    border: 1px #CCC solid;
}

table#shop th {
    width: 150px;
    background: #DDD;
    text-align: left;
    font-weight: normal;
}

table#shop td, th {
    padding: 5px;
}

.sk {
    width: 90%;
    margin: 10px auto 20px auto;
    border: 1px #CCC solid;
}

.sk .title_sp {
    padding: 2px;
}

.sk .title {
    font-weight: bolder;
    background: #DDD;
    padding: 5px;
}

.sk .note {
    padding: 5px;
}</pre></body></html>