@charset "utf-8";

/* アイテムタイトル */
#commodity_item_title {
	background-image: url(../img/commodity_item_title_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 25px;
	width: 620px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* アイテム詳細 */
#commodity_item_box {
	margin: 0px;
	padding: 0px;
	width: 650px;
}

/* アイテム詳細（レフト） */
#commodity_item_box_left {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}

/* アイテム画像 */
.commodity_item_img {
	padding: 0px;
	width: 300px;
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* アイテム明朗会計 */
#commodity_item_fair {
	padding: 0px;
	width: 300px;
	height: 60px;
	margin: 0px;
}

/* アイテム詳細（ライト） */
#commodity_item_box_right {
	margin: 0px;
	padding: 0px;
	width: 340px;
	float: right;
}

/* アイテムコメント */
#commodity_item_comment {
	margin: 0px;
	padding: 0px;
	width: 340px;
	line-height: 18px;
}

/* アイテムテーブル */
table#item {
	border-collapse:collapse;
	width: 340px;
	padding: 0px;
	line-height: 17px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#item th {
	padding:0em;
	margin: 0px;
}
#item td {
	padding:0.3em;
	margin: 0px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

/* アイテム価格テーブル */
table#price {
	border-collapse:collapse;
	width: 340px;
	padding: 0px;
	line-height: 15px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#price th {
	padding:0em;
	margin: 0px;
}
#price td {
	padding:0.3em;
	margin: 0px;
	text-align: right;
	border: 1px solid #CCCCCC;
}

/* アイテムご注文の流れ */
#commodity_orderflow {
	display: block;
	padding: 0px;
	height: 120px;
	width: 650px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* アイテムフォームタイトル */
#commodity_form_title {
	background-image: url(../img/commodity_item_title_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 25px;
	width: 620px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* アイテムフォームサブタイトル */
.commodity_form_subtitle {
	display: block;
	padding: 0px;
	height: 20px;
	width: 126px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* アイテムフォームテーブル */
table.form {
	border-collapse:collapse;
	width: 650px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
.form th {
	padding:0em;
	margin: 0px;
}
.form td {
	padding:0.5em;
	margin: 0px;
	border: 1px solid #CCCCCC;
}

/* 確認画面ボタン */
#commodity_confirm_btn {
	padding: 0px;
	height: 50px;
	width: 350px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
}

/* 送信ボタン */
#commodity_complete_btn {
	padding: 0px;
	height: 50px;
	width: 350px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
}

/* エラー画面 */
#commodity_confirm_error {
	margin: 0px;
	padding: 10px;
	width: 630px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	background-color: #FFCCFF;
}

/* 完了画面コメント */
#commodity_complete_comment {
	margin: 0px;
	padding: 10px;
	width: 630px;
	line-height: 25px;
}

/* 完了画面リンクテーブル */
table#link {
	border-collapse:collapse;
	width: 650px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#link th {
	padding:0em;
	margin: 0px;
}
#link td {
	padding:0.4em;
	margin: 0px;
	vertical-align: top;
	line-height: 20px;
}

/* 完了画面トップページボタン */
#commodity_complete_toppage_btn {
	display: block;
	padding: 0px;
	height: 50px;
	width: 350px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
