@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table th.th_gr,
table td.th_gr {
    color: #fff;
    background-color: #009900;
}

table th.th_pk,
table td.th_pk {
    color: #fff;
    background-color: #ff0099;
}

table th.th_bl,
table td.th_bl {
    color: #fff;
    background-color: #0033cc;
}

table.sizeList th,
table.sizeList td {
    text-align: center;
}

/* 見出し
----------------------------------------------- */
#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
#mycontents_area table th {
    text-align: left;
}
#mycontents_area table th.alignR {
    text-align: right;
}
#mycontents_area table th.alignL {
    text-align: left;
}
#mycontents_area table th.alignC {
    text-align: center;
}
#mycontents_area table th.resulttd {
    text-align: right;
}
#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}


/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

