

/*
.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}*/


/* Style the tab */
.tab {
	
    overflow: hidden;
	border: 1px solid;
	background-color: white;
	border-color: white;
	
}

/* Style the buttons inside the tab */
.tab button {
	
	border: 1px solid ;
	border-color: #ccc;
	outline: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
	background-color:#009FCC;
	float:left;
	margin-right: 1px;
	-webkit-border-top-right-radius: 12px;
	transition: background-color .3s;
	border-bottom: none;
	
}

/* Change background color of buttons on hover */
.tab button:hover {
	
  background-color: #99FFFF	;
  
}


 /*Create an active/current tablink class*/
.tab button.active {
	
 border-color:gray;	
 background-color: white;

}


/* Style the tab content */
.tabcontent {
	
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}





/* Style of  tabcontent標題   */
.FontType{
	font-weight:bold;
	font-size:16px;
	color:red;
	
	
}
/* Style of  項目標籤   */
.ListType {
	

	font-size: 13px;
	text-align: justify;
	text-justify:inter-ideograph;
	color:black;
	line-height: 150%;
	margin:10px 10px;
	list-style: none;
	
	
	
}

/* Style of  項目標籤(樣式設計)   */

.ListType ::before{
	
	
	content: "➤"; 
	font-weight:bold;
	color: #FFAA33;
	display: inline-block; 
	width: 1em;
	margin-left: -1em
	
}





/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.slideshow-container {
  max-width: 3000px;
  position: relative;
  margin: auto;
  
}


.text {
	
  color: #f2f2f2;
  position: bottom;
  font-size: 30px;
  padding: 10px 5px;
  bottom: 100px;
  width: 100%;
  text-align: left;
}


