﻿ 	 /* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:"Verdana", Microsoft JhengHei,Lato,sans-serif;	
}
ol, ul, li{	list-style: none;}
a { text-decoration:none;}

body{
  width:100%;
	height:auto;
	margin:0 auto;  
	background:#f4f0e4;
}

 	@media screen and ( max-width: 768px ){
		*{
			box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
		}
		html,body{
			-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
		}
	}
	
header{
	width:100%;
	height:394px;
	overflow:hidden;
	background: #fecb10;
	text-align:center;
}
#page{
	height:150px;
}

.top{
top:-39px;
position: relative;
}

 	

MENU{
	width:100%;
	background:#ECE;
	margin:0 auto;
	padding:10px;
	font-size:14px;
	text-align:right;
	background: #FFF;
}

MENU .menu{
	width:auto;
	display:inline-block;
	position: relative;
	z-index:9999;
	margin-right:3%;
}

MENU span{
	border-left:1px #111 solid;
	padding-left:10px;
	padding-right:5px;
}
MENU span:last-child{
	border-right:1px #111 solid;
	padding-right:10px;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index:999;
}

.dropdown-content {
	width:180px;
  display: none;
  position: absolute;
  margin:0 auto;
}

.dropdown-content a {
	margin:7px;
  color: #111;
  padding: 3px;
	text-align:left;
  display: block;
}
.dropdown:hover .dropdown-content {display: block;}


article{
	width:980px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding:30px 0 10px 0;
}

footer{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#ffbe30;
	}
	
footer p, footer a{
	text-align:center;
	font-size:13px;
	color:#333;
	line-height:25px;
	padding:5px;
	}
footer a:hover{
text-decoration:underline;
	}	
		

h1{
	font-size:1.5rem;
	line-height: 1;
	font-weight:bold;  
	border-left: 5px solid ;
  padding: 5px 0 5px 15px;
  margin: 5px 0 15px 3px; /*上右下左 */
  float:left;
	text-align:left;
  }	
  
.title {
	font-size:1.6rem;
	margin:0;
	color:#555;
  width:65%;
}

h2{
	font-size:1.5rem;
	font-weight:bold;  
	line-height: 1.5;
	text-align:center;
}	

h3{
	font-size:1.05rem;
	padding:5px 0;
}	
	


.organ-font-color h3, .person-font-color h3{
	font-size:1.2rem;
	font-weight:bold;  
	color:#333;
}		

.title_name{
	width:250px;
	margin:0 auto;
	text-align:left;
	line-height:1.8;
	font-size:1.2rem;
	padding:5px 0;
}		

h1 span{
	font-size:1.15rem;
	line-height: 1.5;
	padding-left:10px;
	color:#333;
}			

article div {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

section {
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius: 5px;
  box-shadow:2px 2px 2px 2px #DDD;
  background:#FFF;
	border:1px solid #DDD;
  margin: 20px auto 20px auto; /*上右下左 */
  padding: 20px 0 20px 0; /*上右下左 */
}

.section-70
{
	width:70%;
}


section div {
	width:100%;
	height:auto;
	overflow:hidden;
}
	
article div ul {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	text-align:center;
}	


article div ul li {
	width:93%;
	height:auto;
	oveflow:hidden;
	background:#FFF;
  border-radius: 10px;
  float:left;	
  margin:10px auto;
	text-align:left;
	padding: 15px 2% 15px 5%; /*上右下左 */
}

article div ul li h1{
	line-height: 1.8;  float:none;padding:3px 0;
}	
article div ul li h2{
	text-align:left;line-height: 1.8;padding:3px 0;
		font-size:1.3rem;color:#111;
}	

#article_login {
	width:100%;
	height:auto;
	overflow:hidden;
  margin:0 auto ;
  padding:0 ;
	text-align:center;
 
 }
 
#article_login ul{
	width:100%;
  margin:10px auto;
	text-align:center;
	padding:10px;	  display: flex;
  /* 水平置中 */
  justify-content: center;   
} 
 
ul #login {
	width:400px;
	height:680px;
	overflow:hidden;
  margin:10px;
  padding:0px;
  padding-top:20px;
 }
 
ul #login:first-child{
}
 
ul #login:last-child{
}
 
	
li h1{
	font-size:1.5rem;
	border-left: none;
  padding:0;
  margin:0; 
}
#login h2{
	text-align:center;
}
li h3{
	font-size:1.2rem;
	border-left: none;
  padding:0;
  margin:8px 0; 
}
li:nth-of-type(odd) h1, li:nth-of-type(odd) h2, li:nth-of-type(odd) h3, li:nth-of-type(odd) label{
	color:#0059b1;
}

