@charset "utf-8";

/* メインコンテンツスタイル
----------------------------------------------------------- */

/* .box_vis */
article#main .box_vis {
	margin: 0 0 326px 0;
}

article#main .box_vis p {
	position: relative;
	z-index: 100;
}

article#main .box_vis .img_vis {
	margin: -29px 0 0 0;
	position: absolute;
	z-index: 1;
}


/* .box_sam */
article#main .box_sam {
	overflow: hidden;
}

article#main .box_sam .img_sam {
	float: left;
}

article#main .box_sam .box_txt {
	margin: 0 0 0 353px;
}

article#main .box_sam .box_txt .txt_pri {
	margin: 15px 0 10px 0;
	padding: 0 0 15px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	background: url(../images/i_arrow01.png) center bottom no-repeat;
}



/* どこでもカラーミーカートjs
------------------------------------------------------------------------- */
.cart_btn_block {
	position: relative;
	width: 317px;
	height: 30px;
	margin: 30px 0 0 0;
	padding: 15px;
	background: #f8f5f0;
}

.cartjs_box {
}

article#main .cartjs_product_table {
	margin: 0 0 10px;
}

article#main .cartjs_product_table table {
	width: auto;
}

article#main .cartjs_product_table table th,
article#main .cartjs_product_table table td {
	background: none;
	border: none;
	text-align: left;
	padding: 0;
	font-size: 14px;
}

article#main .cartjs_product_table table th {
	font-weight: bold;
	padding: 0 5px 0 0;
}

article#main .cartjs_product_table table td {
}

article#main div.cartjs_cart_in {
	position: absolute;
	top: 15px;
	left: 140px;
}


article#main div.cartjs_cart_in input {
	padding: 5px 30px;
	background: #473b2d;
	background-image: -moz-linear-gradient(top, #695f4f 0%, #564b3a 50%, #473b2d 51%, #473b2d 100%);
	background-image: -o-linear-gradient(top, #695f4f 0%, #564b3a 50%, #473b2d 51%, #473b2d 100%);
	background-image: -webkit-linear-gradient(top, #695f4f 0%, #564b3a 50%, #473b2d 51%, #473b2d 100%);
	background-image: linear-gradient(top, #695f4f 0%, #564b3a 50%, #473b2d 51%, #473b2d 100%);
	border: none;
	border-radius: 3px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1.6;
	cursor: pointer;
	display: inline-block;
}

article#main div.cartjs_cart_in input:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

