html {
	height: 100%;
}
body.site {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	background-color: #fff;
}
a, div, p, h1, h2, h3, h4, h5, h6, span, button, label, input, select, textarea {
	font-family: "Roboto", "Arial", "微軟正黑體" !important;
	font-weight: 600;
}
.custom-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: transparent;
	border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #4982b1;
}
.clear-both {
	clear: both;
}
input[type="text"] {
	border-radius: 0;
	box-shadow: none !important;
	font-weight: 400;
	outline: none;
}
textarea {
	border-radius: 0;
	box-shadow: none !important;
	font-weight: 400;
	outline: none;
	resize: none;
}
input[type="text"],
textarea {
	border: 1px solid #aaa;
	padding: 1px 3px;
}
input[type="text"]:focus,
textarea:focus {
	border: 1px solid #00a9ff;
}
button {
	outline: none !important;
}
.red {
	color: #f00;
}
a.backtotop {
	position: fixed;
	bottom: 10px;
	left: 10px;
	border: 1px solid #004d74;
	background-color: #fff;
	padding: 4px 14px;
	border-radius: 3px;
	text-decoration: none;
}


/* bootstrap */
.modal {
	display: none;
}
.modal-header .close {
	margin-top: -30px;
	font-size: 50px;
	opacity: 1;
}
.modal-title {
	font-size: 18px;
}
.modal-body {
	width: 100%;
	padding: 0;
}
.modal-body .modal-body-inner {
	margin: 30px;
}
.modal-footer {
	padding: 10px 15px;
	background-color: #f3f3f3;
}
.modal-footer button {
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 0;
}
.modal-footer .btn + .btn {
	margin-left: 0px;
}
/* bootstrap */
