@charset "utf-8";
/* CSS Document */
/*
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
	font-weight: 600;
#  {
}
.  {
}
width: px;
height: px;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
*/

/*****************************************
Privacy Policy
******************************************/

#info_con {
	color: #131313;
	width: 940px;
	padding: 25px 0 0 0;
	margin: 0 auto;
}

#info_con h3#info_title {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	width: 600px;
	line-height: 30px;
	padding: 0 0 7px 0;
	margin: 0 0 25px 150px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*****************************************
Tiny Scrollbar
******************************************/
#PolicyList {
	width: 640px;
	margin: 0 auto 200px auto;
}

#PolicyList .viewport {
	width: 600px;
	height: 550px;
	overflow: hidden;
	position: relative;
}

#PolicyList .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#PolicyList .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 15px;
}

#PolicyList .track {
	height: 100%;
	width: 15px;
	position: relative;
}

#PolicyList .thumb {
	background: #eaeaea url(../images/page_news/scrollbar_thumb.png) no-repeat center bottom;
	height: 15px;
	width: 15px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#PolicyList .disable {
	display: none;
}

.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

/* con
==================================================*/


#PolicyList h5,
#PolicyList p,
#PolicyList li,
#PolicyList dl,
#PolicyList span {
	font-family: 'Microsoft JhengHei', 'PingFang', sans-serif;
	font-size: 13px;
	width: 100%;
	float: left;
}

#PolicyList p {
	line-height: 18px;
	margin: 5px 0 10px 0;
}

#PolicyList p#effect {
	font-weight: 400;
	text-align: center;
	color: #4a4a4a;
	margin: 0 0 20px 0;
	font-size: 12px;
}

#PolicyList h5 {
	background: url(../images/page_news/listIcon_hover.png) no-repeat left 5px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 25px 0 15px 0;
	padding: 0 0 0 20px;
}

#PolicyList #notice {
	margin: 0 0 0 20px;
}

ul#notice li {
	list-style: disc;
}

#notice li {
	margin: 5px 0 15px 0;
}

ol#notice li ul {
	margin: 10px 0 25px 18px;
}

ol#notice li ul li {
	list-style: disc;
	margin: 5px 0 10px 0;
}

#PolicyList dl {
	margin: 15px 0 5px 0;
}

#PolicyList dt {
	margin: 0 0 0px 0;
}

#PolicyList dd {
	padding: 0 0 0 18px;
}

#PolicyList dd p {
	margin: 5px 0 5px 0;
}

#PolicyList span {
	display: block;
	margin: 5px 0 5px 0;
}

#PolicyList a {
	color: #A35353;
	text-decoration: underline;
}

#PolicyList a:hover {
	color: #962D2D;
}