/* CSS Document */
/*標題字體*/
body{
	overflow-x:hidden;
	overflow-y:scroll;
}
#pater{
	position:relative;
}
.middle_box .menu_href{
	position:fixed;
	top:95px;
	height:37px;
	right:-10px; /* 50px; */
	z-index:1000;
}
.menu_href a{
	width:100px;
	font-size:18px;
	line-height:40px;
	text-align:center;	
	color:#FFF;
	text-decoration:none;
	margin-right:50px;
	font-weight: bold;
	padding:0 10px;
}
.menu_href a:hover{
	width:100px;
	height:40px;
	line-height:40px;
	text-align:center;	
	color:#000000;
	text-decoration:underline;
	background-color:#FFF;
	margin-right:50px;
	visibility:visible;
	padding:0 10px;
}
.middle_box .blank150{
	float:left;
	width:100%;
	height:150px;
}
.middle_box .message_box{
	width:  1000%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	display: inline;
	clear: both;
}
.middle_box .message{
	width:10%;
	float:left;
	margin-top:30px;
	text-align:center;
}
.message .article{
	width:100%; /* 1400px; */
	min-width: 1400px; /* N add */
	margin:0 auto;
	text-align:center;
}
.img_bg{
	position:absolute;
	z-index:8;
	float:left;
	left:82px;
	margin-top:10px;
}
.img_bg img{
	width:112px;
	height:210px;
}
.article .lab1{
	position: relative;
	float:left;
	width:100%;
	height:108px;
}
.lab1 .year{
	width:100px;
	float:left;
	margin-top:42px;
	font-weight:bold;
	font-family: "Microsoft JhengHei,BIGPixelRegular",Courier,"Courier New",monospace; 
}
.lab1 .content{
	height:100px;
	float:left;
}
.article .lab2{
	position: relative;
	float:left;
	width:100%;
	height:108px;
	margin-left:0;
	margin-top:-20px;
}
.lab2 .year{
	width:145px;
	float:left;
	margin-top:42px;
	font-weight:bold;
	font-family: "BIGPixelRegular",Courier,"Courier New",monospace; 
}
.lab2 .content{
	height:100px;
	float:left;
}
.article .lab3{
	position: relative;
	float:left;
	width:100%;
	height:108px;
	margin-top:-20px;
}
.lab3 .year{
	width:100px;
	float:left;
	margin-top:42px;
	font-weight:bold;
	font-family: "BIGPixelRegular",Courier,"Courier New",monospace; 
}
.lab3 .content{
	height:100px;
	float:left;
}

.lab_item {
	width: 76px;
	height: 168px;
	position: relative;
	display: inline-block;
	margin-right:4px;
	z-index:9;
}
.hexagon2 {
	position: absolute;
	width: 80px;
	height: 160px;
	top: -25px;
}

.hexagon {
	overflow: hidden;
	visibility: hidden;

	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	cursor: pointer;
}

.hexagon-in1 {
	overflow: hidden;
	width: 100%;
	height: 100%;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.hexagon-in2 {
	-webkit-box-shadow: inset 0 0 0 200px rgba(176, 218, 212, 0.48);
	box-shadow: inset 0 0 0 200px rgba(220, 220,220, 0.8);
	/* box-shadow: inset 0 0 0 200px rgba(204, 208, 210, 0.80); */
	
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;

	-webkit-background-size: 125%;
	-moz-background-size: 125%;
	background-size: 125%;
	visibility: visible;

	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.hexagon-in2 h1{
	width:100%;
	text-align:center;
	font-size: 16px;
	color: white;
	position:absolute;
	margin-top:70px;
	color: #777777;
}

.hexagon-in2:hover {
	-webkit-box-shadow: inset 0 0 0 0px #B0DAD4;
	box-shadow: inset 0 0 0 0px #B0DAD4;
}