@charset "utf-8";
@import url("reset.css");
/* CSS Document */
p, h1, h2, h3, h4, a {
	line-height: 160%;
}
a {
	color: #36B1BF;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	color: #E84A49;
}
input, textarea, select {
	font-family: "微軟正黑體";
	font-size: 15px;
	padding: 3px;
	color: #222;
	/*避免select長度不一*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus {
	outline: none;
}
.red {
	color: #F00;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
	color: #666;
}
.divider {
	width: auto;
	height: 10px;
	line-height: 10px;
}
ol.number {
	margin-left: 40px;
	list-style: decimal;
}
p.padleft {
	margin-left: 20px;
}
.btn {
	padding: 8px 20px;
	line-height: 155%;
	font-size: 19px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.btnStyle {
	background: #36B1BF;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border: 0;
	border-radius: 3px;
}
.btnStyle:hover {
	background: #E84A49;
	color: #FFF;
}
.longBtn {
	margin: 0 5px 10px 5px;
}
.imgFloatLeft {
	float: left;
	margin: 0 20px 20px 0
}
.imgFloatRight {
	float: right;
	margin: 0 0 20px 20px
}
.alert {
	border: 1px solid #F2C0B5;
	background: #FFF1F0;
	padding: 10px 15px;
	color: #D85030;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.alertBlue {
	border: 1px solid #B1CDDB;
	background: #EBF7FD;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color:#999;
}
:-ms-input-placeholder { /* WebKit browsers */
 color:#999;
}
/*-------------table Display--------------------*/
.tableDisplay {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 15px;
}
.tableDisplay th {
	border: 1px solid #CCC;
	background: #eee;
	padding: 10px;
	word-break: break-all;
}
.tableDisplay td {
	word-break: break-all;
	border: 1px solid #CCC;
	padding: 10px;
}
.textStyle {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
}
.textStyle:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
/********************* round btn *********************/
ul#roundBtn li a.rss {
	background: url(../images/iconRss.png) no-repeat center center;
}
ul#roundBtn li a.FB {
	background: url(../images/iconFB.png) no-repeat center center;
}
ul#roundBtn li a.mail {
	background: url(../images/iconMail.png) no-repeat center center;
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 200px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.png) no-repeat #bbb center center;
	cursor: pointer;
	display: none;
	z-index: 123;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.png) no-repeat #FAC300 center center;
}
/*---------page--------*/
#page {
	color: #666;
	overflow: auto;
}
#page span {
	float: left;
	margin: 0 3px 6px 3px;
}
#page span a {
	color: #666;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	border: 1px solid #C8C8C8;
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #EFEFEF 100%);
	background: linear-gradient(#FEFEFE, #EFEFEF);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#page span a:hover {
	color: #FFF;
	border: 1px solid #FAC300;
	background: #FAC300;
}
#page span.current a {
	background: none;
	border: #FFF 1px solid;
}
#page span.current a:hover {
	color: #666;
}
/*----------------- innerNews 活動列表 ---------------*/
ul#innerNewsList {
	border-bottom: 1px solid #eee;
}
ul#innerNewsList li {
	border-top: 1px solid #eee;
	display: block;
	position: relative;
	padding: 10px;
}
ul#innerNewsList li:hover {
	background: #f5f5f5;
}
ul#innerNewsList li div.innerNewsLeft {
	float: left;
	display: block;
	overflow: hidden;
}
.newsthumb {
	width: 130px;
	height: 130px;
	border: 1px solid #eee;
	background: #fff;
}
ul#innerNewsList li div.innerNewsRight {
	width: auto;
	margin-left: 142px;
	word-break: break-all;
}
ul#innerNewsList li div.innerNewsRight h3 {
	line-height: 100%;
	color: #36B1BF;
}
ul#innerNewsList li div.innerNewsRight h3:hover {
	color: #E84A49;
}
ul#innerNewsList li div.innerNewsRight span {
	background: url(../images/icon_cal.png) no-repeat left center;
	color: #999;
	display: block;
	padding-left: 20px;
}
ul#innerNewsList li a:visited {
	color: #369;
}
/*----------------- innerNews 活動列表 ---------------*/
ul#innerSaleList {
	overflow: auto;
}
ul#innerSaleList li {
	border: 1px solid #ddd;
	border-radius: 5px;
	display: block;
	float: left;
	padding: 10px;
}
ul#innerSaleList li:hover {
	background: #f5f5f5;
}
ul#innerSaleList li a {
	text-decoration: none;
	color: #333;
}
ul#innerSaleList li h3 {
	text-align: center;
}
/*---------------會原名路---------------------*/
#category {
}
#category li {
	float: left;
	margin: 0 7px 7px 0;
}
#category li a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 8px 10px;
	line-height: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: linear-gradient(to bottom, #fff, #eee);
}
#category li a:hover {
	color: #333333;
	background: #fff;
}
#category li.selected a, #category li.selected a:hover {
	background: #36B1BF;
	color: #fff;
	border: 1px solid #36B1BF;
	border-radius: 3px;
}
/*--------------政府網站----------------*/
ul.NewsInner li.forGov p {
	margin: 0;
	width: auto;
	border-left: 5px solid #ddd;
	padding-left: 10px;
}
ul.NewsInner li:hover.forGov p {
	border-left: 5px solid #E84A49;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 155%;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif, "微軟正黑體";
}
.noShowInPc {
	display: none;
}
/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	top: 0;
	height: 50px;
	background: #36B1BF;
	position: fixed;
	z-index: 100;
	min-width: 980px;
}
#menuWrapper h4 {
	display: none;
}
#menu {
	width: auto;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 0;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	padding: 0 15px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
