<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/plugins/reset.css");
@import url("/plugins/animate.css");
@import url("/plugins/hover-min.css");
@import url("/plugins/FontAwesome_4.7.0/css/font-awesome.min.css");
@import url("/plugins/blockContent_tmp.css");

/* ====== 銝餅��沲璅��� ====== */
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	overflow: auto;
}
.bodyWrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
   *display: table; /* For IE7 Hack */
   *height: 100%; /* For IE7 Hack */
}
.b-box {
	-o-webkit-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* �抅�𧋦璅嗵惜��隞嗉�閧� */
img {
	max-width: 100%;
	height: auto;
	width: auto/9;
}
input {
	font: 14px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	padding: 3px;
}
input[type=button], input[type=submit], input[type=reset] {
	cursor: pointer;
}
input[type="text"], input[type="password"] {
	display: inline-block;
	border: 1px solid #999;
	box-sizing: border-box;
	margin: 2px 0px;
}
input[type="text"].multi_lang {
	padding: 6px;
	width: 400px;
	font-size: 16px;
	display: block;
}
input::-webkit-input-placeholder {
font: 16px/24px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
color: #666;
}
input:-moz-placeholder {
 font: 16px/24px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
color: #666;
}
input::-moz-placeholder {
 font: 16px/24px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
color: #666;
}
input:-ms-input-placeholder {
 font: 16px/24px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
color: #666;
}
textarea::-webkit-input-placeholder {
 font: 16px/24px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
color: #666;
}
textarea:-moz-placeholder {
 font: 16px/24px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
color: #666;
}
textarea::-moz-placeholder {
 font: 16px/24px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
color: #666;
}
textarea:-ms-input-placeholder {
 font: 16px/24px Heiti TC, "敺株��迤暺煾��", "�～�扎�芥��", Microsoft JhengHei, Helvetica, Arial, sans-serif;
color: #666;
}

/* �⏛�膄蝜潭㗁��璅��� */
.clear {
	clear: both;
	content: '\0020';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.lastObject {
	clear: both;
}

/* Fixed Block */
.block {
	position: relative;
}
.blockContent {
	height: 1%;
}

/* �訜撌血𢰧甈�銝滚�睃銁璅∠���憛�,���‵皛踹�批捆����� */
#LeftBlock.cloumn,
#CenterBlock.cloumn,
#RightBlock.cloumn {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
}

/* 璅∠�銝剜���㕑身摰𡁏�厰�閙見撘� */
a.btnSetting {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #CCC;
	margin-right: 10px;
	border-radius: 5px;
	transition: all 0.2s linear;
	background-color: #F5F5F5;
	box-shadow: 1px 1px 2px  rgba(0,0,0,0.1);
	color: #FFF;
}
a.sys_edit i {
	font-size: 20px;
	color: #069;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
a.sys_delete i {
	font-size: 20px;
	color: #F00;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}

/* 蝟餌絞閮𦠜�舀見撘� */
.note {
	margin: 10px 0px;
	border: 1px solid #b8daff;
	background: #cce5ff;
	padding: 8px 10px;
	border-radius: 3px;
	display: block;
}
.note_2 {
	margin: 10px 0px;
	border: 1px solid #bee5eb;
	background: #d1ecf1;
	padding: 8px 10px;
	border-radius: 3px;
	display: block;
}

/* Modal�抅�𧋦璅��� */
.modal {
	display: none;
	position: fixed;
	z-index: 10001;
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
}
.modal-content {
	position: relative;
	margin: 50px auto 50px auto;
	padding: 0px;
	width: 96%;
	height: auto;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.5s;
	animation-name: animatetop;
	animation-duration: 0.5s;
	background: #FFF;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.75);
	border-radius: 10px;
}
.close {
	color: #666;
	float: right;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}
.modal-close {
	display: block;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
}
.modal-close .closeBtn {
	cursor: pointer;
	padding: 10px 15px;
	color: #FFF;
	background: #666;
	border-radius: 5px;
	border: 1px solid #555;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.closeBtn:hover, .closeBtn:focus {
	background: #999;
	border: 1px solid #CCC;
	text-decoration: none;
	cursor: pointer;
}
@-webkit-keyframes animatetop {
 from {
top: -300px;
opacity: 0
}
to {
	top: 0;
	opacity: 1
}
}
 @keyframes animatetop {
 from {
top: -300px;
opacity: 0
}
to {
	top: 0;
	opacity: 1
}
}
/*.modal-header {
	padding: 5px 10px;
	border-bottom:1px solid #CCC;
}*/
.modal-body {
	padding: 50px 20px 20px 20px;
}

/* 蝷曄黎��鈭怠抅�𧋦璅��� AddToAny Buttons */
.global_share{
	padding: 20px 0px;
}


/* ====== RWD 璅��� ====== */
.bodyWrap:after {
 content: "\0020";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.row {}
.row:before, .row:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after {
	clear: both;
}
.row {
	zoom: 1;
}
.wrap-col {
	margin: 10px;
}
.top-wrap-col {
	margin-top: 10px;
}
.right-wrap-col {
	margin-right: 10px;
}
.bottom-wrap-col {
	margin-bottom: 10px;
}
.left-wrap-col {
	margin-left: 10px;
}
.col-1-2, 
.col-1-3, 
.col-2-3, 
.col-1-4, 
.col-2-4, 
.col-3-4, 
.col-1-5, 
.col-2-5, 
.col-3-5, 
.col-4-5, 
.col-1-6, 
.col-2-6, 
.col-3-6, 
.col-4-6, 
.col-5-6, 
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7
{
	float: left;
	display: inline-block;
}
.col-full {
	width: 100%;
}
.col-1-2 {
	width: 50%;
}
.col-1-3 {
	width: 33.333333%;
}
.col-2-3 {
	width: 66.666666%;
}
.col-1-4 {
	width: 25%;
}
.col-2-4 {
	width: 50%;
}
.col-3-4 {
	width: 75%;
}
.col-1-5 {
	width: 20%;
}
.col-2-5 {
	width: 40%;
}
.col-3-5 {
	width: 60%;
}
.col-4-5 {
	width: 80%;
}
.col-1-6 {
	width: 16.666666%;
}
.col-2-6 {
	width: 33.333333%;
}
.col-3-6 {
	width: 50%;
}
.col-4-6 {
	width: 66.666666%;
}
.col-5-6 {
	width: 83.333333%;
}
.grid-1 {
	width: 8.333333%;
}
.grid-2 {
	width: 16.666666%;
}
.grid-3 {
	width: 25%;
}
.grid-4 {
	width: 33.333333%;
}
.grid-5 {
	width: 41.666666%;
}
.grid-6 {
	width: 50%;
}
.grid-7 {
	width: 83.333333%;
}

 @media only screen and (max-width: 1024px) {
}
 @media only screen and (min-width: 960px) {
}
 @media only screen and (max-width: 840px) {
}
 @media only screen and (max-width: 768px) {
}
 @media only screen and (min-width: 620px) {
}
 @media only screen and (min-width: 480px) {
}
 @media only screen and (max-width: 360px) {
}
 @media only screen and (max-width: 320px) {
}
</pre></body></html>