@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------
                           #main
---------------------------------------------------------*/

div#main div.section {
	padding-bottom: 10px;
}

div#main div.section.end {
	padding-bottom: 0;
}

div#main div.section p.text {
	float: right;
	width: 665px;
	margin: 18px 0 24px;
	padding-right: 20px;
	color: #333;
}

div#main div.section p.text span.notes {
	display: block;
	margin-top: 5px;
}

div#main div.section p.image {
	float: left;
	margin-bottom: 24px;
	padding-left: 20px;
}

div#main div.section div.float_box {
	clear: both;
}

/*---------------------------div.example--*/

div#main div.section div.example {
	float: left;
	width: 411px;
	margin-bottom: 7px;
	padding-left: 17px;
}

div#main div.section div.example.end {
	float: right;
	padding: 0 17px 0 0;
}

div#main div.section div.example p {
	margin-bottom: 13px;
	text-align: center;
}

/*---------------------------div.confirm--*/

div#main div.section div.confirm {
	overflow: hidden;
	width: 840px;
	margin: 0 20px 10px;
	background: url(../help/couponbox/image/bg_couponbox_confirm_1.gif) repeat-y 0 0;
}
/* Float Clear : For Old Browser */
div#main div.section div.confirm:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div#main div.section div.confirm.show {
	margin-bottom: 0;
	background-image: url(../help/couponbox/image/bg_couponbox_confirm_2.gif);
}

div#main div.section div.confirm h4 {
	margin-bottom: -8px;
	padding: 0 16px;
	background: url(../help/couponbox/image/bg_couponbox_confirm_top_1.gif) no-repeat 0 0;
}
div#main div.section div.confirm.show h4 {
	margin-bottom: 0;
	padding-bottom: 5px;
	background-image: url(../help/couponbox/image/bg_couponbox_confirm_top_2.gif);
}

div#main div.section div.confirm div.float_box {
	width: 840px;
	padding-bottom: 40px;
	background: url(../help/couponbox/image/bg_couponbox_confirm_bottom_1.gif) no-repeat 0 100%;
}
div#main div.section div.confirm.show div.float_box {
	padding-bottom: 25px;
	background-image: url(../help/couponbox/image/bg_couponbox_confirm_bottom_2.gif);
}

div#main div.section div.confirm .floatL,
div#main div.section div.confirm .floatR {
	width: 371px;
	padding: 0 22px;
}
div#main div.section div.confirm.show .floatR {
	width: 402px;
	padding: 0 22px 0 0;
}

div#main div.section div.confirm p {
	margin-top: 15px;
	color: #333;
}

div#main div.section div.confirm p span.notes {
	display: block;
	margin-top: 12px;
}

div#main div.section div.confirm p strong {
	color: #e60000;
	font-weight: bold;
}


/* End */
