@charset "utf-8";
/* CSS Document */
html {
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.position {
	font-size: 24px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 40px;
	line-height: 0px;
	background-image: url(images/bg_position.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
}
.position a:hover, a:hover {
	color: #11a1dd;
}
h2 {
	font-size: 24px;
}
.position a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	margin-right: 20px;
}
.position .links {
	margin-left: 20px;
}
#content {
	font-size: 16px;
	line-height: 24px;
	padding-top: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 6px #c2c2c2;
	-moz-box-shadow: 0px 0px 6px #c2c2c2;
	-webkit-box-shadow: 0px 0px 6px #c2c2c2;
	width: 1042px;
	margin-bottom: 50px;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}
/*  左邊部分 */

#leftside {
	clear: both;
	float: left;
	width: 245px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 15px;
}
#leftside *{
	padding: 0px;
	margin: 0px;
}
#leftside .meb_center {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9cccf0;
	font-size: 24px;
	padding-left: 0px;
	padding-right: 20px;
}
#leftside li {
	font-size: 18px;
	color: #000;
	list-style-type: none;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1c1c1;
	margin-left: 25px;
	padding-top: 17px;
	height: 40px;
	padding-left: 20px;
}
#leftside li:last-of-type {
	border-bottom-style: none;
}
#leftside .current {
	color: #ff6600;
	font-weight: bold;
}
/*  公司簡介部分 */

#rightside {
	width: 774px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 20px;
	float: right;
}
.briefwords *, .contact *, .shopping *,.copyright *,.privacy *,.statement *,.faq *{
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 15px;
	height: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.briefwords,.contact,.shopping,.copyright,.privacy,.statement,.faq{
	padding-right: 20px;
	padding-left: 20px;
}
.briefwords img {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	height: auto;
	width: 295px;
	margin-bottom: 20px;
}
.briefwords p {
	text-indent: 32px;
	line-height: 30px;
	margin-bottom: 35px;
}
/*  聯絡我們部分 */

.contact img {
	border: 1px solid #ccc;
	margin-top: 30px;
	display: block;
}
.contact li {
	list-style-type: none;
	margin-top: 10px;
}
.contact ul {
	margin-bottom: 40px;
}
.contact ul li:first-of-type {
	font-weight: bold;
	color: #000;
}
.c_hk {
	margin-top: 35px;
}
/*  購物指南部分 */
.shopping .s_item,.statement .s_item,.faq {
	margin-bottom: 35px;
}
.shopping .s_item p,.statement .s_item p,.faq p{
	text-indent: 32px;
	line-height: 30px;
}
.shopping .s_item h4,.statement .s_item h4,.faq h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
/*  版權聲明部分 */
.copyright p,.privacy p {
	text-indent: 32px;
	line-height: 30px;
	margin-bottom: 35px;
}

/*  以下为免责声明翻页 */
.s_page {
	text-align: center;
	margin-bottom: 10px;
}
.s_page a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background: url(images/s_page.png) top left no-repeat;
	margin-left: 4px;
	font-size: 16px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #333;
}
.s_page a:hover {
	background-position:left -35px;
	color: #fff;
	text-decoration: none
}
.s_page .page-prev, .s_page .page-next {
	width:69px;
	line-height:35px;
}
.s_page .page-prev {
	background-position: -33px -35px;
	width: 69px;
}
.s_page .page-prev:hover{
	background-position: -103px -35px;
}
.s_page .page-next {
	background-position:-33px top;
}
.s_page .page-next:hover{
	background-position:-103px top;
	}
.s_page .current {
	background: url(images/s_page.png) left -35px;
	color: #fff
}
.s_page-tips {
	margin-top: 10px;
	color: #999;
	text-align: center;
}
/*  以下为合作伙伴 */
/* tab */
#news_b{
	position: relative;
	float: left;
	padding-bottom: 30px;
}
.tab_menu {
	width: 754px;
	float: left;
	position: absolute;
	z-index: 1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.tab_menu li {
	float: left;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	color: #444;
	background-image: url(images/li_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
	margin-right: 25px;
}
.tab_box {
	top: 30px;
	position: relative;
	margin-bottom: 45px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.tab_menu .selected {
	cursor: pointer;
	color: #ed7700;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.hide {
	display: none;
	padding-bottom: 30px;
}

.tab_box div {
	padding-top: 10px;
	padding-bottom: 30px;
}

.tab_box div li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-left: 0px;
}
.logo01 li a {
	display: block;
	text-align: center;
	width: 220px;
	height: 300px;
	margin-bottom: 20px;
}