li:nth-of-type(even) h1, li:nth-of-type(even) h2, li:nth-of-type(even) h3, li:nth-of-type(even) label{
  color:#c3106c;
}

ul li:nth-of-type(odd) button{

  background:#0459a9;
}

ul li:nth-of-type(even) button{
  background:#c3106c;
}

      
#login p, #login p a{
	font-size:15px;
	margin:0 auto; line-height:1.8;
	color:#111;
	width:80%;
	padding:8px ;
	background:#F0F8FF;
}

HR{
	width:80%;

}

.organ-bgcolor{
  background:#0059b1;
}

.organ-font-color{
	color:#0059b1;
}

.person-bgcolor{
  background:#c3106c;
}
.person-font-color{
  color:#B03060;
}

.school-bgcolor{
  background:#006400;
}
.school-font-color{
  color:#006400;
}

.back-bgcolor{
	font-size:15px;
  background:#8B4789;
  float:right;
}



/*表格*/
table{
	width:950px;
	margin:10px auto;
	border-collapse:collapse; 
	text-align:center;
	color:#111;
	font-size:14px; 
	line-height:1.5; 
}

.table-80{
	width:80%;
}
tr:nth-child(odd) {
	background-color:#FFF;
	}
	
.blue{
background-color:#7EC0EE;
}	

.pink{
background-color:#FFC0CB;
}	

tr{
	width:950px;
	border:1px solid #DDD;
	}
	
.pink .header{
	background-color:#FFC0CB;
}

.pink tr:nth-child(even) {
	background-color:#FFF0F5;
	}
	
.blue .header{
	background-color:#B0E2FF;
}

.blue tr:nth-child(even) {
	background-color:#F0FFFF;
	}
	
.blue .footerrow{
	background-color:#E6E6FA;
}
	
	
td{
	border:1px solid #DDD;
  vertical-align: middle; 
	padding:8px;
	max-width: 120px;
   overflow-wrap: break-word;
}
  
td:first-child { 
 }
 
td a button{
	display:block;
}

td img
{
height:50px;
background-color:#999;
margin:10px 10px 10px 0;
}

/*表單*/


form{
	width:100%;
	height:auto;
	overflow:hidden;
}
    
.form__table{	
	display:table;
	width:98%;
  margin: 10px auto 5px auto; /*上右下左 */
}

.caption{	
	width:80%;
	text-align:left;
	line-height:1.5;
  margin: 10px auto; /*上右下左 */
}

.caption h1{	
	font-size:1.5rem;
	border: none ;
	float:none;
  padding: 5px 0 5px 0;
  margin: 15px 0 3px 0; /*上右下左 */
}
.caption h3{	
	line-height:2;
}

h3 input[type=radio]
{	width:16px;
	height:16px;
	margin:5px 5px 0 5px; /*上右下左 */
}


.form__table__row{ display:table-row; }


.form__table__cell{		
	display:table-cell;
	padding:3px 0;
	min-height:50px;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	font-size:18px;height:40px;
}

.addr {	
	padding:3px 0;
	vertical-align:top;
}

.form__table__cell:first-child{
	width:30%;
	padding-right:20px;
	text-align:right;
}
.form__table__cell:last-child{
	color:#333;
}

.form__table__cell label
{	
	letter-spacing:.02em;
	line-height:22px;
	display:inline-block;
}

.List, .List .form__table__cell
{ height:30px;
	color:#333;
	font-size:15px;
}

.form__table__cell input, textarea, h3 input[type=text]{
	width:75%;
	height:30px;
	border:1px solid #999;
	border-radius:4px;
	vertical-align:middle;
  font-size:16px;
	margin:10px auto;
	padding-left:10px;
	outline:0
}

.form__table__cell input.col-1{
	width:85%;
}
.form__table__cell input.col-2, h3 input[type=text].col-2{
	width:120px;
	margin-right:10px;
}
.form__table__cell input.col-3{
	width:100px;
}
.form__table__cell input.col-4{
	width:60px;
}


.form__table__cell input.col-5{
	width:250px;
}

.form__table .row-1{
	height:80px;
}


.form__table__cell img
{
	width:auto;
	height:60px;
	position: absolute;
	margin:-8px 0 0 3px ; /*上右下左 */
}
.form__table__cell .img
{
	position: static;
	margin:0 5px 0 0; ; /*上右下左 */
}

.form__footer{
	text-align:center;
	margin:10px auto ; /*上右下左 */
}

