﻿body {
    font-family: 'Roboto', "微軟正黑體", arial, sans-serif;
    margin: 0;
    padding: 5;
}
p{
	text-indent: 2em;
    margin: 4px 0;
	line-height: 150%;
}
h2{
	font-family: "Times New Roman", 'Roboto', Times, serif;
	font-size: 1.2em; 
	font-weight: bold;
	font-style: oblique;
}
h3{
	font-size: 1.1em; 
	font-weight: bold;
}
.container_block{
    display:block;
    align-items: center;
    overflow: hidden; /* 放大至200%時不出現SCROLLROLL捲軸*/
}.container_top{
    display: flex;
    width: 100%;
    height: 110px;
}
.container_topmobile{
    display: flex;
    background-color:floralwhite;
    width: 100%;
    height: 50px;    
}

.container_mainmenu {
    display: flex;
    background-color: #175E4C; /* 主選單背景網底顏色 */
    border: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
/* no use */
.container_mainmenuxxx {
    width: 100%;
  /*  max-width: 900px; */
    margin: 0px auto;	
    display: inline-flex;    
 /*   justify-content: center;
    width: 100%;
    max-width: 100%;
	background: #175e4c; */ 
	/* The long bar is same as the mainmenu color(navmenu) */
}
.mobile_menuguide {
    display:flex;
    margin: 0;
    background: #666666;

  }
.slider{
    display: flex;
    background-color: #fff;
    width: 100%;
    justify-content: center;
}
.container_eng_linkpage{
    display: block;
    max-width: 900px;
    margin: 0 auto; /*div 置中 */
    font-family: 'Roboto', "微軟正黑體", arial, sans-serif;
    font-size: 1.1em;
    line-height: 140%;
}
.container_3colum_flex{
    display:flex;
    overflow: hidden;
}
.container_linkpage{
    display:block;
}
.containner_announce_item{
    display: block;
    background-color: #ffffff;
}
.container_footer{
    max-width: 100%;
    background-color: #4176a6;
    display:block;
    align-items: center;
    margin: 0 auto; /*div 置中 */
}
.left_area{
    background-color: #fff;
    flex:none; /* 固定配置 */
    width: 205px;
}
.right_area{
    background-color: #fff;
    flex:none; /* 固定配置 */
    width: 280px;    

}
.center_area{
    display: block;
    background-color: #fff;
    flex:auto; /* 自動把剩下的空間填滿 */
}

.slhs_logo_item{
    display: flex;
    background-color: #fff;
    width: 50%;
    margin: 0;
    align-items: flex-end;
    justify-content: center;
}
.slhs_logo_right_item{
    display: flex;
    background-color: #fff;
    width: 50%;
    justify-content: center;
    align-items: center;
}
/*
.slhs_logo_right_item{
	display:flex;
}
.slhs_logo_item{
    display: flex;
    background-color: #fff;
    max-width: 100%
}
*/
.top_btn {
    color: #FFF;
    border-color: #00aa90;
    border-radius: 0.25em;
    background-color: #1B813E;
    padding: 0.2em 0.5em 0.2em 0.5em;
    font-size: 1.2em;
    line-height: 1.5em; /* 數值要與下面height相同，英文字才會垂直置中 */
    height: 1.5em; 
    width: 5em;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
  
}
.top_btn2 {
    color: #FFF;
    border-color: rgba(172,22,22,1);
    border-radius: 0.25em;
    background-color: 1B813E;
    padding: 0.2em 0.5em 0.2em 0.5em;
    font-size: 1.0em;
    line-height: 1.2em; /* 數值要與下面height相同，英文字才會垂直置中 */
    height: 1.2em; 
    width: 4em;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8 2 0;
}
.top_btn:hover{
    background-color: 00aa90;   
}
.announce_h2{
    align-items: baseline;
    font-size: 1.0em;
    justify-content: center;
}
/* no use */
.container_mainmenu_area{
    display: inline-flex;
    background-color: #333333; /* 主選單背景網底顏色 */
    border: 0;
    padding: 0;
    width: 100%;
    height: 44;
    justify-content: center;
    align-items: center;
}

.linking_logo{
    display:block;
    width: 100%;
}
.linking_logo ul{
    flex-wrap: nowrap;
    margin:0px auto;
}
.linking_logo ul li{
    height: 63;
    text-align: center;
    background-color: #fff;
    justify-content: center;
}
.sticky_text {
	background-color: #dc3232;
	color: #fff;
}

.for_accessibility a {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}
                    
.for_accessibility a:focus {
    width: auto;
    height: auto;
    padding: 6px;
    background-color: #fff;
}

.for_accessibility div {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: transparent;
    opacity: .1
}
