@charset "utf-8";

/* RESET
--------------------------------------------------------------------------------------*/
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,rem,font,img,ins,kbd,q,s,samp,small,strike,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, figure{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-spacing:0}address{display: inline;font-style: normal;}

/* 版型設定 */
.mobile{ display: none;}
.pad{ display: none;}

/* 共用設定 */
img{ width: 100%; height: auto; display: block; font-size: 0.24rem; color: 000000;}
/*iframe{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}*/
a{ display: block; text-decoration: none; -webkit-transition:all 0.2s; transition: all 0.2s;}
a:hover, a:active, a:focus{ color: inherit;}
@media screen and (max-width: 768px){ a:hover{ color: inherit;}}

.clear:before, .clear:after {content:""; display:table; } 
.clear:after {clear:both; } 
.c{clear: both;}

.wrapper .hide{ display: none;}
.absolute, .inner-absolute > *{ position: absolute;}
.absoluteTL, .inner-absoluteTL > *{ position: absolute; top: 0; left: 0;}
.absoluteTR, .inner-absoluteTR > *{ position: absolute; top: 0; right: 0;}
.absoluteBL, .inner-absoluteBL > *{ position: absolute; bottom: 0; left: 0;}
.absoluteBR, .inner-absoluteBR > *{ position: absolute; bottom: 0; right: 0;}
.relative, .inner-relative > *{ position: relative;}
.overHide{ overflow: hidden;}


/* table */
table, tbody{ width: 100%;} th, td{ vertical-align: middle;}
.table{ width: 100%; display: table;}
.tr{ display: table-row;}
.th, .td{ display: table-cell; vertical-align: middle; position: relative;}
.table.pc{ display: table;}
.table.pad{ display: none;}
.table.mobile{ display: none;}

* {
	margin: 0px;
	padding: 0px;
}


body {
	background-image: url(../images/body_bg.png);
	font-family: '微軟正黑體', Microsoft JhengHei ,Arial;
}
#wrapper {
	width: 100%;
	max-width: 800px;
	margin:0 auto;
}
.header{width: 100%; position: relative; float: left;}
.header img{width: 100%;}
.content{width: 100%; position: relative; float: left; background: #b8c7cd; padding-bottom: 20px;}
.wh_bg{width: 90%; background:#fff; border-radius: 8px; margin: 0 auto;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
		box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}
#menu{max-width: 700px; position: relative; margin: 0 auto; width: 100%;}
#menu ul li a{
	width:16%; max-width: 140px; height:50px; float: left;
	background-size: cover;
	border-right:solid 1px #e5e6e6;
	color: #fff;
	line-height: 50px; font-weight: bold; text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+1,000000+100 */
	background: rgb(68,68,68); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(68,68,68) 1%, rgb(0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(68,68,68) 1%,rgb(0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(68,68,68) 1%,rgb(0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#menu ul li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+5,000000+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(0,0,0) 5%, rgb(0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(0,0,0) 5%,rgb(0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(0,0,0) 5%,rgb(0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.sp{
	margin: 20px 20px; font-size: 13px; color: #000; line-height: 18px; padding: 20px 0;
}
.note_content{color: #000; font-size:13px; margin: auto 20px;line-height: 22px; position: relative; padding-bottom: 20px;}
.note_content ul li{list-style: disc;margin-left: 20px; line-height: 20px; font-size:12px;}
.ps-red{color: rgb(251, 28, 36);}
.input_content{ position: relative; }
#login{background-color: #fff; border-radius: 10px!important; min-height: 440px; width: 520px; margin: 0 auto; padding: 10px;margin-bottom: 20px;}
#footer{
	width: 100%; position: relative; float: left; font-size: 10px; height: 28px; text-align: center; line-height: 28px;
	background: #000;
	color: #fff;
}
.insert_form{width: 100%; height: 450px;}

@media screen and (max-width: 799px){
	#sp{width: 96%; margin: 20px auto;}
	.note_content{width: 96%; margin: auto 2%;}
	.input_content{width: 96%; margin: auto 2%; margin-top: 20px; margin-bottom: 20px;}
	#login{width: 100%; padding: 0;}
	#menu ul li a{width: 80%; display: block; max-width: 500px; height: 30px; margin: 0 10% 6px; line-height: 30px; border-right: none; }
	.insert_form{width: 100%; min-height: 600px; height: auto;}
}
