@charset "utf-8";
/* CSS Document */

hgroup.staTit{
	border-bottom:none;
	margin-bottom:0;
}

/* ----- statBox ----- */
.statBox {
	position:relative;
 	width:100%;
	display:block;
	margin-bottom:40px	
}

.html_edit .statBox{
	font-size:60%}

.statBox dl {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	border-top:1px solid #00A8BB;
	margin-top:36px;

}
.statBox dl dt {
	float:left;
	width:100%;
}
.statBox dl dt a {
	float:left;
	width:100%;
 	box-sizing:border-box;
 	padding: 0px 20px;
    text-align: center;
    margin: 0;
    font-size: 1.5em;
    background-color:#F2F2F2;
	color:#666;
    font-family: 微软雅黑;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 990px) {
.statBox dl dt a {
 
    font-size: 1.4em;
 
}	
}


.statBox dl dt a:hover,
.statBox dl dt a:focus {
	color:#FFF;
	background:#000;
}
.statBox dl dt.abso {
	position:absolute;
	top:-37px;
	width:calc(16.66% - 5px);
	text-align:center;
	box-sizing:border-box;
	z-index:10;
}
.statBox dl dt.tab01.abso {left:0;}
.statBox dl dt.tab02.abso {left: 16.66%;}
.statBox dl dt.tab03.abso {left: 33.32%;}
.statBox dl dt.tab04.abso {left: 49.98%;}
.statBox dl dt.tab05.abso {left: 66.64%;}
.statBox dl dt.tab06.abso {left: 83.3%;}
 

.statBox dl dt.abso a {
	width:100%;	
	padding:0;
	text-align:center;
 	box-sizing:border-box;
	line-height:36px;
	background-color:#F2F2F2;
	color:#666;
 }
.statBox dl dt a.over {
	font-family: 微軟雅黑, "Microsoft YaHei";
 	background-color: #41ae97;
    color: #fff !important;
}

.statBox dl dt a:hover, .statBox dl dt a:focus{
	color: #fff;
	background-color:#666
     }

.statBox dl dt a.over:hover, .statBox dl dt a.over:focus{
	color: #fff;
    cursor: default;
     }
	
.statBox dl dt.abso a:focus {
	color:#bf2626}
.statBox dl dt a.over:focus{
	background-color:#00A8BB}
 
.statBox dl dd {
 	float:left;
	width:100%;
	margin-top:25px ;
	padding-bottom:20px;
    border-bottom: 2px solid #41ab94;
}


/* ----- 展開收合 ----- */
.eventFileList {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	/*position:relative;*/
}

 
@media screen and (max-width: 1200px) {
.statBox dl dt.abso {
 	width:calc(33.3% - 5px);
 
}	
.statBox dl {
 	border-top:0;
 }	
.statBox dl dt.tab01.abso {left:0;}
.statBox dl dt.tab02.abso {left: 33.3%;}
.statBox dl dt.tab03.abso {left: 66.6%;}
.statBox dl dt.tab04.abso {left: 0; top:2px}
.statBox dl dt.tab05.abso {left: 33.3%; top:2px}
.statBox dl dt.tab06.abso {left: 66.6%; top:2px}	
.statBox dl dd{
	margin-top:50px}	
}

 

 @media screen and (max-width: 500px) {
  
.statBox dl dd {
  	margin-top:90px 
}	 
.statBox dl dt.abso {
	position:absolute;
	top:-37px;
	width:50%;
	text-align:center;
	box-sizing:border-box;
	z-index:10;
}

.statBox dl dt a{ border:2px solid #fff;}
.statBox dl dt.tab01.abso {left:0;}
.statBox dl dt.tab02.abso {left:50%;}
.statBox dl dt.tab03.abso {left:0; top:2px}
.statBox dl dt.tab04.abso {left:50%; top:2px} 
.statBox dl dt.tab05.abso {left:0; top:42px}
.statBox dl dt.tab06.abso {left:50%; top:42px}

.statBox dl{ border-top:0}
 }
   
 