@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: 50%;
}

.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;}

#Contact {background-color: blue;}





.technique strong{
	float: left;
	width: 100%;
//background-color: #ffcccc;
	font-size: 16pt;
	font-weight: bold;
	color: #555555;
	font-family: 'Noto Sans TC', sans-serif;
	//padding-bottom: 30Px;
	//padding-top: 30Px;
	padding-left: 30px;
}

h4{
	//float: left;
	width: 100%;
	//background-color: #ffcccc;
	font-size: 18pt;  /*14pt*/
	line-height: 1.3;
	font-weight: bold;
	color: #000099;
	font-family: 'Noto Sans TC', sans-serif;
	padding-bottom: 15px;  /*30Px*/
	padding-top: 15px;  /*30Px*/
	padding-left: 30px;
}
p img{
	width: 30%;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #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) {
 

}
