@charset "utf-8";

.ex {
	font-size: 14px;
	line-height: 24px;
	margin-right: 15px;
	margin-top: 10px;
}
#box1 {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px 13px 50px 14px;
}

h6 {
	margin-top: 30px;
	background: url(/images/common/pink_icon.gif) no-repeat left 3px;
}
#policy {
	width: 600px;
	height: 300px;
	overflow: scroll;
	border: 1px solid #B2B2B2;
	margin: 10px auto 0px;
	text-align: left;
}
#policy p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
}
#policy .po_title {
	font-weight: bold;
	color: #000000;
}
#policy ul {
	list-style: none;
	padding-left: 22px;
	text-indent: -12px;
	font-size: 12px;
	line-height: 20px;
}


#btn_box {
	background: #EAEAEA;
	margin: 15px auto 0px;
	padding: 10px 0px;
	width: 600px;
}
#btn_box div {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}
*html #btn_box div {
	width: 420px;
}
#btn_box .btn_link a {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 32px;
	width: 184px;
}
#btn_box #btn_no a {
	background: url(/images/order/btn_no.gif) no-repeat left top;
}
#btn_box #btn_yes a {
	background: url(/images/order/btn_yes.gif) no-repeat left top;
}
#btn_box #btn_no a:hover {
	background: url(/images/order/btn_no.gif) no-repeat left bottom;
}
#btn_box #btn_yes a:hover {
	background: url(/images/order/btn_yes.gif) no-repeat left bottom;
}

#btn_box #btn_no {
	float: left;
	margin-right: 10px;
}
#box {
	margin: 50px auto 0px;
	width: 600px;
}

.inbox {
	background: #F6FFEF;
	border: 2px solid #5DBB00;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	width: 280px;
}
#box #left {
	float: left;
}
#box #right {
	float: right;
}
.inbox img {
	margin-left: 3px;
}
.inbox .text {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

