@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
/*font-family: 'cwTeXHei', sans-serif;*/
@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
/* font-family: 'cwTeXYen', sans-serif; */

/*超連結的基本樣式*/
a {
	color: #3D7AD8;
	text-decoration: none;
}
/* 連結滑過後的變化*/
a:hover {
	color: #FF0004;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
nav a {
	font-size: 1.4em;
	margin-top: 0.75em;
	display: block;
	margin-bottom: 0.75em;
}
footer {
	margin-top: 5px;
	border-top: 3px solid #D5D5D5;
	padding-top: 1em;
	background-color: #000000;
	padding-bottom: 1em;
}


footer p {
	font-size: 0.9em;
	color: #CDCDCD;
}

hr  {
	width: 100%;
	background-color: #8B8B8B;
	border-style: dashed;
	margin-top: 11px;
}

/*main 的上下要有內距*/
section#main {
	padding-top: 1em;
	padding-bottom: 1em;

}
/* main那一層的#basicimg上方要有間距15*/
#basicimg {
	margin-top: 15px;
}
/*在main裡面的#basicimgform的表單底下要有15的間距*/
#basicimg form {
	margin-bottom: 30px;
}

/*要有上下間距的一個類別*/
.mar {
	margin-bottom: 25px;
	margin-top: 25px;
}


/*id=main裡面的圖片的移入的變化*/
	
	#basicimg figure{ position:relative; }
	#basicimg img{ border-top-right-radius:20px; border-bottom-left-radius:20px; }
	#basicimg figcaption{ width:100%; height:100%; position:absolute; left:0; top:0; }
	#basicimg figcaption a{ display:block; width:100%; height:100%; border-top-right-radius:20px; border-bottom-left-radius:20px;transition: all 1.5s;}
	#basicimg figcaption a:hover{background-color: rgba(35,31,31,0.42);}
	
/*contact_us page*/
#contact_tab td  {
	background-color: #E9DAAB;
	padding-bottom: 14px;
	padding-top: 11px;
	padding-left: 6px;
	padding-right: 5px;
}
#contact_tab {
	border: 1px solid #020202;
}
#smallbtn {
	margin-top: 20px;
}
