@charset "UTF-8";
/**{
border: 1px solid #000;
} */
* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans TC', sans-serif;
}

/* Style tab links */
.tablink {
  background-color: #555;
	font-family: 'Noto Sans TC', sans-serif;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15pt;
  width: 100%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  /*color: white;*/
  display: none;
  padding: 80px 20px;
  height: 100%;
  margin-bottom: 50px;
}



#parts1 {background-color: #ffcccc;}
#parts2 {background-color: #99ccff;}
#parts3 {background-color: #ffcc99;}

#parts4 {background-color: #ccffcc;}





.technique strong{
	float: left;
	width: 100%;

	font-size: 16pt;
	font-weight: bold;
	color: #555555;
	font-family: 'Noto Sans TC', sans-serif;
	
	padding-left: 30px;
	margin-bottom: 10px;
}

h4{
	
	width: 100%;
	
	font-size: 18pt;   /*14pt*/
	font-weight: bold;
	color: #000099;
	line-height: 1.3;
	font-family: 'Noto Sans TC', sans-serif;
	padding-bottom: 15px;  /*30px*/
	padding-top: 15px;  /*30px*/
	padding-left: 30px;
}

p img{
	width: 29%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #999999;
		
}



@media screen and (max-width: 480px){
	
	h4{
	/*/float: left;*/
	
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}
	p img{
	width: 80%;
}
.tablink {
  padding: 14px 8px;
  font-size: 14pt;
  
}

	}

@media screen and (min-width:481px) and (max-width:768px) {
 

}
