﻿@charset "utf-8";
/* CSS Document */
.base {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PMingLiU", "MingLiU", "Segoe UI", "Lucida Grande", "Verdana", "Arial", "Helvetica", "sans-serif";
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    border: 1px solid #999999;
    left: 0;
    /* right: 10%; */
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

p {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PMingLiU", "MingLiU", "Segoe UI", "Lucida Grande", "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #363636;
	font-size: 11pt;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify: distribute;
	padding: 1px 10px 1px 10px;
}

p2 {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PMingLiU", "MingLiU", "Segoe UI", "Lucida Grande", "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #999999;
	font-size: 9pt;
	text-align: center;
	display: block;
	padding-top: 8px;
	background-color: #666666;
	height: 24px;
	margin-top: 500px;
}

h1 {
	font-family: "微軟正黑體","PMingLiU", "Microsoft JhengHei UI", "Microsoft JhengHei";
	color: #FFFFFF;
	margin: 0px;
	font-size: 26pt;
	padding-left: 20px;
	text-decoration: none;
	letter-spacing: 1pt;
	background-color: #666666;
	height: 50px;
	padding-top: 15px;
}

h3 {
	font-family: "微軟正黑體","PMingLiU", "Microsoft JhengHei UI", "Microsoft JhengHei";
	color: #363636;
	font-weight: normal;
	margin: 0px;
	padding: 1px 1px 1px 10px;
	background-position: 0px;
	border-left: 12px solid #4F9CEE;
	line-height: 20px;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 20px;
}

h4 {
	font-family: "PMingLiU", "Microsoft JhengHei UI", "Microsoft JhengHei";
	color: #363636;
	font-weight: normal;
	margin: 0px;
	padding: 1px 1px 1px 10px;
	background-position: 0px;
	line-height: 20px;
	font-size: 14pt;
}

table {
	margin: 1px 1px 1px 30px;
	border-collapse: collapse;
	padding-left: 30px;
}

/*多個標記用逗點隔開表示共用套用以下的設定*/

th, td {
	border: 1px solid;
	border-color: #9e9e9e;
}

th {
	background-color: #dedede;
}

/*td  { 
    background-color:#ffffff; 

}*/

img {
	margin: 1px 1px 1px 30px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	height: auto;
	width: auto;
	text-align: center;
}

.imgResize{
	
	width:100%;
	margin:0;
	box-sizing: border-box;
}

img.img1{
    margin:0;
    padding: 0;
    border:none;
    text-align:left;
}


.script {
	font-family: "Consolas", "Courier", ;
	color: #363636;
	font-size: 11pt;
	font-weight: normal;
	padding: 1px 10px 1px 10px;
	line-height: 20px;
}

a {
	font-size: 11pt;
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	/*color: #0f82f5;*/
	position: relative;
	text-decoration: none;
	color:#005ce9;
}

a:active {
	top: 1px;
}

a:visited {
	/* color: #da009f; */
}

.DivNote {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

.PageFooter {
	color: #FFFFFF;
	background-color: #999999;
	height: 30px;
}

/*多個標記用空白隔開表示必須符合標記層級才套用以下的設定*/

td div {
	text-align: center;
}

/*多個標記用空白隔開表示必須符合標記層級才套用以下的設定*/

li p img {
	height: 16px;
	width: 16px;
	vertical-align: middle;
}

/* menu選單 */

.controls-block{
		display:"";	
}

.menu {
	display: inline-block;
	width: 180px;
	position: absolute;
	right: 0;
	z-index: 9;
}

.menu p a {
	font-size: 14px;
	color:#005ce9;
}

.menu li .active a {
	color: #313131;
	font-weight: 600px;
	font-size: 16px;
}

.menu-box {
	position: fixed;
	position: fixed;
	min-width: 85px;
	width:19%;
	max-width: 300px;
	overflow: auto;
	height: 100%;
	right: 0;
	box-shadow: -2px 0 6px #aaaaaa6b;
	background: #f1f1f1;

}

.menu-box ul {
	padding: 0 5%;
}

.menu-box p {
	margin: 5px 0;
}

.menu-box li {
	display: block;
}

img.imgResize {
    width: 100%;
}

/* CSS Document */


@media screen and (max-width:1000px){
	.controls-block{
		display:block;
	}
}