/* 株式会社明和セールス 基本設定CSS */

/*

	1. 基本設定
	2. フォント・リンク設定
	3. 段落設定
	4. カート設定

*/

/* *************************************************
   1. 基本設定
************************************************* */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	background:url(../images/common/bg_body.gif) repeat-y center #F6F4F4;
	text-align: center;
	margin: 0px auto;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

h1 {
	font-size:10px;
	color:#666666;
	margin:0 0 4px;
	width:420px;
	font-weight:normal;
}

.clear {
	clear:both;
}

a img {
	border:0;
}

/* *************************************************
   2. フォント・リンク設定
************************************************* */

/* ------------ フォント ------------ */
body {
	font-family:Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.fsLar {
	font-size:14px;
	line-height:22px;
}

.fsMid {
	font-size:12px;
	line-height:18px;
}

.fsSml {
	font-size:10px;
	line-height:14px;
}

.fcRed {
	color:#DD0000;
}

/* ------------ リンク ------------ */

a {
	color:#274C6F;
	text-decoration:underline;
}

a:hover {
	color:#FF6A00;
}

/* *************************************************
   3. 段落設定
************************************************* */

div#container {
	position: relative;
	margin: 0px auto;
	width: 840px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	background-color: #FFFFFF;
	text-align: left;
}

body > #container {
	height: auto;
}

div#contents {
	height: auto;
	padding:20px 20px 90px;
}

#header {
	padding:10px;
}

#footer {
	width:560px;
	position: absolute;
	bottom: 0px;
	background:url(../images/common/footer.gif) no-repeat 0 8px;
	margin:10px;
	height:40px;
	padding:10px 10px 10px 250px;
	border-top:1px solid #BBBBBB;
}

#footer p{
	padding-top: 30px;
}

/* *************************************************
   4. カート設定
************************************************* */

#contents h2 {
	margin:0 0 20px;
	text-indent:-10000px;
	background:url(../images/cart/title_cart.gif) no-repeat;
	width:800px;
	height:33px;
}

#contents h3.cartTitle {
	border-left:5px solid #FFB300;
	padding:6px 0 6px 15px;
	color:#372A21;
	margin:0 0 20px;
}

#contents p.textSpc {
	margin:0 0 30px;
}

#itemLink {
	width:580px;
	float:left;
	display:inline;
	margin:0 0 30px;
}

#sideCart {
	width:200px;
	float:right;
	display:inline;
	margin:0 0 30px;
	background-image:url(../images/cart/bg_contents.gif);
	padding:0 0 10px;
}

#sideCart h3 {
	width:200px;
	height:35px;
	text-indent:-10000px;
	margin:0 0 10px;
	background:url(../images/cart/title_cart_mini.gif) no-repeat;
}

.sideCartInline {
	padding:10px;
	margin:0 10px;
	background-color:#FFFFFF;
	width:160px;
}

.sideCartItem {
	padding:0 0 10px;
	border-bottom:1px dotted #BBBBBB;
	margin:0 0 10px;
}

.subName {
	font-size:10px;
	color:#666666;
	text-align:left;
}

.itemName {
	margin:0 0 6px;
	text-align:left;
}

.price {
	font-weight:bold;
	color:#CE2626;
	text-align:right;
}

.price span {
	font-weight:normal;
	color:#666666;
	text-decoration:line-through;
}

.btnArea {
	text-align:center;
	margin:0 0 10px;
}

.btnArea input,
.btnArea img {
	margin:0 5px;
}

.btnAreaC {
	padding:20px 0;
	text-align:center;
}

.btnAreaC img,
.btnAreaC input {
	margin:0 10px;
}

/* 関連商品 */

.itemListArea {
	background:url(../images/cart/bg_itemlist.gif) repeat-y;
	margin:0 0 20px;
	height:1%;
}

.itemList {
	width:125px;
	margin:0 10px;
	float:left;
	display:inline;
	text-align:center;
	margin-right: 7px;
	padding-right:3px;
}

.itemList img {
	margin:0 0 8px;
}

.cartLogin td {
	padding:6px;
	vertical-align:top;
}

.flow {
	margin:0 0 20px;
}

/* カートテーブル */
.cartItem {
	margin:0 0 30px;
}

.cartItem table {
	margin:0 0 10px;
}

.cartItem th,
.cartItem td {
	padding:5px 8px;
}

.cartItem td {
	border-bottom:1px solid #DDDDDD;
}

.cartItem th {
	background-color:#E8CFCF;
	color:#976868;
}

.cartTable {
	margin:0 0 30px;
}

.cartTable p {
	margin:0 0 10px;
}

.cartTable table {
	margin:0 0 10px;
	border-top:1px solid #BBBBBB;
}

.cartTable th,
.cartTable td {
	border-bottom:1px solid #BBBBBB;
	vertical-align:top;
	padding:8px 10px;
}

.cartTable th {
	background-color:#EEEBE4;
	color:#48402D;
	text-align:left;
	width:180px;
}

/* のし */

#wrappingPopup {
	width:600px;
	margin:20px 40px;
}

#wrappingPopup h2 {
	background:url(../images/uniq/icon_static_h2.gif) no-repeat 10px 6px #EEEBE4;
	padding:10px 8px 10px 45px;
	border-bottom:1px solid #9B927B;
	margin:0 0 20px;
	font-size:14px;
	color:#6E603F;
}

.lightTable {
	margin:0 0 30px;
}

.lightTable table {
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
}

.lightTable th,
.lightTable td {
	border-bottom:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	padding:6px 10px;
	vertical-align:top;
}

.lightTable th {
	background-color:#ECE9E0;
	color:#7B7768;
	font-weight:normal;
}

.lightTable h3 {
	padding:3px 10px;
	font-size:14px;
	color:#003366;
	border-left:3px solid #405866;
	margin:0 0 16px;
}

.lightTable p.block {
	margin:0 0 30px;
}

.lightTable p.tosBlock {
	margin:0 16px 24px;
}
