@charset "utf-8"; 

@import "orderservice.css";

/* ===================================== contents */

#wrapper #main h3#title-01 {
	margin-top: -18px;
	margin-bottom: 15px;
}

/*.orderdg_box*/
#wrapper #main .orderdg_box {
	overflow:hidden;
	height:100%;
	padding:20px 0 30px 0;
}

#wrapper #main .orderdg_box .box_request {
	border:1px solid #c7c7c7;
	padding:2px;
}

#wrapper #main .orderdg_box .box_request .box_request_inner {
	background: url(../images/index/bg_01.gif) repeat-x top;
}

#wrapper #main .orderdg_box .box_button {
	width:382px;
	float:left;
}

#wrapper #main .orderdg_box .box_button_inner {
	overflow:hidden;
	height:100%;
	padding:23px 69px 23px 47px;
}

#wrapper #main .orderdg_box .box_button_inner p {
	float:left;
}

#wrapper #main .orderdg_box .box_button_inner dl {
	float:right;
	width:166px;
}

/*related_link*/
#wrapper #main .related_link {
	width:200px;
	float:right;
}
#wrapper #main .related_link ul {
	padding:17px 0 0 0;
}
#wrapper #main .related_link ul li {
	text-align:center;
	padding:0 0 13px 0;
}
	
/* table */

#wrapper #main table {
	width: 100%;
	margin: 20px 0 0 0;
}
#wrapper #main table thead th {
	padding: 0 0 10px 0;
	text-align:center;
}
#wrapper #main table tbody th,
#wrapper #main table tbody td {
	padding: 15px 10px;
	line-height: 1.4;
	text-align: center;
}
#wrapper #main table tbody th {
	border: 1px solid #646363;
	border-style: none solid;
	font-weight: normal;
	white-space: nowrap;
}
#wrapper #main table tbody td {
	width: 234px;
	border-right: 1px solid #646363;
}
#wrapper #main table tbody td.title_threecolumn {
	width: 100%;
}

#wrapper #main table tbody td div {
	text-align: left;
}
#wrapper #main table tbody tr.even-line th,
#wrapper #main table tbody tr.even-line td {
	background: #f0f0f0;
}
#wrapper #main table tbody tr.service-ex th,
#wrapper #main table tbody tr.service-ex td {
	padding: 8px 10px;
}
#wrapper #main table tbody tr.service-ex td {
	font-size: 10px;
	vertical-align: top;
	text-align: left;
}
#wrapper #main table tbody tr.deliver-form td {
	padding: 10px 0px;
}
