@charset "utf-8";

#support_title {background: url("/images/hiyoko/title.gif") no-repeat 0 0; width: 698px; height: 0; line-height: 52px; padding-top: 52px; overflow: hidden; margin-bottom: 10px;}

.item_title {
    background: url("/images/common/icon.gif") no-repeat 0 0;
    padding-left: 40px; line-height: 35px;
    font-size: 18px; font-weight: bold; color: #FF6600;
}
.item_notes {
    padding: 5px 40px;
    color: #444;
    margin-bottom: 50px;
}
.item_notes ol {
    list-style: decimal;
    margin: 10px 20px;
}
.mb10 { margin-bottom: 10px; }

.item_tbl { width: 100%; border-collapse: collapse; }
.item_tbl th { padding: 8px 10px; border: 1px solid #ddd; background-color: #f7f7f7; width: 120px; }
.item_tbl td { padding: 8px 10px; border: 1px solid #ddd; font-size: 12px; }
.item_tbl td ul { list-style: disc; margin: 10px 20px; }
.gray { background-color: #f7f7f7; font-weight: bold; }
.pt10 { padding-top: 10px; }

.support_head {
    padding-left: 330px;
    padding-top: 10px;
    background: url("/images/support/img1.gif") no-repeat 45px 10px;
    height: 314px;
}

#notice {
    border: 1px dotted #efdf89;
    background-color: #fffbe2;
    padding: 20px;
}