@charset utf-8;

/* 一般設定 */

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size: medium;
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	background: #FFF url(../images/texture.png) ;
	}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

img
{
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

div { font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;}
td {font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;}

h1, h2, h3, h4, h5, h6 { font-family: "微軟正黑體", "新細明體", sans-serif, SimSun; margin:0; padding:0;}

.cleaner { clear: both }

/* 文字陰影 html5 */
.blink {
  color: yellow; 
  text-shadow: 1px 3px 3px rgba(255, 208, 208, 1); 
}

/* 超連結*/
a.AdminLogin {color:#000; text-decoration: none;}
a:hover.AdminLogin {color:#000; text-decoration: none;}

a.BackPage {color:#000000; text-decoration: none;}
a:hover.BackPage {color:#FF0000; text-decoration: none;}

/* 間格空白 */
.NewsSpace{height:8px;}

/* Google 地圖 大小 */
@media (min-width: 480px) {
	#map {
	    width: auto; height: 300px; border:1px solid #CCC;
	}
}
@media (min-width: 768px) {
	#map {
	    width: auto; height: 520px; border:1px solid #CCC;
	}
}
@media (min-width: 992px) {
	#map {
	    width: 300px; height: 520px; border:1px solid #CCC;
	}
}

.border_title {
	border-left: 10px solid #78AEFF;
	display: block;
	padding-left: 10px;
	color:#F8FF78;
}

.border_title_h3 {color:#FF8D60;}

input[type="text"]  {
    -moz-border-radius:5px; // Firefox
    -webkit-border-radius: 5px; // Safari 和 Chrome
    border-radius: 5px; // Opera 10.5+
}

.SearchBox {
    background: #FFF url(../images/input-text-9.png) no-repeat 4px 4px;
    border: 1px solid #999; 
    outline:0; 
    padding-left: 25px;
    height:25px; 
    width: 275px; 
    /* 邊角圓弧化，不同瀏器覧設定不同　*/
}

.css_button {
    font-size: 12pt;
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
    font-weight: normal;
    text-decoration: inherit;
    border: 1px solid #3866A3;
    padding: 6px 16px;
    text-shadow: 1px 1px 0px #5E5E5E;
    -webkit-box-shadow: inset 1px 1px 0px 0px #BEE2F9;
    -moz-box-shadow: inset 1px 1px 0px 0px #BEE2F9;
    box-shadow: inset 1px 1px 0px 0px #BEE2F9;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    background: -webkit-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background: -moz-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background: -ms-linear-gradient(90deg, #468ccf 5%, #63b8ee 100%);
    background: linear-gradient(180deg, #63b8ee 5%, #468ccf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63b8ee",endColorstr="#468ccf");
}

.css_button:hover {
    background: -webkit-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    background: -moz-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    background: -ms-linear-gradient(90deg, #63b8ee 5%, #468ccf 100%);
    background: linear-gradient(180deg, #468ccf 5%, #63b8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#468ccf",endColorstr="#63b8ee");
}

.css_button:active {
    position:relative;
    top: 1px;
}

.styled-select select {
	background: transparent;
	padding: 0px 0px 4px 0px;
	font-size: 12pt;
	border: 1px solid #999;
	height: 34px;
   }

/* 首頁最新消息 */
.news_date {
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	background-color:#FFF;
	font-size: 14pt;
	color: #990000;
	margin-bottom: 5px;
	font-style: italic;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.news_content {
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	background-color:#FFF;
	font-weight:bold;
	font-size:14pt;
	color:#333;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Page.aspx CSS */
.FocusText {
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	color:#FFF;
	background-color:#0D3F75;
	background-image:url(../images/texture.png);
	text-align:left;
	padding:10px 20px;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.FocusText a{ color: #FFF; text-decoration: none;}
.FocusText a:hover{ color: #FFF; text-decoration: none;}
	
.FocusMain {
	padding:6px 10px;
	background: rgba(100%,100%,100%, 1.0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	//-webkit-border-bottom-left-radius: 5px;
	//-moz-border-bottom-left-radius: 5px;
	//border-bottom-left-radius: 5px;
	//border-bottom-right-radius: 5px;
}

.FocusTitle {float:left; padding:2px 0px 0px 45px;}
.FocusRM {float:right; padding-top:5px;}

.circle {
    display: inline-block;
    width: 190px;
    height:190px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 5px;
    background:#fff;
}

.inner {    
    background-size:cover;
    background-position:center center;
    height: 100%;
    border-radius:50%;
}


    span.MarkTxt
    	{
    		color: #CC0000;
            font-weight: bold;
            font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
    	}

    .Reg_Title
        {
            width: 300px;
        }
    .Reg_Text
        {
            background-color: #FFFFFF;
        }