@charset "utf-8";
/* ===================================================================
CSS information

 file name  :cart.css
 author     :igu(admin)
 style info :カートページ
=================================================================== */

#main {
	padding-top:50px;
}


/*----------------------------------------------------
	#cart_table
		カートテーブル
----------------------------------------------------*/
#cart_table {
	width:800px;

}

#cart_table a:link{
	color: #999999;
	background-color: transparent;
	text-decoration: none;
}
#cart_table a:visited{
	color: #999999;
	background-color: transparent;
	text-decoration: none;
}
#cart_table a:hover{
	color:#000000;
	background-color: transparent;
	text-decoration: none;
}


#cart_table th{
	border:1px solid #999999;
	color:#333333;
	background-color:#DBDBDB;
	text-align:center;
}
#cart_table th.sum{
	text-align:right;
	padding-right:5px;
}
#cart_table td{
	border:1px solid #999999;
	color:#333333;
	background-color:#ffffff;
	padding:3px;
}
/*----------------------------------------------------
		フォーム周り
----------------------------------------------------*/
#form-set {
	width:800px;
	margin:0 auto;
}

#form-set .note{
	font-size:85%;
}
.delivery .label{
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top:5px;
}
.delivery label{
	margin-top:5px;
}
.delivery div{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
/*--------------------*/
.pay .label{
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top:5px;
}
.pay label{
	margin-top:5px;
}
.pay div{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

/*----------------------------------------------------
	#bt_set
		ボタンセット
----------------------------------------------------*/
#bt_set {
	width:800px;
	height:50px;
	margin: 0 auto;
}

#bt_set #bt_return {
	width:395px;
	margin-right:5px;
	text-align:right;
	float:left;
}
#bt_set #bt_next {
	width:395px;
	margin-left:5px;
	text-align:left;
	float:left;
}
