@charset "utf-8";
/* CSS Document */

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}
body, html{
	margin:0;
	padding:0;
	font-family: arial,sans-serif;
	font-size: small;
	behavior:url(js/iehoverfix.htc);
}
h1, h2, h3, h4, h5, h6, p, form{
	margin:0;
	padding:0;
}
ul, li{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	color: #0088cc;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
.mask-link{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	cursor:pointer;
	/* background:rgba(0,0,0,0.3); */
}
.fxwrap{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.fx{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 1px;
}
.cnt-bar{}
.cnt-container{
	width:930px;
	margin:0 auto;
}

.btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	text-decoration:none;
}
.btn:hover{
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
	text-decoration:none;
}

.breadcrumb{margin-bottom:20px;}
.breadcrumb,
.breadcrumb>div{background:#f3f3f3;}
.breadcrumb>div{padding:10px 0;}
.breadcrumb>div,
.breadcrumb>div a{color:#666;}
.breadcrumb>div>ul>li{display:inline-block;}




#direct{width:930px;margin:0px auto; line-height:25px; color:#666;}
.content{width:930px;margin:5px auto;zoom:1;overflow:hidden;}
.left{float:left; width:700px;zoom:1;overflow:hidden;}
.right{float:right; width:210px;zoom:1;overflow:hidden;}
