@charset "utf-8";
/* CSS Document */
.purchase .box_current {
	font-size: 0;
	overflow: hidden;
}
.purchase .box_current dt {
	border: 3px solid #808080;
	font-size: 18px;
	font-weight: bold ;
	height: 60px;
	width: 270px;
	margin-right: 20px;
	text-align: center;
	line-height: 56px ;
	float: left;
}
.purchase .box_current dd {
	background: #f2f2f2;
	padding-left: 20px;
	line-height: 60px ;
	width: 710px;
	font-size: 14px;
	float: left;
	height: 60px;
}
.purchase .reserve {
	font-size:0;
}
.purchase .reserve p {
	margin:20px 0
}
.purchase .reserve h3 {
	margin:20px 0
}
.purchase .reserve .left-side {
	width:525px;
	margin-right:30px;
	display:inline-block;
	vertical-align:top
}
.purchase .reserve .right-side {
	width:445px;
	display:inline-block;
	vertical-align:top
}
.purchase .reserve .icon {
	position:relative;
	padding-left:35px
}
.purchase .reserve .icon.icon_green:before {
	content:"";
	background:url(/images/purchase/icon_green.png) no-repeat center center;
	width:25px;
	height:25px;
	position:absolute;
	top:-3px;
	left:0
}
.purchase .reserve .icon.icon_gray:before {
	content:"";
	background:url(/images/purchase/icon_gray.png) no-repeat center center;
	width:25px;
	height:25px;
	position:absolute;
	top:-3px;
	left:0
}
.purchase .reserve .icon.icon_red:before {
	content:"";
	background:url(/images/purchase/icon_red.png) no-repeat center center;
	width:25px;
	height:25px;
	position:absolute;
	top:-3px;
	left:0
}
.purchase .reserve .icon_list li {
	margin-bottom:8px
}
.purchase table.del_area {
	border:none;
}
.purchase table.del_area th,
.purchase table.del_area td {
	padding: 5px 0;
	border: none
}
.purchase table.del_area th {
	background: #ffffff
}
.purchase table.del_area td {
	width:200px
}
.purchase .box_detail {
	padding-right: 10px;
	overflow: hidden;
}
.purchase .box_detail .detail {
	width:228px;
	float: right
}
.purchase .box_detail .detail dt {
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px
}
.purchase .box_detail .detail input {
	width: 100%
}
