@CHARSET"UTF-8";
html, body
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	margin:0px;
	padding:0px;
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*,*:before,*:after
{
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	-o-box-sizing:inherit;
	box-sizing:inherit;
}
body
{
	font-size: 0.85em;
	height:100%;
}
p
{
	line-height:150%;
}
select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	outline:none;
	border:1px solid #999;
	padding:6px 10px;
}
input.button
{
	padding:6px 15px;
	background-color:#FD0682;
	border:1px solid #FD0682;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.15);
	-o-box-shadow:1px 1px 1px rgba(0,0,0,0.15);
	box-shadow:1px 1px 1px rgba(0,0,0,0.15);
	font-weight:bold;
	color:#fff;
}
input.button:hover
{
	cursor:pointer;
	border:1px solid #FD0682;
	background-color:#FD0682;
	-webkit-box-shadow:0px 0px 10px rgba(255,000,000,0.35);
	-moz-box-shadow:0px 0px 10px rgba(255,000,000,0.35);
	-o-box-shadow:0px 0px 10px rgba(255,000,000,0.35);
	box-shadow:0px 0px 10px rgba(255,000,000,0.35);
	color:#ff0;
}
textarea
{
	resize:vertical;
}
.cursor
{
	cursor:pointer;
}
form,.form
{
	margin:0px;
	padding:0px;
}
h1
{
	font-size:1.8em;
}
h2
{
	font-size:1.6em;
}
h3
{
	font-size:14pt
}
h4
{
	font-size:12pt
}
h5
{
	font-size:10pt
}
h6
{
	font-size:8pt
}
.border
{
	border:1px solid;
}
.grey
{
	color:#666;
}
.red
{
	color:#f00;
}
.blue
{
	color:#00f;
}
.yellow
{
	color:#FF0;
}
.bld
{
	font-weight:bold;
}
.upper
{
	text-transform:uppercase;
}
.small,.date
{
	font-size: 11pt;
	font-family: "Georgia", "Time New Roman";
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.fc
{
	margin:0 auto;
}
.overflow
{
	overflow:hidden;
}
.clear
{
	clear:both;
	font-size:0pt;
}
.clear5
{
	clear:both;
	font-size:0pt;
	height:5px;
}
.clear10
{
	clear:both;
	font-size:0pt;
	height:10px;
}
.clear15
{
	clear:both;
	font-size:0pt;
	height:15px;
}
.clear20
{
	clear:both;
	font-size:0pt;
	height:20px;
}
.clear25
{
	clear:both;
	font-size:0pt;
	height:25px;
}
.tl
{
	text-align:left;
}
.tc
{
	text-align:center;
}
.tj
{
	text-align:justify;
}
.tr
{
	text-align:right;
}
.border
{
	border:1px solid;
}
.hide
{
	display:none;
}
span.date
{
	color:#666;
	font-size:0.8em;
	font-weight:normal;
}
.corner_3
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.corner_5
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.corner_10
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.corner_15
{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
}
.corner_20
{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}
.corner_50p
{
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.boxshadow
{
	-moz-box-shadow:0 0 25px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 25px rgba(0,0,0,0.4);
	-o-box-shadow:0 0 25px rgba(0,0,0,0.4);
	box-shadow:0 0 25px rgba(0,0,0,0.4);
}
a:link, a:visited
{
	color:#00f;
	outline:none;
	text-decoration: none;
}
a:hover
{
	color:#f00;
	cursor:pointer;
}
div.loader
{
	padding:3px 15px 3px 30px;
	background:#FAEEE0 url(images/loading.gif) 5px center no-repeat
}
input.disabled, input#disabled
{
	filter:alpha(opacity=55);
	opacity:0.55;
	cursor:not-allowed;
	color:#999 !important;
}
a#refreshimg
{
	float:left;
	height:26px;
	overflow:hidden
}
div.refreshimg
{
	height:20px;
	padding:3px 0px;
	background: url(images/loading.gif) center center no-repeat;
}
select.cbo
{
	width:100%;
	padding:2px;
	border: 1px solid #D1D1D1;
	outline:none;
	margin-right:5px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder 
{
	color:#000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder 
{
	color:#666;
}
input:-moz-placeholder, textarea:-moz-placeholder 
{
	color:#000;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder 
{
	color:#666;
}
.bold{font-weight: 700}
.color_pink{color: #DD195B}
.img{width: 100%}
.container{margin: 0 auto;}
.text{font-size: 30px;line-height: 1.5;}
.wrapper
{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
}
.header{
	background-color: #DD195B;
	padding: 20px 0; 
}
.header a img{width: 100%;max-width: 510px;}
.main{
	padding: 50px 0;
	padding-bottom: 10px;
}
.img_box{}
.margin_10{margin: 15px 0;}
.box_uudai{
	max-width: 560px;
	border: 2px dashed #7d7979;
	padding: 25px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;	
	margin: 0 auto;
}
.box_uudai .title_box_uudai{
	background-color: #DD195B;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	padding: 5px 0;
    font-size: 45px;
    color: #fff;
}
.box_uudai .title_box_uudai span{color: #FDD835;font-weight: bold}
.box_uudai .content_box_uudai{
	max-width: 320px;
	text-align: left;
	font-size: 27px;
	margin: 0 auto;
}
.box_uudai .content_box_uudai .content_ul_box_uudai{
	display: block;
	margin-top: 25px; 
}
.box_uudai .content_box_uudai b{color: #DD195B}
.box-one{padding-bottom: 40px;border-bottom: 2px dashed #DD195B; }
.box-two{
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0;
}
.box-two .content_box_form .input_box .input_text{
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 17px;
}
.box-two .content_box_form .input_box .submit_img{
	margin: 0 auto;
	max-width: 100%;
	border: none;
	margin-top: 20px;
}
.box-two .content_box_form .input_box .select{
	background-color: #fff;
}
.box-three{
	background-color: #DD195B;
	padding: 20px;
	color: #fff;
}
.box-three .img_box_three{float: left;}
.clear{clear: both}
.box-three .text_box_three{text-align: left;padding: 30px 0;float: left;margin-left: -25px;}
.box-three .text_box_three .ul_one .content_ul_one{
	margin: 0;
}
.box-three .text_box_three .ul_one .content_ul_one li{
	list-style: none;
	list-style-image: url('../images/8.png');
	padding-top: 10px;
	font-size: 16px;
}
.box-three .text_box_three .ul_one .content_ul_one li:first-child{
	margin-left: -22px;
}
.box-three .text_box_three .ul_one .content_ul_one li:nth-child(2){
	margin-left: -12px;
}
.box-three .text_box_three .ul_one .content_ul_two li:first-child{
	margin-left: 17px;
}
.box-three .text_box_three .ul_one .content_ul_two li:nth-child(2){
	margin-left: 27px;
}
.box-three .text_box_three .ul_one .title_ul_one{
	font-size: 20px;
	font-weight: 700;
	margin-left: -8px;
}
.box-three .text_box_three .ul_one .title_ul_two{
    font-size: 20px;
    display: inline-block;
    background-color: #FDD835;
    color: #DD195B;
    padding: 5px 10px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    margin-left: 50px;
}
.box-three .text_box_three .ul_one .title_ul_two:after{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 33px solid #FDD835;
	border-left: 0 solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	bottom: 0;
	right: -30px;
	z-index: 1;
}
.box-three .text_box_three .ul_one .title_ul_two:before{
	content: "";
	width: 0;
	height: 0;
	border-top: 33px solid #FDD835;
	border-left: 30px solid transparent;
	border-right: 0 solid transparent;
	position: absolute;
	bottom: 0;
	left: -30px;
	z-index: 1;
}
.box-four{
	margin: 40px auto 0 auto;
	max-width: 850px;
}
.box-four .content_four table{margin-top: 40px;margin-bottom: 30px}
.box-four .content_four table tbody tr td{
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}
.box-five{
	background-color: #DD195B;
	padding: 20px;
	color: #fff;	
}
.box-five .img_box_three{float: right;width: 20%}
.box-five .img_box_three img{width: 100%;}
.box-five .text_box_five{float: left;text-align: left;width: 80%;    padding: 30px; padding-right: 0;}
.box-five .text_box_five .ul_one .title_ul_five{
	color: #FDD835;
}
.box-five .text_box_five .ul_one .content_ul_one{
	padding-left: 0;
}
.box-five .text_box_five .ul_one .content_ul_one li{
	list-style: none;
	list-style-image: url('../images/10.png');
	margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    list-style-position: inside; 
}
.box-six{
	margin: 40px 0;
}
@media only screen and (max-width:1099px){
	.box-three .text_box_three {
	    text-align: left;
	    padding: 5px 0;
	    float: left;
	    margin-left: -25px;
	    width: 60%;
	}
	.box-three .text_box_three .ul_one .content_ul_one li{line-height: 1.5}
	.title_ul_five{font-size: 25px;}
}
@media only screen and (max-width:990px) 
{
	.wrapper{
		padding: 0 10px;
	}
	.box-three .img_box_three{display: none;}
	.box-three .text_box_three{float: none;width: 100%}
	.box-three .text_box_three, .box-three .text_box_three .ul_one .title_ul_one, .box-three .text_box_three .ul_one .content_ul_one li:first-child, .box-three .text_box_three .ul_one .content_ul_one li:first-child, .box-three .text_box_three .ul_one .content_ul_one li:nth-child(2), .box-three .text_box_three .ul_one .content_ul_two li:first-child, .box-three .text_box_three .ul_one .content_ul_two li:nth-child(2){margin-left: 0}
	.box-three .text_box_three .ul_one .content_ul_one{padding: 0}
	.box-three .text_box_three .ul_one .content_ul_one li{list-style-position: inside; }
	.box-three .text_box_three .ul_one .title_ul_two{margin-left: 30px}
}
@media only screen and (max-width:768px) 
{
	.text{
		font-size: 20px;
	}
	.box-five .text_box_five{padding: 0}
}
@media only screen and (max-width: 660px) 
{
	.box-three .text_box_three .ul_one .title_ul_one, .box-three .text_box_three .ul_one .title_ul_two{font-size: 18px;line-height: 1.5}
	.box-three .text_box_three .ul_one .title_ul_two{margin-left: 0px;}
	.box-three .text_box_three .ul_one .title_ul_two:before, .box-three .text_box_three .ul_one .title_ul_two:after{display: none;}
	.box-five .img_box_three{display: none;}
	.box-five .text_box_five{float: none;width: 100%}
	.g-recaptcha{
		float: none !important;
		width: 100% !important;
	}
	.submit_img{width: 65% !important;float: left !important;text-align: left;}
}
@media only screen and (max-width:480px) 
{
	.box_uudai .title_box_uudai{font-size: 35px;}
	.box_uudai .content_box_uudai{max-width: 260px;font-size: 22px;}
	.box-four .content_four table {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}	
	.box-four .content_four table tbody tr td{font-size: 16px;}
}
@media only screen and (max-width:414px) 
{
	.text{
		font-size: 16px;
	}
	.box_uudai .title_box_uudai{font-size: 25px;}
	.box_uudai .content_box_uudai {
	    max-width: 215px;
	    font-size: 20px;
	}
	..box-two .content_box_form .input_box .input_text{
		font-size: 15px;
	}
	.box-four .content_four table tbody tr td {
	    font-size: 14px;
	}
}
.msgerror{color: red}
.msgok{color: blue}
.center{text-align: center;}