#menu li.selected {
	background: #4AD9D9;
}
#menu li a:hover {
	background: #222;
}
#menu li ul {
	position: absolute;
	width: 200px;
	display: none;
}
#menu li ul li {
	border: 0;
	position: relative;
	z-index: 995;
}
#menu li ul li a {
	width: 180px;
	background: #222;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px solid #000;
}
#menu li ul li:last-child a {
	border-bottom: 0;
}
#menu li ul li a:hover {
	background: #444;
}
#menu li ul li.selected a {
	background: #444;
}
ul#roundBtn {
	position: absolute;
	height: 36px;
	left: 20px;
	top: 7px;
}
ul#roundBtn li {
	width: auto;
	float: left;
	margin-left: 10px;
	display: block;
	background: #4AD9D9;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-indent: -9999px;
}
ul#roundBtn li:hover {
	background: #E84A49;
}
ul#roundBtn li a {
	display: block;
	width: 36px;
	height: 36px;
}
/*----------------header----------------------*/
header {
	margin: 50px auto 15px auto;
	width: 1000px;
	height: 150px;
	position: relative;
}
header h1 a {
	position: absolute;
	width: 480px;
	height: 96px;
	display: block;
	top: 15px;
	left: 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
header #search {
	position: absolute;
	right: 0;
	border-radius: 5px;
	background: #666;
	width: auto;
	height: 50px;
	top: 35px;
	padding: 5px;
}
header #search .topsearchText {
	border: 0;
	width: 300px;
	height: 40px;
	border-radius: 3px;
	background: #eee;
	text-indent: 5px;
}
header #search .topsearchText:focus {
	background: #fff;
}
header #search .topsearchBtn {
	border: 0;
	height: 40px;
	padding: 0 9px;
}
/*--------------------熱門-------------------*/
#hotlink {
	position: absolute;
	right: 0;
	bottom: 0;
}
#hotlink span, #marquee span {
	background: #666;
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 3px;
}
#hotlink a, #marquee a {
	margin-left: 5px;
}
#marquee {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 600px;
	height: 25px;
}
.marqueeslide {
	height: 100%;
	width: 100%;
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	margin: 15px auto 0 auto;
	width: 1000px;
	font-size: 14px;
}
#track span {
	padding: 0 5px;
}
/*-------------形象banner--------------------*/
#visual {
	width: 1000px;
	margin: 0 auto 20px auto;
	position: relative;
	height: 160px;
	display: none;
}
#visual #rightAd {
	position: absolute;
	top: 27px;
	right: 25px;
}
#visual #rightAd li {
	width: 200px;
	float: left;
}
#visual #rightAd li:first-child {
	margin-right: 10px;
}
/*-------------banner--------------------*/
#bannerWrapper {
	width: 1000px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}
