/*共同*/
body {
	font-family: Microsoft Jheng Hei, Serif, Verdana;
	background: url('../image/yp_back.gif');
}

.container {
	padding: 0;
	background-color: white;
}

.row-no-padding {
	margin-left: 0;
	margin-right: 0;
}

.row-no-padding > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

ul li { list-style: none; }

a:focus { outline: none !important; }

a[href], [onclick] {
	cursor: pointer;
}

#sitemap_list [class^=col-] {
	float: none;
	padding: 0 1em;
}

/*網站地圖*/
.sitemap { margin: 10px 0; }
.sitemap-title {
	background: #94c3ef;
	color: #FFF;
	font-weight: bold;
	padding: 7px 15px;
}
.sitemap-title .badge {
	color: #94c3ef;
	background-color: #fff;
	margin: 0 7px;
}
.sitemap-title .badge:hover { color: #1584ec; }
#sitemap_list { padding: 20px; }
#sitemap_list b { color: #3366CC; }
#sitemap_list .row {
	display: table;
	width: 100%;
	margin: 0 auto;
}
#sitemap_list .row [class^=col-] { display: inline-table; }
#sitemap_list .row-same-height ul { padding: 0; }
#sitemap_list .row-same-height ul li a { color: #000; }
#sitemap_list .row-same-height ul li a:hover {
	color: #DC8435;
	text-decoration: none;
}
#sitemap_list .row-same-height ul li a::before {
	content: "▘";
	color: #bbdef2;
}
#sitemap_list .row-same-height ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#sitemap_list .sub_title{
	color: #3E919F;
	margin: 7px -1px;
	padding: 2px;
}

/*集團logo及獲獎*/
.associated_tab {
	display: flex;
	justify-content: center;
}
.associated_tab div div {
	border: 1px solid #c8c9ca;
	margin: 14px 0px;
	line-height: 5px;
	text-align: center;
	border-radius: 10px;
	background: #FFF;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	max-width: 150px;
}
.associated_tab div > div {
	margin: 0 16px 14px 16px;
	min-height: 114px;
	max-width: 155px;
}
.associated_tab img { width: 79%; }
.associated { padding-top: 11px; }
.associated img,
.honor div .horizontal {
	width: 95%;
	height: auto;
}
.associated div .straight,
.honor img	{
	height: 60px;
	width: auto;
}
.honor { padding-bottom: 24px; }

/*分頁使用*/
.btn_laypage {
	text-align: right;
	width: 100%;
	border-bottom: 1px solid #EEE;
}

.btn_laypage .applications_menu {
margin-left: 5px;
	border: 1px solid #eee;
	padding: 5px 22px;
	margin-bottom: -1px;
}
.btn_laypage .applications_menu font {
	color: #333; /*0000FF*/
}
.btn_laypage .applications_menu.hover {
	background: #4e8cc2;
}
.btn_laypage .applications_menu.hover font {
	color: #FFF;
}

/*訂定文字顏色*/
.font_strong_blue { color: #0099cc; }

/* Mobile - XS */
@media (max-width: 767px) {
	/*選單*/
	.sub_menu {
		position: initial;
		padding: 0;
	}
	
	/*網站地圖*/
	.sitemap { margin: 0; }
	
	/*集團logo及獲獎*/
	.sub-logo {
		width: 100%;
		margin: 0;
	}
	.sub-logo div { padding-bottom: 6px; }
	.honor .row { text-align: center; }
}

/* Table - SM Only */
@media (min-width: 768px) and (max-width: 991px) {
	body {
		padding-top: 0;
	}
}

/* Web - MD */
@media (min-width: 992px) {
	/*Use: 表格*/
	.figure_table {
		display:table;
	}
	.figure_table .tr { display: table-row; }
	.figure_table .td {
		display: table-cell;
		vertical-align: middle;
	}
	

}