@charset "utf-8";	
/* 載入 */

/*-----首頁-----*/
.main_banner_box {
	position: relative;
	z-index: 1;
}
.main_banner_box ul li .slide_content img {
	height: 316px;
	/*width: 665px;	*/
	/*width: 826px;*/
	width: 606px; /*c.c修*/
}
.Index_Edm {
	margin-top: 13px;
	background-color: #f5f5f5;
	overflow:hidden;
	margin-bottom:15px;
}
.Index_Edm .marquee {
	float:left;
	border-right:1px solid #ffffff;
	margin:5px 0;
}
.Index_Edm .marquee .example_layout {
	width: 512px;
	background-attachment: scroll;
	background-image: url(../images/index_title_edm.png);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	padding: 6px 10px 6px 100px;
	border-right:1px solid #e3e3e3;
	position:relative;
}
.Index_Edm .marquee .example_layout #example {
	height:30px;
	overflow: hidden;
}
.Index_Edm .marquee .example_layout .prev ,.Index_Edm .marquee .example_layout .next{
	position: absolute;
	right: 10px;
	background: url(../images/index_icon_edm.png) no-repeat scroll;
	height: 14px;
	width: 14px;
	text-indent: -9999px;
}
.Index_Edm .marquee .example_layout .prev {
	top: 0px;
	background-position: 0px 0px;
}
.Index_Edm .marquee .example_layout .prev:hover {
	background-position: -14px 0px;
}
.Index_Edm .marquee .example_layout .next {
	bottom: 0px;
	background-position: 0px -14px;
}
.Index_Edm .marquee .example_layout .next:hover {
	background-position: -14px -14px;
}
.Index_Edm .marquee ul li {
	overflow:hidden;
	height:18px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.Index_Edm .marquee ul li a {
	background: url(../images/marquee_icon.png) no-repeat scroll 0 center;
	font-size: 12px;
	padding-left: 12px;
	line-height:18px;
}
.Index_Edm .marquee ul li a:hover {
	/*color: #f53b63;*/
	color: #8EC220;
	text-decoration: none;
}
.Index_Edm .booking {
	float: left;
	margin:5px 0;
}
.Index_Edm .booking .inkw {
	color: #4c4c4c;
	line-height: 30px;
	height: 30px;
	background-color: #e8e8e8;
	margin:0 2px 0 9px;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:207px;
}
.Index_Edm .booking .inkw.kwText {
	color: #a6a6a6;
}
.Index_Edm .booking a {
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	background-color: #d4d4d4;
	display: inline-block;
	margin-right: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0 10px;
}
.Index_Edm .booking a:nth-of-type(1) {
	background-color: #808080;
}
.Index_Edm .booking a:hover {
	/*background-color: #f53b63;*/
	background-color: #8EC220;
	text-decoration: none;
    transition: all 0.2s linear 0s;
}
.MidCont .right .news { 
	padding-top: 5px;
	padding-bottom: 20px;
}
.MidCont .right .news .title {
	overflow: hidden;
}
.MidCont .right .news .title h6 {
	background-attachment: scroll;
	background-image: url(../images/left_title_news.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	float: left;
	height: 20px;
	width: 86px;
}
.MidCont .right .news .title .po {
	float: left;
}
.MidCont .right .news .title .po a {
	font-size: 13px;
	line-height: 24px;
	/*color: #dd8801;*/
	color: #f53b63;
	background-attachment: scroll;
	height: 24px;
	padding-right: 31px;
	padding-left: 18px;
	display:block;
	font-weight: bold;
}
.MidCont .right .news .title .po a:hover {
	background-position: right -24px;
	text-decoration: none;
	color: #8ec220;
	transition: all 0.2s linear;
}
.MidCont .right .news .title .more {
	float: left;
}
.MidCont .right .news .title .more a {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	/*color: #999999;*/
	color: #808080;
	padding:0 18px;
	border-right:1px solid #cccccc;
}
.MidCont .right .news .title .more a:hover {
	text-decoration: none;
	/*color: #f53b63;*/
	color: #8EC220;
	
	transition: all 0.2s linear;
}
.MidCont .right .news .inner {
	padding-top: 7px;
}
.MidCont .right .news .inner li {
	overflow:hidden;
	background-image: url(../images/left_title_news_li_border.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	font-size: 13px;
	line-height: 18px;
	height:18px;
	padding:8px 0;	
}
.MidCont .right .news .inner li:last-of-type {
	background-image: none;
}
.MidCont .right .news .inner li .tab {
	font-size: 12px;
	float:left;
	color: #FFF;
	width:54px;
	background-image: url(../images/left_icon_news_tag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
.MidCont .right .news .inner li .th {
	color: #4c4c4c;
	float:left;
	width: 345px;
	margin-left:10px;
}
.MidCont .right .news .inner li .td {
	color: #666666;
	width: 165px;
	float:left;
	margin-left:10px;
	letter-spacing: 1px;
}
.MidCont .right .news .inner li .td.t_overflow {
	width: 180px;
	letter-spacing: 0;
}
/*pink tab*/
.MidCont .right .news .inner li.pink .tab {background-color: #e89eae;}
.MidCont .right .news .inner li.pink:hover .tab {background-color: #f53b63;}
.MidCont .right .news .inner li.pink:hover .th, .MidCont .right .news .inner li.pink:hover .td {color: #f53b63;}
/*orange tab*/
.MidCont .right .news .inner li.orange .tab {background-color: #ecc483;}
.MidCont .right .news .inner li.orange:hover .tab {background-color: #f29702;}
.MidCont .right .news .inner li.orange:hover .th, .MidCont .right .news .inner li.orange:hover .td {color: #e18c01;}
/*blue tab*/
.MidCont .right .news .inner li.blue .tab {background-color: #9dbdcb;}
.MidCont .right .news .inner li.blue:hover .tab {background-color: #4fc1f0;}
.MidCont .right .news .inner li.blue:hover .th, .MidCont .right .news .inner li.blue:hover .td {color: #22a8e0;}
/*green tab*/
.MidCont .right .news .inner li.green .tab {background-color: #b1c684;}
.MidCont .right .news .inner li.green:hover .tab {background-color: #8ec220;}
.MidCont .right .news .inner li.green:hover .th, .MidCont .right .news .inner li.green:hover .td {color: #6fa300;}

.MidCont .right .activity {
	position: relative;
}
.MidCont .right #back_top {
	position: relative;
	top: -1px;
}
.MidCont .right .activity_title {
	background: url(../images/activity_title.png) no-repeat scroll 0 0;
	height: 45px;
	width: 775px;
	padding-left: 30px;
	position: absolute;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.MidCont .right .activity_title .activity_left {
	float: left;
}
.MidCont .right .activity_title .activity_left li {
	float: left;
}
.MidCont .right .activity_title .activity_left button {
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height: 44px;
	height: 45px;
	background-color:transparent;
	width: 66px;
	outline:none;
}
/*.MidCont .right .activity_title .activity_left button.is-checked , */
.MidCont .right .activity_title .activity_left button.is-checked {
	text-decoration: none;
	color:#fffd67;
	outline:none;
}
.MidCont .right .activity_title .activity_left button:hover {
	background: url(../images/activity_title_focus.png) no-repeat scroll center top;
	text-decoration: none;
	color:#fffd67;
	outline:none;
}
.MidCont .right .activity_title .activity_right {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
}
.MidCont .right .activity_title .activity_right a {
	float: left;
	margin-left: 7px;
	position: relative;
}
.MidCont .right .activity_title .activity_right .DateTitle {
	position:relative;
}
.MidCont .right .activity_title .activity_right .DateTitle .Datepicker {
	background-image: url(../images/date_btn.png);
	width:40px;
	color: #fff;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	background-color: #404040;
	border:none;
	padding:0 10px 0 36px;
	background-repeat: no-repeat;
	background-position: 12px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	position:relative;
	z-index:1;
}
.MidCont .right .activity_title .activity_right .DateTitle .hasDatepicker {
	position:absolute;
	top:0;
	left:0;
	height: 30px;
	width:86px;
	padding:0;
	z-index:2;
	filter:alpa(opacity=0); 
	-moz-opacity:0;
	opacity:0; 
	cursor: pointer; 
}
.MidCont .right .activity_title .activity_right .DateTitle:hover .Datepicker,
.MidCont .right .activity_title .activity_right .DateTitle.focus .Datepicker {
	background-position: 12px -30px;
	transition: all 0.2s linear;
	color:#fffd67;
	box-shadow:0px 0px 5px rgba(255,255,255,0.7);
	text-decoration:none;
}
.MidCont .right .activity_title .activity_right .PlaceTitle {
	background-image: url(../images/counties_btn.png);
	font-size: 13px;
	line-height: 30px;
	color: #FFF;
	background-color: #404040;
	padding:0 10px 0 36px;
	background-repeat: no-repeat;
	background-position: 12px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
.MidCont .right .activity_title .activity_right .PlaceTitle:hover,
.MidCont .right .activity_title .activity_right .PlaceTitle.focus {
	background-position: 12px -30px;
	transition: all 0.2s linear;
	color:#fffd67;
	box-shadow:0px 0px 5px rgba(255,255,255,0.7);
	text-decoration:none;
}
.MidCont .right .activity_title .activity_right .changepic {
	background-position: 12px -30px;
	transition: all 0.2s linear;
	color:#fffd67;
	box-shadow:0px 0px 5px rgba(255,255,255,0.7);
}
.localgogoBox {
	position: relative;
	float: left;
    margin-left: 7px;
}
.MidCont .right .activity_title .activity_right .localgogoBox .box {
	position: absolute;
	display: none;
	background: url(../images/counties_box.png) no-repeat 0px 0px;
	right: -15px;
	margin-top: -2px;
	padding-left: 20px;
	padding-top: 27px;
	height: 257px;
	width: 237px;
	overflow:hidden;
	z-index:9999;
	top: 31px;
}
.MidCont .right .activity_title .activity_right .localgogoBox .box li {
	float:left;
	height: 21px;
	width: 62px;
	margin:0 4px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #e8e8e8;
	font-size: 13px;
	line-height: 25px;
	color: #262626;
	background-color: #f3f3f3;
	text-align: center;
	cursor:pointer;
}
.MidCont .right .activity_title .activity_right .localgogoBox .box li:hover{
	
	color: #8EC220;
	
}
.MidCont .right .activity_title .activity_right .localgogoBox .box li.focus {
	/*border:1px solid #d78a0e;*/
	border:1px solid #85BE0E;
	
	color: #fff;
	/*background-color: #f29500;*/
	background-color: #8EC220;
	
}
.MidCont .right .activity_title .activity_right .localgogoBox .box .Btn {
	float:left;
	width:92%;
	margin-top: 2px;
}
.MidCont .right .activity_title .activity_right .localgogoBox .box .Btn .area_clear,
.MidCont .right .activity_title .activity_right .localgogoBox .box .Btn .area_send {
	float:left;
	width:46%;
	margin:0 2%;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #8c8c8c;
	font-size: 13px;
	line-height: 26px;
}
.MidCont .right .activity_title .activity_right .localgogoBox .box .Btn .area_clear:hover,
.MidCont .right .activity_title .activity_right .localgogoBox .box .Btn .area_send:hover {
	/*background-color: #f29500;*/
	background-color: #8EC220;
}
.MidCont .right .activity_cont {
	width: 775px;
	padding-top: 45px;
	position: relative;
	z-index: 1;
}
.MidCont .right .activity_cont.index_artArea .isotope {
	/*overflow: hidden;*/
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item {
	float: left;
	margin: 14px 5px 0;
	position: relative;
	overflow: hidden;
	height: 376px;
	width: 248px;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .textBox {
	background-color: #ffffff;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .textBox .img,
.MidCont .right .activity_cont.index_artArea .isotope .element-item .textBox .img img {
	height: 248px;
	width: 248px;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .textBox .hot {
    background-image: url(../images/mark.png);
    height: 45px;
    width: 50px;
    position: absolute;
    padding-top: 15px;
    padding-left: 17px;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .textBox .text {
	padding:15px 10px 23px;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .textBox .text h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
	height: 44px;
	margin-bottom: 8px;
	overflow: hidden;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .textBox .text p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	overflow: hidden;
	height: 20px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item a:hover {
	text-decoration:none;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item a .hoverBox {
	position: absolute;
	bottom: -324px;
	background-color:#000;
	padding:30px 12px;
	height:264px;
	width:224px;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .hoverBox h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
	overflow: hidden;
	max-height:44px;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .hoverBox p {
	font-size: 12px;
	line-height: 20px;
	color: #b3b3b3;
	overflow: hidden;
	height: 20px;
	text-overflow:ellipsis;
	white-space: nowrap
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .hoverBox .cont {
	font-size: 12px;
	line-height: 20px;
	color: #b3b3b3;
	overflow: hidden;
	max-height:100px;
	margin-top:18px;
	margin-bottom:20px;
	padding-top:18px;
	background-attachment: scroll;
	background-image: url(../images/activity_text_dot.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .hoverBox .more {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item .hoverBox .more:hover {
	color: #f29702;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item a:hover .hoverBox {
	bottom: 0px;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item.view_more {
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	-moz-transition:all 0.3s;/* Firefox 4 */
	-webkit-transition:all 0.3s;/* Safari and Chrome */
	-o-transition:all 0.3s;/* Opera */
	transition: all 0.3s;
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item.view_more:hover {
	background-color: rgba(0,0,0,0.6);
}
.MidCont .right .activity_cont.index_artArea .isotope .element-item.view_more a {
	display: block;
}
/*後續新增*/
.MidCont .right .activity .activity_cont.index_artArea .isotope #content {
	width: 100%;
	display: block;
	/*height: 1560px;*/
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more {
	float: left;
	margin: 14px 5px 0;
	/*position: relative;*/
	overflow: hidden;
	height: 376px;
	width: 248px;
	
	margin-top: 14px;
	position: absolute;
	/*overflow: hidden;*/
	right: 5px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	-moz-transition:all 0.3s;/* Firefox 4 */
	-webkit-transition:all 0.3s;/* Safari and Chrome */
	-o-transition:all 0.3s;/* Opera */
	transition: all 0.3s;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/view_more_arrow.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	text-decoration: none;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more2 {
	float: left;
	margin: 14px 5px 0;
	position: relative;
	overflow: hidden;
	height: 376px;
	width: 248px;
	
	margin-top: 14px;
	/*position: absolute;*/
	/*overflow: hidden;*/
	right: 5px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	-moz-transition:all 0.3s;/* Firefox 4 */
	-webkit-transition:all 0.3s;/* Safari and Chrome */
	-o-transition:all 0.3s;/* Opera */
	transition: all 0.3s;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/view_more_arrow.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	text-decoration: none;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more a {
	height: 376px;
	width: 248px;
	display:block;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more2 a {
	height: 376px;
	width: 248px;
	display:block;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more p {
	color: #FFF;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more2 p {
	color: #FFF;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more .number {
	font-size: 26px;
	padding-top: 208px;
	padding-bottom: 2px;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more2 .number {
	font-size: 26px;
	padding-top: 208px;
	padding-bottom: 2px;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more .more {
	font-size: 12px;	
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more2 .more {
	font-size: 12px;	
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more:hover {
	background-color: rgba(0,0,0,0.6);
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more2:hover {
	background-color: rgba(0,0,0,0.6);
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more a:hover {
	text-decoration: none;
	transition: none;
}
.MidCont .right .activity_cont.index_artArea .isotope .view_more2 a:hover {
	text-decoration: none;
	transition: none;
}

.MidCont .right .activity_cont.index_artArea .isotope .view_more2 a:hover {
	text-decoration: none;
	transition: none;
}
.MidCont .right .activity_cont.index_artArea .viewmore{
    height:80px;
    line-height:80px;
    margin: 10px 10px 10px 6px;
    background-color: rgba(0,0,0,0.3);
    color:#ffffff;
    text-align: center;
}
.MidCont .right .activity_cont.index_artArea .viewmore a{display: block; position: relative;width:100%;height:100%;color:#fff;}
.MidCont .right .activity_cont.index_artArea .viewmore img{position: absolute;top:20px;left:300px;}
.MidCont .right .activity_cont.index_artArea .viewmore .more{position: absolute;top:0;left:350px;}

/*---免費刊登---*/
.freePO {
	background-color: #fff;
	padding:40px 30px;
}
.freePO .description {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
	padding-bottom:40px;
}
.freePO .description a {
	text-decoration: underline;
}
.freePO .description a:hover {
	color: #8EC220;
	/*color: #f53b63;*/
	transition: all 0.2s linear 0s;
}
.freePO table {
	text-align:left;
	margin-bottom:35px;
}
.freePO table caption {
	font-size: 24px;
	color: #333333;
	padding-bottom:20px;
	font-weight: bold;
	text-align:left;
}
.freePO table th, 
.freePO table td {
	border-bottom:1px solid #fff;
}
.freePO table th {
	background: url(../images/freePO_table_th.png) repeat 0px 0px;
	border-right:1px solid #fff;
	font-size: 13px;
	color: #666666;
	padding:12px 15px;
	width:145px;
}
.freePO table th span {
	color: #cc4325;
	padding-right: 8px;
}
.freePO table td {
	background-color: #f7f7f7;
	padding:10px 15px;
}
.freePO table td input[type="text"] {
	line-height: 28px;
	font-size: 13px;
	color: #666666;
    height: 28px;
	background-color: #FFF;
	border:1px solid #e5e5e5;
}
.freePO table td input[type="text"].w430 {
	width:430px;
}
.freePO table td input[type="text"].web {
	width:325px;
}
.freePO table td input[type="text"].code {
	width:100px;
	margin-right:8px;
}
.freePO table td select {
    color: #666666;
    font-size: 13px;
    padding: 3px 2px 4px 6px;
	border:1px solid #e5e5e5;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: url(../images/dropdown_arrow.png) no-repeat #FFF;  /*Adds background-image*/
	background-position: 83px center;  /*Position of the background-image*/
	width: 100px; /*Width of select dropdown to give space for arrow image*/
	height: 30px;/*fix for mac input height*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	cursor: pointer;
	margin-right: 5px;
}
.freePO table td textarea {
	font-size: 13px;
	color: #666666;
	background-color: #FFF;
	border:1px solid #e5e5e5;
	width: 430px;
	height:110px;
}

.freePO .signup_btn a {
	font-size: 18px;
    line-height: 45px;
    color: #FFF;
    background-color: #f29702;
    text-align: center;
    display: block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/*---合作提案---*/
.merchant {
	margin-top:50px;
}
.merchant .icon_top {
	height: 135px;
	width: 135px;
	border: 4px solid #ff8e76;
	text-align:center;
	-moz-border-radius: 68px;
	-webkit-border-radius: 68px;
	border-radius: 68px;
	margin:0 auto;
}
.merchant .icon_top img {
	padding-left: 8px;
    padding-top: 16px;
}
.merchant .icon_top p {
	font-size: 16px;
	color: #da1919;
	padding-top: 10px;
}
.LinkLine {
	text-align: center;
}
.merchant .icon_group {
	overflow: hidden;
}
.merchant .icon_group li {
	float: left;
	width: 100px;
	margin-right:80px;
}
.merchant .icon_group li:last-of-type {
	margin-right:0;
}
.merchant .icon_group li .img {
	height: 100px;
	width: 100px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-color: #f29600;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
}
.merchant .icon_group li:nth-of-type(6) .img img {
	padding-left:10px;
}
.merchant .icon_group li p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top:16px;
}
.merchant .icon_group li:hover a {
	text-decoration:none;
}
.merchant .icon_group li:hover .img {
	background-color: #e2007c;
	transition: all 0.5s linear;
}
.merchant .icon_group li:hover p {
	color: #e2007c;
	transition: all 0.5s linear;
}
.merchant .text {
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding-bottom: 95px;
    padding-top: 90px;
}
.merchant .text span {
	padding:0 15px;
}

/*---藝文快訊 列表頁---*/
.total_number {
	font-size: 12px;
	color: #808080;
	position: absolute;
	top: 0px;
	right: 0px;
}
.total_number span {
	color: #4c4c4c;
	padding:0 6px;
	font-weight: bold;
}
.MidCont .right .activity_cont.ArtNews {
	padding-bottom: 25px;
}
.MidCont .right .activity_cont.ArtNews .isotope {
	/*overflow: hidden;*/
}
.MidCont .right .activity_cont.ArtNews .isotope .element-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/left_title_news_li_border.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	overflow:hidden;
	font-size:13px;
}
.MidCont .right .activity_cont.ArtNews .isotope .element-item:last-of-type {
	background-image: url(../images/decoration_line.png);
}

.MidCont .right .activity_cont.ArtNews .isotope .element-item a {
	display:block;
	padding:23px 0 0;
	height:63px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.MidCont .right .activity_cont.ArtNews .isotope .element-item .tab {
	font-size: 12px;
	float:left;
	color: #FFF;
	width:54px;
	background-image: url(../images/left_icon_news_tag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
.MidCont .right .activity_cont.ArtNews .isotope .element-item .th {
	color: #4c4c4c;
	float:left;
	width: 345px;
	margin-left:10px;
}
.MidCont .right .activity_cont.ArtNews .isotope .element-item .td {
	color: #666666;
	width: 165px;
	float:left;
	margin-left:10px;
	letter-spacing: 1px;
}
.MidCont .right .activity_cont.ArtNews .isotope .element-item .td.t_overflow {
	width: 180px;
	letter-spacing: 0;
}
/*pink tab*/
.MidCont .right .activity_cont.ArtNews .isotope .element-item.pink .tab {background-color: #e89eae;}
.MidCont .right .activity_cont.ArtNews .isotope .element-item.pink:hover .tab {background-color: #f53b63;}
.MidCont .right .activity_cont.ArtNews .isotope .element-item.pink:hover .th, .MidCont .right .activity_cont.ArtNews .isotope .element-item.pink:hover .td {color: #f53b63;}
/*orange tab*/
.MidCont .right .activity_cont.ArtNews .isotope .element-item.orange .tab {background-color: #ecc483;}
.MidCont .right .activity_cont.ArtNews .isotope .element-item.orange:hover .tab {background-color: #f29702;}
.MidCont .right .activity_cont.ArtNews .isotope .element-item.orange:hover .th, .MidCont .right .activity_cont.ArtNews .isotope .element-item.orange:hover .td {color: #e18c01;}
/*blue tab*/
.MidCont .right .activity_cont.ArtNews .isotope .element-item.blue .tab {background-color: #9dbdcb;}
.MidCont .right .activity_cont.ArtNews .isotope .element-item.blue:hover .tab {background-color: #4fc1f0;}
.MidCont .right .activity_cont.ArtNews .isotope .element-item.blue:hover .th, .MidCont .right .activity_cont.ArtNews .isotope .element-item.blue:hover .td {color: #22a8e0;}
/*green tab*/
.MidCont .right .activity_cont.ArtNews .isotope .element-item.green .tab {background-color: #b1c684;}
.MidCont .right .activity_cont.ArtNews .isotope .element-item.green:hover .tab {background-color: #8ec220;}
.MidCont .right .activity_cont.ArtNews .isotope .element-item.green:hover .th, .MidCont .right .activity_cont.ArtNews .isotope .element-item.green:hover .td {color: #6fa300;}
/*後續新增*/
.MidCont .right .activity .activity_cont.ArtNews .isotope #content {
	width: 100%;
	display: block;
	height: 1575px;
}
.MidCont .right .activity .activity_cont.ArtNews .isotope #content2 {
	width: 100%;
	display: block;
	height: 650px;
}

/*---藝文快訊 內容頁---*/
.artNewsCont {
	background-color: #FFF;
	padding: 30px;
}
.artNewsCont .title {
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
}
.artNewsCont .pic {
	margin-bottom:25px;
}
.artNewsCont .pic img {
	max-width:715px;
}
.artNewsCont .BtnBox {
	background: url(../images/decoration_line.png) repeat-x left top;
	margin-top: 55px;
    padding: 30px 0 5px;
}
.artNewsCont .detail {
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background: url(../images/decoration_line.png) repeat-x left bottom;
	padding-bottom:20px;
	margin-bottom:35px;
}
.artNewsCont .detail .L {
	float: left;
	width:455px;
	padding:7px 0px;
}

.artNewsCont .detail .web {
	float: left;
	width:100%;
	padding-top:8px;
}
.artNewsCont .detail .web a {
	color: #333333;	
}
.artNewsCont .detail .web a:hover {
	/*color: #e2007e;*/
	color: #8EC220;
	
}


/*---藝文專區 內容頁---*/
.artAreaCont {
	background-color: #FFF;
	padding: 30px;
}
.artAreaCont .title {
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 30px;
}
.artAreaCont .pic {
	margin-bottom:35px;
}
.artAreaCont .pic img {
	width:715px;
	height:200px;
}
.artAreaCont .detail {
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background: url(../images/decoration_line.png) repeat-x left bottom;
	padding-bottom:20px;
	margin-bottom:35px;
}
.artAreaCont .detail .L {
	float: left;
	width:455px;
	padding:7px 0px;
}
.artAreaCont .detail .L li {}
.artAreaCont .detail .R {
	float:right;
	margin-top: 15px;
}
.artAreaCont .detail .R li {
	float: left;
	margin-left: 5px;
}
.artAreaCont .detail .R li a:hover {
	filter:alpa(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.artAreaCont .detail .web {
	float: left;
	width:100%;
	padding-top:8px;
}
.artAreaCont .detail .web a {
	color: #333333;	
}
.artAreaCont .detail .web a:hover {
	/*color: #e2007e;*/
	color: #8EC220;
	
}
.artAreaCont .BtnBox {
	background: url(../images/decoration_line.png) repeat-x left top;
	margin-top: 55px;
    padding: 30px 0 5px;
}
.content_box{
	display: inline-block;
	overflow:hidden;
}











/*---關於我們---*/
.aboutUs {
	/*background-color: #FFF;*/
	padding: 25px 30px;
}
.aboutUs .title {
	font-size: 16px;
	color: #B0245B;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
	background:url(../images/bg_about_title-01.png) no-repeat left center;
	padding-left:20px;
}
.aboutUs p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.aboutUs ul li {
	list-style-position:outside;
    list-style-type:decimal;
	font-size:14px;
	margin-left:20px;
	line-height:26px;
}
/*---隱私---*/
.privacy {
	background-color: #FFF;
	padding: 25px 30px;
}
.privacy .title {
	font-size: 16px;
	color: #D3226A;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
	background:url(../images/bg_privacy_title-01.png) no-repeat left center;
	padding-left:20px;
}
.privacy p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.privacy ul li {
	list-style-position:outside;
	list-style-type:decimal;
	font-size:14px;
	margin-left:20px;
	line-height:26px;
}
/*---會員說明---*/
.terms {
	background-color: #FFF;
	padding: 25px 30px;
}
.terms .title {
	font-size: 16px;
	color: #E25958;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
	background:url(../images/bg_terms_title-01.png) no-repeat left center;
	padding-left:20px;
}
.terms p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	word-wrap: break-word;
　 word-break:break-all;
}
.terms ul li {
	list-style-position:outside;
	list-style-type:upper-roman;
	font-size:14px;
	margin-left:20px;
	line-height:26px;
	word-wrap: break-word;
	word-break:break-all;
}
.terms ul li ul li {
	list-style-position:outside;
	list-style-type:decimal;
	font-size:14px;
	margin-left:20px;
	line-height:26px;
	word-wrap: break-word;
	word-break:break-all;
}

/*---會員說明---*/
.copyright {
	background-color: #FFF;
	padding: 25px 30px;
}
.copyright .title {
	font-size: 16px;
	color: #32919C;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
	background:url(../images/bg_copy_title-01.png) no-repeat left center;
	padding-left:20px;
}
.copyright p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.copyright ul li {
	list-style-position:outside;
	list-style-type:decimal;
	font-size:14px;
	margin-left:20px;
	line-height:26px;
}
/*---登入---*/
.loginPage {
	overflow: hidden;
	padding-bottom: 20px;
}
.loginPage .L {
	float: left;
}
.loginPage .L #abgne_fade_pic {
	position: relative;
	width: 606px;
	height: 545px;
	background-color: #585858;
}
.loginPage .L #abgne_fade_pic a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
.loginPage .L #abgne_fade_pic .control {
	bottom: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.loginPage .L #abgne_fade_pic .control a {
	display: inline-block;
	margin: 0 5px;
	width: 14px;
	height:14px;
	color: #fff;
	background: #fff;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.loginPage .L #abgne_fade_pic .control a.on {
	color: #808080;
	background-color: #808080;
}
.loginPage .L #abgne_fade_pic .ad .text {
	padding: 30px 30px 0;
	background-color: #585858;
	height: 146px;
	overflow: hidden;
}
.loginPage .L #abgne_fade_pic .ad .text h2 {
	font-size: 18px;
	color: #ffffff;
	padding-bottom:10px;
	line-height: 24px;
}
.loginPage .L #abgne_fade_pic .ad .text p {
	font-size: 13px;
	color: #cccccc;
	line-height: 22px;
}
.loginPage .R {
	background-color: #fff;
	float: right;
	border: 2px solid #e1e1e1;
	width:350px;
}
.loginPage .R .up {
	padding:22px 25px 40px;
	position: relative;
}
.loginPage .R .up .title {
	padding-bottom: 12px;
}
.loginPage .R .up .ps {
	font-size: 13px;
	color: #d84121;
	padding-bottom: 15px;
}
.loginPage .R .up .account {
	border: 1px solid #bfbfbf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:16px;
}
.loginPage .R .up .account li {
	height: 20px;
	padding:14px 0 14px 45px;
}
.loginPage .R .up .account .email {
	border-bottom: 1px solid #bfbfbf;
	background: url(../images/login_icon_account.png) no-repeat 18px center;
}
.loginPage .R .up .account .password {
	background: url(../images/login_icon_password.png) no-repeat 18px center;
}
.loginPage .R .up .account li .inkw.kwText {
    color: #b2b2b2;
}
.loginPage .R .up .account li .inkw {
	color: #585858;
	height: 20px;
	line-height: 20px;
	width: 230px;
	font-size: 16px;
	border:none;
}
.loginPage .R .up .loginBtn {
	margin-bottom: 15px;
}
.loginPage .R .up .loginBtn a {
	font-size: 18px;
	line-height: 45px;
	color: #FFF;
	background-color: #d84121;
	text-align: center;
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:20px;
}
.loginPage .R .up .loginBtnOther {
	overflow:hidden;
}
.loginPage .R .up .loginBtnOther a {
	font-size: 15px;
	line-height:18px;
	height:18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.loginPage .R .up .loginBtnOther a:hover {
	color: #e2007e;
	background-position:0 -18px;
	text-decoration: none;
	transition: all 0.2s linear;
}
.loginPage .R .up .loginBtnOther .register {
	float:left;
	padding-left:19px;
	background-image: url(../images/login_icon_register.png);
	color: #6bbf26;
}
.loginPage .R .up .loginBtnOther .forget {
	float:right;
	padding-left:21px;
	background-image: url(../images/login_icon_forget.png);
	color:#666666;
}
.loginPage .R .up .or {
	position: absolute;
	left:0;
	right:0;
	bottom:-30px;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	color: #41abd9;
	text-align: center;
	height: 60px;
	width: 60px;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin:0 auto;
}
.loginPage .R .down {
	background-color: #f7f7f7;
	padding:50px 25px 26px;
}
.loginPage .R .down a {
	font-size: 18px;
	line-height: 52px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-left: 48px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 52px;
	width: 252px;
	display: block;
}
.loginPage .R .down .fb {
	background-image: url(../images/login_btn_fb.png);
	margin-bottom:20px;
}
.loginPage .R .down .g {
	background-image: url(../images/login_btn_g.png);
}
.loginPage .R .down a:hover {
	box-shadow:0 0 6px rgba(0%, 0%, 0%, 0.6);
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.2s linear;
}

/*---藝文夥伴List---*/
.partnerList {
	overflow:hidden;
	padding:10px 0 50px;
}
.partnerList li {
	/*float:left;*/
	margin:0 10px 15px;
}
.partnerList li a {
	display:block;
	background-color:#fcfcfc;
	border-bottom:2px solid #e1e1e1;
	padding:3px;
	text-decoration: none;
	width:225px;
}
.partnerList li a:hover {
	box-shadow:0px 0px 8px rgba(0%,0%,0%,0.3);
	border-bottom:2px solid #cccccc;
}
.partnerList li a .pic {}
.partnerList li a .pic img {
	/*height: 80px;*/
	width: 225px;
}
.partnerList li a .text {
	padding:15px 5px; 
}
.partnerList li a .text dt {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	padding-bottom:5px;
}
.partnerList li a .text dd {
	font-size: 12px;
	line-height: 20px;
	/*color: #e00074;*/
	color: #308C0B;
	/*height: 40px;*/
	overflow: hidden;
}
.partnerList li a:hover dt {
	/*color: #e00074;*/
	color: #8EC220;
	
}
.partnerList li a:hover dd {
	/*color: #f968b9;*/
	color: #8EC220;
}

/*---藝文夥伴 內容頁---*/
.partnerCont {
	background-color: #FFF;
	padding: 30px;
	border-bottom:2px solid #e1e1e1;
	margin-bottom:15px;
}
.partnerCont .pic {
	margin-bottom:15px;
}

.partnerCont .pic img {
	max-width:715px;
}
.partnerCont .detail {
	overflow:hidden;
}
.partnerCont .detail .L {
	float:left;
	width:330px;
	border:1px solid #ebebeb;
	background-color:#f6f6f6;
	padding:18px 10px;
}
.partnerCont .detail .L .name {
	background-image: url(../images/left_title_news_li_border.png);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
	padding:0 12px 18px ;
}
.partnerCont .detail .L ol {
	padding:18px 12px 0  ;
}
.partnerCont .detail .L ol li {
	font-size: 12px;
	line-height: 26px;
	color: #7b7a7a;
}
.partnerCont .detail .L ol li span {
	padding-right:8px;
	color:#b2b2b2;
	width:61px;
	display: inline-block;
}
.partnerCont .detail .L ol li a {
	text-decoration: underline;
	color: #7b7a7a;
}
.partnerCont .detail .L ol li a:hover {
	/*color: #e2007d;*/
	color: #8EC220;
}
.partnerCont .detail .R {
	float:left;
	width:335px;
	margin-left:28px;
}
.partnerCont .detail .R p  {
	font-size: 12px;
	line-height: 22px;
	color: #404040;
}
.partnerCont_List {}
.partnerCont_List .title {
	background: url(../images/activity_title.png) no-repeat scroll 0 0;
	box-sizing: border-box;
	height: 45px;
	padding-left: 30px;
	width: 775px;
	font-size: 15px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom:22px;
}
.partnerCont_List .UnitList {
	overflow: hidden;
}
.partnerCont_List .UnitList li {
	float: left;
	margin: 0 5px 14px;
	position: relative;
	overflow: hidden;
	height: 376px;
	width: 248px;
}
.partnerCont_List .UnitList li .textBox {
	background-color: #ffffff;
}
.partnerCont_List .UnitList li .textBox .img,
.partnerCont_List .UnitList li .textBox .img img {
	height: 248px;
	width: 248px;
}
.partnerCont_List .UnitList li .textBox .text {
	padding:15px 10px 23px;
}
.partnerCont_List .UnitList li .textBox .text h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
	height: 44px;
	margin-bottom: 8px;
	overflow: hidden;
}
.partnerCont_List .UnitList li .textBox .text p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	overflow: hidden;
	height: 20px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.partnerCont_List .UnitList li a:hover {
	text-decoration:none;
}
.partnerCont_List .UnitList li a .hoverBox {
	position: absolute;
	bottom: -324px;
	background-color:#000;
	padding:30px 12px;
	height:264px;
	width:224px;
}
.partnerCont_List .UnitList li .hoverBox h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
	overflow: hidden;
	max-height:44px;
}
.partnerCont_List .UnitList li .hoverBox p {
	font-size: 12px;
	line-height: 20px;
	color: #b3b3b3;
	overflow: hidden;
	height: 20px;
	text-overflow:ellipsis;
	white-space: nowrap
}
.partnerCont_List .UnitList li .hoverBox .cont {
	font-size: 12px;
	line-height: 20px;
	color: #b3b3b3;
	overflow: hidden;
	max-height:100px;
	margin-top:18px;
	margin-bottom:20px;
	padding-top:18px;
	background-attachment: scroll;
	background-image: url(../images/activity_text_dot.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
.partnerCont_List .UnitList li .hoverBox .more {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
}
.partnerCont_List .UnitList li .hoverBox .more:hover {
	color: #f29702;
}
.partnerCont_List .UnitList li a:hover .hoverBox {
	bottom: 0px;
}
.partnerCont_List .UnitList li.view_more {
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	-moz-transition:all 0.3s;/* Firefox 4 */
	-webkit-transition:all 0.3s;/* Safari and Chrome */
	-o-transition:all 0.3s;/* Opera */
	transition: all 0.3s;
}
.partnerCont_List .UnitList li.view_more:hover {
	background-color: rgba(0,0,0,0.6);
}
.partnerCont_List .UnitList li.view_more a {
	display: block;
}

/*---註冊成功---*/
.success {
	color: #666666;
    font-size: 14px;
    line-height: 2.5;
	background-color: #fff;
    padding: 40px 30px 60px;
}
.success strong {
	font-size: 36px;
	font-weight: bold;
	color: #f53b63;
}
.success em {
	color: #f53b63;
}
/*輪播*/
.showcase {
    position: relative;
    margin: auto;
	width: 715px;
	height: 200px;
	margin-bottom:15px;
}
.showcase-arrow-previous, .showcase-arrow-next {
    position: absolute;
    background: url('../images/arrows.png');
    width: 33px;
    height: 33px;
    top: 90px;
    cursor: pointer;
	opacity: 0.4;
}
.showcase-arrow-previous {
    left: -15px;
    z-index: 100;
}
.showcase-arrow-previous:hover {
	opacity: 0.8;
}
.showcase-arrow-next {
    right: -15px;
    background-position: -34px 0;
    z-index: 100;
}
.showcase-arrow-next:hover {
	opacity: 0.8;
}
.showcase-content-container {
    background-color: #000;
	width: 715px;
	height: 200px;
}
.showcase-content {
    background-color: #000;
    text-align: center;
}
.showcase-content img {
	width: 715px;
	height: 200px;
}
.showcase-content-wrapper {
    text-align: center;
    height: 200px;
    width: 715px;
    display: table-cell;
    vertical-align: middle;
}

.showcase-button-wrapper {
    clear: both;
    margin-top: 10px;
    text-align: center;
}
.showcase-button-wrapper span {
    margin-right: 3px;
    padding: 2px 5px 0px 5px;
    cursor: pointer;
    font-size: 12px;
    color: #444444;
}
.m_table {
	line-height: 22px;
	margin-top: 50px;
	width: 100%;
	background-color: #000;
}
.m_table .m_titles {
	background-color: #F29600;
	padding: 12px 0px;
	text-align:center;
}
.m_table .m_titles2 {
	background-color: #F2BE00;
	padding: 12px 0px;
	text-align:center;
}
.m_table .m_titles p {
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
}
.m_table .m_titles2 p {
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
}

.m_table .bb {
	font-weight: bold;
}
.m_table .td_list1 {
	background-color: #FBFFC7;
	text-align:center;
}
.m_table .td_list1t {
	background-color: #FEFFEB;
	padding: 3px 10px 3px 10px;
}
.m_table .td_list2 {
	background-color: #C4FFEE;
	text-align:center;
}
.m_table .td_list2t {
	background-color: #F0FFFB;
	padding: 3px 10px 3px 10px;
}
.m_table .td_list3 {
	background-color: #FFCEA4;
	text-align:center;
}
.m_table .td_list3t {
	background-color: #FFF8F1;
	padding: 3px 10px 3px 10px;
}
.m_table .td_textt {
	background-color: #fff;
	text-align: center;
}
.m_table .text_red {
	color: #9dbdcb;
}
.m_table .text_rown {
	color: #CA6D30;
}
.m_table .text_red2 {
	color: #9dbdcb;
	font-weight: bold;
}

/*.m_table .td_text_2 {
	background-color: #CCC;
	padding: 5px 0px;
}
.m_table .td_text_3 {
	background-color: #CCC;
	padding: 5px 0px;
}*/

/*活動報名列表頁*/

.MidCont .right .activity_cont.ArtAct {
	padding-top: 0px;
}
.MidCont .right .activity_cont.ArtAct .isotope {
	/*overflow: hidden;*/
}
.MidCont .right .activity_cont.ArtAct .isotope .element-title {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/left_title_news_li_border.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	overflow:hidden;
	font-size:13px;
	font-weight:bold;
	text-align: left;
	
	display:block;
	padding:23px 0 0;
	height:50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

.MidCont .right .activity_cont.ArtAct .isotope .element-title .tab {
	font-size: 12px;
	float:left;
	color: #FFF;
	width:54px;
	background-image: url(../images/left_icon_news_tag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	margin-left:10px;
}
.MidCont .right .activity_cont.ArtAct .isotope .element-title .th {
	color: #666666;
	float:left;
	letter-spacing: 1px;
}
.MidCont .right .activity_cont.ArtAct .isotope .element-title .td {
	color: #666666;
	float:left;
	letter-spacing: 1px;
	margin-left:10px;
}
.MidCont .right .activity_cont.ArtAct .isotope .element-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/left_title_news_li_border.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	overflow:hidden;
	font-size:13px;
	
	display:block;
	padding:23px 0 0;
	height:63px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}
.MidCont .right .activity_cont.ArtAct .isotope .element-item:last-of-type {
	background-image: url(../images/decoration_line.png);
}

.MidCont .right .activity_cont.ArtAct .isotope .element-item .tab {
	font-size: 12px;
	float:left;
	color: #FFF;
	background-image: url(../images/left_icon_news_tag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	margin-left:10px;
}
.MidCont .right .activity_cont.ArtAct .isotope .element-item .tab a{
	color: #FFF;
	padding:2px 5px
}
.MidCont .right .activity_cont.ArtAct .isotope .element-item .tab a:hover{
	text-decoration:none ;
}
.MidCont .right .activity_cont.ArtAct .isotope .element-item .th {
	color: #666666;
	float:left;
	letter-spacing: 1px;
}
.MidCont .right .activity_cont.ArtAct .isotope .element-item .td {
	color: #666666;
	float:left;
	letter-spacing: 1px;
	margin-left:10px;
}
.MidCont .right .activity_cont.ArtAct .isotope .element-item .td.t_overflow {
	width: 180px;
	letter-spacing: 0;
}
/*pink tab*/
.MidCont .right .activity_cont.ArtAct .isotope .element-item.pink .tab a {background-color: #e89eae;}
.MidCont .right .activity_cont.ArtAct .isotope .element-item.pink .tab a:hover {background-color: #f53b63;}
/*orange tab*/
.MidCont .right .activity_cont.ArtAct .isotope .element-item.orange .tab a {background-color: #ecc483;}
.MidCont .right .activity_cont.ArtAct .isotope .element-item.orange .tab a:hover{background-color: #f29702;}
/*blue tab*/
.MidCont .right .activity_cont.ArtAct .isotope .element-item.blue .tab a {background-color: #9dbdcb;}
.MidCont .right .activity_cont.ArtAct .isotope .element-item.blue .tab a:hover {background-color: #4fc1f0;}
/*green tab*/
.MidCont .right .activity_cont.ArtAct .isotope .element-item.green .tab a {background-color: #b1c684;}
.MidCont .right .activity_cont.ArtAct .isotope .element-item.green .tab a:hover{background-color: #8ec220;}

/*後續新增*/
.MidCont .right .activity .activity_cont.ArtAct .isotope #content {
	width: 100%;
	display: block;
	height: 1575px;
}
.MidCont .right .activity .activity_cont.ArtAct .isotope #content2 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	/*height: 650px;*/
}

.MidCont .right .activity .activity_cont.ArtAct .isotope .notice {
	/*background-color: #FFF;*/
	padding: 25px 30px;
}
.MidCont .right .activity .activity_cont.ArtAct .isotope .notice .title {
	font-size: 16px;
	color: #B0245B;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
	background:url(../images/bg_about_title-01.png) no-repeat left center;
	padding-left:20px;
}
.MidCont .right .activity .activity_cont.ArtAct .isotope .notice p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 20px;
}




