@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 10px auto 20px;
    border-top: 1px solid #E5E5DD;
    width: 100%;
    max-width: 1200px;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}

table th {
    padding: 21px 3% 20px;
    border-bottom: 1px solid #E5E5DD;
    color: #fff;
    font-weight: bold;
    background: rgba(115, 133, 152, 0.95);
    letter-spacing: 3px;
}

table tr:first-child th {
    border-radius: 10px 0 0 0;
}

table tr:last-child th {
    border-radius: 0 0 0 10px;
}

table td {
    padding: 21px 3% 20px;
    border: 1px solid #E5E5DD;
    background: none;
    color: #333;
    letter-spacing: 3px;
}

table tr:first-child td {
    border-radius: 0 10px 0 0;
}

table tr:last-child td {
    border-radius: 0 0 10px 0;
}

#calender_area th {
    padding: 2px 3px;
    text-align: center;
}

#calender_area table td {
    padding: 6px 3px;
    text-align: center;
    font-family: "Century Gothic", メイリオ;
}

#calender_area table .month {
    padding: 5px 2%;
    font-size: 120%;
    text-align: center;
    color: #403a39;
    letter-spacing: 1.3px;
}

#calender_area .information {
    color: #403a39;
    text-align: left;
}

/* 見出し
----------------------------------------------- */
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;
}

