@charset "utf-8";
/* CSS Document */
@import url(sanitize.css);

html{ overflow-y: scroll;} /*スクロールバーの有無によるズレ対策*/
html,body {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: center;
}

#header_wrap {
	border-top: 5px solid #E50012;
	height: 207px;
}
#header_wrap header {
	width: 1000px;
	height: 207px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}
#header_wrap h1 {
	position: absolute;
	top: 17px;
}
#header_wrap .postage {
	position: absolute;
	top: 0;
	right: 0;
}

#bg_body_01 {
	background: url(../img/bg_body_01.jpg) no-repeat center 0;
	padding: 20px 0 0;
}

#contents_01 {
	width: 1000px;
	margin: 0 auto;
}

#item {
	width: 1000px;
	overflow: hidden;
}
#item ul {
	width: 1020px;
	list-style: none;
	margin-left: -20px;
}
#item li {
	margin: 0 0 20px 20px;
	float: left;
}

#contents_02 {
	background-image: url(../img/tokuten_bg_02.png), url(../img/tokuten_bg_01.png);
	background-position: center bottom, 0 bottom;
	background-repeat: no-repeat, repeat-x;
	padding-bottom: 140px;
	position: relative;
	z-index:2;
}

#contents_03 {
	background: url(../img/bg_body_02.jpg) no-repeat center 0;
	padding: 60px 0 30px;
	margin-top: -66px;
	position: relative;
	z-index:1;
}
#cart_copy {
	background: url(../img/bg_cart.png) repeat-x 0 0;
	margin-bottom: 25px;
}
#cart {
	width: 1000px;
	margin: 0 auto;
}

#cart #inner {
	width: 1000px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
#cart #inner ul {
	width: 1035px;
	list-style: none;
	margin-left: -35px;
	text-align: left;
}
#cart #inner li {
	margin: 0 0 35px 35px;
	float: left;
	width: 310px;
	text-align: center;
}


/* どこでもカラーミー */

.cartjs_product_img {
	margin: 0 auto 10px;
}
.cartjs_product_img img {
	width: 310px;
}
.cartjs_product_name {
	font-size: 12px;
}
.cartjs_product_table table {
	width: 160px;
	margin: 15px auto;
	border-top: 1px solid #CCC;
}
.cartjs_product_table table th,
.cartjs_product_table table td {
	padding: 7px;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
}
.cartjs_product_table table th {
	font-size: 12px;
}
.cartjs_product_table input {
	border: 1px solid #CCC;
	padding: 0 5px;
	margin: 7px 5px 7px 0;
/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.2) 0px 0px 1px 1px inset;
-webkit-box-shadow:rgba(113, 135, 164, 0.2) 0px 0px 1px 1px inset;
-moz-box-shadow:rgba(113, 135, 164, 0.2) 0px 0px 1px 1px inset;
}

.cartjs_cart_in input {
	width: 194px;
	height: 39px;
	text-indent: -9999px;
	background: url(../img/btn_cart.jpg) no-repeat 0 0;
	cursor: pointer;
}
.cartjs_cart_in input:hover {
	background: url(../img/btn_cart.jpg) no-repeat 0 bottom;
}



#footer_wrap {
	border-top: 5px solid #CCC;
	margin-top: 50px;
}
#footer_wrap footer {
	padding: 15px 0 20px;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#footer_wrap .left {
	float: left;
	padding-top: 20px;
}
#footer_wrap .right {
	float: right;
}

