/* ==========================================================================

   Author's custom styles

   ========================================================================== */

html {
	font-size: 100%;
}
body {
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.4em;
	font-size: 1.1em;
	color: #333;
}
img {
	max-width: 100%;
}
tr, th, td {
	padding: 5px;
	border: 1 solid inherit;
	vertical-align: middle;
}
a {
	color: #912690;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 35px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-size: 22px;
}
.carousel-caption a {
	color: #ffffff;
}
.carousel-caption a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*�ϥտ���C��*/

::-moz-selection {
 background: #a30c49;
 color: white;
}
::selection {
	background: #a30c49;
	color: white;
}
/*�^��m��*/

#scrollUp {
	bottom: 90px;
	right: 20px;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px;
	width: 45px;
	height: 45px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
	background-color: #000;
	letter-spacing: 0.2em;
	list-style-type: none;
}
#scrollUp:hover {
	background: #a30c49;
}
/*banner�����H�X*/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
/*����*/

#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	word-wrap: break-word;
}
header {
}
.header_top {
	float: right;
	top: 0px;
	display: block;
}
.logo {
	width: 100%;
	display: block;
	float: left;
}
.logo ul {
	float: left;
	display: block;
	text-align: center;
}
.logo ul li {
	display: inline-block;
}
.logo_img {
	max-width: 450px;
	padding: 0.5%;
	margin: 0 auto;
}
.logo_iso {
	max-width: 120px;
	padding: 0.5%;
	bottom: 0;
	margin: 0 auto;
	display: block;
}
article {
	width: 100%;
	padding: 0.5% 1.2%;
	min-height: 300px;
}
.banner {
	display: block;
}
/*nav*/

#nav-trigger {
	display: none;
	text-align: center;
}
#nav-trigger span {
	display: inline-block;
	padding: 10px 30px;
	background-color: #0f0f0f;
	color: #fff;
	cursor: pointer;
	width: 100%;
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav-trigger span:after {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 10px;
	content: "";
	border-left: solid 10px transparent;
	border-top: solid 10px #fff;
	border-right: solid 10px transparent;
}
#nav-trigger span:hover {
	color: #fff;
	background-color: #a30c49;
}
#nav-trigger span.open:after {
	border-left: solid 10px transparent;
	border-top: none;
	border-bottom: solid 10px #fff;
	border-right: solid 10px transparent;
}
nav {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #0f0f0f;
	float: left;
	width: 100%;
}
nav#nav-main {
	padding: 10px 0;
}
nav#nav-main ul {
	display: table;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
nav#nav-main li {
	display: inline-block;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
nav#nav-main li:last-child {
	border-right: none;
}
nav#nav-main a {
	display: block;
	color: #fff;
	padding: 8px 12px;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s; /* Chrome & safari */
	-moz-transition: background-color 0.5s; /* firefox */
}
nav#nav-main a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
nav#nav-mobile {
	position: relative;
	display: none;
}
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 9999;
	background-color: #000;
}
nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
nav#nav-mobile li:last-child {
	border-bottom: none;
}
nav#nav-mobile a {
	display: block;
	color: #fff;
	padding: 5px 30px;
}
nav#nav-mobile a:hover {
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*nav����*/

	

	

	

/*������T*/

