@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
header .inner {
	position: relative;
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	padding: 6px 50px;
	box-sizing: border-box;
}
header .inner h1 {
	float: left;
	width: 100%;
	padding: 6px 0;
}
header .langCang {
	overflow: hidden;
	position: absolute;
	right: 60px;
	top: 14px;
}
header .langCang li {
	float: left;
	margin-left: 20px;
}
#indexBox {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 80px 50px 20px 50px;
	box-sizing: border-box;
}
#indexBox h2 {
	text-align: center;
	padding: 40px 0;
	margin-bottom: 30px;
}
#indexBox .langNav {
	overflow: hidden;
	width: 500px;
	margin: 0 auto 80px auto;
}
#indexBox .langNav li {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
}
#indexBox .langNav li.single {
	width: 100%;
	margin: 0;
}
#indexBox .langNav li:last-child {
	margin-right: 0;
}
#indexBox .langNav li a {
	display: block;
	padding: 10px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #f36800;
	font-size: 18px;
}
#indexBox .langNav li a span{
	display: block;
	font-size: 14px;
	line-height: 1.2;
}
#indexBox h3 {
	padding: 10px 0;
	font-size: 20px;
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
#indexBox .infoBox {
	background: #4f2d1b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px 20px 20px;
	margin-bottom: 40px;
}
#indexBox .pointBox {
	overflow: hidden;
	margin-bottom: 30px;
}
#indexBox .pointBox h2, #indexBox .guestBox h2, #indexBox .recruit h2, #indexBox .partner h2 {
	border-top: dotted 2px #fff;
	border-bottom: dotted 2px #fff;
	padding: 10px 0;
	font-size: 24px;
}
#indexBox .pointBox h3 {
	text-align: center;
	border-bottom: none;
	background: #4f2d1b;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	width: 96px;
	margin: 0 auto 20px auto;
	padding: 20px;
	position: relative;
}
#indexBox .pointBox h3 span {
	font-size: 14px;
	display: block;
	line-height: 1;
	padding-top: 5px;
}
#indexBox .pointBox h3:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 5px 0 5px;
	border-color: #4f2d1b transparent transparent transparent;
	content: "";
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#indexBox .pointBox .point01, #indexBox .pointBox .point02, #indexBox .pointBox .point03, #indexBox .pointBox .point04 {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
	background: rgba(255,255,255,0.7);
	padding: 20px;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 300px;
}
#indexBox .pointBox .point02, #indexBox .pointBox .point04 {
	margin-right: 0;
}
#indexBox .pointBox p {
	color: #4f2d1b;
}
#indexBox .guestBox {
	margin-bottom: 60px;
}
#indexBox .guestBox .voice {
	background: rgba(255,255,255,0.7);
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4f2d1b;
}
#indexBox .guestBox .voice h3 {
	border-bottom: solid 1px #4d2d1b;
}
#indexBox .guestBox .voice p {
}
#indexBox .recruit {
	margin-bottom: 60px;
}
#indexBox .partner {
	margin-bottom: 80px;
}
#indexBox .partner ul {
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#indexBox .partner li {
	float: left;
	width: 50%;
	text-align: center;
}
footer.top {
	padding: 15px 0;
}

@media screen and (max-width: 690px) {
header .inner {
	width: 100%;
	padding: 6px 20px;
}
header .inner h1 {
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
}
header .langCang {
	right: 20px;
	top: 12px;
}
	header .langCang li{
		font-size: 14px;
	margin-left: 10px;
	}
#indexBox {
	width: 100%;
	padding: 20px;
}
#indexBox h2 {
	margin-bottom: 20px;
}
#indexBox h2 img {
	width: 80%;
	height: auto;
}
#indexBox .langNav {
	width: 100%;
	margin: 0 0 40px 0;
}
#indexBox .pointBox .point01, #indexBox .pointBox .point02, #indexBox .pointBox .point03, #indexBox .pointBox .point04 {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	min-height: 1px;
}
#indexBox .pointBox .point02, #indexBox .pointBox .point04 {
	margin-right: 0;
}
#indexBox .pointBox p {
	color: #4f2d1b;
}
#indexBox .guestBox .voice h3 {
	border-bottom: solid 1px #4d2d1b;
	font-size: 16px;
}
#indexBox .partner ul {
	overflow: hidden;
}
#indexBox .partner li:first-child {
	border-bottom: solid 1px #EFEFEF;
}
#indexBox .partner li {
	float: none;
	width: 100%;
	text-align: center;
}
#indexBox .partner li img {
	width: 60%;
	height: auto;
}
}
