@charset "big5";

html {
	overflow-y: scroll;
	background: #fff;
	color: #333;
	font-family: "Microsoft YaHei","Microsoft JhengHei";
}

body,h1,h2,h3,h4,h5,h6,hr,p,dl,dd,ul,ol,li,form,button,input {
	margin: 0;
	padding: 0;
}

body,button,input,select,textarea {
	font-size: 13px;
	font-family: "Microsoft YaHei","Microsoft JhengHei";
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

small {
	font-size: 13px;
}

ul,ol {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,a:focus {
	color: #333;
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

button,input,select,textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: 700;
}

input[type=submit] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

span.none-b {
	font-weight: 400;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.clearfix {
	display: inline-block;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt {
	margin-top: 10px;
}

.mb {
	margin-bottom: 10px;
}

.ml {
	margin-left: 10px;
}

.ml5 {
	margin-left: 5px;
}

.ml15 {
	margin-left: 15px;
}

.mr {
	margin-right: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr23 {
	margin-right: 22px;
}

.mr30 {
	margin-right: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt5 {
	margin-top: 5px;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.col-20 {
	width: 20%;
}

.container>.navbar-header {
	margin-right: 0;
	margin-left: 0;
	/* background-color: #fff; */
}

.inline-block {
	display: inline-block;
}