.index_information {
	width: 100%;
	max-width: 1600px;
	color: #1b1b1b;
	padding: 2% 2.5%;
	margin: 0 auto;
}
.index_about {
	width: 100%;
	border: 6px solid #000000;
	margin: 3% auto;
	padding: 3% 5%;
}
.index_about h1 {
	position: relative;
	padding: 30px 0 30px 0;
	font-size: 1.8em;
	color: #000000;
	bottom: 55px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
}
.index_about h1:after {
	position: absolute;
	top: 55px;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	z-index: -1;
	top: 45px;
}
.index_about h1 span {
	padding: 0 30px;
	background: #fff;
}
.index_about section {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: -50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.index_btn_info {
	width: 100%;
}
.index_btn {
	margin: 10px auto;
	padding: 2%;
	width: 100%;
	border: 6px solid #000000;
	text-align: center;
}
.index_btn_item:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	transition: 0.3s;
}
.index_btn_item_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	font-size: 1.8em;
	padding: 5px;
	line-height: 1.2em;
}
footer {
	width: 100%;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	float: left;
	padding: 15px;
	margin-bottom: 10px;
	line-height: 1.5em;
	background-color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
}
footer ul li {
	list-style-type: none;
}
footer ul li span {
	display: inline-block;
	padding-right: 20px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/*����*/

.page-header {
	padding-bottom: 10px;
	margin: 15px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
}
.page-header h1 {
	font-size: 1.8em;
	color: #242424;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-weight: normal;
}
.page-header h1 i {
	margin-right: 10px;
	color: #b49a12;
	font-size: 12px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* Internet Explorer */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari �M Chrome */
	-o-transform: rotate(45deg); /* Opera */
	top: -8px;
	position: relative;
}
.page_breadcrumb {
}
.breadcrumb {
	display: table;
	text-align: right;
	width: 100%;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li a {
	color: #a0a0a0;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #a0a0a0;
}
.breadcrumb > .active a {
	color: #008cba;
}
/*�������*/

.page_nav {
	margin: 10px auto;
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #434343;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	cursor: default;
}
.container_main {
	padding: 0.5% 2%;
	display: flex;
}
.main_left {
	width: 100%;
	max-width: 20%;
	order: 1;
}
.main_right {
	width: 100%;
	padding: 1% 1.5%;
	order: 2;
	min-height: 600px;
}
.main_right article {
	padding: 0.5% 4%;
}
.main_right article p, table {
	line-height: 1.6em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	font-size: 1.1em;
	padding-top: 1%;
	padding-bottom: 1%;
}
.row_margin {
	margin-top: 1%;
	margin-bottom: 1%;
}
/*�����������s*/

.page_nav {
	margin: 10px auto;
	text-align: center;
}
.pager {
	padding-left: 0;
	margin: 21px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #eeeeee;
	color: #333;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
/*�����@����*/

.page_menu {
	width: 100%;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	float: left;
	padding: 20px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.page_menu_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	position: relative;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
	border: 6px solid #000;
	margin-bottom: 15px;
	text-align: center;
}
.toggleLabel i {
	font-style: normal;
}
.page_menu ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.page_menu ul li {
	clear: both;
	color: #1b1b1b;
	padding: 0px;
}
.toggleLabel {
	overflow: hidden;
	padding: 10px 10px;
}
.toggleLabel a {
	float: left;
	padding: 5px;
	color: #383838;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	max-width: 260px;
}
.toggleLabel a:hover {
	color: #1b1b1b;
	text-decoration: underline;
}
.toggleLabel a i {
	color: #ae0009;
	margin-right: 8px;
}
.toggleIcon {
	cursor: pointer;
	border: 1px solid #bfbfbf;
	float: right;
	padding: 5px 5px;
	text-align: center;
	width: 32px;
}
.toggleContent {
	padding: 5px 14px;
}
.toggleContent[data-state=closed] {
	display: none;
}
.toggleContent[data-state=open] {
	display: block;
}
.toggleIcon[data-state=closed]:after {
	content: '+';
}
.toggleIcon[data-state=open]:after {
	content: '-';
}
.menu_title02 {
	width: 100%;
	font-size: 1.1em;
	line-height: 1.3em;
	list-style-type: none;
	padding: 0.5% 5% 3% 5%;
}
.menu_title02 i {
	color: #000000;
	margin-right: 5px;
}
.menu_title02 a {
	color: #6e6e6e;
}
.menu_title02 a:hover {
	color: #0006e6e6e;
}
.menu_title02 ul li {
	font-size: 0.9em;
	list-style-type: none;
	padding: 3% 3% 3% 5%;
	line-height: 1em;
}
.menu_title02 ul li a {
	color: #333;
}
.menu_title02 ul li a:hover {
	color: #ae0009;
}
/*Product*/

.new_prod_no {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	margin-left: 0px;
	padding: 2% 3%;
	text-align: center;
	font-weight: 100;
	font-size: 14px;
	color: #fff;
	background-color: #b49a12;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.prod_img {
	max-width: 300px;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 10% auto;/*�A�]�i�H�Υ��k�U0.5%�F�춡�j1%�����G*/
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #000;
	border-left-color: #E6E6E6;
	position: relative;
}
.prod_img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.4s;
}
.prod_img_img {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}
.prod_img img {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}
.prod_img_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-height: 25px;        /* fallback */
	height: 92px;       /* fallback */
}
.prod_img_title a {
	display: block;
	font-size: 1.3em;
	color: #313131;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 1.3em;
	text-align: center;
}
.prod_img_title a:hover {
	color: #252d6c;
	text-decoration: underline;
}
.prod_page_title {
	font-size: 2em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.5em;
	color: #313131;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	font-weight: bold;
	margin-bottom: 8px;
}
.prod_page_model {
	font-size: 1.1em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	padding-bottom: 2px;
	color: #b49a12;
}
.prod_page button {
	margin: 20px auto;
}
.prod_page_img {
	position: relative; /*to IE*/
 �@ display:table-cell;
	text-align: center;
}
.prod_page_img img {
	position: static !important;
 �@ position:relative;
 �@ top:-50%; /*IE�V�W-50%*/
 �@ left:-50%; /*IE�V��-50%*/
}
/*Products Description*/

.tab {
	margin-top: 50px;
}
.tab .nav-tabs {
	border: none;
	border-bottom: 1px solid #e4e4e4;
}
.nav-tabs li a {
	padding: 15px 40px;
	border: 1px solid #ededed;
	border-top: 2px solid #ededed;
	border-right: 0px none;
	color: #333;
	border-radius: 0px;
	margin-right: 0px;
	transition: all 0.3s ease-in 0s;
	background-color: #E8E8E8;
}
.nav-tabs li a:hover {
	border-bottom-color: #ededed;
	border-right: 0px none;
	color: #fff;
	background-color: #000;
}
.nav-tabs li a i {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.nav-tabs li:last-child {
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
	margin-top: -15px;
	color: #444;
	padding: 22px 40px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #d3d3d3;
}
.tab .tab-content {
	padding: 20px;
	line-height: 22px;
	box-shadow: 0px 1px 0px #808080;
}
.tab .tab-content h3 {
	margin-top: 0;
}
 @media only screen and (max-width: 767px) {
.nav-tabs li {
	width: 100%;
	margin-bottom: 10px;
}
.nav-tabs li a {
	padding: 15px;
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
	padding: 15px;
	margin-top: 0;
}
}
/*push_prod*/

.push_prod_main {
	width: 100%;
	padding: 0.5%;
	float: left;
	display: block;
	margin: 6% auto;
}
.push_prod {
	width: 100%;
	max-width: 270px;
	margin-right: 10px;
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	transition: .5s ease-in-out;
}
.push_prod.is-selected {
	opacity: 1;
	transition: .5s ease-in-out;
}
.push_prod:hover {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	transition: 0.4s;
}
.push_prod_img {
	height: 300px;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.push_prod_main_title {
	font-size: 1.3em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
	padding-top: 15px;
	background-color: #000000;
}
.push_prod_title {
	margin: 5px;
	padding: 2%;
	text-align: center;
}
.push_prod_title a {
	display: block;
	font-size: 1.2em;
	color: #1b1b1b;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}
.push_prod_title a:hover {
	color: #595959;
	text-decoration: none;
}
.push_prod_price {
	display: block;
	font-size: 1.8em;
	color: #cf1a26;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: center;
}
/*cart*/

.cart {
	width: 98%;
	margin: 30px auto;
	color: #747474; /*�r���C��*/
	font-size: 1em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.cart .table {
	margin-bottom: 25px;
	color: #2F2F2F;
}
.cart .table th {
	margin-bottom: 25px;
	color: #2F2F2F;
	background-color: #E6E6E6;
	text-align: center;
	border: 2px solid #FFF;
}
.cart .table td input[type="text"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #CCC;
}
.cart .table td select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	height: 35px;
	border: 1px solid #CCC;
}
.cart .table td textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 330px;
	padding: 0 5px;
	border: 1px solid #CCC;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.cart .table td em {
	color: #C00; /*�������C��*/
	font-style: normal;
	font-weight: normal;
	font-family: "�s�ө���", Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: right;
	float: right;
}
.thankyou {
	display: table;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	font-family: "Comic Sans MS", cursive;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 25px;
}
.thankyou img {
	margin-bottom: 15px;
}
.thankyou span {
	font-size: 1.5em;
	color: #C00;
	line-height: 1.9em;
}
/*news*/

.news_list {
	margin-left: -35px;
	float: left;
}
.news_list .item {
	padding: 10px 0;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	list-style-type: none;
}
.news_list .item:nth-child(2n-1) {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
}
.news_list .date {
	color: #ab902c;
	font-size: 1.1em;
	text-align: center;
	float: left;
	width: 140px;
	border-right: 1px solid #ccc;
	line-height: 1.2em;
	padding: 0 5px;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.news_list .title {
	margin-left: 135px;
	font-size: 1.1em;
	color: #333;
	padding: 0 15px 0 35px;
	/*white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;*/

	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.news_list a:hover .title {
	color: #a30c49;
	text-decoration: underline;
}
.news_list .item.header div {
	font-size: 1.1em;
	color: #444;
}
.news_date {
	display: block;
	font-size: 1.1em;
	;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.news_date span {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #a30c49;
}
.news_title {
	font-size: 2em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	color: #2f8cba;
	line-height: 1.3em;
}
/*contact*/

.form-horizontal {
	padding: 30px 15px;
	background-color: #F3F3F3;
}
/*sitemap*/

.sitemap {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sitemap div {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.sitemap .title {
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 20px;
	background-color: #222222;
}
.sitemap .title a {
	color: #FFFFFF;
}
.sitemap .title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.sitemap a {
	color: #000;
}
.sitemap a:hover {
	color: #008cba;
}
.sitemap .list {
	border-bottom: 1px #DDD solid;
}
.sitemap ul {
	width: 240px;
	list-style: none;
	height: auto;
	float: left;
	padding: 0;
	margin: 10px 0 10px 0;
	display: inline-block;
	vertical-align: top;
}
.sitemap ul li {
	border-left: 5px #BBB solid;
	list-style: none;
	width: 230px;
	display: block;
	line-height: 1.5em;
	font-size: 1em;
}
.sitemap ul li.sub {
	border-left: 1px #BBB solid;
	list-style: none;
	width: 230px;
	display: block;
	font-size: 1em;
}
.sitemap ul li:hover {
	background-color: #EEE;
	border-left: 5px #ab902c solid;
}
.sitemap ul li:hover a {
	color: #008cba;
}
.sitemap ul li a {
	padding: 7px 5px 7px 5px;
	display: block;
}
.sitemap .sub a {
	padding: 3px 5px 3px 5px;
	color: #555;
}
.sitemap ul li.sub2 {
	border-left: 1px #BBB solid;
	list-style: none;
	width: 230px;
	display: block;
	font-size: 1em;
}
.sitemap ul li:hover {
	background-color: #EEE;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ab902c;
}
.sitemap ul li:hover a {
	color: #333;
}
.sitemap ul li a {
	padding: 7px 5px 7px 5px;
	display: block;
}
.sitemap .sub2 a {
	padding: 3px 5px 3px 20px;
	color: #333;
}
.thankyou {
	display: table;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 25px;
}
.thankyou img {
	margin-bottom: 15px;
}
.thankyou span {
	font-size: 1.5em;
	color: #C00;
	line-height: 1.9em;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube iframe, .youtube object, .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*admin_table*/

	/*table01*/

.table01 {
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	-webkit-overflow-scrolling: touch;
}
.table01 table {
	border: 0;
	border-collapse: collapse;
}
.table01 table td, .table01 table th {
	border: 1px solid #999;
	padding: .5em 1em
}
 .table01::-webkit-scrollbar {
 -webkit-appearance: none;
 width: 14px;
 height: 14px;
}
 .table01::-webkit-scrollbar-thumb {
 border-radius: 8px;
 border: 3px solid #fff;
 background-color: rgba(0, 0, 0, .3);
}
/*table02*/

.table02 {
	overflow: hidden;
}
.table02 table {
	border: 0;
	border-collapse: collapse;
}
.table02 table th, .table02 table td {
	border: 1px solid #999;
	padding: .5em 1em;
	text-align: left;
}
.table02 table th {
	display: none;
}
.table02 table td {
	display: block;
}
.table02 table tr:nth-of-type(2n) {
	background-color: #F6F6F6;
}
.table02 table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
.table02 table th, .table02 table td:before {
}
 @media (min-width: 480px) {
.table02 table td:before {
	display: none;
}
.table02 table th, .table02 table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.table02 table th:first-child, .table02 table td:first-child {
	padding-left: 0;
}
.table02 table th:last-child, .table02 table td:last-child {
	padding-right: 0;
}
.table02 table th, .table02 table td {
	padding: 1em !important;
}
}
/*table03*/

.table03 {
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table03 table {
	border: 0;
	border-collapse: collapse;
}
.table03 table td, .table03 table th {
	border: 1px solid #999;
	padding: .5em 1em
}
 @media (max-width: 480px) {
.hidden {
	display: none !important;
}
}


/* //dropdown */
.dropdown-content {
	position: relative;
	display: none;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: none;
}
@media (min-width:1200px) {
	.dropbtn {
	  color: white;
	  border: none;
	}
	
	.dropdown {
	  position: relative;
	  display: inline-block;
	}
	
	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #666666 !important;
	  min-width: 500px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	}
	
	.dropdown-content a {
		text-align: start;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}
	
	.dropdown-content a:hover {background-color: #fff !important; color: #000 !important;}
	
	.dropdown:hover .dropdown-content {display: block;}
	
	.dropdown:hover .dropbtn {background-color: #666666;}
}