@charset "utf-8";
/* CSS Document */
body {
	font-size:1em;
	font-family: 'Hiragino Kaku Gothic Pro', 'WenQuanYi Zen Hei', '微軟正黑體', '蘋果儷中黑', Helvetica, Arial, sans-serif;
/*	line-height:1.5em;*/
	background-color: #FFF;
}



Div#counter1{
	display:none;    
}

Div#dementia_logo2{
	display:none;
}

Div#swd_logo2{
	display:none;
}

Div#w3c_icon1s{
	display:none;    
}
Div#w3c_icon2s{
	display:none;    
}

Div#main_content2{display:none;}
Div#main_content_s2{display:none;}
Div#main_banner{
	}

#mainDiv {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	/*background-color:#fffde1;*/
	margin-top: 0px;
}

Div>#top_area{
	position: relative;
	width:100%;
	min-height:120px;
	/*background-color:#feffef;*/
	}
	
Div>#top_area>#swd_logo{
		position: absolute;
		/*width:300px;*/	
		left:0px;
		bottom:0px;
		}
Div>#top_area>#dementia_logo{
		position: absolute;
		/*width:300px;*/	
		left:350px;
		bottom:10px;
/*		top:20px;*/
		}
Div>#top_area>#counter{
		position: absolute;	
		left:800px;
		bottom:20px;
		}					
	
Div>#top_area>#AAAlink{
		position: absolute;
		width:200px;
		text-align:right;
		left:980px;
		bottom:20px;
		margin-right:5px;

		}
Div>#top_area>#search_bar{
		position: absolute;
		width:200px;
		left:980px;;
		bottom:50px;
		margin-right:5px;
		text-align:right;
		}
Div>#search_title{
		position: absolute;
		right:120px;
		bottom:0px;
		text-align:right;
		}
Div>#search_box{
		position: absolute;
		right:0px;
		bottom:0px;
		text-align:left;
		}						

Div>#main_content{
	position: relative;
	width:100%;
	min-height:600px;
	margin-top: 2px;
	}
Div>#main_content_s{
	position: relative;
	width:100%;
	min-height:120px;
	margin-top: 2px;
	}	
Div#main_banner{
	position: relative;
	margin-top:2px;
/*	float:inline-end;*/
	}	
	
.main_text_container{

	background:#DFD6E9;
	margin: 0px 0px 0px 0px;

	}
	
Div>#main_text{
	position: relative;
/*	margin: 2px 20px 2px 20px;*/
	margin-left: 20%;
	margin-right:20%;
	text-align:justify;
	
	color:black;

	
	/*margin-top: 2px;
	margin-bottom:2px;*/
	}
	
Div>#main_text_song{
	position: relative;
/*	max-height: 400px;*/
	margin-left: 20%;
	margin-right:20%;
	text-align:left;	
	color:black;
	}	
	
			
Div>#bottom_line{
	position: absolute;
	position: relative;
	width: 100%;
	min-height: 60px;
	height:auto;
	background-color: #9070af;
	text-align: left;
	margin-top: 2px;
	color: #f2f2f2;
	line-height:1.5em;

	}
	
	Div>#bottom_line>#w3c_icon1{
		position:absolute;		
		width:auto;
		height:auto;
		right:0px;
		bottom:8px;
		}

	Div>#bottom_line>#w3c_icon2{
		display:none;
		position: absolute;
		width:auto;
		height:auto;
		right:121px;
		bottom:8px;
/*		top:0px;*/
		}
	
	Div>#bottom_line>#privacy{
		position: absolute;
		width: auto;
		height: auto;
		left:0px;
		bottom:3px;

		}

a img {
	text-decoration: none;
	border: 0 none;
	display: block;
}

a:visited, a:link {
	text-decoration:none;
	color:#009;
	font-size:1em;
}

a:hover {
	text-decoration:underline;
	color:red;
	font-weight:bold;
}





