/* ************************************************ 
 *    特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.law {
	}

.payment,
.deliver {
	padding-top: 39px;
	}

.law .main_title,
.payment .main_title,
.deliver .main_title {
	margin: 10px 2px 2px;
	}

.payment_img {
    width:30px;
    height:30px;
    margin:3px;
    }

table.shopTable {
	font-size: 93%;
	color: #333;
	line-height:1.8;
	background-color: #dcdcdc;
    width: 946px;
    height: auto;
    border-collapse: separate;
    border-spacing: 1px;
    margin :0 2px;
    }

.shopTable th {
    font-weight:normal;
    text-align:left;
    background: #f5f5f5;
    width:200px;
    padding:10px;
    }

.shopTable td {
    padding:10px;
    text-align:left;
    background: #fff;
    }

.shopTable th img,
.shopTable td img {
    vertical-align:middle;
    }

table#shipping {
	font-size: 93%;
	color: #333;
	line-height:1.8;
    background-color: #dcdcdc;
    width: 930px;
    height: auto;
    border-collapse: separate;
    border-spacing: 1px;
    margin :0 10px;
    }

#shipping th {
    font-weight:normal;
    text-align:center;
    padding:5px;
    }

#shipping td {
    text-align:center;
    width: px;
    padding: 5px;
    }

#shipping td.total {
    background-color: #FFE4C4;
    }

#shipping td.area {
    background-color: #FFFDEB;
    }
