
@import "../cmmn.css";
@import "default.css";
@import "head.css";
@import "foot.css";

/*
 * 注文商品リスト
 */
div#cartGoodsItems {
	display:block;
}

div#cartItemsList {
	margin:0 0 5px 0;
	padding:5px;
	display:block;
}
div#cartItemsRow-image {
	float:left;
	width:140px;
	text-align:center;
	background-color:#eeeeee;
	padding:10px 0 10px 0;
}
div#cartItemsRow-info {
	float:right;
	width:630px;
	display:block;
}
div#cartItemsRow-inner {
	display:block;
}
div#cartItemsRow-id {
	float:left;
	width:45%;
	display:block;
	padding:0 0 0 5px;
}
div#cartItemsRow-price {
	float:left;
	width:25%;
	display:block;
}
div#cartItemsRow-count {
	float:right;
	width:20%;
	text-align:right;
	display:block;
	padding:0 3px 0 0;
}

/*
 * 購入者情報入力
 */

table.inputCustomer {
	width:100%;
	border-collapse:collapse;
}
table.inputCustomer th , table.inputCustomer td {
	border:1px dotted #aaaaaa;
	padding:8px 8px 5px 8px;
}
table.inputCustomer th {
	background-color:#c1e4e9;
	font-weight:normal;
	text-align:right;
	width:25%;
}
table.inputCustomer td {
	background-color:#fbfaf5;
	width:75%;
}
table.inputCustomer td.space {
	height:10px;
	border:0px;
	background-color:#ffffff;
}
table.inputCustomer td ul {
	margin:5px 0 0 20px;
	padding:0;
}
table.inputCustomer td em {
	color:#cc0000;
	font-style:normal;
	margin:0 0 0 3px;
}
table.inputCustomer td font {
	border:1px solid #cccccc;
	margin:0 2px 0 0;
}
div#userIdFind {
	text-align:center;
	margin:0 0 10px 0;
	padding:10px 0 7px 0;
	background-color:#f8f4e6;
}

/*
 * SelectOneRadioでボタンの配置のためのテーブル
 */
table.selectOneRadioLayout,
table.selectOneRadioLayout th,
table.selectOneRadioLayout td{
	padding:1px;
	margin:1px;
	border:0px solid #999999;
}

/*
 * 最後の画面
 */

div#isShowPaymentUrl {
	display:block;
}
div#isShowPaymentUrl div#button {
	display:block;
	float:right;
	width:300px;
}
div#isShowPaymentUrl div#info {
	display:block;
	float:left;
	width:490px;
}
div#isShowPaymentUrl div#point {
	background-color:#FFF1A6;
	padding:15px;
	margin:0 0 15px 0;
}
div#isShowPaymentUrl div#point ul {
	margin:0 0 0 20px;
	padding:0;
	font-size:17px;
	line-height:140%;
}
div#isInputMailAddress {
	display:block;
}