a.sFont {
	font-size: 1em;
	/*color: #FFF;*/
	color: #000;
}
a.ssFont {
	font-size: 1em;
	/*color: #FFF;*/
	color: #000;
}
a.mFont {
	font-size: 1.15em;
	/*color: #FFF;*/
	color: #000;
}

a.lFont {
	font-size: 1.3em;
	/*color: #FFF;*/
	color: #000;
}	


.access {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;} 
.ignore {display:none !important;} /*hide elements which added for validation*/ 
div#skipwrapper{
	display:block;}
div#main{
	display:block;}		

/*.slider-pro {
    font-family: 'Open Sans', Arial;
}*/


/*body {margin:0;font-family:Arial}*/

.topnav {
  overflow: hidden;
  background-color: #9070af;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 23px;
}

.active {
  background-color: #e85508;
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav .icon2 {
  display: none;
}

.dropdown2 {
    float: left;
    overflow: hidden;
}

.dropdown2 .dropbtn {
    font-size: 24px;
    
    border: none;
    outline: none;
    color: #f2f2f2;
    padding: 15px 40px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #9070af;
	/*margin-top:50px;*/
	min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	font-size: 20px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 14px 40px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 20px;
}

.topnav a:hover, .dropdown2:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown2:hover .dropdown-content {
    display: block;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.bk{
	padding: 20px;}


.text_content {
	color: #505050;
	font-size: 1.2em;
	line-height: 30px;
	font-style: normal;
	font-weight: 500;
	}
.text_content_header{
	color: #505050;
	font-size: 35px;
	text-decoration: underline;
	line-height: 45px;
	font-style: normal;
	font-weight: 500;}
.text_content_header2{
	color: #505050;
	font-size: 25px;
	text-decoration: underline;
	line-height: 30px;
	font-style: normal;
	font-weight: 500;}
.text_content_header3{
	color: #505050;
	font-size: 20px;
	text-decoration: underline;
	line-height: 30px;
	font-style: normal;
	font-weight: 500;}				
	
.text_header 	{
	font-size: 48px;
	line-height: 54px;
	font-style: normal;
	font-weight: 600;
	color: #727272;
	text-decoration: none;
	text-align: center;
	}
.text_header2 	{
	font-size: 24px;
	line-height: 24px;
	font-style: normal;
	font-weight: 600;
	color: #505050;
	text-decoration: none;
	}	
.text_header3 	{
	font-size: 20px;
	line-height: 20px;
	font-style: normal;
	font-weight: 600;
	color: #505050;
	text-decoration: none;
	}	
	
.text_content_s1 {
	color: #505050;
	font-size: 15px;
/*	font-size:1em;*/
	line-height: 30px;
	font-style: normal;
	font-weight: 500;
	}	

Div>#main_text_song{
	position:relative;
	display:flex;
	max-height: 400px;
	margin-left: 15%;
	margin-right:15%;
    flex-direction: row;
    justify-content: space-between;
	
	}
Div>#main_text_song1{
	text-align:left;
	}
	
table#news {
    border-collapse: collapse;
    width: 100%;
}

table#news th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
	font-size:1em;
}

table#news tr:hover {background-color:#f5f5f5;}	

.event_box{
	position:relative;
	display:flex;
    flex-direction: row;
    justify-content: space-between;
	}
/*.left_side {
	margin-top:50px;

	width:42%;

	}*/

	
.right_side {
	width:100%;
	margin: 10px;
	}
	
#overlay {
     position: absolute;
     left:         0px;
     top:          0px;
     width:        100%;
     height:       100%;
	 height:       4000px;
     text-align:   justify;
     z-index:      1;

    color:white;

}

/*#silver_tech_disclaimer_container {   
	 background:#f5f5f5;
	 margin-left:10%;
	 margin-top:10%;
	 margin-right:10%;
	 }*/
#silver_tech_disclaimer {   
	 background:#f5f5f5;
	 margin-left:10%;
/*	 margin-top:10%;*/
	 margin-right:10%;
	 }	
