@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 15px 0 20px 10px;
    /*border-top: 1px solid #ccc;*/
    /*border-left: 1px solid #ccc;*/
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 1.15em;
}
table th {
    padding: 8px;
    /*border-right: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    /*background-color: #9a9a9a;*/
    font-weight: normal;
}
table td {
    padding: 15px;
    /*border-right: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
}

/* 見出し
----------------------------------------------- */
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.splitter {
    margin-top: 40px;
    margin-bottom: 40px;
}
table.splitter tr {
    border-top: 1px solid #cacaca;
}

/*テーブル項目名（必須を付ける際に使用）*/
table th div.box_label {
    display: inline-block;
}
table th div.box_label span.label {
    float: left;
    padding-right: 0.5em;
}
table th div.box_label span.required {
    float: left;
    padding: 3px 10px;
    background-color: #dceded;

    font-size: 0.6em;
}

/*お客様情報入力の基本スタイル*/
table td div.row.box {
    display: block;
    margin-bottom: 10px;
}
table td div.cell.box {
    display: inline-block;
    margin-bottom: 5px;
}
table td div.cell.box > span {
    display: block;
    margin-right: 10px;
}
table td div.cell.box .box_name,
table td div.cell.box .box_example {
    font-size: 0.7em;
}

/* お客様情報入力用のボタン */
table td div.cell.box .button {
    display: inline-block;

    line-height: 23px;
    padding: 12px 10px;

    background-color: #fff;
    border: 1px solid #a8caff;
    border-radius: 5px;

    color: #69a6d8;
}
table td div.cell.box .button.input {
    display: inline-block;

    line-height: 23px;
    padding: 12px 10px;

    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;

    color: #000;
}


/* お支払い方法用
----------------------------------------------- */
table#payment {
    width: 400px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table#payment th {
    padding: 20px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table#payment td {
    padding: 20px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* その他
----------------------------------------------- */
table select {
    /*margin-bottom: 7px;*/
    border: solid 1px #ccc;
}

table.size_chart {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 10px;
    width: 90%;
}

tr.size_chart {
}

td.size_chart {
    padding: 2px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
