@charset "UTF-8";

@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/archivo-narrow-v8-latin-regular.eot'); 
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'),
       url('fonts/archivo-narrow-v8-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/archivo-narrow-v8-latin-regular.woff2') format('woff2'), 
       url('fonts/archivo-narrow-v8-latin-regular.woff') format('woff'), 
       url('fonts/archivo-narrow-v8-latin-regular.ttf') format('truetype'), 
       url('fonts/archivo-narrow-v8-latin-regular.svg#ArchivoNarrow') format('svg');
}

@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/archivo-narrow-v8-latin-700.eot'); 
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'),
       url('fonts/archivo-narrow-v8-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('fonts/archivo-narrow-v8-latin-700.woff2') format('woff2'), 
       url('fonts/archivo-narrow-v8-latin-700.woff') format('woff'), 
       url('fonts/archivo-narrow-v8-latin-700.ttf') format('truetype'), 
       url('fonts/archivo-narrow-v8-latin-700.svg#ArchivoNarrow') format('svg');
}


@font-face {
    font-family: 'BodoniFLF-Roman';

   src: url('fonts/BodoniFLF-Roman.ttf');
}






body {
	font-family: 'Archivo Narrow', "Microsoft JhengHei","Microsoft Yahei","微軟正黑體", "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin:0;
	padding:0;
	color:#24190e;
	-webkit-text-size-adjust:none;
	

	background-color:#e1ddd2;
		background-color:#ffffff;

		


}
html,
body {
   margin:0;
   padding:10px 10px 10px 10px;
 
}



input,form,textarea,h1,h2,h3,h4,h5,h6,div,table,img,p,ul,li {
	margin: 0;
	padding: 0;
}

th {
	text-align: left;
	padding:5px;
}

td{
	vertical-align:top;
	
}

#table_form td{
	vertical-align:top;
}

img{
	border:none;
}

input:focus, textarea:focus {
    outline: none;
}





a,a:visited { 
	
	
	text-decoration:underline;
color:#1155d3;

	-webkit-transition: color 500ms ease-out 0s;
    -moz-transition: color 500ms ease-out 0s;
    -o-transition: color 500ms ease-out 0s;
	transition: color 500ms ease-out 0s;
	
	

}

a:hover {
	color:#1155d3;
	text-decoration:underline;
	animation: color_change 0.5s ;

}



ul{
	margin-left:18px;
	margin-top:0px;
	padding-top:0px;
	

}




a:focus {
	outline: none;
	
	
}


p{
	clear:both;
	padding-bottom:20px;
	line-height:150%;
font-size: 32px;
}

h1,h2,h3,h4,h5,h6{
	clear:both;
	width:100%;
	font-weight:500;
	color:#000000;
	font-size:32px;
	padding-bottom:30px;



}
