#voucher_page_main_area
{
	display:block;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	background-color:#F9F7EB;
}
#voucher_page_main_area .main_title
{
	overflow:hidden;
	height:120px;
	line-height:120px;
	font-size:32pt;
	font-weight:bold;
	color:black;
	margin-bottom:20px;
	text-align:center;
}
#voucher_page_main_area .sub_title_area
{
	overflow:hidden;
	height:50px;
}
#voucher_page_main_area .sub_title_inner_area
{
	overflow:hidden;
	display:inline-block;
}
#voucher_page_main_area .sub_title_area span
{
	display:inline-block;
	float:right;
	height:50px;
	line-height:50px;
	font-size:28pt;
	color:#8E8986;
}
#voucher_page_main_area .sub_title_area select
{
	float:right;
	margin-right:20px;
	height:50px;
	line-height:50px;
	font-size:20pt;
	color:#737373;
	width:320px;
	text-indent:10px;
	background-color:#E9E8ED;
	border:1px solid #B3B2B8;
}
#voucher_page_main_area .big_options_area
{
	overflow:hidden;
	height:310px;
	text-align:center;
	margin:60px 0;
}
#voucher_page_main_area .big_options_inner_area
{
	display:inline-block;
	overflow:hidden;
}
#voucher_page_main_area .big_options_area .option
{
	display:inline-block;
	float:right;
	height:310px;
	width:460px;
	overflow:hidden;
	margin-left:70px;
	position:relative;
	cursor:pointer;
}
#voucher_page_main_area .big_options_area .option.last {margin-left:0;}
#voucher_page_main_area .big_options_area .option .checkbox
{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../images/voucher_chkbx_off.png?num=1');
	z-index:2;
}
#voucher_page_main_area .big_options_area .option .checkbox.checked
{
	background-image:url('../images/voucher_chkbx_on.png?num=1');
}
#voucher_page_main_area .big_options_area .option .image
{
	position:absolute;
	bottom:0;
	right:0;
	width:445px;
	height:295px;
	z-index:1;
}
#voucher_page_form_area_bg
{
	overflow:hidden;
	background-color:#F9F7EB;
}
#voucher_page_form_area
{
	overflow:hidden;
}
#voucher_page_form_area .form_area
{
	overflow:hidden;
}
#voucher_page_form_area .form_area form
{
	overflow:hidden;
	margin:0;
	padding:0;
}
#voucher_page_form_area .form_area input,
#voucher_page_form_area .form_area textarea,
#voucher_page_form_area .form_area .upload_box
{
	overflow:hidden;
	display:inline-block;
	float:right;
	margin-left:40px;
	width:420px;
	height:65px;
	line-height:65px;
	font-size:20pt;
	color:black;
	border:1px solid #C8C8C8;
	background-color:white;
	box-sizing: border-box;
	text-indent:15px;
	padding:0;
	border-radius:10px;
	margin-bottom:30px;
}
#voucher_page_form_area .form_area input.wide
{
	width:880px;
	clear:right;
}
#voucher_page_form_area .form_area textarea
{
	width:880px;
	height:225px;
	text-indent:0;
	padding:5px 15px;
	line-height:normal;
}
#voucher_page_form_area .form_area .upload_box 
{
	width:640px;
	cursor:pointer;
	box-sizing: content-box;
}
#voucher_page_form_area .form_area .upload_box input[type=text]
{
	display:inline-block;
	float:right;
	width:390px;
	border:0;
	margin:0;
	box-sizing: content-box;
	border-radius:0 10px 10px 0;
}
#voucher_page_form_area .form_area .upload_box span.btn_upload
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:65px;
	line-height:65px;
	width:250px;
	text-align:center;
	color:white;
	font-size:20pt;
	background-color:#04A5FF;
	box-sizing: content-box;
	border:0;
	border-radius:10px 0 0 10px;
}
#voucher_page_form_area .form_area .upload_box:hover span.btn_upload {background-color:black;}
#voucher_page_form_area .form_area .upload_box input[type=file]
{
	width:640px;
	height:65px;
	position:relative;
	top:-65px;
	cursor:pointer;
	opacity:0;
}
#voucher_page_form_area .form_area input[type=submit]
{
	border:0;
	display:inline-block;
	float:right;
	clear:right;
	overflow:hidden;
	height:65px;
	line-height:65px;
	font-size:20pt;
	color:white;
	font-weight:bold;
	text-align:center;
	width:640px;
	background-color:#540037;
	
}
#voucher_page_form_area .form_area input[type=submit]:hover {background-color:black;}

#voucher_page_full_info_area_bg
{
	overflow:hidden;
	background-color:#F9F7EB;
}
#voucher_page_full_info_area
{
	overflow:hidden;
	margin-bottom:30px;
}
#voucher_page_full_info_area .main_title
{
	overflow:hidden;
	height:65px;
	line-height:65px;
	font-size:28pt;
	color:black;
	font-weight:bold;
	border-bottom:1px solid black;
	margin-bottom:30px;
}
#voucher_page_full_info_area .main_text
{
	overflow:hidden;
	display:inline-block;
	float:right;
	width:600px;
	line-height:25px;
	font-size:16pt;
	color:black;
}
#voucher_page_full_info_area .main_image
{
	overflow:hidden;
	display:inline-block;
	float:left;
	width:600px;
}
