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

#topHex {
	float:left;
	height: 42%;
	text-align:right;
	padding:3% 2px 2px 113px;
}
#topHex .hexHead {
	text-align: right;
	padding:7px 8% 7px 0;
}
.hex {
	float:left;
	height: 470px;
/*	padding:60px 2px 2px 2px;*/
}
.hex .hexHead {
	text-align: right;
	padding:0 7% 0px 0px;
}
.hexSmall_left {
	float:left;
	width:37px;
}
.hexSmall_center {
	float:left;
	width:506px;
}
.hexSmall_right {
	float:left;
	width:37px;
}
.hexBody {
	padding: 0;/* 0 0 7%;*/
}
.hex_left {
	float:left;
	width:45px;
}
.hex_center {
	float:left;
	width:619px;
}
.hex_right {
	float:left;
	width:45px;
	
}
.hex_lt {
	padding:0;
	margin:0;
	float:left;
	height: 45px;
	min-width:45px;
	min-height: 45px;
	background-image:url(../img/hex/hex_lt.png);
	background-size: 100%;
	background-repeat:no-repeat;
}
.hex_lc {
	padding:0;
	margin:0;
	float:left;
	height: 334px;
	min-width:45px;
	min-height: 334px;
	background-image:url(../img/hex/hex_left.png);
	background-size: 100%;
	background-repeat:no-repeat;
}
.hex_lb {
	padding:0;
	margin:0;
	float:left;
	height: 45px;
	min-width:45px;
	min-height: 45px;
	background-image:url(../img/hex/hex_lb.png);
	background-size: 100%;
	background-repeat:no-repeat;
}
.hex_rt {
	padding:0;
	margin:0;
	float:left;
	height: 45px;
	min-width:45px;
	min-height: 45px;
	background-image:url(../img/hex/hex_rt.png);
	background-size: 100%;
	background-repeat:no-repeat;
}
.hex_rc {
	padding:0;
	margin:0;
	float:left;
	height: 334px;
	min-width:45px;
	min-height: 334px;
	background-image:url(../img/hex/hex_right.png);
	background-size: 100%;
	background-repeat:no-repeat;
}
.hex_rb {
	padding:0;
	margin:0;
	float:left;
	height: 45px;
	min-width:45px;
	min-height: 45px;
	background-image:url(../img/hex/hex_rb.png);
	background-size: 100%;
	background-repeat:no-repeat;
}
.hex_ct {
	padding:0;
	margin:0;
	float:left;
	height: 45px;
	min-width:619px;
	min-height: 45px;
	background-image:url(../img/hex/hex_ct.png);
	background-size: 100%;
	background-repeat:no-repeat;
}
.hex_cc {
	padding:0;
	margin:0;
	float:left;
	min-width:619px;
	min-height:334px;
	background-image:url(../img/hex/hex_cc.png);
	background-size: 100%;
	background-repeat:no-repeat;
}
.hex_cb {
	padding:0;
	margin:0;
	float:left;
	min-width:619px;
	height:45px;
	min-height:45px;
	background-image:url(../img/hex/hex_cb.png);
	background-size: 100%;
	background-repeat:no-repeat;
}