@charset "UTF-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);*/
@import "../fonts/cwtexyen.css";
/*font-family:'cwTeXYen', Calibri, sans-serif; */

/* =================== CSS reset & default ==================================================== */
* { padding:0; margin:0; box-sizing:border-box; }
html, body { height:100%; }
body { font-family:'cwTeXYen', Calibri, sans-serif, "微軟正黑體"; color:#333; /*background-color:#dfebc1;*/ background:url(../images/light_grey.png) repeat; }
h1, h2, h3 { font-family:'cwTeXYen', Calibri, sans-serif; font-weight:bold; padding:1% 1% 1% 0; margin-bottom:10px; }
h1 { font-size:24px; color:#514fa2; }
h2 { font-size:22px; color:#333; }
h3 { font-size:20px; }
p { line-height:1.5em; text-align:justify; /*word-break:break-all;*/ }
ul, ol, li { list-style:none; } 
li { padding:3px 0; }
a { text-decoration:none; }
a:link, a:visited, a:hover, a:active { color:#00F; } 
i { margin-right:10px; }
:focus { outline:none; } 


#wrapper { position:relative; width:80%; min-height:100%; margin:0 auto; border:1px solid #0787b2; /*background-color:rgba(0,0,0,0.7);*/ padding-bottom:60px; }

@media (max-width:1200px) { #wrapper { width:90%; } }

@media (max-width:768px) { #wrapper { width:100%; padding-bottom:100px; } }


/* =================== header頁首區 ==================================================== */

header { padding:1% 0; }
	header img { dispaly:block; width:100%; height:auto; /*border:4px solid #FFF;*/ }

@media (max-width:768px) { header { padding:0; } 
							header img { border:none; }

}


#nav4mobile { display:none; }

	#nav4mobile #mobileNav a  { display:block; padding:10px 5px; font-family:Verdana, Geneva, sans-serif; color:#FFF; }
	#nav4mobile #mobileNav a:hover { background-color:#333; }
	/* ===== 第一層 ===== */
	#nav4mobile #mobileNav {  }
	#nav4mobile #mobileNav>li { background-color:#000; padding:5px; border-bottom:1px solid #FFF; }
	#nav4mobile #mobileNav>li>a { }
	/* ===== 第二層 ===== */
	#nav4mobile #mobileNav ul a { padding:10px 0 10px 30px; }
	#nav4mobile #mobileNav ul { display:none; }


@media (max-width:768px) { #nav4mobile { display:block; }
							#nav4mobile #mobileNav a { color:#333; padding:5px; text-align:center; }
							#nav4mobile #mobileNav a:hover { background-color:#FBFBFB; }
							#nav4mobile #mobileNav>li { background-color:#E7E7E7; }
	}

/* =================== main主要內容區 ==================================================== */

#main { overflow:hidden; padding:10px; background-color:rgba(255,255,255,0.5);}

	aside { float:left; width:25%; padding:1% 0 1% 2%; }
		/* ===== 第一、二層 ===== */
		#nav a  { display:block; padding:10px 5px; font-family:Verdana, Geneva, sans-serif; color:#FFF; }
		#nav a:hover { background-color:#87b9ca; color:#FFF; }
		/* ===== 第一層 ===== */
		#nav {  }
		#nav>li { list-style:none; background-color:#0787b2; padding:5px; border-bottom:1px solid #FFF; }
		#nav>li>a { }
		/* ===== 第二層 ===== */
		#nav ul a { padding:10px 0 10px 30px; }
		#nav ul { display:none; }



	#content { float:right; width:75%; padding:1% 3% 3% 3%; }
		#content article { padding:1% 3%; }
		#content article img.half { width:48%; height:auto; }
		#content article img.asmap { width:100%; height:auto; margin-bottom:1%; }
		#content article img.MRTmap { width:98%; height:auto; }
		#content article img.oneThird { width:31%; height:auto; }
		
		#content article ul, li { list-style:disc; }
		
		#content article section { padding:1% 2%; }
		
		#content li.forTransportation { list-style-type:decimal; list-style-position:outside; margin-bottom:3px; }
		#content li.forTransportation span { font-weight:bold; text-decoration:underline; }

		#content li.forOverseas { list-style-type:decimal; list-style-position:outside; margin-bottom:3px; }
		#content li.forMainland { list-style-type:circle; list-style-position:outside; margin-bottom:5px; }
		

		/* ===== for program.php用 ===== */
		#main #content article .table { display:table; /*overflow-x:auto;*/width:100%; }
		#main #content article .tableMobile { display:none; } 		
		#main #content article .table .tr { display:table-row; }
		#main #content article .table .tr:hover { background-color:#E6E6E6; }
		#main #content article .table .th { display:table-cell; padding:10px; background:#CCC; font-weight:bold; }
		#main #content article .table .td { display:table-cell; padding:10px; border-bottom: 1px dotted #333; }

		#main #content article .table .Time { width:10%; }
		#main #content article .table .Speaker { width:20%; }
		#main #content article .table .Track { width:30%; }
		


@media (max-width:768px) { #main { padding:0; }
							aside { display:none; }
							#content { width:100%; padding:1% 3%; }
							#content article { padding:1%; }
	}
		


	
/* =================== footer 頁尾區 ==================================================== */

footer { position:absolute; left:0; bottom:0; width:100%; background-color:#0787b2; padding:15px 0 30px 0; text-align:center; color:#FFF; font-size:15px; }

		




/* =================== for registration.php頁面使用 ==================================================== */

.container {
  border-radius: 5px;
  /*background-color: #f2f2f2;*/
  padding: 20px;
}

.col-50 {
  float: left;
  width: 50%;
}

.col-25 {
  float: left;
  width: 25%;
  margin: 5px 10px 5px 0;
}

.col-75 {
  float: left;
  width: 70%;
  margin: 5px 0;
}

<!--.row { padding:5px; }
-->/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

label {
  padding: 5px 5px 5px 0;
  display: inline-block;
}

input[type=text], input[type=email],select, textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=submit] {
  width:100%;
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}


/* Responsive layout - when the screen is less than 768px wide, make the two columns stack on top of each other instead of next to each other */
@media(max-width: 768px) {
  .col-25, .col-75 { width: 100%; margin-top: 0; }}	
  
  
  




/* =================== for program.php頁面使用 ==================================================== 
table {  }
table tr {}
table th { text-align:center; border:1px dotted #CCC; padding:5px; }
table td { text-align:center; border:1px dotted #CCC; padding:5px; }
table td .bold { font-weight:bold; }
table td .italic { font-style:italic; }*/


/* =================== 議程 ==================================================== 
	.schedule { overflow:hidden; }
		.scheduleblock { float:left; width:100%; padding:1%; }
			.scheduleblock .table { background-color:#FFF; } 
			.scheduleblock .table .tr { overflow:hidden; padding:5px; border-bottom:1px solid #CCC; }
			.scheduleblock .table .timeSection { background-color:#E7E7E7; }
			.scheduleblock .table .noBorderBottom { border-bottom:none; }
			.scheduleblock .table .time { float:left; width:100px; }
			.scheduleblock .table .info { float:right; width:calc(100% - 100px - 10px); }
				.scheduleblock .table .info .speaker { font-weight:bold; }
				.scheduleblock .table .info .title { font-style:italic; }
				.scheduleblock .table .info .pdLeft10 { padding-left:10px; display:block; }
			.scheduleblock .table .tr .abstract, .scheduleblock .table .info .abstract { font-size:14px; color:#F30; }*/

	

/* =================== photo.php用 ==================================================== */
#photo { display:table; }
	#photo .tr { display:table-row; overflow:hidden; }
	#photo .tr .photoimg { width:100%; }
		#photo .tr .td { display:table-cell; width:calc(100%/3); }
		#photo .tr .td .photoimg { width:100%; }



/* ========================= for 文字 ================================================== */
.t-blue { color:#00F; }
.t-red { color:#F00; }
.t-green { color:#060 }
.t-black { color:#000; }
.t-white { color:#FFF; }
.t-orange { color:#F60; }
.t-weight { font-weight:bold; }
.t-italic { font-style:italic; }
.t-left { text-align:left; }
.t-center { text-align:center; }
.t-right { text-align:right; }
.t-justify { text-align:justify; }
.t-underline { text-decoration:underline; }
.t-none { text-decoration:none; }
.bg-blue { background-color:#00F; }
.bg-red { background-color:#F00; }
.bg-green { background-color:#060; }
.bg-black { background-color:#000; }
.bg-white { background-color:#FFF; }
.bg-orange { background-color:#F60; }

.border-right { border-right:1px solid #CCC; }
.border-bottom { border-bottom:1px solid #CCC; }

.pd-5px { padding:5px; }
.pd-10px { padding:10px; }


/* ===== for google map ===== */
.google-maps {
  position: relative;
  padding-bottom: 75%; /* 此為地圖長寬比 */
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}