#bannerWrapper img {
	vertical-align: bottom;
}
#banner, #banner img {
	height: 100px;
	width: 600px;
}
#topAd {
	height: 100px;
	width: 380px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#topAd img {
	height: 100px;
	width: 380px;
}
.bannerslide {
	height: 100%;
	width: 100%;
}
#topBtn {
	width: 180px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
}
/*----富麗商店------*/
#bannerShop {
	width: 1000px;
	margin: 10px auto 0 auto;
	overflow: auto;
}
#bannerShopLeft {
	float: left;
	width: 74%;
}
#bannerShopRight {
	float: right;
	width: 24%;
}
/*----------------- 福利商店 & 廣告刊登 -----------------------------*/
#rightAd li a {
	width: auto;
	display: block;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 36%;
	border-radius: 5px;
	padding: 10px 10px 10px 60px;
}
#rightAd li.store a:hover, #rightAd li.ad a:hover, #rightAd li.invite a:hover, #rightAd li.apply a:hover {
	background-color: #36B1BF;
}
#rightAd li a h3 {
	color: #fff;
	font-size: 23px
}
#rightAd li a h4 {
	color: #fff;
	font-weight: normal;
	font-size: 19px
}
#rightAd li.store a {
	background-color: #F2385A;
	background-image: url(../images/iconStore.png);
	margin-bottom: 10px;
}
#rightAd li.ad a {
	background-color: #f90;
	background-image: url(../images/iconAd.png);
}
#rightAd li.invite a {
	background-color: #999;
	background-image: url(../images/iconInvite.png);
	margin-bottom: 10px;
}
#rightAd li.apply a {
	background-color: #999;
	background-image: url(../images/iconApply.png);
	margin-bottom: 10px;
}
/*-------------content index--------------------*/
article {
	width: 1000px;
	margin: 20px auto 30px auto;
}
article h1 {
	font-size: 27px;
	line-height: 100%;
	font-weight: normal;
	border-bottom: 3px solid #36B1BF;
	padding: 0 0 15px 0;
}
article.index h1 {
	text-align: center;
}
article h3 {
	color: #E84A49;
	font-size: 21px;
	font-weight: normal;
}
article h4 {
	font-size: 17px;
}
article h5 {
	font-size: 17px;
	font-weight: normal;
	color: #003CA6;
}
/*-------------indexNews--------------------*/
ul#indexNews li.main {
	width: 320px;
	display: block;
	float: left;
}
ul#indexNews li.main:nth-child(3) {
	margin: 0 20px;
}
ul.subNews li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	overflow: auto;
}
ul.subNews li a {
	color: #333;
	text-decoration: none;
}
ul.subNews li a:hover {
	color: #E84A49;
}
ul.subNews li p {
/*text-decoration: underline;*/
}
ul.subNews li span {
	color: #999;
	display: block;
	text-decoration: none;
}
ul.subNews li div.indexthumb {
	display: none;
}
/*for 1st 大圖*/
ul.subNews li:first-child div.indexthumb {
	width: 320px;
	height: 200px;
	display: block;
	overflow: hidden;
}
ul.subNews li:first-child {
	padding-top: 0;
}
ul.subNews li:first-child p {
	padding-top: 10px;
}
/*for 2nd-4th 中圖*/
ul.subNews li:nth-child(n+2):nth-child(-n+4) div.indexthumb {
	width: 120px;
	height: 80px;
	float: left;
	display: block;
	margin-right: 10px;
	overflow: hidden;
}
ul.subNews li:nth-child(n+2):nth-child(-n+4) p {
	width: auto;
	margin-left: 130px;
}
ul.subNews li:nth-child(n+2):nth-child(-n+4) p.nowrap {
	white-space: normal;
	text-overflow: clip;
	overflow: auto;
}
/*for 5th-10th 小圖*/
ul.subNews li:nth-child(n+5):nth-child(-n+10) span {
	display: none;
}
ul.subNews li:nth-child(n+5):nth-child(-n+10) p {
	border-left: 5px solid #ddd;
	padding-left: 5px;
}
ul.subNews li:nth-child(n+5):nth-child(-n+10):hover p {
	border-left: 5px solid #E84A49;
}
/*------------content inner--------------------*/
#left {
	float: left;
	width: 780px;
	overflow: hidden;
}
#right {
	float: right;
	width: 190px;
}
h4.openSubMenu {
	display: none;
}
/*-------------list--------------------*/
.list {
	width: auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
}
.list li a {
	color: #777;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}
.list li:last-child a {
	margin-bottom: 0;
}
.list li a:hover {
	color: #E84A49;
}
.list li.selected a, .single-page-nav .current {
	color: #E84A49;
	font-weight: bold;
}
/*--------------電子報/會議紀錄/更多活動--------------------*/
ul.NewsInner li {
	width: auto;
	display: block;
	padding: 7px 10px;
	border-bottom: 1px solid #eee;
}
ul.NewsInner li:hover {
	background: #f5f5f5;
}
ul.NewsInner li a {
	text-decoration: none;
}
ul.NewsInner li span {
	background: url(../images/icon_cal.png) no-repeat left center;
	color: #999;
	padding-left: 20px;
	float: left;
}
ul.NewsInner li p {
	margin-left: 110px;
	width: auto;
}
ul.NewsInner li em {
	display: inline-block;
	padding: 0 10px;
	background: #999;
	color: #fff;
	border-radius: 3px;
}
ul.NewsInner li:hover {
}
ul.NewsInner li a:visited {
	color: #369;
}
/*------------fotr 政府網站--------------*/
ul.NewsInner li.forGov {
	width: 49%;
	float: left;
	margin-right: 2%;
}
ul.NewsInner li.forGov:nth-child(even) {
	margin-right: 0;
}
/*-----------人氣店家top10-----------*/
ul#innerNewsList li div.innerNewsRight em {
	font-size: 50px;
	position: absolute;
	right: 10px;
	top: 20px;
	color: #ccc;
	opacity: 0.8;
}
ul#innerNewsList li:nth-child(n+1):nth-child(-n+3) div.innerNewsRight em {
	color: #D10003;
}
/*--------------sticky-------------------*/
#sidebar.sticky {
	float: none;
	position: fixed;
	top: 0;
	z-index: 6;
	left: auto;
	width: 200px;
}
/*------------租售快訊-----------*/
ul#innerSaleList li {
	width: 32%;
	margin: 0 2% 2% 0;
}
ul#innerSaleList li h3 {
	font-size: 17px;
}
.salethumb {
	width: 180px;
	height: 120px;
	margin: 0 auto 10px auto;
}
ul#innerSaleList li:nth-child(3n) {
	margin-right: 0;
}
/*-------------table form--------------------*/
.contentBox {
	width: 100%;
}
.maxText {
	width: 100%;
}
.largeText {
	width: 600px;
}
.smallText {
	width: 80px;
}
.midText {
	width: 300px;
}
/*-----------------link Index---------------*/
.linkslide {
	width: auto;
	height: 70px;
}
.linkslide ul li {
	display: block;
	width: 120px;
	height: 60px;
	float: left;
	margin-right: 26px;
}
.linkslide ul li:last-child {
	margin-right: 0;
}
.linkslide ul li img {
	width: 120px;
	height: 60px;
}
/*--------------linkInner-------------------*/
#linkInner {
	text-align: center;
}
#linkInner li img {
	float: left;/*margin-bottom: 10px;*/
	margin: 0 10px 10px 0;
}
#linkInner li img {
	width: 120px;
	height: 60px;
}
#linkInner li:nth-child(6), #linkInner li:nth-child(12) {
	margin-right: 0;
}
/*-----------------media 連結與資源-----------------------*/
#media li {
	display: block;
	width: 22.75%;
	float: left;
	padding: 10px 5px;
	text-align: center;
	margin: 1.5% 3% 1.5% 0;
	border: 1px solid #eee;
}
#media li a {
	color: #333;
	text-decoration: none;
}
#media li a:hover {
	color: #E84A49
}
#media li:nth-child(4n) {
	margin-right: 0;
}
/*-----------------media 連結與資源 平台通路-----------------------*/
#mediaLarge li {
	display: block;
	width: 31.3%;
	float: left;
	text-align: center;
	margin: 1.5% 3% 1.5% 0;
	padding: 10px 5px;
	border: 1px solid #eee;
}
#mediaLarge li:nth-child(3n) {
	margin-right: 0;
}
/*------------------video-------------------*/
#video li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
#video li:first-child {
	padding-top: 0;
}
#video li div.videoLeft {
	float: left;
}
#video li div.videoRight {
	width: auto;
	margin-left: 500px;
}
#video li iframe {
	width: 480px;
	height: 320px;
}
/*-------------subscript--------------------*/
#subscript {
	padding: 20px 0;
	background: #272626;
	text-align: center;
	color: #fff;
}
#subscriptText {
	border: 5px solid #ddd;
	background: #FFF;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 500px;
	text-indent: 10px;
	height: 45px;
	font-size: 17px;
	margin-right: 10px;
}
#subscriptText:focus {
	border: 5px solid #FAC300;
}
#subscriptBtn {
	vertical-align: middle;
	height: 45px;
	padding: 0 30px;
}
/*-------------footer--------------------*/
#footerWrapper {
	background: #383737;
}
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	font-size: 13px;
	color: #ccc;
}
#footer a {
	color: #FFF;
}
#footer h2 {
	font-weight: normal;
	font-size: 17px;
	color: #fff;
}
#footer div#footerCenter {
	position: absolute;
	left: 350px;
	top: 25px;
}
#footer div#footerRight {
	position: absolute;
	right: 0;
	text-align: center;
	top: 25px;
}
#footer div#footerRight img {
	margin-top: 3px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-----------------------body-----------------------*/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