#login .form__footer{
	width:55%;
	text-align:left;
	margin:0 0 10px 120px; /*上右下左 */
} 

#login:last-child .form__footer{
	margin:0 0 10px 135px; /*上右下左 */
} 


.input
{
	height:35px;
	border:1px solid #63ABD4;
	border-radius:4px;
	vertical-align:middle;
	padding-left:10px;
	outline:0
}

.select
{
	margin-left:10px;
	display:inline-block;
	border:1px solid #999;
	border-radius:4px;
	overflow-x:hidden;
	position:relative;
	vertical-align:middle;
}

.select.col-1
{
	width:100px;
	margin:0;
}

.select.col-2
{
width:170px;
}

.select.col-3
{
	margin:0;
width:450px;
}

.select.col-4
{
width:280px;
	margin:0;
}

.select select
{
	border:none;
	height:32px;
	width:95%;
	outline:0;
	position:relative;
	z-index:2;	
	font-size:16px;
}

.radio
{	
	width:auto;
	float:left;
	padding-right:3px;
	margin:5px 10px 5px 0px; /*上右下左 */
}

input[type=radio]
{
	width:18px;
	height:18px;
	margin:-5px 0 0 0px; /*上右下左 */
}


.check
{
	width:auto;
	float:left;
	margin:0 10px 0 0; /*上右下左 */
}

.check input[type=checkbox]
{
	width:18px;
	height:18px;
	margin:-5px 0 0 0px; /*上右下左 */
}

textarea
{
	min-height:50px;
  resize: none;
}
	
.form__table__note
{
text-align:center;
padding:10px 0;
}
._left{
	width:96%;
	border:1px #999 solid;
	text-align:center;
	padding:10px;
	text-align:center;
}
._left p{
	margin:5px;
	float:left;
}

._left a{
	margin:0 5px 0 3px; /*上右下左 */
	background:#DDD;
	padding:3px;
	color:#111;
	font-size:11px;
}


.form__table__note p
{
font-size:14px;
letter-spacing:.02em;
color:#666;
line-height:1.5;
}


.email{
	width:800px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border:1px #999 solid;
	}	
	
.email div{
	width:90%;
	height:auto;
	margin:0 auto;
	text-align:left;
	padding:30px 0;
	}	
	
.email p
{
	font-size:15px;
	letter-spacing:.02em;
	line-height:2;
}

.email footer p, .email footer a{
	font-size:13px;
	line-height:1.5;
	}
        
.page {
	margin:10px 0 0 0;
	padding:10px;
}

.page a {
	border: #AAA 1px solid;
	padding: 2px 5px;
	margin: 2px 3px;
	color:#333;
}

.page a:hover {
	border: #333 1px solid;
}


.page SPAN.current {
	border: #CCC 1px solid;
	padding: 2px 5px;
	margin: 2px 3px;
	color:#FFF;
	font-weight:bold;
}

/*BUTTON*/

.button
{
  width: auto;
  height:auto;
  overflow:hidden;
  text-align:center;
  border: none;
  color:#FFF;
	font-size:16px;
	border-radius:4px;
  cursor: pointer;
	outline:0;
  margin:0 5px; /*上右下左 */
  padding:8px 20px;
	line-height:1.2;
}


button, input[type=submit]
{
  width: auto;
  height:auto;
  overflow:hidden;
  text-align:center;
  border: none;
  color:#FFF;
	font-size:16px;
	border-radius:4px;
  cursor: pointer;
	outline:0;
  margin:5px; /*上右下左 */
  padding:8px 25px;
	line-height:1.2;
}

.button:hover,button:hover 
{
	opacity: 0.8;
}


/*首頁*/



/*登入*/


#login button{
	width:auto;
	margin:0 0 10px 0; /*上右下左 */
	display:block;
} 


#login .button{
  width: 100px;
	display:block;
	height:auto;
	margin:0 0 10px 0; /*上右下左 */
	line-height:1.2;
} 



#login .form__footer .button-long{
  width: 120px;
	display:block;
} 



/*表格*/


table button {
  font-size:15px;
  margin:5px auto; /*上右下左 */
  padding:5px 8px;
	line-height:1.5;
}
	

.button__choose
{	width:auto;
  padding: 8px;
	font-size:14px;
}

.button__cancel
{
	border:1px solid #cfcfcf;
	background-color:#f1f1f1;
	color:#838383;
}

div .form__footer .button{
	height:50px;
	line-height:50px;
}


  
/*登出*/
  
.button-short
{
  margin:0 5px; /*上右下左 */
  padding:5px;
  font-size:15px;
  background:#8B4789;
}


