/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	font-size: 100%;
}
body {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.6em;
	color: #434343;
}
img {
	max-width: 100%;
}
tr, th, td {
	padding: 5px;
	border: 1 solid inherit;
	vertical-align: middle;
}
a {
	color: #008cba;
	text-decoration: none;
}
a:hover {
	color: #008cba;
	text-decoration: none;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 35px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #fff;
	text-align: center;
	font-size: 22px;
}
/*回到置頂*/
#scrollUp {
	bottom: 20px;
	right: 20px;
	background: #555;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
#scrollUp:hover {
	background-color: #0099FF;
}
/*banner輪播淡出*/
.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;
}
/*serach*/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon/icomoon.eot');
	src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 10px 10px 10px 10px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}
 .sb-search-input::-webkit-input-placeholder {
 color: #efb480;
}
 .sb-search-input:-moz-placeholder {
 color: #efb480;
}
 .sb-search-input::-moz-placeholder {
 color: #efb480;
}
 .sb-search-input:-ms-input-placeholder {
 color: #2c3e50;
}
.sb-icon-search, .sb-search-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	background: #F18D00;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
	content: "\e000";
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: #da6d0d;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*頁面*/
#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	word-wrap: break-word;
}
header {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	float: left;
	background: linear-gradient(0deg, rgba(113, 117, 122, 1)0%, rgba(77, 81, 84, 0.8)56%);
	background: -moz-linear-gradient(0deg, rgba(113, 117, 122, 1)0%, rgba(77, 81, 84, 0.8)56%);
	background: -webkit-linear-gradient(0deg, rgba(113, 117, 122, 1)0%, rgba(77, 81, 84, 0.8)56%);
	background: -o-linear-gradient(0deg, rgba(113, 117, 122, 1)0%, rgba(77, 81, 84, 0.8)56%);
}
.logo img {
	width: 100%;
	max-width: 539px;
	float: left;
	padding: 0.5% 1%;
}
article {
	width: 100%;
	padding: 0.5% 1.2%;
	min-height: 300px;
}
.banner {
	display: block;
	padding-top: 70px;
	margin-bottom: 0;
}
/*nav*/
nav {
	float: right;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #00286F url(../images/menu-icon.png) center;
}
a:hover.menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}
header>nav>ul {
	list-style: none;
	padding: 0;
}
header>nav>ul>li {
	display: inline-block;
	float: left;
	padding: 10px 12px;
}
header>nav>ul>li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.3em;
}
header>nav>ul>li a:hover {
	color: #F18D00;
	font-weight: bold;
	text-decoration: underline;
}
header>nav>ul>li:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.3s;
}
/*首頁資訊*/
.index_information {
	width: 100%;
	max-width: 1700px;
	color: #333;
	margin: 0 auto;
	padding: 0.5% 15px;
}

.index_about h1 {
	font-size: 1.8em;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-bottom: 20px;
	color: #2e4e8f;
	font-weight: normal;
	padding-bottom: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #2e4e8f;
	padding-left: 15px;
	float:left;
	width:100%;
}
.index_about section {
	padding: 10px 15px;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.7em;
}
.index_about img{
	display:block;
	}


/*首頁產品輪播*/
.index_prod_main {
	width: 100%;
	padding: 15px 2% 15px 2%;
	float: left;
	margin-bottom: 20px;
}
.index_prod_main_title {
	font-size: 1.8em;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-bottom: 20px;
	color: #2e4e8f;
	font-weight: normal;
	padding-bottom: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #2e4e8f;
	padding-left: 15px;
	
	width:100%;
}
.index_prod {
	width: 100%;
	padding: 0.5% 5%;
}