body {
	color: #333;
	line-height: 150%;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif, "微軟正黑體";
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
.NoShowInMobile {
	display: none;
}
.btn {
	font-size: 18px;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.alignCenterMobile {
	text-align: center
}
input, textarea, select {
	font-size: 18px;
}
.picForMobile {
	width: 100%;
	height: auto;
}
.imgFloatRight {
	float: none;
	margin: 0 0 20px 0;
}
.googleMap {
	width: 100%;
	height: 320px;
}
/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	height: 60px;
	background: #333;
	top: 0;
	position: relative;
	z-index: 700;
}
#menuWrapper h4 {
	display: block;
	position: absolute;
	width: 70px;
	height: 60px;
	top: 0;
	right: 0;
	border-left: 1px solid #666;
	background-image: url(../images/iconMenu.png);
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#menuWrapper h1 {
	width: 120px;
	height: 90px;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
}
#menuWrapper h2 {
	display: none;
	line-height: 60px;
	color: rgba(255,255,255,0.9);
	position: absolute;
	left: 140px;
	font-weight: normal;
	font-size: 17px;
}
.gray {
	background-color: #666;
}
#menu {
	width: 70%;
	background: #666;
	position: absolute;
	top: 60px;
	right: 0;
	display: none;
}
#menu li {
	border-bottom: 1px solid #555;
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}
#menu li ul {
	display: none;
}
#menu li ul li {
	border-bottom: 0;
	border-top: 1px solid #444;
}
#menu li ul li a {
	background: #000;
	padding-left: 30px;
}
#menu li ul li a:hover {
	background: #FAC300;
}
ul#roundBtn {
	position: absolute;
	width: auto;
	height: 36px;
	left: 10px;
	top: 12px;
}
ul#roundBtn li {
	float: left;
	margin-left: 10px;
	display: block;
	background: #4AD9D9;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-indent: -9999px;
}
ul#roundBtn li:hover {
	background: #E84A49;
}
ul#roundBtn li a {
	display: block;
	width: 36px;
	height: 36px;
}
/*----------------header----------------------*/
header {
	margin: 15px 20px;
}
header h1 a {
	width: 100%;
	height: 0;
	padding-bottom:20%;
	display: block;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	margin-bottom: 20px;
}
header #search {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
header #search .topsearchText {
	border: 0;
	width: 75%;
	height: 45px;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #ddd;
	text-indent: 5px;
}
header #search .topsearchText:focus {
	background: #fff;
	border: 1px solid #4AD9D9;
}
header #search .topsearchBtn {
	border: 0;
	float: right;
	width: 23%;
	text-indent: -9999px;
	height: 45px;
	background-image: url(../images/iconSearch.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 75%;
}
#hotlink {
	margin-top: 15px;
}
#hotlink a {
	margin-right: 3px;
}
#hotlink span, #marquee span {
	background: #666;
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 3px;
}
/*----------------track----------------------------------*/
#track {
	color: #999;
	margin: 10px 20px 0 20px;
	font-size: 13px;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
