@charset "utf-8"; 

@import "orderservice.css";

/* ===================================== contents */

#wrapper #main table {
	margin: 25px auto;
}
#wrapper #main table th,
#wrapper #main table td {
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#wrapper #main table td {
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#wrapper #main table td.custom-order {
	background: #c1d9f4;
}
#wrapper #main table td.full-order {
	background: #f1d0ca;
	padding:10px;
	color:#333333;
}
#wrapper #main dl.flow {
	position: relative;
	margin-bottom: 10px;
}
#wrapper #main dl.flow dd {
	position: absolute;
	left: 75px;
	top: 40px;
	width: 530px;
	color: #646363;
	line-height: 1.4;
}
#wrapper #main dl.flow dd.box_no10 {
	padding:10px 0 0 0;
}
#wrapper #main dl.flow dd a.related-link {
	float: right;
	padding-left: 14px;
	background: url(../images/flow/icon_arrow.gif) no-repeat left center;
}
#wrapper #main dl.flow dd span {
	color: #009EE5;
}
#wrapper #main dl.flow dd.flow-08 {
	position: absolute;
	left: 398px;
	top: 14px;
	height: 74px;
	width: 181px;
	padding: 0;
}

#wrapper #main .inquiry-box {
	margin-top: 40px;
}

