* {
	box-sizing: border-box;
}

body {
	font-family: 'Microsoft JhengHei';
	letter-spacing: 2px;
	overflow-x: hidden;
	background: #EAEAEA;
	font-size: 18px;
	line-height: 1.2;
}

html {
	position: relative;
}

a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

a:hover, a:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

input {
	font-family: 'Microsoft JhengHei';
	outline: 0;
	border: 0;
	height: 36px;
	width: 100%;
	background: inherit;
	box-sizing: border-box;
	padding: 0 15px;
	line-height: 36px;
	display: flex;
}

.MainController {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}

.MainController table {
	width: 100%;
}

.MainController table tr {
	border: 1px solid #000000;
}

.MainController table tr th {
	line-height: 30px;
	background: #000000;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 5px;
}

.MainController table tr td {
	line-height: 30px;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.MainController table tr td a svg {
	width: 20px;
	color: #5E7EF3;
}

.MainController table tr td a svg.Cancel {
	color: #F3427E;
}

/*region header */
header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

header .LogoBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	padding: 15px 0;
}

header nav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	flex-wrap: wrap;
}

header nav a {
	padding: 0 10px 10px;
}

/*endregion header */

.MainController .Tip {
	padding: 5px 0;
	width: 100%;
	text-align: right;
	color: #FF0000;
	font-size: 14px;
}

.MainController .Spoiler {
	display: none;
	text-align: justify;
}

.MainController table {
	margin-bottom: 50px;
}

.MainController .Editable1,
.MainController .Editable2 {
	display: none;
}

.MainController .Editable1 td.Active {
	background: #000000;
	color: #FFFFFF;
}

.MainController .Editable2 td {
	display: none;
}

.MainController .Editable2 td.Active {
	display: table-cell;
}

.MainController .Editable2 textarea {
	border: none;
	outline: 0;
	width: 100%;
	height: 400px;
	resize: none;
	background: #EAEAEA;
	font-family: 'Microsoft JhengHei';
	font-size: 18px;
	padding: 25px;
}

@media screen and (max-width: 1900px) {
}

@media screen and (max-width: 1550px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1250px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1050px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 980px) {
	.MainController {
		width: 100%;
	}
}

@media screen and (max-width: 950px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 850px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 660px) {
}

@media screen and (max-width: 650px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 580px) {
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 520px) {
}

@media screen and (max-width: 475px) {
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}
