@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #E9DDD0;
    border-left: 1px solid #E9DDD0;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 10px;
    border-right: 1px solid #E9DDD0;
    border-bottom: 1px solid #E9DDD0;
    color: #000;
    background-color: #FEFAF4;
    font-weight: bold;
}
table td {
    padding: 10px;
    color: #000;
    border-right: 1px solid #E9DDD0;
    border-bottom: 1px solid #E9DDD0;
    background-color: #FEFAF4;
}

/* 見出し
----------------------------------------------- */
/*
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
*/
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/*　会員登録　*/
div#undercolumn_entry table th[scope=col] {
}
div#undercolumn_entry table.delivname th {
    background-color: #FEFAF4;
    color: #E9DDD0;
    font-weight: bold;
}

/* MYページ */
div#mycontents_area table th {
    text-align: left;
}
div#mycontents_area table th.alignR {
    text-align: right;
}
div#mycontents_area table th.alignL {
    text-align: left;
}
div#mycontents_area table th.alignC {
    text-align: center;
}
div#mycontents_area table th.resulttd {
    text-align: right;
}
div#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;
}

table th.no_border_right {
    border-right: 0px;
}

table td.no_border_right {
	border-right: 0px;
}

table th.no_border {
    border: 0px;
    background-color: #ffffff;
}

table td.no_border {
    border: 0px;
    background-color: #ffffff;
}

