﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');

a{
	color: inherit;
	text-decoration:none;
	cursor:pointer;
	transition-property:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */}
*{
	outline:none}
a:link,
a:visited  {text-decoration:none;color: #42210B;}
a:hover {text-decoration:none; 	color:#8FC31F;}
a:active {text-decoration: none;color: #222;}
html,body {
	font-family:"微軟正黑體", cursive;
	-webkit-text-size-adjust:100%;
	width:100%;
	min-height:100%;
	height:100%;
	font-size: 16px;}


address{
	font-style:normal;}






input,
select,
textarea {
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	font-family:'Noto Serif TC',"微軟正黑體", sans-serif;}


*{-webkit-box-sizing:border-box;moz-box-sizing: border-box;box-sizing:border-box}
img{vertical-align:middle; border:0px; max-width:100%; height:auto }
.clear { clear:both; height:1px; line-height:1px;}

.embed-container{
	width:100%;
	height:0px;
	line-height:normal;
	padding-bottom:56.25%;
	position:relative;
	overflow:hidden;}
.embed-container iframe{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;}



/*頁碼*/
.manu {
	text-align:center;
	font-weight:normal;
	font-size: 15px;
	width:100%;
	overflow:hidden;
	margin-top:3em;
	position:relative;
	}
.manu span{
	display:inline-block;
	padding:0px 6px;
	/* font-weight:bold; */
	margin:2px;
	color: #42210B;
	}
.manu a{
	padding:5px 1rem;
	margin: 5px 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	background: #42210B;
	line-height:23px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(pie/PIE.htc);
	position:relative;
	}
.manu a:hover {color: #FFFFFF;background: #613f28;}
.manu a:active { color: #FFFFFF; }
