@charset "utf-8";

/* ==========================================================================
 body
=========================================================================== */
body {
	margin: 0 auto;
	width: 761px;
	line-height: 1.3;
	font-size: 15px;
	background: #fff;
}
/* Table
--------------------------------------------- */
table.mod_itemTblBase .itemName .goodsArea dl dd{padding-left: 50px;}
table.mod_itemTblBase .itemName .goodsArea dl dd .goodsName{font-weight: bold;}
table.mod_itemTblBase .itemName .goodsArea dl dd .goodsSpec li{margin-top: 3px;padding-top: 4px;border-top: 1px dotted #c3c3c3;height: auto;}
table.mod_itemTblBase .itemName .goodsArea dl dd .goodsSpec li.firstSpec{border-top: none;}
table.mod_itemTblBase .itemPrice{font-size: 1.4em;color: #d80000;font-weight: bold;}
table.mod_itemTblBase .itemNumber .addToCart input.text{text-align: right;vertical-align: middle;width: 30px;}
table.mod_itemTblBase .itemNumber .addToCart input.image{margin-left: 5px;vertical-align: middle;}

/*--------------------
Table Layout

--------------------*/
table{border-collapse:collapse;border-spacing:0;border:0;}
table.tblStyle1{width:100%;margin-bottom:20px;}
table.tblStyle1 th{font-weight:normal;background-color:#efefef;}
table.tblStyle1 th, table.tblStyle1 td{padding:10px;border:1px solid #D6D6D6;vertical-align:top;text-align:left;}
th{  font-weight:bold !important;}

/*--------------------
text Layout

--------------------*/
.bold{font-weight:bold !important;}

h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}