﻿@charset "utf-8";

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    margin: 35px auto 20px auto;
    border-bottom: 1px solid #ececec;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 20px;
    border-top: 1px solid #e8380d;
    color: #000;
	vertical-align: top;
}
table td {
    padding: 20px;
    border-top: 1px solid #ececec;
}
table .radio {
	text-align: center;
}
table .mini {
	font-size: .8em;
}
table p.zipimg{
	margin: 20px 0 0 18px;
}
/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}


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


/* その他
----------------------------------------------- */


.cart-tbl {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.cart-tbl th,
.cart-tbl td {
	border: #ddd 1px solid;
}
.cart-tbl th {
	text-align: center;
	font-weight: bold;
	background: #f5f3f2 url("../images/bg/cart-th.png") repeat 0 0;
}
.cart-tbl .grand-col th,
.cart-tbl .grand-col td {
	padding-top: 14px;
	padding-bottom: 14px;
}
.cart-tbl .grand-total {
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}
.cart-tbl .name {
	text-align: left;
}
.cart-tbl .thumb,
.cart-tbl .quantity,
.cart-tbl .delete {
	text-align: center;
}
.cart-tbl .price {
	text-align: right;
}

.price-tbl,
.spec-tbl,
.specification-tbl {
	margin: 0;
	padding: 0;
	width: 100%;
}
.price-tbl,
.spec-tbl,
.specification-tbl,
.price-tbl th,
.price-tbl td,
.specification-tbl th,
.specification-tbl td {
	border: none;
	vertical-align: middle;
}
.specification-tbl .shop_status_2 {
	text-align: left;
}
.price-tbl .postage {
	padding-left: 0;
	text-align: left;
}
.price-tbl .price {
	padding-right: 10px;
	padding-left: 0;
	text-align: right;
	font-size: 1.4em;
}
.spec-tbl th,
.spec-tbl td {
	padding: 8px;
	border: none;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
	background: none;
}
.spec-tbl th {
	padding-left: 0;
	color: #000;
	font-weight: bold;
}
.specification-tbl th,
.specification-tbl td {
	padding: 5px 0;
}
.specification-tbl th {
	background: none;
	font-weight: bold;
}
.specification-tbl td {
	text-align: right;
}

/**
 * SHOPPING
 */
.customer-info-tbl {
	width: 100%;
	border: none;
}
.customer-info-tbl th,
.customer-info-tbl td {
	padding: 12px 8px;
	background: none;
	border: none;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.customer-info-tbl th {
	font-weight: bold;
}
.customer-info-tbl .other-delivery-address {
	padding: 20px 8px;
	background: #f5f5f5;
}

.customer-info-confirm-tbl th {
	font-weight: bold;
	background: url("../images/bg/tbl-th.png") repeat 0 0;
}

.payment-tbl {
	width: 100%;
}
.payment-tbl th {
	font-weight: bold;
	text-align: center;
	background: url("../images/bg/tbl-th.png") repeat 0 0;
}




