@charset "utf-8";

/*■■■javascriptの画像拡大で使用■■■*/
img{border:none;}

#preview{
    position:fixed;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
    z-index:3;
}

#preview span{
    display:block;
}

select#order {
    width: 140px;
    float: right;
}

 div.spot-order {
     text-align: right;
     margin: 15px 0 20px;
 }

span.order {
    font-weight: bold;
}
