/**** Top Level ****/
body {
	font-family: "微軟正黑體";
	background-image: url(/img/bg1.png);
	font-size: 16px;
}
a {
	list-style-type: none;
	color: #5998ce;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
a:hover {
	text-decoration: none;
	color: #4caf50;
}
img {
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
img:hover {
	opacity: 0.5;
}

/**** Mine ****/
.m-right {
	float: right;
}

.m-small-info {
	font-size: 0.85em;
	color: #777777;
}

/**** ****/
.basic_btn {
	width: 70px;
	color: white;
	padding: 5px;
}
.more_btn {
	border: 2px #336699 solid;
}
.more_btn:hover {
	color: #336699;
	background: white;
}
.link_btn {
	border: 2px #214c77 solid;
}
.link_btn:hover {
	color: #214c77;
	background: white;
}
.icon_size {
	font-size: 30px;
}
.font_size_10p {
	font-size: 10px;
}
.font_size_12p {
	font-size: 12px;
}
.font_size_14p {
	font-size: 14px;
}
.font_size_16p {
	font-size: 16px;
}
.link_white {
	color: white;
}
.bg_blue {
	background: #336699;
}
.bg_bluegreen {
	background: #008080;
}
.bg_green {
	background: #008040;
}
.bg_greenblue {
	background: #00b3b3;
}
.bg_white {
	background: white;
}
.bg_gray {
	background: gray;
}
.bg_deepblue {
	background: #214c77;
}
.margin_bottom_20p {
	margin-bottom: 20px;
}
.margin_top_20p {
	margin-top: 20px;
}
.padding_top_20p {
	padding-top: 20px;
}
.padding_bottom_20p {
	padding-bottom: 20px;
}
.padding_20p {
	padding: 20px;
}

/**** nav ****/
.navbar {
	border: 0px solid transparent;
	border-radius: 0px;
	margin-bottom: 0px;
	border-bottom: 5px solid #18c4b4;
}
.nav_style {
	font-size: 18px;
	background-color: #336699;
	min-height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav > li > a {
	color: white;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #5496d9;
}
.navbar-toggle .icon-bar {
	background: white;
}
.title_style {
	border-radius: 5px;
	color: white;
	padding: 5px;
}

/**** content ****/
.main_content {
	min-height: 600px;
	padding-top: 1em;
	padding-bottom: 50px;
}
.link_list {
	line-height: 40px;
}

/**** footer ****/
.footer_style {
	width: 100%;
	height: 50px;
	background: #13344f;
	color: white;
	padding-top: 10px;
}

/**** login ****/
.login_style {
	background: #f9f9f9;
	margin: 0 auto;
	padding: 10px;
}
.user_style {
	border-radius: 50px;
	background: #e3dede;
	width: 80px;
	padding: 20px;
	margin: 0 auto;
}
.login_title {
	padding-right: 0px;
	margin-left: 8px;
}

/*** other ****/
.list_bg {
	background: #fbfbfb;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.26);
}

@media screen and (max-width: 599px) {
	.nav_style {
		padding-top: 0px;
		min-height: 30px;
	}
	.small_title {
		font-size: 18px;
	}
	.footer_style {
		font-size: 10px;
		height: 30px;
	}
	.link_list {
		font-size: 10px;
	}
	.small_logo {
		width: 25%;
	}
	.padding_right_10p {
		padding-right: 32px;
	}
}
