@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	color: #333;
	background: url(bg-content.png);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
a {
	color: #48a9d0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
* {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style: none;
}
img {
	border: 0px;
}
.page_width {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.top {
	background: url(bg-header.png);
	width: 100%;
	float: left;
}
.header .page_width {
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 10px 20px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	overflow: hidden;
}
.header .logo a {
	float: left;
}
.header .mainnav {
	float: right;
	padding: 3px 0 0 0;
}
.header a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 10px;
	text-decoration: none;
	margin: 0 0 0 5px;
}
.header a.current {
	color: #81c6e3;
}
a.btn_blue, a.btn_pink, button.btn_blue, button.btn_pink {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
	background-color: #d0d0d0;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e6e6), color-stop(100%, #d0d0d0));
	background: -webkit-linear-gradient(top, #e9e6e6, #d0d0d0);
	background: -moz-linear-gradient(top, #e9e6e6, #d0d0d0);
	background: -o-linear-gradient(top, #e9e6e6, #d0d0d0);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #44a0c5;
	height: 35px;
	line-height: 32px;
	padding: 0px 25.6px;
	font-size: 14px;
	color: #fff!important;
	text-shadow: 0 1px 0px #2a87ac;
	margin: 0;
	text-decoration: none !important;
	text-align: center;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 5px;
	cursor: pointer;
	font-weight: bold;
}
a.btn_blue {
	background-color: #48a9d0;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62b5d7), color-stop(100%, #48a9d0));
	background: -webkit-linear-gradient(top, #62b5d7, #48a9d0);
	background: -moz-linear-gradient(top, #62b5d7, #48a9d0);
	background: -o-linear-gradient(top, #62b5d7, #48a9d0);
}
a.btn_pink, button.btn_pink {
	color: #fff;
	border: 1px solid #e36583;
	text-shadow: 0 1px #ae1f42;
	background-color: #ef6b8b;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f17f9b), color-stop(100%, #ef6b8b));
	background: -webkit-linear-gradient(top, #f17f9b, #ef6b8b);
	background: -moz-linear-gradient(top, #f17f9b, #ef6b8b);
	background: -o-linear-gradient(top, #f17f9b, #ef6b8b);
}
.banner {
	color: #fff;
}
.banner .page_width {
	background: url(image-1.png) no-repeat 460px bottom;
	padding-top: 130px;
	padding-bottom: 130px;
}
.banner .page_width h2, .banner .page_width p {
	width: 90%;
	max-width: 400px;
}
h1 {
	line-height: 28px;
}
.banner .page_width h1 {
	padding: 0 0 10px 0;
}
.banner .page_width p {
	padding: 10px 0;
}
.search .page_width, .innertitle .page_width {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px;
	background: rgba(72,169,208,0.5);
	border: 1px solid #48a9d0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.innertitle .page_width {
	margin-top: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.search button img {
	float: left;
	margin: 9px 0 0 0;
}
.search button span {
	float: left;
	padding: 0px 0 0 5px;
}
.search ul li {
	float: left;
	padding: 8px 10px 0 10px;
}
.search ul li select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px 10px;
	width: 100px;
	background: #4dabd1;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #48a1c4;
}
.search ul li label {
	padding: 0 5px 0 0;
}
.search ul li:last-child {
	float: right;
	padding-top: 0px;
}
.mainpage .page_width {
	background: #fff;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	padding-top: 15px;
}
.stepstofindmatch h2 {
	width: 100%;
	text-align: center;
	background: url(bg-title.png) repeat-x left bottom;
	padding: 25px 0;
	position: relative;
	float: left;
}
.stepstofindmatch h2::before {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -10px;
	bottom: 0px;
	content: "";
	background: url(icon-bow.png) no-repeat left top;
	width: 33px;
	height: 9px;
}
.stepstofindmatch ul {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.stepstofindmatch ul li {
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	float: left;
}
.stepstofindmatch ul li h3 {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}
.stepstofindmatch ul li h3 img {
	float: left;
}
.stepstofindmatch ul li h3 span {
	padding: 8px 0 0 5px;
	float: left;
}
.stepstofindmatch ul li p {
	width: 100%;
	float: left;
	color: #666;
}
.footer .page_width {
	border: 1px solid #61a3be;
	border-radius: 0 0 5px 5px;
	background: #6ab8d7;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: 0 1px #65a7b7;
	overflow: hidden;
	margin-bottom: 35px;
}
.footer .copyright {
	float: left;
}
.footer .footernav {
	float: right;
}
.footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}
.story, .members {
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
.story {
	width: 100%;
	padding-right: 0px;
}
.members {
	padding-left: 20px;
	padding-right: 0px;
}
.story h2, .members h2 {
	width: 100%;
	float: left;
	background: url(bg-title.png) repeat-x left bottom;
	position: relative;
	padding: 20px 0;
}
.story h2::before, .members h2::before {
	content: "";
	background: url(icon-flag.png) no-repeat left top;
	width: 25px;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.story ul li, .members ul li {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.story ul li label, .members ul li label {
	width: 150px;
	height: 150px;
	position: relative;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
}
.members ul li label {
	width: 100px;
	height: 100px;
}
.story ul li label > img, .members ul li label > img {
	width: 100%;
	height: 100%;
}
.story ul li > div {
	margin: 0 0 0 170px;
}
.members ul li > div {
	margin: 0 0 0 120px;
}
.story ul li p, .members ul li p {
	color: #666;
}
.blog {
	width: 100%;
	padding: 0px;
}
.article {
	padding: 0 0 25px 0;
}
.article h2 {
	margin-bottom: 25px;
}
.article img {
	float: left;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 25px 15px 0;
}
.article p {
	padding: 10px 0;
}
.register p {
	text-align: center;
}
.mainnav_mobile {
	float: right;
	border: 1px solid #fff;
	background: #fff;
	width: 30px;
	margin: 11px 0 0 0;
	cursor: pointer;
	display: none;
}
.mainnav_mobile span {
	width: 100%;
	height: 3px;
	float: left;
	background: #ccc;
	margin: 2px 0;
}
@media screen and (min-width:769px) {
.mainnav_pc {
	display: block!important;
}
}
@media screen and (max-width:768px) {
.header .page_width {
	overflow: visible;
	float: left;
}
.mainnav_mobile {
	display: block;
}
.mainnav {
	position: relative;
	width: 100%;
	margin: -50px 10px 0 0;
	z-index: 9999;
}
.mainnav_pc {
	width: 100%;
	position: absolute;
	right: -10px;
	top: 60px;
	border-top: 2px solid #ccc;
	float: left;
	display: none;
}
.mainnav_pc a {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	float: left;
	background: #fff;
	margin: 0px;
	color: #333!important;
	text-align: left;
	text-shadow: none;
	border-radius: 0px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 0px;
	line-height: 22px!important;
	border-bottom: 1px solid #efefef!important;
}
.banner .page_width {
	background-position: right bottom;
	background-size: 60% auto;
}
.search {
	display: none;
}
.footer .page_width {
	margin-bottom: 0px;
}
}
@media screen and (max-width:568px) {
.stepstofindmatch ul li {
	width: 100%;
}
.story, .members {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.footer .copyright, .footer .footernav {
	width: 100%;
	text-align: center;
}
.footer .footernav {
	padding-top: 10px;
}
.banner .page_width {
	padding-right: 15px;
}
}
@media screen and (max-width:414px) {
.story ul li label {
	margin: 0 20px 5px 0;
}
.story ul li > div {
	margin: 0px;
}
}
@media screen and (max-width:420px){
.imgleft {
	margin: 0 0 10px 0;
	float: left;
	display: block;
	width:100%;
    max-width:100%;
	height:auto;
}
}
