﻿@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table.table01,div#undercolumn_entry table,#mycontents_area table,#window_area table,#undercolumn_cart table,#undercolumn_shopping table,#undercolumn_contact table,#undercolumn_order table,#undercolumn_customer table{
    border-collapse: collapse;
    border-left: 1px solid #2B2A28;
    border-top: 1px solid #2B2A28;
    margin: 15px auto 0;
    text-align: left;
}
table.table01 th,div#undercolumn_entry th,#mycontents_area th,#window_area th,#undercolumn_cart th,#undercolumn_shopping th,#undercolumn_contact th,#undercolumn_order th,#undercolumn_customer th{
    background-color: #F4F7E9;
    border-bottom: 1px solid #2B2A28;
    border-right: 1px solid #2B2A28;
    font-weight: normal;
    padding: 8px;
}
table.table01 td,div#undercolumn_entry td,#mycontents_area td,#window_area td,#undercolumn_cart td,#undercolumn_shopping td,#undercolumn_contact td,#undercolumn_order td,#undercolumn_customer td{
    border-bottom: 1px solid #2B2A28;
    border-right: 1px solid #2B2A28;
    padding: 8px;
}

/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* 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;
    border: solid 1px #ccc;
}

/* お支払い方法
----------------------------------------------- */

table#payment { /border-right: 1px solid #ccc; } 