#silver_tech_disclaimer_container {   
	 background:#f5f5f5;
	 margin-left:10%;
/*	 margin-top:10px;*/
	 margin-right:10%;
	 }		 			
	
#info5_bk1{
	float: right;
margin-left: 20px;
margin-top:30px;}	

ol.f {list-style-type: decimal;
}
ol{
  margin-left:40px;
}

/* Second Level */
ol ol{
  margin-left:50px;
}

/* Third Level */
ol ol ol{
  margin-left:60px;
}

ul{
  margin-left:40px;
}

/* Second Level */
ul ul{
  margin-left:50px;
}

/* Third Level */
ul ul ul{
  margin-left:60px;
}

ul.sbs{
	list-style-type: circle;
}

/*#act_table1 {background-color: #f2f2f2;}*/
.act_table1 {background-color: #f2f2f2;}

/*table#frd_table1 {background-color: #f2f2f2;
				width:100%;}*/
.frd_table1 {background-color: #f2f2f2;
				width:100%;}						
table {
	width:100%;}							
				
.frd_table2 {
	margin-left:0px;
	width:80%;}
				
.text {
    
}

.text.short {
    height: 120px;
    overflow: hidden;
}
.text.full {
    
}

/*#rightside{
	text-align:right;
	margin-left:50%;}*/

a.link_75{font-weight: normal;}
a.over_75 { color:#BB0E0E;
			font-size: 120%; 
			font-weight:bold; } 	
			
.left_map {
	margin-top:50px;
	width:65%;
	margin: 20px;
	}
.left_map2 {
	margin: 20px;
	}	
.right_map {
	width:35%;
	margin: 10px;
	margin-top:3%;
	}
	
	
#a1, #a2, #a3, #a4, #a4a, #a4b{
	margin-left: 20px;
	display:none;
}
				
.invisble {
	display:none;}	
	
.photo {
    margin-left: 35%;

    width: 95%;
	overflow:hidden;
    padding: 10px;}	

.photo_right {
    margin-left: 35%;
	margin-bottom:50px;
	margin-top:50px;
    width: 65%;
    padding: 10px;
	}
	
.photo_left {
	margin-bottom:50px;
	margin-top:50px;
    width: 65%;
    padding: 10px;
	}
	

#member-counter {
	margin-left: 0px; position: relative;
//	white-space: nowrap;

}
#member-counter .clabel {
	color: rgb(79, 145, 205); text-transform: uppercase; line-height: 25px; font-size: 16px;
	color: #e85508;
	white-space: nowrap;

}
#member-counter .ctotal {
	margin-left: 0px;
	white-space: nowrap;
	float:left;
}
#member-counter .ctotal .cnumber {
	width: 21px; height: 22px; text-align: center; color: rgb(255, 255, 255); 
	line-height: 14px; font-size: 20px; font-weight: 250; margin-left: 0px; padding-top:7px; 
	float: left; background-image: url("../images/counter_bg.png"); 
	background-repeat: no-repeat; background-size: contain;
}	
.read-more {text-align:right;
	margin-right:0px;
	float:right;
	}
.left_side {
	margin-top:0px;
	}
.left_side ul li{
	display:inline-block;

  list-style-type: none;
  padding-right: 50px;
  float: left;

  }	
 .ss-logo2{
	width:10vw;
	max-width:100px;
}

#table_content {
	padding-top:20px;
	display:inline-block;}
.nav-id-bar	{
	margin:30px 0px 10px 0px;
	color:#F00;}
 

@media screen and (max-width: 1080px) {
	#mainDiv {
	width: 100%;}
	
Div>#top_area{
	min-height:120px;
	}	
Div>#top_area>#AAAlink{
		text-align:left;
		left:200px;
		top:5px;
		margin-left:5px;

		}
Div>#top_area>#search_bar{
		left:0px;;
		bottom:90px;
		margin-right:0px;
		text-align:left;
		}
Div>#search_title{
		left:5px;
		bottom:0px;
		text-align:right;
		}
