* {
	margin: 0px;
	padding: 0px;
}
body {
	-webkit-text-size-adjust:none;
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	background-image: url("img/bg.gif");
}
a {
	color: #666666;
	text-decoration: none;
}
a img {
	border-style: none;
}
.clear {
	clear: both;
}
#header {
	text-align: center;
}
.bar , #footer {
	color: #FFFFFF;
	font-weight: bolder;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FDD3E5;
	border-bottom-color: #FDD3E5;
	text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0;
	font-size: 16px;
	position: relative;
	padding-bottom: 7px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #FFCDFB 9%, #FFB3F9 10%, #FF62F2 50%, #FD72F2 51%, #FBA5F4 90%, #ffffff 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#FFCDFB), color-stop(10%,#FFB3F9), color-stop(50%,#FF62F2), color-stop(51%,#FD72F2), color-stop(90%,#FBA5F4), color-stop(91%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFCDFB 9%,#FFB3F9 10%,#FF62F2 50%,#FD72F2 51%,#FBA5F4 90%,#ffffff 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFCDFB 9%,#FFB3F9 10%,#FF62F2 50%,#FD72F2 51%,#FBA5F4 90%,#ffffff 91%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFCDFB 9%,#FFB3F9 10%,#FF62F2 50%,#FD72F2 51%,#FBA5F4 90%,#ffffff 91%); /* IE10+ */
	background: linear-gradient(top, #FFCDFB 9%,#FFB3F9 10%,#FF62F2 50%,#FD72F2 51%,#FBA5F4 90%,#ffffff 91%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.bar img {
	position: absolute;
	right: 1px;
	bottom: -8px;
}
/*--------------text--------------*/
.df_txt {
	margin: 5px;
	text-align: left;
}
.center_txt {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.red {
	color: #FF6666;
}
.blue {
	color: #5FAFD4;
}
/*--------------text end--------------*/



.button {
  width:40%;
  color:#ffffff;
  background:#CC33CC;
  font-size:15px;
  font-weight:bold;
  text-shadow:0 -1px 0px #CC33CC,0 -2px 0px #CC33CC;
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #CC33CC;
  padding:12px 0 8px 0;
  border-radius:5px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fe1357), color-stop(0.00, #ff6390));
background: -webkit-linear-gradient(top, #ff6390 0%, #fe1357 100%);
background: -moz-linear-gradient(top, #ff6390 0%, #fe1357 100%);
background: -o-linear-gradient(top, #ff6390 0%, #fe1357 100%);
background: -ms-linear-gradient(top, #ff6390 0%, #fe1357 100%);
background: linear-gradient(top, #ff6390 0%, #fe1357 100%);
  box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
} 




.button2 {
  width:50%;
  color:#ffffff;
  background:#337fcc;
  font-size:20px;
  font-weight:bold;
  text-shadow:0 -1px 0px #225588,0 -2px 0px #225588;
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #225588;
  padding:12px 0 8px 0;
  border-radius:5px;
  background:-moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
  background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1)));
  box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
} 



/*--------------box_area--------------*/
.box_area , .box_area .bar , #flow_area li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-image: url("img/bg2.gif");
}
.box_area {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 2px solid #65FFA3;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #cccccc;
	-moz-box-shadow: 0px 2px 4px #cccccc;
	-o-box-shadow: 0px 2px 4px #cccccc;
	-ms-box-shadow: 0px 2px 4px #cccccc;
	box-shadow: 0px 2px 4px #cccccc;
	padding-top: 25px;
}
.box_area .bar {
	text-align: center;
	width: 238px;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -130px;
	border: 1px solid #CC00CC;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a3088f), color-stop(0.93, #f643df), color-stop(0.08, #ff73ee), color-stop(0.00, #ffd9fa));
background: -webkit-linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
background: -moz-linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
background: -o-linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
background: -ms-linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
background: linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29baa7', endColorstr='#38cea5',GradientType=0 ); /* IE6-9 */
}
.box_area ul {
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
/*--------------box_area end--------------*/
.member_box , #flow_area li , #support li {
	background: #fff8f9; /* Old browsers */
	background: -moz-linear-gradient(top, #fff8f9 0%, #ffeaee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff8f9), color-stop(100%,#ffeaee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff8f9 0%,#ffeaee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff8f9 0%,#ffeaee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff8f9 0%,#ffeaee 100%); /* IE10+ */
	background: linear-gradient(top, #fff8f9 0%,#ffeaee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8f9', endColorstr='#ffeaee',GradientType=0 ); /* IE6-9 */
}
.member_box:nth-child(2n) , #flow_area li:nth-child(2) , #flow_area li:nth-child(3) {
	background: #fffcf2; /* Old browsers */
	background: -moz-linear-gradient(top, #fffcf2 0%, #fdf7de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcf2), color-stop(100%,#fdf7de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fffcf2 0%,#fdf7de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fffcf2 0%,#fdf7de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fffcf2 0%,#fdf7de 100%); /* IE10+ */
	background: linear-gradient(top, #fffcf2 0%,#fdf7de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf2', endColorstr='#fdf7de',GradientType=0 ); /* IE6-9 */
}



/*--------------box_area--------------*/
.box_area , .box_area .bar , #flow_area2 li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.box_area {
	background-color: #FFFFFF
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 2px solid #65FFA3;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #cccccc;
	-moz-box-shadow: 0px 2px 4px #cccccc;
	-o-box-shadow: 0px 2px 4px #cccccc;
	-ms-box-shadow: 0px 2px 4px #cccccc;
	box-shadow: 0px 2px 4px #cccccc;
	padding-top: 25px;
}
.box_area .bar {
	text-align: center;
	width: 238px;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -130px;
	border: 1px solid #CC00CC;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #a3088f), color-stop(0.93, #f643df), color-stop(0.08, #ff73ee), color-stop(0.00, #ffd9fa));
background: -webkit-linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
background: -moz-linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
background: -o-linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
background: -ms-linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
background: linear-gradient(top, #ffd9fa 0%, #ff73ee 8%, #f643df 93%, #a3088f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29baa7', endColorstr='#38cea5',GradientType=0 ); /* IE6-9 */
}

.box_area ul {
	list-style-position: absolute;
	list-style-type: circle;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

/*--------------box_area end--------------*/
.member_box , #flow_area2 li , #support li {
	background: #fff8f9; /* Old browsers */
	background: -moz-linear-gradient(top, #fff8f9 0%, #ffeaee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff8f9), color-stop(100%,#ffeaee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff8f9 0%,#ffeaee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff8f9 0%,#ffeaee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff8f9 0%,#ffeaee 100%); /* IE10+ */
	background: linear-gradient(top, #fff8f9 0%,#ffeaee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8f9', endColorstr='#ffeaee',GradientType=0 ); /* IE6-9 */
}
.member_box:nth-child(2n) , #flow_area2 li:nth-child(2) , #flow_area2 li:nth-child(3) {
	background: #fffcf2; /* Old browsers */
	background: -moz-linear-gradient(top, #fffcf2 0%, #fdf7de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcf2), color-stop(100%,#fdf7de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fffcf2 0%,#fdf7de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fffcf2 0%,#fdf7de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fffcf2 0%,#fdf7de 100%); /* IE10+ */
	background: linear-gradient(top, #fffcf2 0%,#fdf7de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf2', endColorstr='#fdf7de',GradientType=0 ); /* IE6-9 */
}






/*--------------member--------------*/
.member_box , #support li {
	display: table;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #EBC2D4;
}
.member_box:nth-child(2n) , #support li:nth-child(2n) {
	border-bottom-color: #EBDFC2;
}
.arrow {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size:15px 15px;
	-moz-background-size:15px 15px;
	-ms-background-size:15px 15px;
	-o-background-size:15px 15px;
	background-size:15px 15px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thumb {
	height: 80px;
	width: 80px;
	display: table-cell;
	direction: ltr;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDBABE;
	border-right-color: #DAE5EF;
	border-bottom-color: #DAE5EF;
	border-left-color: #CDBABE;
}
.data {
	display: table-cell;
	direction: ltr;
	width: 100%;
	vertical-align: middle;
	padding-left: 5px;
}
/*--------------member end--------------*/
/*--------------flow--------------*/
#flow_area ul {
	list-style-type: none;
	margin-top: 10px;
}
#flow_area li {
	text-align: center;
	width: 45%;
	float: left;
	margin: 2px;
	padding: 4px;
	border: 1px solid #FDD3E5;
}
#flow_area li:nth-child(2n) {
	float: right;
}
#flow_area li:nth-child(2) , #flow_area li:nth-child(3) {
	border: 1px solid #FFD8AE;
}
#flow_area .box_area {
	border: 2px solid #FDD3E5;
	text-align: center;
	position: relative;
	margin-top: 25px;
	padding-top: 10px;
}
.step {
	position: absolute;
	left: 8px;
	top: -25px;
}


/*--------------flow--------------*/
#flow_area2 ul {
	list-style-type: none;
	margin-top: 10px;
}
#flow_area2 li {
	text-align: center;
	width: 90%;
	float: center;
	margin: 3px;
	padding: 4px;
	border: 1px solid #FDD3E5;
}