#track span {
	padding: 0 5px;
}
#track a {
	text-decoration: none;
}
/*-------------banner--------------------*/
.bannerslideMobile {
	width: 100%;
}
.bannerslideAdMobile {
	width: 70%
}
/*----富麗商店------*/
#bannerShop {
	width: auto;
	margin: 10px;
}
#bannerShopLeft {
	margin-bottom: 5px;
}
#bannerShopRight {
}
/*-------------content--------------------*/
article {
	margin: 0;
}
article h1 {
	font-size: 27px;
	line-height: 100%;
	font-weight: normal;
	border-bottom: 3px solid #36B1BF;
	padding: 0 0 15px 0;
	text-align: center;
}
/*-------------content index--------------------*/
article.index {
	margin: 20px;
}
ul#indexNews li.main {
	margin-bottom: 30px;
}
ul#indexNews li.main:nth-child(3) {
	margin-bottom: 0;
}
/*news list*/
ul.subNews li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	overflow: auto;
}
ul.subNews li a {
	color: #333;
	text-decoration: none;
}
ul.subNews li a:hover {
	color: #E84A49;
}
ul.subNews li p {
/*text-decoration: underline;*/
}
ul.subNews li span {
	display: none;
	color: #999;
}
ul.subNews li div.indexthumb {
	display: none;
}
/*for 1st-3rd 中圖*/
ul.subNews li:nth-child(n+1):nth-child(-n+3) div.indexthumb {
	width: 100px;
	height: 100px;
	float: left;
	display: block;
	margin-right: 10px;
}
ul.subNews li:nth-child(n+1):nth-child(-n+3) p {
	width: auto;
	margin-left: 110px;
}
ul.subNews li:nth-child(n+1):nth-child(-n+3) p.nowrap {
	white-space: normal;
	text-overflow: clip;
	overflow: auto;
}
ul.subNews li:nth-child(n+1):nth-child(-n+3) span {
	color: #999;
	display: block;
}
/*for 4-8 */
ul.subNews li:nth-child(n+4):nth-child(-n+10) p {
	border-left: 5px solid #ddd;
	padding-left: 5px;
}
ul.subNews li:nth-child(n+4):nth-child(-n+10):hover p {
	border-left: 5px solid #E84A49;
}
/*-------------content inner--------------------*/
.mobileContent {
	padding: 20px;
}
article h3 {
	color: #E84A49;
	font-size: 21px;
	font-weight: normal;
}
#left {
	float: none;
	width: auto;
}
#right {
	padding: 0 20px;
	display: none;
	width: 100%;
	background-color: #383737;
	position: relative;
	padding: 25px;
}
h4.openSubMenu {
	width: 75px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	background-image: url(../images/openSubMenu.png);
	background-size: 75px auto;
}
h4.closeSubMenu {
	background-image: url(../images/closeSubMenu.png);
}
/*-------------list--------------------*/
.list {
	overflow: auto;
}
.list li {
	float: left;
	margin: 0 4% 4% 0;
	font-size: 15px;
	width: 48%;
	display: block;
	line-height: 36px;
	height: 36px;
}
.list li:nth-child(even) {
	margin-right: 0;
}
.list li a {
	width: 100%;
	background: #36B1BF;
	color: #fff;
	border-radius: 3px;
	line-height: 36px;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.list li a:hover {
	background: #E84A49;
	color: #FFF;
}
.list li.selected a {
	background: #555;
	color: #ccc;
}
/*-------------table form--------------------*/
.contentBox {
	width: 100%;
}
.maxText {
	width: 100%;
}
.largeText {
	width: 100%;
}
.smallText {
	width: 100px;
}
.midText {
	width: 100%;
}
/*-----------------link---------------*/
.linkslide {
	width: auto;
	height: 70px;
}
.linkslide ul li {
	display: block;
	width: 120px;
	height: 60px;
	float: left;
	margin-right: 10px;
}
.linkslide ul li img {
	width: 120px;
	height: 60px;
}
/*--------------linkInner-------------------*/
#linkInner {
	text-align: center;
}
#linkInner li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}
#linkInner li img {
	width: 120px;
	height: 60px;
}
/*--------------電子報/會議紀錄/更多活動--------------------*/
ul.NewsInner li {
	width: auto;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
ul.NewsInner li a {
	text-decoration: none;
}
ul.NewsInner li span {
	display: none;
}
ul.NewsInner li p {
	width: auto;
	border-left: 5px solid #ddd;
	padding-left: 10px;
}
ul.NewsInner li:hover p {
	border-left: 5px solid #E84A49;
}
ul.NewsInner li a:visited {
	color: #369;
}
/*--------------innerNews with pic-------------------*/
ul#innerNewsList li {
	padding: 10px 0;
}
ul#innerNewsList li div.innerNewsRight h3 {
	font-size: 19px;
}
ul#innerNewsList li div.innerNewsRight {
	margin-left: 100px;
}
.newsthumb {
	width: 90px;
	height: 90px;
}
ul#innerNewsList li:hover {
	background: none;
}
/*-----------人氣店家top10-----------*/
ul#innerNewsList li div.innerNewsRight em {
	font-size: 21px;
	color: #999;
}
ul#innerNewsList li:nth-child(n+1):nth-child(-n+3) div.innerNewsRight em {
	color: #D10003;
}
/*-----------------media 連結與資源-----------------------*/
ul#media, ul#mediaLarge {
	text-align: center;
}
ul#media li {
	display: inline-block;
	text-align: center;
	margin: 0 5px 15px 5px;
	font-size: 15px;
	border: 1px solid #eee;
	padding: 10px;
	width: 140px;
}
#media li a {
	color: #333;
	text-decoration: none;
}
#media li a:hover {
	color: #E84A49
}
/*-----------------連結與資源 通路平台-----------------------*/
ul#mediaLarge li {
	display: inline-block;
	width: 240px;
	text-align: center;
	margin: 0 5px 15px 5px;
	font-size: 15px;
	border: 1px solid #eee;
	padding: 10px;
}
/*------------租售快訊-----------*/
ul#innerSaleList li {
	width: 100%;
	margin-bottom: 20px;
}
.salethumb {
	width: 180px;
	height: 120px;
	margin: 0 auto 10px auto;
}
ul#innerSaleList li:last-child {
	margin: 0;
}
/*------------------video-------------------*/
#video li {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
#video li:first-child {
	padding-top: 0;
}
#video li div.videoRight {
	margin-top: 10px;
}
#video li iframe {
	width: 100%;
	height: 240px;
}
/*----------------- 福利商店 & 廣告刊登 -----------------------------*/
#rightAd li a {
	width: auto;
	display: block;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 36%;
	border-radius: 5px;
	padding: 10px 10px 10px 60px;
}
#rightAd li.store a:hover, #rightAd li.ad a:hover, #rightAd li.invite a:hover, #rightAd li.apply a:hover {
	background-color: #36B1BF;
}
#rightAd li a h3 {
	color: #fff;
	font-size: 23px
}
#rightAd li a h4 {
	color: #fff;
	font-weight: normal;
	font-size: 18px
}
#rightAd li.store a {
	background-color: #F2385A;
	background-image: url(../images/iconStore.png);
	margin-bottom: 10px;
}
#rightAd li.ad a {
	background-color: #f90;
	background-image: url(../images/iconAd.png);
}
/*-------------subscript--------------------*/
#subscript {
	padding: 25px;
	background: #272626;
	text-align: center;
	color: #fff;
}
#subscriptText {
	border: 5px solid #ddd;
	background: #FFF;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	text-indent: 5px;
	height: 50px;
	margin-bottom: 15px;
}
#subscriptText:focus {
	border: 5px solid #FAC300;
}
#subscriptBtn {
	font-size: 21px;
	width: 100%;
	vertical-align: middle;
	height: 45px;
}
/*-------------footer--------------------*/
#footerWrapper {
	background: #383737;
	text-align: center;
}
#footer {
	width: 100%;
	padding: 25px;
	font-size: 13px;
	color: #ccc;
}
#footer a {
	color: #FFF;
}
#footer div#footerCenter {
	padding: 20px 0 0 0;
}
/*------------------toTop------------------------*/
#toTop {
	right: 10px;
	bottom: 60px;
	font-size: 13px;
}
}