.index_prod_img {

	/*min-height:220px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}
.index_prod_img:hover{
	border: 1px solid #405c9e;
}
.index_prod_title {
	margin: 0 1.5px;
	padding: 2% 2%;
}
.index_prod_title a {
	display: block;
	font-size: 1.2em;
	color: #4c4d4d;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.2em;	padding: 5px;
	text-align: center;
}
.index_prod_title a:hover {
	color: #0554ab;
	text-decoration: underline;
}
/*footer*/
.footer_info {
	width: 100%;
	float: left;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4d4d4;
	padding: 15px;
}
.footer_info section {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 10px;
}
.footer_info section ul {
	margin-left: -30px;
	margin-top: 10px;
}
.footer_info section ul li {
	color: #535353;
	list-style-type: disc;
	font-size: 1em;
	line-height: 1.4em;
	padding: 2px 0;
}
.footer_info section ul li > span {
	display: inline-block
}
footer {
	width: 100%;

	color: #888888;
	text-align: center;
	float: left;
	padding: 0.8% 0;
	line-height: 1.5em;
	background-color: #e8e8e8;
}
footer a {
	color: #888888;
	text-decoration: none;
}
footer a:hover {
	color: #888888;
	text-decoration: underline;
}

footer ul{
	width:100%;
	display:block;
	padding:5px 5px;	
	margin:5px auto;
	}
footer ul li{
	list-style-type: none;
	display: inline-block;
	padding:0 10px;
	color: #535353;
	font-size:1em;
	}
footer ul li a{
	color: #535353;
	text-decoration: none;
	}
footer ul li a:hover{
	color: #535353;
	text-decoration: underline;
	}

/*內頁*/
.page-header {
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #eee;
}
.page-header h1 {
	font-size: 2em;
	color: #2e4e8f;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.2em;
	font-weight: normal;
	margin:0;
	padding-bottom: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #2e4e8f;
	padding-left: 15px;
	
}
.page_breadcrumb {
	display: table;
	width: 100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #a0a0a0;
	float: right;
	padding-right: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
}
.breadcrumb {
  list-style: none;
  border-radius: 0;
}
.breadcrumb > li {
	display: inline-block;

}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #999999;
}
.breadcrumb >li a{
 color: #999;
}
.breadcrumb >li i{
 color: #999;
}
.breadcrumb > .active {
  color: #333333;
}
/*分頁選單*/
.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;/*父元素加了這個css就可不使用float 即可並排*/
}
.main_left {
	width: 100%;
	max-width: 20%;
	order: 1;/*顯示順序*/
}
.main_right {
	width: 100%;
	padding: 1% 1.5%;
	order: 2;/*顯示順序*/
}
.main_right article {
	padding: 0.5% 4%;
}
.main_right article p, table {
	line-height: 1.6em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 18px;
	padding-top: 1%;
	padding-bottom: 1%;
}
.row_margin {
	margin-top: 1%;
	margin-bottom: 1%;
}
/*內頁分頁按鈕*/
.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: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
/*內頁一般選單*/
.page_menu {
	width: 100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0 0 40px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dddddd;
}
.page_menu_title {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	background-color: #7c7f84;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.page_menu ul {
	padding: 0.5%;
}
.menu_title01 {
	width: 99%;
	margin: 0 auto;
	font-size: 1.3em;
	padding: 2% 5%;
	line-height: 1.4em;
	margin: 10px 0;
}
.menu_title01 i {
	color: #aaaaaa;
	margin-right: 5px;
}
.menu_title01 a {
	color: #000000;
	text-decoration: none;
}
.menu_title01 a:hover {
	color: ##2e4e8f;
	padding-left: 3px;
}
.menu_title02 {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.3em;
	list-style-type: none;
	padding: 0 5% 3% 9%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.menu_title02 a {
	color: #0555ab;
}
.menu_title02 a:hover{
	color: #2f8cba;
}
.menu_title02 ul li {
	font-size: 0.9em;
	list-style-type: none;
	padding: 3% 3% 3% 6%;
	line-height: 1em;
}
.menu_title02 ul li a {
	color: #333;
}
.menu_title02 ul li a:hover{
	color: #2f8cba;
}

/*Product*/
.prod_img {
	max-width: 300px;
	float: left;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 10% 0.5%;/*你也可以用左右各0.5%達到間隔1%的結果*/
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.prod_img_img {
	height:300px;
	min-height:300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.prod_img img {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}
.prod_img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.4s;
}
.prod_img_title {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	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: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	text-decoration: none;
	line-height: 1.3em;
	text-align: center;
}
.prod_img_title a:hover {
	color: #008cba;
	text-decoration: underline;
}
.prod_page_title {
	font-size: 2em;
	font-family: "微軟正黑體", "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: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	padding-bottom: 2px;
	color: #008cc0;
}
.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向上-50%*/
　 left:-50%; /*IE向左-50%*/
}
/*Products Description*/

.tabpanel {
	margin-top: 50px;
}
.tab {
	margin-top: 50px;
}
.tab .nav-tabs {
	border: none;
	border-bottom: 1px solid #e4e4e4;
}
.nav-tabs li a {
	padding: 15px 40px;
	border: 1px solid #fff;
	border-top: 2px solid #00286f;
	border-right: 0px none;
	color: #333;
	border-radius: 0px;
	margin-right: 0px;
	transition: all 0.3s ease-in 0s;
	background-color: #f1f1f1;
}
.nav-tabs li a:hover {
	border-bottom-color: #ededed;
	border-right: 0px none;
	color: #fff;
	background-color: #00286f;
}
.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: #00286f;
	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;
}
}
/*cart*/
.cart {
	width: 98%;
	margin: 30px auto;
	color: #747474; /*字的顏色*/
	font-size: 1em;
	font-family: "微軟正黑體", "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: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.cart .table td em {
	color: #C00; /*價錢的顏色*/
	font-style: normal;
	font-weight: normal;
	font-family: "新細明體", 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;
	margin-top: 30px;
}
.news_list .item {
	padding: 10px 0;
	font-family: "微軟正黑體", "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: #2f8cba;
	font-size: 1.1em;
	text-align: center;
	float: left;
	width: 150px;
	border-right: 1px solid #ccc;
	line-height: 1.2em;
	padding: 0 5px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.news_list .title {
	margin-left: 118px;
	font-size: 1.1em;
	color: #333;
	padding: 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.news_list a:hover .title {
	color: #2f8cba;
	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: #2f8cba;
}
.news_title {
	font-size: 2em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	color: #2f8cba;
	line-height: 1.3em;
}
/*download*/
.download-table {
	background: #fff;
	overflow: hidden;
}
.download-table tr:nth-of-type(2n) {
	background: #f5f5f5;
}
.download-table th, .rwd-table td {
	margin: 0.5em 1em;
}
.download-table {
	min-width: 100%;
}
.download-table th {
	display: none;
}
.download-table td {
	display: block;
}
.download-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 3em;
	display: inline-block;
}
.download-table th, .download-table td {
	text-align: left;
}
.download-table th, .download-table td:before {
	color: #2f8cba;
	font-weight: bold;
}
.download-td01 {
	width: 30%;
}
.download-td02 {
	width: 12%;
}
.download-td03 {
	width: 5%;
}
 @media (min-width: 480px) {
.download-table td:before {
	display: none;
}
.download-table th, .download-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.download-table th:first-child, .download-table td:first-child {
	padding-left: 0;
}
.download-table th:last-child, .download-table td:last-child {
	padding-right: 0;
}
.download-table th, .download-table td {
	padding: 0.5em!important;
}
}
/*sitemap*/
.sitemap {
	clear: both;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.sitemap div {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.sitemap .title {
	color: #0555ab;
	font-size: 1.4em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 20px;
	background-color: #F2F2F2;
}
.sitemap .title a {
	color: #0555ab;
}
.sitemap .title a:hover {
	color: #0555ab;
	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: 1.2em;
}
.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 #0033CC 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: 5px #0555ab solid;
}
.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: "微軟正黑體", "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;
}
/*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;
}
}