#flow_area2 .box_area {
	border: 2px solid #FDD3E5;
	text-align: center;
	position: relative;
	margin-top: 25px;
	padding-top: 10px;
}

.step {
	position: absolute;
	left: 8px;
	top: -25px;
}


/*--------------flow end--------------*/
/*--------------rule--------------*/
#rule_area .box_area {
	margin-top: 40px;
	padding-top: 20px;
}
.woman {
	border: 2px solid #FDD3E5;
}
#rule_area .box_area .bar {
	top: -30px;
	font-size: 14px;
	line-height: 17px;
}
.woman .bar {
	border: 1px solid #FDD3E5;
	background: #fc7cb8; /* Old browsers */
	background: -moz-linear-gradient(top, #fc7cb8 0%, #fb87af 50%, #fa73a1 51%, #f9a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7cb8), color-stop(50%,#fb87af), color-stop(51%,#fa73a1), color-stop(100%,#f9a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc7cb8 0%,#fb87af 50%,#fa73a1 51%,#f9a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc7cb8 0%,#fb87af 50%,#fa73a1 51%,#f9a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc7cb8 0%,#fb87af 50%,#fa73a1 51%,#f9a1a1 100%); /* IE10+ */
	background: linear-gradient(top, #fc7cb8 0%,#fb87af 50%,#fa73a1 51%,#f9a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7cb8', endColorstr='#f9a1a1',GradientType=0 ); /* IE6-9 */
}
#rule_area .box_area ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
/*--------------rule end--------------*/
#footer {
	font-size: 12px;
	line-height: 30px;
	text-align: right;
}
/*--------------form--------------*/
#form_area {
	margin: 5px;
	text-align: center;
}
.df_form {
	width: 90%;
	margin: 5px;
	border: 1px solid #CCCCCC;
	;
	font-size: 16px;
	padding: 5px;
}
#form_area p {
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
}
.form_btn {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*--------------form end--------------*/
/*--------------support--------------*/
#support {
	list-style-type: none;
}
#support li a {
	color: #FF6699;
	line-height: 25px;
}
#support .arrow {
	padding-left: 15px;
}
/*--------------support end--------------*/
