﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700');
/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');*/
a{
	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 */}

a:link,
a:visited  {text-decoration:none;color: #333333;}
a:hover {text-decoration:none;color:#c30d23;}
a:active {text-decoration: none;color: #333333}
html,body {
	font-family:"Segoe UI","微軟正黑體";
	-webkit-text-size-adjust:100%;
	color:#000;
	width:100%;
	background:#f8f9fa;}
input,
select,
textarea {
	font-family:"Segoe UI","微軟正黑體";}
.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%;}

*{-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;}


/*頁碼*/

.manu {
	text-align:center; 

	font-weight:normal; 

	color:#232323;  

	font-size:0.8125rem; 
	width:100%;

	overflow:hidden;

	margin-top:2.1875rem;

	position:relative;}

.manu span{

	display:inline-block; 
	padding:0px 6px; 

	margin:2px;}

.manu a{

	padding:5px 1rem;  

	margin:2px 0.5rem; 

	color: #FFFFFF;  

	text-decoration: none; 

	background:#232323;

	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:#c30d23; }
.manu a:active { color: #FFFFFF; }
.manu i{
	margin:0px 1rem}


/*欄位字顏色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #333;
}
.placeholder{  /* Internet Explorer 8 & 9*/
	color: #333;
}