Div>#search_box{
		left:100px;
		bottom:0px;
		text-align:left;
		}
		
		
}

/*---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .topnav a:not(:first-child), .dropdown2 .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
    .topnav a.icon2 {
    float: right;
    display: block;
  }
  .topnav a {
  padding: 10px 10px;
	}
p.text_content_header2 {
	font-size:18px;}
p.text_content_header3 {
	font-size:18px;}		
	
.right_map {
	width:100%;
	margin: 0px;
	margin-top:0px;
	}			 
}


@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
   /* .topnav.responsive .icon2 {
    position: absolute;
    right: 0;
    top: 0;
  }*/
  .topnav.responsive .icon2 {
	  display:none;
  }
  
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	
  }
  .topnav.responsive .dropdown2 {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown2 .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	padding: 10px 10px;
  }
 .dropdown2 .dropbtn {
    font-size: 20px; }
 
#mainDiv {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	/*background-color:#fffde1;*/
	margin-top: 0px;
}

Div>#top_area{
	display:none;
	}
/*Div#counter2{
	display:none;    
}
Div#counter1{
	display:block;
}*/

Div#dementia_logo2{
	display:block;
}

Div#swd_logo2{
	display:block;
}

Div#w3c_icon1s{
	display:block;
	position:absolute;
	left:0px;    
}
Div#w3c_icon2s{
	display:none;
	position:absolute;
	left:120px;    
}

Div#w3c_icon1{
	display:none;    
}
Div#w3c_icon2{
	display:none;    
}

Div#main_content2{
	display:block;
	position: relative;
	width:100%;
	min-height:450px;
	margin-top: 2px;
	}
Div#main_content_s2{
	display:block;
	position: relative;
	width:100%;
	min-height:120px;
	margin-top: 2px;
	}	
Div#main_content{display:none;}
Div#main_content_s{display:none;}



#res-df-logo {
	max-width: 75%;
	height:auto;}
#res-top-logo {
	max-width: 40%;
	height:auto;}
.res_size{
	width:90%;}	
.res_size_s1{
	width:50%;}		
Div>#main_text{
	margin-left: 5%;
	margin-right:5%;}
	
Div>#main_text_song{
	min-height:800px;
	flex-wrap:wrap;
	}
.event_box{flex-wrap:wrap;
	}		
.read-more {
	margin-left:50%;
	}
	

}



/*----------------------------------------------------------------------------------------------------*/

	
/*------------------------------------------------------------*/
@media screen and (max-width: 420px) {
	table {font-size: 0.85em;}
	a.read-more:visited, a.read-more:link{
		font-size:0.85em}
		
Div>#bottom_line{
	min-height: 80px;
	}
.ss-logo{
	max-width:50%;
}

.ss-logo2{
	width:60px;;
}


p.text_content_header2 {
	font-size:14px;}

.left_side ul li{

  padding-right: 5px;
}

Div>#main_text{
	margin-left: 5px;
	margin-right:5px;}
			


.photo {
    margin: 0 auto;
	padding: 0px;}
 	
.photo_right {
    margin-left: 35%;
	margin-bottom:50px;
	margin-top:50px;
    width: 65%;
    padding: 10px;
	}
	
.photo_left {
	margin-bottom:50px;
	margin-top:50px;
    width: 65%;
    padding: 10px;
	}
	
.text_header2 	{
	font-size: 16px;
	line-height: 16px;
	margin-right: 0px;
	float:none;
	font-weight: 0;
/*	text-align:left;*/
	}
.text_content_header
{font-size: 28px;
text-align:left;}

.right_map {
	width:100%;
	margin: 0px;
	margin-top:0px;
	}	
}

/*popup*/
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #f0f0f0 !important;
  line-height:1.5em;
  color:#4F4F4F !important;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  font-size:1.2em;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #009;
  float: right;
  width:100%;
  text-align:right;
  font-size: 28px;
  font-weight: bold;
  margin-bottom:1em;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*------------------------------------------------------------*/	