@charset "utf-8";

/*コンテンツ
--------------------------------------------------*/
#product_outline {
	float: left;
	padding: 0px 0px 20px 0px;
}
#product_left {
	width: 380px;
	float: left;
}
#product_left p {
	padding: 0px 20px 0px 0px;

}
#product_right {
	float: right;
	width: 292px;
}

#pay_01 {
	width: 360px;
	float: left;
}
#pay_01 td {
	text-align: center;
	padding: 5px 0px 5px 0px;
}
#pay_02 {
	width: 310px;
	float: right;
}
#pay_02 td {
	padding: 5px 0px 5px 10px;
}
#cart_button {
	clear: both;
}
#cart_button table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 440px;
	margin: 0px 0px 0px 240px;
}

#cart_button td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px 0px 0px 0px;
}

