@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */

/*
table {
    margin: 15px auto 20px auto;
    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.my_tb {
    margin: 15px auto 40px auto;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.my_tb th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: bold;
}
table.my_tb td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}




/* カート内テーブル
----------------------------------------------- */

table.cart_tb {
    margin: 15px auto 20px auto;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.cart_tb th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: normal;
}
table.cart_tb td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

th.cart_pict{
    width:100px;
}
td.cart_pict{
    width:100px;
}

td strong.cart_name{
    font-size:18px;
line-height:26px;
}



td.cart_price{
    font-size:18px;
line-height:26px;
color:#b12704;
}

.zaiko{
color:#009900;
}
.yoyaku{
color:#e47911;
}
.point_cl{
color:#da8504;
}

tr.no_border th,
tr.no_border td{
border:none;
}





/* お届け先の指定
----------------------------------------------- */


table.otodoke {
    margin: 15px auto 20px auto;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.otodoke th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    color: #666 !important;
    font-weight: normal;
}
table.otodoke td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
font-size:14px;
line-height:24px;
}
table.otodoke td strong{
font-size:16px;
line-height:30px;
}




table.pay_tb{
    margin: 0 auto 0 auto;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.pay_tb th {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    color: #666 !important;
    font-weight: normal;
}
table.pay_tb td {
    padding: 5px 4px;
    border-bottom: 1px solid #ddd;
font-size:12px;
line-height:24px;
}



/* 見出し
----------------------------------------------- */
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;
}

