@charset "utf-8";
/* CSS Document */
/*活動快訊*/
.adArea {
	width: 100%;
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	float: none;
	clear: none;
	overflow-x: hidden;
}
.adArea ul {
	width: 100%;
	float: none;
	clear: none;
	padding: 0;
}
.adArea ul li {
	float: left;
	clear: none;
	list-style-image: none;
	list-style-type: none;
}
.adArea ul li .Img {
	overflow: hidden;
}
.adArea ul li .Img img {
	display: block;
	width: 100%;
}
.adArea ul li .Txt {
}
.adArea ul li .Txt h3 {
	text-align: center;
	color: #1e1917;
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.adArea ul li .Txt h3 a {
	color: #1e1917;
}
.adArea ul li .Txt h3 a:hover {
	color: #FFA600;
	text-decoration: underline;
}
.adArea ul li .Txt p {
	text-align: center;
	color: #666666;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.adArea .slick-prev, .adArea .slick-next {
	z-index: 100;
	width: 34px;
	height: 65px;
	background: #fff;
	transition: all .5s;
}
.adArea .slick-prev:focus, .adArea .slick-next:focus {
	background: #fff;
}
.adArea .slick-prev:hover, .adArea .slick-next:hover {
	background: #eee;
}
.adArea .slick-prev:before, .adArea .slick-next:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	color: #40474b;
	font-size: 40px;
}
.adArea.slick-prev {
	left: calc((100% - 96% - 34px) / 2);
}
.adArea .slick-prev:before {
	background: url("../images/arrowL.png") no-repeat center center;
}
.adArea .slick-next {
	right: calc((100% - 92% - 34px) / 2);
}
.adArea .slick-next:before {
	background: url("../images/arrowR.png") no-repeat center center;
}
@media only screen and (min-width: 480px) {
.adArea .slick-next {
	right: calc((100% - 94% - 34px) / 2);
}
}
@media only screen and (min-width: 768px) {
.adArea .slick-next {
	right: calc((100% - 96% - 34px) / 2);
}
}
@media only screen and (min-width: 1000px) {
/*活動快訊*/
.adArea {
	width: 100%;
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	float: none;
	clear: none;
	max-width: 1920px;
	overflow-x: hidden;
}
.adArea ul {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	float: none;
	clear: none;
	padding: 0;
}
.adArea ul li {
	width: 25%;
	float: left;
	clear: none;
	list-style-image: none;
	list-style-type: none;
}
.adArea ul li .Img {
	overflow: hidden;
}
.adArea ul li .Img img {
	display: block;
	width: 100%;
}
.adArea ul li .Txt {
}
.adArea ul li .Txt h3 {
	text-align: center;
	color: #1e1917;
}
.adArea ul li .Txt h3 a {
	color: #1e1917;
}
.adArea ul li .Txt h3 a:hover {
	text-decoration: underline;
}
.adArea ul li .Txt p {
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.adArea .slick-prev, .adArea .slick-next {
	z-index: 100;
	width: 34px;
	height: 65px;
	background: #fff;
	transition: all .5s;
}
.adArea .slick-prev:focus, .adArea .slick-next:focus {
	background: #fff;
}
.adArea .slick-prev:hover, .adArea .slick-next:hover {
	background: #eee;
}
.adArea .slick-prev:before, .adArea .slick-next:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	color: #40474b;
	font-size: 40px;
}
.adArea.slick-prev {
	left: calc((100% - 100% - 34px) / 2);
}
.adArea .slick-prev:before {
	background: url("../images/arrowL.png") no-repeat center center;
}
.adArea .slick-next {
	right: calc((100% - 97.8% - 34px) / 2);
}
.adArea .slick-next:before {
	background: url("../images/arrowR.png") no-repeat center center;
}
}
