@charset "utf-8";

/* template ---------------------------------------------------- */

html , body
{
	margin:0;
	padding:0;
}

body
{
	background:#FFF;
	font-size:15px;
	line-height:1.8;
	font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "新細明體", DFKai-SB, sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
}

input , dd , button , select {font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "新細明體", DFKai-SB, sans-serif;}

.text-center {text-align:center;}
.text-right {text-align:right;}

.float-left {float:left;}
.float-right {float:right;}

a {color:#369;text-decoration:underline;}
a:hover {color:#036;text-decoration:underline;}

.hidden {display:none;}



.wrap {width:500px;margin:0 auto;}

#fa-hd
{
	width:100%;
	height:80px;
	background:#000;
	position:fixed;
	top:0;
	z-index:999;
}

.forPC {display:block;}
.forMobile {display:none;}


/* top ---------------------------------------------------- */

.header
{
	height:110px;
}

.header h1
{
	display:block;
	padding-left:200px;
	padding-top:20px;
	color:#0e3f57;
	font-size:25px;
	font-weight:normal;
	line-height:40px;
}

.header h2
{
	display:block;
	padding-left:200px;
	color:#1a9e4d;
	font-size:18px;
	font-family: Verdana, Arial;
	font-weight:normal;
	line-height:20px;
}

.header a
{
	display:block;
	width:750px;
	height:110px;
	text-decoration:none;
	background:url(../img/logo.png) no-repeat left center;
}

.guest
{
	height:110px;
	text-align: center;
	width:550px;
	margin:0 auto;
}

/* main menu ---------------------------------------------------- */

.menu
{
	width:100%;
	height:50px;
	//background:#56b6e6;
	background:#1a9e4d;
}

.menu .mainmenu>li
{
	float:left;
	height:50px;
	list-style-type:none;
	position:relative;
}

.menu .mainmenu>li>a
{
	display:block;
	height:50px;
	line-height:50px;
	font-size:17px;
	color:#FFF;
	padding:0 15px;
	letter-spacing:2px;
	text-decoration:none;
}

.menu .mainmenu>li>a.on ,	
.menu .mainmenu>li>a.on:hover
{
	background:rgb(12, 105, 60);
}

.menu .mainmenu>li>a:hover
{
	background:rgb(10, 131, 73);
}

.menu .mainmenu>li:hover .submenu {display:block;z-index: 100000;}

/* sub menu ---------------------------------------------------- */

.menu .submenu {display:none;}

.menu .submenu
{
	position:absolute;
	min-width:180px;
	top:50px;
	left:0;
	border:1px solid #999;
	background:#ECECEC;
}

.menu .submenu>li
{
	list-style-type:none;
}

.menu .submenu>li>a
{
	display:block;
	height:30px;
	line-height:30px;
	padding:5px 20px;
	border-bottom:1px solid #FFF;
	color:#333;
	text-decoration:none;
}

.menu .submenu>li>a:hover
{
	background:#999;
	color:#FFF;
}

/* content ---------------------------------------------------- */

.content h1
{
	font-size:26px;
	line-height:30px;
	color:#333;
	margin:20px 0;
}

.content h2
{
	font-size:22px;
	line-height:25px;
	color:#333;
	margin:15px 0;
}

.content h3
{
	font-size:20px;
	line-height:25px;
	color:#333;
	margin:10px 0;
}

.content p
{
	font-size:15px;
	color:#333;
	letter-spacing:0;
	margin:10px 0;
}

.content ol , .content ul
{
	margin:0;
	padding:0;
	margin:20px 0 20px 20px;
}

.content input[type=text]
{
	border:1px solid #666;
	background:#FFF;
	border-radius:3px;
	font-size:15px;
	color:#333;
	line-height:20px;
	height:20px;
	outline:none;
}

.content input[type=password]
{
	border:1px solid #666;
	background:#FFF;
	border-radius:3px;
	font-size:15px;
	color:#333;
	line-height:20px;
	height:20px;
	outline:none;
}

.content input[type=button] ,
.content input[type=submit]
{
	border:1px solid #666;
	background:#EFEFEF;
	border-radius:3px;
	font-size:15px;
	color:#333;
	outline:none;
	padding: 8px 12px;
}

.content input[type=button].red ,
.content input[type=submit].red
{
	background:#C33;
	color:#FFF;
	border:1px solid #999;
}

.content input[type=button].blue ,
.content input[type=submit].blue
{
	background:#369;
	color:#FFF;
	border:1px solid #999;
}

.content input[type=button].big ,
.content input[type=submit].big
{
	padding:10px 20px;
	font-size:18px;
}

.content textarea
{
	border:1px solid #333;
	background:#FFF;
	color:#333;
	font-size:15px;
	outline:none;
	resize:none;
}

.content select
{
	border:1px solid #333;
	background:#FFF;
	color:#333;
	font-size:15px;
	outline:none;
}

.content input[type=radio] ,
.content input[type=checkbox]
{
	cursor:pointer;
	vertical-align:middle;
}

.content label {cursor:pointer;}

.myTB
{
	margin:20px 0;
	width:100%;
	border:1px solid #c2c2c2;
	border-top:2px solid #c2c2c2;
}

.myTB th
{
	height:30px;
	line-height:30px;
	background:#f9f9f9;
	font-size:15px;
	color:#333;
	text-align:center;
	padding:2px;
	border:1px solid #e9e9e9;
}

.myTB td
{
	line-height:35px;
	font-size:15px;
	color:#333;
	padding:2px;
	border:1px solid #e9e9e9;
}

.content .pages
{
	height:30px;
	line-height:30px;
	text-align:center;
}

.content .pages a
{
	margin:0 5px;
	font-size:13px;
	color:#333;
	text-decoration:none;
}

.content .pages a:hover
{
	color:#00aa93;
	text-decoration:underline;
}

.content .pages a.on ,
.content .pages a:hover.on
{
	color:#FFF;
	background-color:#56b6e6;
	text-align:center;
	padding:10px;
}


/* footer ---------------------------------------------------- */

.footer
{
	width:100%;
	//height:130px;
	height:110px;
	padding-top:50px;
}

.footer .footer-line
{
	width:100%;
	height:1px;
	background:#e3e3e3;
	border-bottom:1px solid #CCC;
}


.footer .footer-menu
{
	width:100%;
	height:35px;
	line-height:35px;
	background:#e3e3e3;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
}

.footer .footer-menu a
{
	line-height:35px;
	font-size:15px;
	color:#333;
	letter-spacing:2px;
	text-decoration:none;
}

.footer .footer-menu a:hover
{
	color:#000;
}

.footer .copyright
{
	text-align:center;
	line-height:25px;
	color:#999;
	//padding-top:30px;
	padding-top:15px;
	font-size:13px;
}

.footer .copyright p {margin:0;}

.basic_form {
	text-align: center;
}

.basic_form table{
	width:70%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c2c2c2;
	border-top: 2px solid #c2c2c2;border-bottom: 2px solid #c2c2c2;
}

.basic_form .col1{
	width:110px;
	height: 30px;
	line-height: 30px;
	background: #f9f9f9;
	font-size: 15px;
	color: #333;
	text-align: center;
	padding: 2px;
	border: 1px solid #e9e9e9
}


.basic_form .col2{
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #e9e9e9;
}

.basic_form select{
	background: #FFF;
	color: #000000;

	margin-left:10px;
	border: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0px;
	font-size: 15px;
}

.basic_form input[list]{
	margin-left:10px;
	border: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0px;
	font-size: 15px;
}

.basic_form textarea{
	width:500px;
	height:70px;
	margin:10px;
	border: 1px solid #d9d9d9
}

.basic_form input[type=text]{
	margin-left:10px;
	border: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0px;
	width:90%
}

.basic_form input[type=password]{
	margin-left:10px;
	border: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0px;
	width:90%
}


.big_form {
	text-align: center;
}

.big_form table{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c2c2c2;
	border-top: 2px solid #c2c2c2;border-bottom: 2px solid #c2c2c2;
}

.big_form .col1{
	width:110px;
	height: 30px;
	line-height: 30px;
	background: #f9f9f9;
	font-size: 15px;
	color: #333;
	text-align: center;
	padding: 2px;
	border: 1px solid #e9e9e9
}


.big_form .col2{
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #e9e9e9;
}



.big_form select{
	border: 1px solid #d9d9d9;
	background: #FFF;
	color: #000000;
	font-size: 15px;
	outline: none;
	height: 30px;
}

.big_form textarea{
	width:500px;
	height:70px;
	margin:10px;
	border: 1px solid #d9d9d9
}

.big_form input[type=text]{
	margin-left:10px;
	border: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0px;
	width:90%
}

.big_form input[type=password]{
	margin-left:10px;
	border: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0px;
	width:90%
}

.login {
	width:300px;
	background:gray;
	margin:0 auto;
	text-align: center;
	background-color: #f7f7f7;
	padding: 30px;
	margin: 0 auto 25px;
	width: 304px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login input[type=text]{
	width: 240px;
	height: 35px;
	line-height: 30px;
	font-size: 15px;
	border: none;
	margin-top: 15px;
	padding: 0 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login input[type=password]{
	width: 240px;
	height: 35px;
	line-height: 30px;
	font-size: 15px;
	border: none;
	margin-top: 15px;
	padding: 0 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login select{
	-webkit-appearance: button;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 0px;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 260px;
}

.login input[type=button]{
	border:1px solid #666;
	background:#EFEFEF;
	border-radius:3px;
	font-size:15px;
	color:#333;
	outline:none;
	padding: 8px 12px;
	width: 100px;
	border: 1px solid #AAA;
	margin-right: 10px;
	margin-left: 10px
}

.login input[type=submit]{
	border:1px solid #666;
	background:#EFEFEF;
	border-radius:3px;
	font-size:15px;
	color:#333;
	outline:none;
	padding: 8px 12px;
	width: 100px;
	border: 1px solid #AAA;
	margin-right: 10px;
	margin-left: 10px
}

.login img{
	margin-bottom: -10px;
}


.msgbox{
	display: block;
	width:100%;
	height:100%;
	font-size: 16px
}

.school_activity_table
{
	width:850px;
	margin-left:auto; 
	margin-right:auto;
}

.school_activity_button{
	margin-left:60px; 
}

.school_apply_table
{
	width:70%;
	margin-left:auto; 
	margin-right:auto;
}

.school_apply_button{
	margin-left:145px; 
}


.judge_apply_table
{
	width:90%;
	margin-left:auto; 
	margin-right:auto;
}

.judge_apply_button{
	margin-left:145px; 
}


.manager_apply_table
{
	width:95%;
	margin-left:auto; 
	margin-right:auto;
}

.manager_apply_button{
	margin-left:25px; 
}


.manager_banner_table
{
	width:80%;
	margin-left:auto; 
	margin-right:auto;
}

.manager_banner_button{
	margin-left:95px; 
}

.parking_table
{
	width:50%;
	margin-left:auto; 
	margin-right:auto;
}

.parking_button{
	margin-left:245px; 
}

.guest_card_table
{
	width:70%;
	margin-left:auto; 
	margin-right:auto;
}

.guest_card_button{
	margin-left:230px; 
}

/* @media for RWD */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

@media (min-width: 1201px)
{

}

@media (max-width: 1200px)
{

}

@media (max-width: 980px)
{

}

@media (max-width: 570px)
{


}






