﻿body {
	font-family: "Century Gothic","Microsoft JhengHei",微軟正黑體,Consolas,sans-serif;
}
/*override bootstrap5*/
h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	margin-bottom: .25rem;
}
h5 {
	display: block;
	font-size: 0.83em;
	margin-block-start: 1.67em;
	margin-block-end: 1.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	margin-bottom: .25rem;
}
.container {
	max-width: 1054px;
}
/*主版*/
header {
	background: url(/images/header_bg.png);
	background-size: cover;
	overflow: hidden;
}
.headermenu {
	background: rgba(2, 7, 58, 0.8);
	color: #fff;
	/*line-height: 45px;*/
	/*text-align: center;*/
	font-size: 18px;
	/*height: 45px;*/
	font-family: "微軟正黑體";
	font-weight: 600;
}
header a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 0 0.5rem 0;
}
header a:hover, footer a:hover {
	color: #F5F29A;
}
footer {
	position: relative;
	/*clear: both;*/
	background: rgba(2, 7, 58, 1);
	color: #fff;
	line-height: 25px;
	text-align: center;
	font-size:10px;
}
footer a {
	/*display: block;*/
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 0 0.5rem 0;
}
#bodycontainer {
	min-height: 720px;
}
.lan {
	font-size: 14px;
	font-family: "微軟正黑體";
	font-weight: 600;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	padding: 5px 10px;
	letter-spacing: 2.5px;
	display: inline-block;
}
.lan:hover {
	background: rgba(3, 110, 183, 0.7);
	color: #fff;
}
/*Table-列表用*/
.table-List {
	width: 100%;
	margin-bottom: 1rem;
	border-color: #dee2e6;
	vertical-align: middle !important;
}
.table-List tr {
	border-width: 1px 0;
}
.table-List th {
	border-width: 0 1px;
	border-color: #cbccce;
	white-space: nowrap !important;
	background-color: #e2e3e5;
	padding: .5rem .5rem;
}
.table-List td {
	border-width: 0 1px;
	padding: .5rem .5rem;
}
/*Table-輸入用*/
.table-Input {
	width: 100%;
	margin-bottom: 1rem;
	border-color: #dee2e6;
	vertical-align: middle !important;
}
.table-Input tr {
	border-width: 1px 0;
}
.table-Input th {
	border-width: 0 1px;
	width: 8em !important;
	white-space: nowrap !important;
	background-color: #f8f9fa;
	padding: .5rem .5rem;
}
.table-Input td {
	border-width: 0 1px;
	padding: .5rem .5rem;
}
/*強制寬度*/
.w-max400 {
	max-width: 400px !important;
}
.w-max40em {
	max-width: 40em !important;
}
.w-max60em {
	max-width: 60em !important;
}
/*舊版Style*/
a {
	text-decoration: none;
	color: inherit;
	outline: 0 !important;
}
div.books_menu a:hover,
.books_list a:hover,
.form_table a:hover,
.course_menu a:hover,
.star a:hover,
.sharing a:hover,
.gray_btn a:hover,
article a:hover,
.glay_title_m a:hover,
.reading_more a:hover {
	color: #438FB5;
}
.blue_title {
	font-family: '微軟正黑體';
	font-weight: 600;
	letter-spacing: 2px !important;
	color: #438FB5 !important;
	font-size: 28.5px;
	padding: 40px 35px 30px 0;
}
/*.path {
	padding: 50px 0 50px 60px;
}*/
.path_info {
	font-size: 16.42px;
	line-height: 25.7px;
	/*color: #FFF;*/
	letter-spacing: 2.5px;
	margin-left: 30px;
	color: #595757 !important;
}
.path_info a {
	text-decoration: none;
	color: #595757;
}
.path_info a:hover {
	color: #438FB5;
	opacity: 0.7;
}
.lesson_table tbody td {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
}
.blue_h4 {
	letter-spacing: 2px;
	font-size: 18px;
	color: #438FB5;
}
.form_table {
	font-size: 14px;
}
.form_table ol li {
	line-height: 24px;
	color: #438FB5;
}
.form_table ol li p {
	color: #666;
	margin: 0;
	padding: 0;
}
.form_table a:hover {
	color: #438FB5;
}
.red {
	color: #c30d23 !important;
}
.blue {
	color: #438FB5;
}
.gray-light {
	color: #666;
}
.bookcard {
	font-size: 14px;
	color: #666;
}
.bookcard h4 {
	font-size: 14px;
	letter-spacing: 2.2px;
}
.bookcard table tr td {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #666;
}
/*寬度*/
.w-5em {
	width: 5em !important;
}

.w-8em {
	width: 8em !important;
}

.w-12em {
	width: 12em !important;
}

.w-16em {
	width: 16em !important;
}

.w-20em {
	width: 20em !important;
}

.w-30em {
	width: 30em !important;
}

.w-40em {
	width: 40em !important;
}