@charset "utf-8";
.investment_f, .investment_title {
	margin: 0 auto;
	overflow: hidden;
}
.investment_title div {
	width: 200px;
	height: 44px;
	background-color: #DDDDDD;
	float: left;
	margin-right: 6px;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	line-height: 46px;
	color: #555;
	cursor: pointer;
	margin-left: 1px;
	/* [disabled]border-bottom-left-radius: 10px;
*/
	/* [disabled]border-bottom-right-radius: 10px;
*/
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.investment_title a, .investment_title a:link, .investment_title a:visited, .investment_title a:hover {
	color: #555;
	width: 131px;
	height: 44px;
	display: inline-block;
	border-style: solid;
}

@media(max-width:1000px) {
.investment_title div {
	width: 100px;
	height: 44px;
	background-color: #DDDDDD;
	float: left;
	margin-right: 6px;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	line-height: 46px;
	color: #555;
	cursor: pointer;
	margin-left: 1px;
	/* [disabled]border-bottom-left-radius: 10px;
*/
	/* [disabled]border-bottom-right-radius: 10px;
*/
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.investment_title a, .investment_title a:link, .investment_title a:visited, .investment_title a:hover {
	color: #555;
	width: 131px;
	height: 44px;
	display: inline-block;
	border-style: solid;
}
}

.investment_title div.on a, .investment_title div.on a:link, .investment_title div.on a:visited, .investment_title div.on a:hover {
	color: #f70
}
.investment_title div.on {
	color: #fff;
	background: #2056ae;
}
.investment_con {
	clear: both;
	padding-top: 20px;
}
.investment_con_list img {
	max-width: 100%;
	height: auto;
}
#fullPage {
	display: none;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19930428;
}
#fullPage img {
	display: block;
	width: 100%;
}
#canvas {
	width: 100%;
	height: 100%;
	background: none;
	display: block;
}
.investment_con_list {
	display: none;
}
