@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);
/* ------------------------------------------
  icon設定
--------------------------------------------- */
.icon-language {
	background-image: url(../icons2/icon-search.svg);
	background-position: left top;
	width: 20px;
	float: right;
	display: block;
	height: 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-size: 18px auto;
	margin-top: 3px;
}
.mask {
	background-image: url(../icons2/logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120px 84px;
	padding-top: 96px;
}
.mask2 {
	background-image: url(../icons2/logo2.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120px auto;
	padding-top: 96px;
}
.mask3 {
	background-image: url(../icons2/logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120px 84px;
	padding-top: 96px;
	top: -18px;
	position: relative;
}
.icon-text2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
.icon-more {
	font-size: 15px;
	width: auto;
	float: right;
	background-image: url(../icons2/icon-arrow2.svg);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-top: 4px;
	padding-left: 22px;
	margin-right: 4px;
}
.icon-more A:link {
	color: #444444;
	text-decoration: none
}
.icon-more A:visited {
	color: #444444;
	text-decoration: none
}
.icon-more A:hover {
	color: #884a8a;
	text-decoration: none;
}
.icon-map2 {
	background-image: url(../icons2/icon-map.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.icon-tel {
	background-image: url(../icons2/icon-tel.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.icon-mail {
	background-image: url(../icons2/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.icon-info {
	background-image: url(../icons2/icon-info.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.icon-map {
	width: 20px;
	height: 20px;
	background-color: #fe8690;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../icons2/icon-map.svg);
	border-radius: 50px;
	background-size: 10px auto;
	margin-right: 9px;
}
.banner-box-in .img-responsive {
	width: 100%;
}

@media screen and (min-width: 1370px) {
.top-link {
	min-width: 70%;
	float: right;
	margin-top: 12px;
	margin-right: 32px;
	margin-left: 0px;
	margin-bottom: 7px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}
.top-link ul {
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
.top-link ul li {
	width: auto;
	float: right;
	list-style-type: none;
	margin-left: 10px;
	border-left: 1px solid #CCCCCC;
	line-height: 16px;
	margin-top: 4px;
}
.top-link ul li A:link {
	color: #666666;
	text-decoration: none
}
.top-link ul li A:visited {
	color: #666666;
	text-decoration: none
}
.top-link ul li A:hover {
	color: #884a8a;
	text-decoration: none;
}
.top-link ul li:last-child {
	border-left: 0px solid #CCCCCC;
}
.top-link ul li:first-child {
	border-right: 1px solid #CCCCCC;
}
.top-link ul li.order {
	background-image: url(../icons2/icon-order.svg);
	background-size: 16px 15px;
	background-repeat: no-repeat;
	background-position: 12px 1px;
	padding-left: 30px;
}
.top-link ul li.order:hover {
	background-image: url(../icons2/icon-order-over.svg);
}
.top-link ul li.info {
	background-image: url(../icons2/icon-info.svg);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 12px 1px;
	padding-left: 30px;
}
.top-link ul li.info:hover {
	background-image: url(../icons2/icon-info-over.svg);
}
.top-link ul li.shop {
	background-image: url(../icons2/icon-shop.svg);
	background-size: 15px 13px;
	background-repeat: no-repeat;
	background-position: 10px 2px;
	padding-left: 30px;
}
.top-link ul li.shop:hover {
	background-image: url(../icons2/icon-shop-over.svg);
}
.top-link ul li.love {
	background-image: url(../icons2/icon-love.svg);
	background-size: 13px 12px;
	background-repeat: no-repeat;
	background-position: 11px 2px;
	padding-left: 28px;
}
.top-link ul li.love:hover {
	background-image: url(../icons2/icon-love-over.svg);
}
.top-link ul li.member {
	background-image: url(../icons2/icon-member.svg);
	background-size: 14px 13px;
	background-repeat: no-repeat;
	background-position: 16px 1px;
	padding-left: 32px;
}
.top-link ul li.member:hover {
	background-image: url(../icons2/icon-member-over.svg);
}
.quick-link {
	display: none;
}
.search {
	width: 145px;
	float: right;
	height: 28px;
}
}

@media screen and (max-width: 1369px) {
.top-link {
	display: none;
}
.top-link-m {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
	padding-bottom: 0px;
	margin-top: 0px;
}
.top-link-title {
	width: 100%;
	float: left;
	background-color: #CBC187;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #3A260A;
	font-size: 16px;
	padding-left: 29px;
	margin-bottom: 7px;
}
.top-link-m .icon-member {
	background-image: url(../icons2/icon-member-g.svg);
	background-repeat: no-repeat;
	background-position: 33px 10px;
	background-size: 12px auto;
	padding-left: 24px;
}
.top-link-m .icon-love {
	background-image: url(../icons2/icon-love-g.svg);
	background-repeat: no-repeat;
	background-position: 32px 12px;
	background-size: 15px auto;
	padding-left: 24px;
}
.top-link-m .icon-order {
	background-image: url(../icons2/icon-order-g.svg);
	background-repeat: no-repeat;
	background-position: 32px 10px;
	background-size: 18px auto;
	padding-left: 24px;
}
.top-link-m .icon-info {
	background-image: url(../icons2/icon-info-g.svg);
	background-repeat: no-repeat;
	background-position: 32px 10px;
	background-size: 16px auto;
	padding-left: 24px;
}
.top-link-m ul {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.top-link-m ul li {
	width: 100%;
	float: left;
}
.top-link-m ul li a {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	margin-bottom: 7px;
	margin-top: 7px;
}
.top-link-m ul li A:link {
	color: rgba(239,235,211,0.80);
	text-decoration: none
}
.top-link-m ul li A:visited {
	color: rgba(239,235,211,0.80);
	text-decoration: none
}
.top-link-m ul li A:hover {
	color: rgba(239,235,211,0.80);
	text-decoration: none;
}
}

@media screen and (max-width: 420px) {
.icon-more {
	font-size: 15px;
	width: auto;
	float: left;
	background-image: url(../icons2/icon-arrow2.svg);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	margin-top: 10px;
	padding-left: 22px;
	margin-right: 0px;
	margin-bottom: 15px;
}
}
/* ------------------------------------------
  文字設定
--------------------------------------------- */
.text-title {
	text-indent: 0px;
	line-height: 1.25em;
	font-weight: 400;
	font-size: 28px;
}
.text-titleEn {
	/*font-family: 'Times New Roman', sans-serif;*/
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	color: #884a8a;
}
.text-titleEn2 {
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	color: #f6f1eb;
}
.text-titleEn3 {
	font-weight: lighter;
	font-size: 32px;
	text-transform: uppercase;
	color: #EFEBD3;
}
.text-title2 {
	text-indent: 0px;
	line-height: 1.25em;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	width: auto;
	float: left;
}
.text-title3 {
	text-indent: 0px;
	line-height: 1.25em;
	font-weight: 400;
	font-size: 18px;
	color: #EFEBD3;
	width: auto;
	float: left;
}
.text-title5 {
 line-height: 1.em;
	line-height: 1.25em;
	font-size: 22px;
	color: #444444;
	font-weight: bold;
	background-image: url(../icons2/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: left 12px;
	background-size: 26px auto;
	padding-left: 35px;
	padding-top: 12px;
}
.text-news-title {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}
.text-news-title A:link {
	color: #333333;
	text-decoration: none;
}
.text-news-title A:visited {
	color: #333333;
	text-decoration: none
}
.text-news-title A:hover {
	color: #884a8a;
	text-decoration: none;
}
.text-news-title2 {
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	padding-bottom: 10px;
}
.text-news-title2 A:link {
	color: #333333;
	text-decoration: none
}
.text-news-title2 A:visited {
	color: #333333;
	text-decoration: none
}
.text-news-title2 A:hover {
	color: #2486B8;
	text-decoration: none;
}
.text-news-title3 {
	font-size: 24px;
	line-height: 32px;
	color: #884a8a;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
}
.text-news-title3 A:link {
	color: #884a8a;
	text-decoration: none;
}
.text-news-title3 A:visited {
	color: #884a8a;
	text-decoration: none
}
.text-news-title3 A:hover {
	color: rgba(136,74,138,0.8);
	text-decoration: none;
}
.text-news-title4 {
	font-size: 22px;
	line-height: 30px;
	color: #884a8a;
	font-weight: 600;
}
.text-news-title4 A:link {
	color: #884a8a;
	text-decoration: none;
}
.text-news-title4 A:visited {
	color: #884a8a;
	text-decoration: none
}
.text-news-title4 A:hover {
	color: rgba(136,74,138,0.8);
	text-decoration: none;
}
.text-news-title5 {
	font-size: 20px;
	line-height: 30px;
	color: #884a8a;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}
.text-news-title5 A:link {
	color: #333333;
	text-decoration: none;
}
.text-news-title5 A:visited {
	color: #333333;
	text-decoration: none
}
.text-news-title5 A:hover {
	color: rgba(136,74,138,1);
	text-decoration: none;
}
.text-day {
	font-size: 15px;
	color: #2486B8;
	padding-bottom: 10px;
	padding-top: 0px;
	line-height: 24px;
}
.text-day2 {
	font-size: 15px;
	color: #2486B8;
	padding-bottom: 2px;
	padding-top: 0px;
	line-height: 24px;
}
.text-news-info {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 18px;
	color: #666666;
	padding-top: 12px;
}
.text-news-info2 {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 14px;
	color: #666666;
	padding-top: 12px;
}
.text-news-info3 {
	font-size: 15px;
	line-height: 26px;
	padding-bottom: 35px;
	color: #666666;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;
}
.text-fb {
	font-size: 15px;
	color: #3b5a95;
	line-height: 22px;
	text-align: left;
	background-image: url(../icons2/icon-fb.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px 22px;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	height: 22px;
	margin-top: 8px;
	margin-bottom: 27px;
}
.text-fb A:link {
	color: #3b5a95;
	text-decoration: none
}
.text-fb A:visited {
	color: #3b5a95;
	text-decoration: none
}
.text-fb A:hover {
	color: #3b5a95;
	text-decoration: underline;
}
.text15 {
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}
h1.logo {
	display: block;
	padding-bottom: 10px;
}
h1.logo span {
	display: none;
}
.text-white {
	color: #f6f1eb;
}
.text-company {
	color: #884a8a;
	font-size: 18px;
	line-height: 24px;
	width: 95%;
	float: left;
	padding-bottom: 10px;
}
.text-company2 {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	width: 92%;
	float: left;
	padding-bottom: 16px;
}
.text-company3 {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	width: 95%;
	float: left;
	padding-bottom: 15px;
}
.text-company3 ul {
	width: 100%;
	float: left;
}
.text-company3 ul li {
	width: 99%;
	float: left;
	padding-left: 24px;
	margin-left: 2px;
}
.text-company3 ul li A:link {
	color: #666666;
	text-decoration: none
}
.text-company3 ul li A:visited {
	color: #666666;
	text-decoration: none
}
.text-company3 ul li A:hover {
	color: #884a8a;
	text-decoration: none;
}
.text-link3 {
	color: #884a8a;
	font-size: 24px;
	width: 100%;
	float: left;
	margin-top: 82px;
	margin-bottom: 3px;
	line-height: 32px;
	font-weight: normal;
}
.text-id {
	font-size: 15px;
	text-align: center;
	line-height: 36px;
	color: #666666;
}
.pc {
	display: block;
}
.pad {
	display: none;
}
.phone {
	display: none;
}

@media screen and (max-width: 768px) {
.text-news-title {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.pad {
	display: block;
}
}

@media screen and (max-width: 420px) {
.text-title {
	text-indent: 0px;
	line-height: 1.25em;
	font-weight: 400;
	font-size: 22px;
}
.text-titleEn {
	/*font-family: 'Times New Roman', sans-serif;*/
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #884a8a;
	text-align: center;
}
.text-titleEn2 {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #f6f1eb;
}
.text-title2 {
	text-indent: 0px;
	line-height: 1.6em;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	width: auto;
	float: none;
	text-align: center;
	margin-bottom: 0px;
}
.text-link3 {
	color: #884a8a;
	font-size: 24px;
	width: 100%;
	float: left;
	margin-top: 25px;
	margin-bottom: 3px;
	line-height: 32px;
	font-weight: normal;
	text-align: center;
}
.text-news-title3 {
	font-size: 24px;
	line-height: 32px;
	color: #884a8a;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.text-company {
	color: #884a8a;
	font-size: 17px;
	line-height: 26px;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	text-align: center;
}
.text-company2 {
	width: 100%;
}
.text-company3 {
	width: 100%;
}
.pc {
	display: none;
}
.pad {
	display: none;
}
.phone {
	display: block;
}
}
/* ------------------------------------------
   line設定
--------------------------------------------- */
.line01 {
	border-bottom: 1px solid #9f6da0;
	width: 100px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	text-align: center;
}
.line02 {
	border-bottom: 1px solid #f6f1eb;
	width: 100px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}
.line03 {
	border-bottom: 1px solid #d0d0d0;
	width: 100%;
	height: 1px;
	margin-top: 12px;
	float: left;
}
.line04 {
	border-bottom: 1px solid #dddddd;
	width: 100%;
	height: 1px;
	float: left;
	margin-bottom: 30px;
	margin-top: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
}
.line05 {
	border-bottom: 1px solid #dddddd;
	width: 100%;
	height: 1px;
	float: left;
	margin-bottom: 12px;
	margin-top: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
}
.line06 {
	border-bottom: 1px solid #dddddd;
	width: 100%;
	height: 1px;
	float: left;
	margin-top: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
}
.line07 {
	border-bottom: 2px dotted #dddddd;
	width: 100%;
	height: 1px;
	float: left;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	margin-bottom: 20px;
}

@media screen and (max-width: 420px) {
.line03 {
	border-bottom: 1px solid #d0d0d0;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	float: left;
}
}
/* ------------------------------------------
   按鈕設定
--------------------------------------------- */
.btn-news {
	font-size: 16px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.btn-news A:link {
	color: #884a8a;
	text-decoration: none
}
.btn-news A:visited {
	color: #884a8a;
	text-decoration: none
}
.btn-news A:hover {
	color: rgba(136,74,138,0.8);
	text-decoration: none;
}
.btn-more {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.btn-more a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #884A8A;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 42px;
	padding-right: 42px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 15px;
	margin-right: 15px;
}
.btn-more a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more a.on {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more2 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.btn-more2 a {
	font-size: 16px;
	color: #f6f1eb;
	text-decoration: none;
	border: 1px solid #f6f1eb;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 42px;
	padding-right: 42px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more2 a:hover {
	color: #884A8A;
	border: 1px solid #f6f1eb;
	background-color: #f6f1eb;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more3 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.btn-more3 a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #884A8A;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 42px;
	padding-right: 42px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-right: 30px;
	margin-top: 4px;
}
.btn-more3 a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more4 {
	width: auto;
	display: table;
	float: right;
}
.btn-more4 a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #884A8A;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 42px;
	padding-right: 42px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 30px;
}
.btn-more4 a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more4 a.on {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more5 {
	width: auto;
	display: table;
	/* [disabled]margin-top: 20px;
*/
	float: right;
}
.btn-more5 a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #884A8A;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 17px;
	float: right;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	height: 50px;
}
.btn-more5 a.on {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 10px;
	padding-left: 24px;
	padding-right: 24px;
}
.btn-more5 a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more6 {
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.btn-more6 a {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	border: 1px solid #cccccc;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 17px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	height: 50px;
}
.btn-more6 a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more7 {
	width: 100%;
	display: table;
	float: left;
}
.btn-more7 a {
	font-size: 16px;
	color: rgba(239,235,211,1);
	text-decoration: none;
	border: 1px solid #884A8A;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	height: 50px;
	line-height: 22px;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.btn-more7 a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more8 {
	width: auto;
	display: table;
	float: left;
}
.btn-more8 a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #d5d5d5;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 17px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	height: 50px;
	background-color: #fcfcfb;
}
.btn-more8 a.on {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 10px;
	padding-left: 24px;
	padding-right: 24px;
}
.btn-more8 a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more11 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.btn-more11 a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #884A8A;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 42px;
	padding-right: 42px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 15px;
	margin-right: 15px;
}
.btn-more11 a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-more11 a.on {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-size: cover;
}

.btn-addlove {
	font-size: 16px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-bottom: 0px;
}
.btn-addlove A:link {
	color: #884a8a;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../icons2/icon-add.png);
	background-position: left 3px;
	background-size: 15px auto;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.btn-addlove A:visited {
	color: #884a8a;
	text-decoration: none
}
.btn-addlove A:hover {
	color: rgba(136,74,138,0.8);
	text-decoration: none;
}
.btn-addlove2 {
	font-size: 16px;
	width: auto;
	display: table;
	margin-bottom: 0px;
	float: left;
	margin-top: 8px;
	margin-left: 2px;
}
.btn-addlove2 A:link {
	color: #884a8a;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../icons2/icon-add.png);
	background-position: left 3px;
	background-size: 15px auto;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.btn-addlove2 A:visited {
	color: #884a8a;
	text-decoration: none
}
.btn-addlove2 A:hover {
	color: rgba(136,74,138,0.8);
	text-decoration: none;
}
.btn-del {
	font-size: 16px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-bottom: 0px;
}
.btn-del A:link {
	color: #884a8a;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../icons2/icon-del.png);
	background-position: left 3px;
	background-size: 15px auto;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.btn-del A:visited {
	color: #884a8a;
	text-decoration: none
}
.btn-del A:hover {
	color: rgba(136,74,138,0.8);
	text-decoration: none;
}
.social {
	float: none;
	padding-top: 12px;
	width: 100%;
}
.social li a {
	width: 38px;
	height: 38px;
	float: left;
	display: block;
	margin-right: 15px;
	text-indent: -99999px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-bottom: 15px;
}
.social li a.icon-fb {
	background-image: url(../icons2/icon-fb2.svg);
}
.social li a.icon-youtube {
	background-image: url(../icons2/icon-youtube.svg);
}
.social li a.icon-twitter {
	background-image: url(../icons2/icon-twitter.svg);
}
.social li a.icon-instagram {
	background-image: url(../icons2/icon-instagram.svg);
}
.social-in {
	float: none;
	width: 100%;
}
.social-in li a {
	width: 28px;
	height: 28px;
	float: right;
	display: block;
	margin-left: 7px;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 1;
	filter: alpha(opacity=100);
	background-size: 28px 28px;
}
.social-in li a.icon-fb {
	background-image: url(../icons2/icon-fb2.svg);
}
.social-in li a.icon-twitter {
	background-image: url(../icons2/icon-twitter.svg);
}
.social-in li a.icon-instagram {
	background-image: url(../icons2/icon-instagram.svg);
}
.social-in li a.icon-line {
	background-image: url(../icons2/icon-line.svg);
}
.social-in li a.icon-wechat {
	background-image: url(../icons2/icon-wechat.svg);
}

@media screen and (max-width: 420px) {
.social {
	float: none;
	padding-top: 12px;
	width: auto;
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.social li {
	width: 38px;
	float: left;
	display: block;
	margin-left: 7px;
	margin-right: 7px;
}
.social li a {
	width: 38px;
	height: 38px;
	float: left;
	display: block;
	margin-right: 15px;
	text-indent: -99999px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-bottom: 15px;
}
.btn-more6 a {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	border: 1px solid #cccccc;
	width: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	height: 50px;
}
}
/* ------------------------------------------
  區塊設定
--------------------------------------------- */
/*------- News設定 --------*/
.ap-box1 {
	width: 100%;
	height: 0px;
	position: relative;
	float: left;
	clear: both;
	background-color: #FFFFFF;
}
.ap-box2 {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 99;
	text-align: left;
}
.ap-box3 {
	width: 100%;
	height: 1px;
	position: relative;
	float: right;
	clear: both;
	background-color: #FFFFFF;
}
.ap-box4 {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0px;
	float: right;
	right: 0px;
	text-align: right;
}
.ap-box5 {
	width: 100%;
	height: 0px;
	position: relative;
	float: right;
	clear: both;
	background-color: #fff;
}
.ap-box6 {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0px;
	float: right;
	z-index: 99;
	text-align: right;
	right: 0px;
}
.news {
	margin-bottom: 37px;
}
.news2 {
	margin-bottom: 25px;
	background-color: rgba(255,255,255,0.60);
	width: 100%;
	float: left;
	margin-top: 12px;
}
.news-in {
	padding-bottom: 35px;
	padding-top: 22px;
	padding-left: 25px;
	padding-right: 25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+33,ffffff+100 */
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 33%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 33%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 33%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
	clear: both;
}
.news-in2 {
	padding-top: 5px;
	width: 61%;
	float: right;
}
.news-in3 {
	padding-bottom: 35px;
	padding-top: 22px;
	padding-left: 25px;
	padding-right: 25px;
	clear: both;
	background-image: url(../images/bg-news.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.news-in4 {
	padding-bottom: 35px;
	padding-top: 22px;
	padding-left: 25px;
	padding-right: 25px;
	clear: both;
}
.news-in5 {
	padding-bottom: 40px;
	padding-top: 35px;
	padding-left: 50px;
	clear: both;
	margin-right: 95px;
}
.news-in6 {
	padding-bottom: 15px;
	padding-top: 25px;
	padding-left: 50px;
	clear: both;
	margin-right: 95px;
}
.news-inpages {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #D5D5D5;
	margin-bottom: 28px;
	padding-bottom: 28px;
}
.news-pic {
	width: 35%;
	float: left;
}

@media screen and (max-width: 768px) {
.news-in {
	padding-bottom: 39px;
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 18px;
}
.news-inpages {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.news-pic {
	width: 100%;
	float: left;
}
.news-in2 {
	padding-top: 20px;
	width: 100%;
	float: right;
}
}
/*------- FB設定 --------*/
.fb {
	width: 100%;
	float: left;
	margin-top: 27px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fb2 {
	width: 340px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fb-root {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* sidenavi wrapper */
#sideNavi, .side-navi-item, .side-navi-data, .side-navi-tab {
	margin: 0;
	padding: 0;
}
#sideNavi {
	position: fixed;
	left: -340px;
	top: 26%;
}
/* items */
.side-navi-item {
	position: absolute;
	left: 390px;
	display: inline-block;
	width: 150px;
	height: 50px;
	transform: rotate(90deg);
	transform-origin: left top 0;
	color: #fff;
	background-color: #3b5998;
	cursor: pointer;
	border-radius: 6px 6px 0px 0px;
}
.side-navi-item.item1 {
	top: 0px;
}
.side-navi-item.item2 {
	top: 235px;
}
.side-navi-item.active, .side-navi-item:hover {
	background-color: #3b5999;
	color: #fff;
}
.side-navi-item > div {
	padding-top: 15px;
	text-align: center;
}
/* data wrapper */
.side-navi-data {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 500px;
	background-color: #e5e5e5;
}
/* tab wrapper */
.side-navi-tab {
	display: none;
}
.side-navi-tab.active {
	display: inline-block;
}
.side-navi-tab > div {
	padding: 0px;
	width: 340px;
	visibility: hidden;
}

@media screen and (max-width: 1369px) {
.side-navi-item {
	display: none;
}
}
/*------- 版權設定 --------*/
.nav-quick {
	width: 30%;
	float: left;
}
.nav-quick li {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	padding-top: 9px;
	background-image: url(../icons2/icon-arrow3.svg);
	background-position: left 17px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-size: 4px auto;
}
.nav-quick2 {
	width: 40%;
	float: left;
}
.nav-quick2 li {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	padding-top: 9px;
	background-image: url(../icons2/icon-arrow3.svg);
	background-position: left 17px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-size: 4px auto;
}
.copyright {
	background-image: url(../images/bg-copyright.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	display: block;
	overflow-y: hidden;
}
.copyright A:link {
	color: #333333;
	text-decoration: none
}
.copyright A:visited {
	color: #333333;
	text-decoration: none
}
.copyright A:hover {
	color: #884a8a;
	text-decoration: none;
}
.logoDown {
	width: 284px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
}
.copyright2 {
	text-align: center;
	color: rgba(255,255,255,0.80);
	font-size: 14px;
	width: 100%;
	float: left;
	display: block;
	padding-top: 15px;
	padding-bottom: 14px;
	font-weight: normal;
	background-image: url(../images/bg-copyright2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #884A8A;
}
.copyright2 A:link {
	color: rgba(255,255,255,0.40);
	text-decoration: none
}
.copyright2 A:visited {
	color: rgba(255,255,255,0.40);
	text-decoration: none
}
.copyright2 A:hover {
	color: rgba(255,255,255,0.80);
	text-decoration: none;
}

@media screen and (max-width: 420px) {
.copyright2 {
	padding-bottom: 60px;
}
.nav-quick li, .nav-quick2 li {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding-top: 9px;
	background-image: url(../icons2/icon-arrow3.svg);
	background-position: left 17px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-size: 4px auto;
}
}
/*------- banner設定 --------*/
.banner-box {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	/* [disabled]background-color: #FFFFFF;
*/
	height: auto;
	-webkit-box-shadow: 30px 30px 30px 30px #000000;
	box-shadow: 30px 30px 30px 30px #000000;
	overflow: hidden;
}
.banner-box-in {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	/* [disabled]background-color: #FFFFFF;
*/
	height: auto;
	-webkit-box-shadow: 0px 0px 45px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 45px rgba(0,0,0,0.30);
	position: relative;
}

@media screen and (min-width: 1161px) {
.banner-in01, .banner-in02, .banner-in03, .banner-in04, .banner-in05, .banner-in06, .banner-in07, .banner-in08 {
	width: 100%;
	height: 308px;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 105px;
}
.banner-in01 {
	background-image: url(../images/banner-in01.jpg);
}
.banner-in02 {
	background-image: url(../images/banner-in02.jpg);
}
.banner-in03 {
	background-image: url(../images/banner-in03.jpg);
}
.banner-in04 {
	background-image: url(../images/banner-in04.jpg);
}
.banner-in05 {
	background-image: url(../images/banner-in05.jpg);
}
.banner-in06 {
	background-image: url(../images/banner-in06.jpg);
}
.banner-in07 {
	background-image: url(../images/banner-in07.jpg);
}
.banner-in08 {
	background-image: url(../images/banner-in08.jpg);
}
}

@media screen and (max-width: 1369px) {
.banner-in01, .banner-in02, .banner-in03, .banner-in04, .banner-in05, .banner-in06, .banner-in07, .banner-in08 {
	width: 100%;
	height: 308px;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 70px;
}
.banner-in01 {
	background-image: url(../images/banner-in01.jpg);
}
.banner-in02 {
	background-image: url(../images/banner-in02.jpg);
}
.banner-in03 {
	background-image: url(../images/banner-in03.jpg);
}
.banner-in04 {
	background-image: url(../images/banner-in04.jpg);
}
.banner-in05 {
	background-image: url(../images/banner-in05.jpg);
}
.banner-in06 {
	background-image: url(../images/banner-in06.jpg);
}
.banner-in07 {
	background-image: url(../images/banner-in07.jpg);
}
.banner-in08 {
	background-image: url(../images/banner-in08.jpg);
}
}
/*------- news設定 --------*/
.bgNews {
	background-image: url(../images/bgNews.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 63px;
	overflow-x: hidden;
	display: block;
	overflow-y: hidden;
	width: 100%;
	float: left;
}
.bgNews2 {
	padding-top: 30px;
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-x;
	background-position: center -10px;
	width: 100%;
	height: auto;
	padding-bottom: 0px;
}
.bgNews-in {
	background-image: url(../images/bgNews-in.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 80px;
	overflow-x: hidden;
	display: block;
	overflow-y: hidden;
	width: 100%;
	float: left;
	background-color: #fdfcfb;
	background-attachment: fixed;
}
.bgNews-in2 {
	background-image: url(../images/bgNews-in.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 63px;
	overflow-x: hidden;
	display: block;
	overflow-y: hidden;
	width: 100%;
	float: left;
}
.bgNews-in3 {
	width: 100%;
	float: left;
	background-color: rgba(109,43,121,1);
	padding-top: 50px;
	padding-bottom: 55px;
	color: rgba(246,244,232,0.70);
	font-size: 15px;
	line-height: 26px;
	background-image: url(../images/bg-photo.png);
	background-repeat: repeat-x;
}
.bgNews-in4 {
	background-image: url(../images/bgNews-in.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	overflow-x: hidden;
	display: block;
	overflow-y: hidden;
	width: 100%;
	float: left;
	background-color: #fdfcfb;
	background-attachment: fixed;
}
.news-menu {
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.news-menu li a {
	width: auto;
	float: left;
	font-size: 15px;
	color: #555555;
	font-weight: 500;
	margin-left: 22px;
	margin-right: 22px;
	background-color: transparent;
}
.news-menu li a:visited, .news-menu li a:hover {
	color: #884a8a;
	background-color: transparent;
}
.news-menu li.active a, .news-menu li.active a:visited, .news-menu li.active a:hover {
	color: #884a8a;
	background-color: transparent;
}
.news-menu > li.active > a, .news-menu > li.active > a:hover, .news-menu > li.active > a:focus {
	color: #884a8a;
	background-color: transparent;
}

@media screen and (max-width: 480px) {
.news-menu {
	margin-bottom: 10px;
	margin-top: 7px;
}
.news-menu li a {
	width: auto;
	float: left;
	font-size: 15px;
	color: #555555;
	font-weight: 500;
	margin-left: 7px;
	margin-right: 7px;
	background-color: transparent;
}
.nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
}
/*-------- Events設定 --------*/
.bgEvents {
	background-image: url(../images/bgEvents.jpg);
	background-position: center top;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 65px;
	padding-bottom: 82px;
	padding-right: 0px;
	background-attachment: fixed;
	display: block;
	width: 100%;
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #FFFFFF;
}
.bgEvents2 {
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	display: block;
	width: 100%;
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
}
.eve-box01 {
	width: 64%;
	float: left;
	margin-right: 1%;
	max-height: 470px;
	position: relative;
	overflow-y: hidden;
	display: block;
}
.eve-box02 {
	width: 35%;
	float: left;
	margin-bottom: 10px;
	max-height: 230px;
	display: block;
	overflow-y: hidden;
	position: relative;
}
.eve-box03 {
	width: 35%;
	float: left;
	max-height: 230px;
	display: block;
	overflow-y: hidden;
	position: relative;
}
.eve-box04 {
	width: 31.3%;
	float: left;
	max-height: 230px;
	display: block;
	overflow-y: hidden;
	position: relative;
	overflow-x: hidden;
	margin-left: 1.3%;
	margin-right: 0.3%;
	margin-bottom: 25px;
}
.eve-box05 {
	width: 18.5%;
	float: left;
	max-height: 230px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-left: 1.2%;
	margin-bottom: 25px;
}
.eve-text {
	width: 100%;
	background-color: rgba(0,0,0,0.60);
	float: left;
	position: absolute;
	bottom: 0px;
	z-index: 99;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.eve-text2 {
	width: 100%;
	background-color: rgba(0,0,0,0.60);
	float: left;
	position: absolute;
	bottom: 0px;
	z-index: 99;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

@media screen and (max-width: 768px) {
.eve-box01 {
	width: 64%;
	float: left;
	margin-right: 1%;
	max-height: 470px;
	position: relative;
	overflow-y: hidden;
	display: block;
	margin-top: 20px;
}
.eve-box02 {
	width: 35%;
	float: left;
	max-height: 167px;
	display: block;
	overflow-y: hidden;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
}
.eve-box02:last-child {
	margin-top: 8px;
}
}

@media screen and (max-width: 420px) {
.eve-box01 {
	width: 100%;
	float: left;
	margin-right: 0%;
	max-height: 230px;
	position: relative;
	overflow-y: hidden;
	display: block;
	margin-bottom: 10px;
}
.eve-box02 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	max-height: 230px;
	display: block;
	overflow-y: hidden;
	position: relative;
}
}
/*-------- Project設定 --------*/
.bgProject {
	background-image: url(../images/bgProject.jpg);
	background-position: center top;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 80px;
	padding-right: 0px;
	background-attachment: fixed;
	display: block;
	width: 100%;
	float: left;
	overflow-x: hidden;
	clear: both;
}
.project-menu {
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
.project-menu li a {
	width: auto;
	float: left;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	margin-left: 22px;
	margin-right: 22px;
	background-color: transparent;
}
.project-menu li a:visited, .project-menu li a:hover {
	color: #e7dfaa;
	background-color: transparent;
}
.project-menu li.active a, .project-menu li.active a:visited, .project-menu li.active a:hover {
	color: #e7dfaa;
	background-color: transparent;
}
.project-menu > li.active > a, .project-menu > li.active > a:hover, .project-menu > li.active > a:focus {
	color: #e7dfaa;
	background-color: transparent;
}

@media screen and (max-width: 420px) {
.project-menu {
	margin-bottom: 15px;
	margin-top: 7px;
}
.project-menu li a {
	width: auto;
	float: left;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	margin-left: 7px;
	margin-right: 7px;
	background-color: transparent;
}
}
/*-------- Shopp設定 --------*/
.bgShopp {
	background-image: url(../images/bg-shopp.jpg);
	background-position: center top;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 80px;
	padding-right: 0px;
	background-attachment: fixed;
	display: block;
	width: 100%;
	float: left;
	overflow-x: hidden;
	clear: both;
}
.text-money {
	font-size: 20px;
	color: rgba(136,74,138,1);
	font-weight: bold;
	width: 100%;
	display: block;
	padding-bottom: 22px;
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 8px;
	padding-top: 5px;
}
/*-------- Faq設定 --------*/
.bgFaq {
	background-image: url(../images/bgFaq.jpg);
	background-position: center top;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	padding-right: 0px;
	background-color: #F6F3ED;
	width: 100%;
}
.faq {
	width: 100%
}
.faq li a {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 9px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #444444;
	background-image: url(../images/icon-Q.jpg);
	background-position: left top;
	background-size: 40px auto;
	background-repeat: no-repeat;
	padding-left: 11%;
}
.faq li a:hover {
	color: #884a8a;
}
.faq-in {
	width: 100%;
	margin-bottom: 10px;
}
.faq-in li a {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 9px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	color: #444444;
	background-image: url(../images/icon-Q.jpg);
	background-position: left top;
	background-size: 40px auto;
	background-repeat: no-repeat;
	padding-left: 5%;
}
.faq-in li a:hover {
	color: #884a8a;
}

@media screen and (max-width: 768px) {
.faq li a {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 9px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #444444;
	background-image: url(../images/icon-Q-phone.jpg);
	background-position: left top;
	background-size: 26px auto;
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-right: 2px;
}
}

@media (min-width: 421px) and (max-width:768px) {
.ad .ad01 {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-top: 60px;
}
.ad .ad01:last-child {
	width: 48%;
	margin-right: 0%;
	margin-left: 2%;
}
}

@media screen and (max-width: 480px) {
.faq-in li a {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 9px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	color: #444444;
	background-image: url(../images/icon-Q.jpg);
	background-position: left top;
	background-size: 40px auto;
	background-repeat: no-repeat;
	padding-left: 16%;
	padding-right: 2%;
	box-sizing: border-box;
}
}

@media screen and (max-width: 420px) {
.faq {
	width: 100%;
	padding-bottom: 10px;
}
.ad {
	margin-top: 50px;
}
}
/*-------- Movie設定 --------*/
.bgMovie {
	background-image: url(../images/bgMovie.jpg);
	background-position: center top;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 55px;
	padding-bottom: 70px;
	padding-right: 0px;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	display: block;
	overflow-y: hidden;
}
/*-------- Ad設定 --------*/
.bgAd {
	background-color: #f8f5f3;
	border-top: 1px solid #DEDEDE;
	width: 100%;
	float: left;
	padding-top: 42px;
	padding-bottom: 49px;
	display: block;
	overflow-y: hidden;
}
/*-------- Copyright設定 --------*/
.boxCopy {
	padding-top: 15px;
	padding-bottom: 45px;
}

@media screen and (max-width:1200px) {
.logoDown {
	width: 270px;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	margin-left: auto;
	margin-right: auto;
}
}
/*-------- Partner 設定 --------*/
.partner a {
	width: 21%;
	float: left;
	margin-right: 5%;
	margin-top: 24px;
}
.partner a:last-child {
	margin-right: 0%;
}

@media screen and (max-width: 420px) {
.partner {
	padding-bottom: 0px;
	width: 100%;
	float: left;
}
.partner a {
	width: 60%;
	float: none;
	margin-right: auto;
	margin-top: 24px;
	margin-left: auto;
}
.partner .img-responsive {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	margin-top: 30px;
}
}
/*-------- 內頁設定 --------*/
.home-box {
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 8px;
	display: block;
	position: relative;
	height: 20px;
}
.home-box A:link {
	color: #666666;
	text-decoration: none;
	padding-left: 0px;
	margin-left: 6px;
	margin-right: 6px;
}
.home-box A:visited {
	color: #666666;
	text-decoration: none
}
.home-box A:hover {
	color: #884a8a;
	text-decoration: underline;
}
.home-box-in {
	width: 100%;
	position: absolute;
	z-index: 999;
	float: left;
	color: #666666;
	font-size: 14px;
}
.home-info {
	width: auto;
	float: right;
	display: block;
}
.icon-home {
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 14px;
	margin-top: 2px;
	display: block;
}
.icon-home a {
	width: 16px;
	height: 16px;
	background-image: url(../icons2/icon-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 16px 16px;
	display: block;
	text-indent: 9999px;
	overflow: hidden;
}
.submenu {
	width: auto;
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 25px;
}
.submenu ul {
	width: 100%;
}
.submenu ul li {
	width: auto;
	display: block;
	float: left;
	margin-bottom: 8px;
}
.submenu ul li a {
	width: auto;
	display: block;
	float: left;
	border: 1px solid #cfcfcf;
	font-size: 15px;
	color: #555555;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	margin-left: 4px;
	margin-right: 4px;
}
.submenu ul li a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.submenu ul li.on a {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.submenu2 {
	width: 100%;
	display: table;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.submenu2 ul {
	width: auto;
	float: left;
}
.submenu2 ul li {
	width: auto;
	display: block;
	float: left;
	margin-bottom: 8px;
}
.submenu2 ul li a {
	width: auto;
	display: block;
	float: left;
	border: 1px solid #cfcfcf;
	font-size: 13px;
	color: #555555;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 4px;
	margin-right: 4px;
}
.submenu2 ul li a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.submenu2 ul li.on a {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.inside {
	margin-top: 30px;
}
.inside-info {
	margin-top: 20px;
	font-size: 15px;
	line-height: 28px;
	color: #666666;
}
.inside-info img {
	display: block;
	height: auto;
	max-width: 100%;
}
.keyword {
	background-image: url(../icons2/icon-arrow2.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 16px 16px;
	font-size: 15px;
	padding-left: 24px;
}
.keyword A:link {
	color: #884a8a;
	text-decoration: underline
}
.keyword A:visited {
	color: #884a8a;
	text-decoration: underline
}
.keyword A:hover {
	color: #884a8a;
	text-decoration: none;
}
/*------- Img Hover Effect --------*/
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width: 101%;
	height: 101%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(87,39,89,0.85);
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hovereffect:hover img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.hovereffect:hover .overlay {
	opacity: .95;
	filter: alpha(opacity=95);
	background-image: url(../images/imgover.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
/*選單*/
.nav-tabs.service > li > a, .nav-tabs.service > li > a:hover, .nav-tabs.service > li > a:focus {
	color: #444444;
	cursor: default;
	background-color: #ebeaea;
	border: 1px solid #ebeaea;
	border-radius: 0px;
	border-bottom-color: transparent;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	margin-right: 5px;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.nav-tabs.service > li > a:hover {
	color: #EFEBD3;
	cursor: default;
	background-color: #6d2b79;
	border: 1px solid #6d2b79;
	border-radius: 0px;
	border-bottom-color: transparent;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.nav-tabs.service > li.active > a, .nav-tabs.service > li.active > a:hover, .nav-tabs.service > li.active > a:focus {
	color: #EFEBD3;
	cursor: default;
	background-color: #6d2b79;
	border: 1px solid #6d2b79;
	border-radius: 0px;
	border-bottom-color: transparent;
}
.text-small {
	font-size: 13px;
	color: #777777;
	margin-left: 3px;
}
.nav-tabs.service > li > a:hover .text-small, .nav-tabs.service > li.active .text-small {
	color: #EFEBD3;
}
.nav-tabs.service {
	margin-bottom: 43px;
}
/*------- Img Hover Effect2 --------*/
.hovereffect2 {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect2 .overlay2 {
	width: 101%;
	height: 101%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(87,39,89,0.85);
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.hovereffect2 .overlay3 {
	width: 101%;
	height: 101%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(87,39,89,0.85);
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.hovereffect2 img {
	display: block;
	position: relative;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hovereffect2 h2 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	padding: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.hovereffect2 a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 50px 0 0;
	padding: 7px 14px;
}
.hovereffect2 a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hovereffect2:hover img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.hovereffect2:hover .overlay2 {
	opacity: .95;
	filter: alpha(opacity=95);
	background-image: url(../images/imgover2.png);
	background-repeat: no-repeat;
	background-position: center 45%;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.hovereffect2:hover .overlay3 {
	opacity: .95;
	filter: alpha(opacity=95);
	background-image: url(../images/imgover3.png);
	background-repeat: no-repeat;
	background-position: center 45%;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.hovereffect2:hover h2, .hovereffect2:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.hovereffect2:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

/*------- css3動畫 --------*/
@-webkit-keyframes upDown {
 0% {
bottom:80px;
opacity:1;
}
 50% {
bottom:88px;
opacity:0.5;
}
 100% {
bottom:80px;
opacity:1;
}
}
@-moz-keyframes upDown {
 0% {
bottom:80px;
opacity:1;
}
 50% {
bottom:88px;
opacity:0.5;
}
 100% {
bottom:80px;
opacity:1;
}
}
@keyframes upDown {
 from {
bottom:80px;
opacity:1;
}
 50% {
bottom:88px;
opacity:0.5;
}
 to {
bottom:80px;
opacity:1;
}
}
.upDown {
	-webkit-animation: upDown ease-out 1s infinite;
	-moz-animation: upDown ease-out 1s infinite;
	-o-animation: upDown ease-out 1s infinite;
	animation: upDown ease-out 1s infinite;
}
/* ---- 表格 ---- */
/* --樣式1-- */
input.c-color + span.input-group-btn a.btn, select.c-color + span.input-group-btn a.btn {
	transition: background-color 0.5s;
	color: #CDCDCD;
	background-color: rgba(237,233,228,0.6);
	border-radius: 0px;
	cursor: default;
}
input.c-color:focus + span.input-group-btn a.btn, select.c-color:focus + span.input-group-btn a.btn {
	background-color: #70337b;
	color: rgba(239,235,211,1);
	cursor: default;
	border-radius: 0px;
}
select.form-control.c-color {
	color: #888;
	font-size: 15px;
}
/* --樣式2-- */
input.c-color2 + span.input-group-btn a.btn, select.c-color2 + span.input-group-btn a.btn {
	transition: background-color 0.5s;
	color: #777777;
	background-color: Transparent;
	border-radius: 0px 20px 20px 0px;
	cursor: default;
	border-left-style: none;
	height: 28px;
	border-color: rgba(204,204,204,1);
	line-height: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
input.c-color2:focus + span.input-group-btn a.btn, select.c-color2:focus + span.input-group-btn a.btn {
	background-color: Transparent;
	color: #884a8a;
	cursor: default;
	border-radius: 0px 20px 20px 0px;
	border-color: rgba(204,204,204,1);
}
.search .form-control.c-color2 {
	display: block;
	width: 100%;
	height: 28px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 28px;
	color: #666;
	background-color: Transparent;
	background-image: none;
	border-left: 1px solid rgba(204,204,204,1);
	border-right: 0px solid rgba(204,204,204,1);
	border-bottom: 1px solid rgba(204,204,204,1);
	border-top: 1px solid rgba(204,204,204,1);
	border-radius: 20px 0px 0px 20px;
	margin-left: 14px;
}
.search .form-control.c-color2:focus {
	border-color: rgba(204,204,204,1);
	outline: 0;
}
/* --樣式3-- */
.m-search {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 2px;
	padding-bottom: 0px;
}
input.c-color3 + span.input-group-btn a.btn, select.c-color3 + span.input-group-btn a.btn {
	transition: background-color 0.5s;
	color: rgba(239,235,211,0.70);
	background-color: Transparent;
	border-radius: 0px 20px 20px 0px;
	cursor: default;
	border-left-style: none;
	height: 34px;
	border-color: rgba(239,235,211,1);
	line-height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
input.c-color3:focus + span.input-group-btn a.btn, select.c-color3:focus + span.input-group-btn a.btn {
	background-color: Transparent;
	color: rgba(239,235,211,1);
	cursor: default;
	border-radius: 0px 20px 20px 0px;
	border-color: rgba(239,235,211,1);
}
.m-search .form-control.c-color3 {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 34px;
	color: rgba(239,235,211,0.80);
	background-color: Transparent;
	background-image: none;
	border-left: 1px solid rgba(239,235,211,1);
	border-right: 0px solid rgba(239,235,211,1);
	border-bottom: 1px solid rgba(239,235,211,1);
	border-top: 1px solid rgba(239,235,211,1);
	border-radius: 20px 0px 0px 20px;
	margin-left: 14px;
}
.m-search .form-control.c-color3:focus {
	border-color: rgba(239,235,211,1);
	outline: 0;
}
.m-search input.form-control::-moz-placeholder {
 color: rgba(239,235,211,0.80);
 opacity: 1;
}
.m-search input.form-control:-ms-input-placeholder {
 color: rgba(239,235,211,0.80);
}
.m-search input.form-control::-webkit-input-placeholder {
 color: rgba(239,235,211,0.80);
}
select {
	-webkit-appearance: none;
	border-radius: 0px;
}
form textarea {
	border: none;
	background: none;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
}
form textarea.form-control {
	font-size: 15px;
	padding-top: 12px;
	padding-left: 16px;
}
form textarea.form-control::-moz-placeholder {
 color: #888;
 opacity: 1;
}
form textarea.form-control:-ms-input-placeholder {
 color: #888;
}
form textarea.form-control::-webkit-input-placeholder {
 color: #888;
}
.box-out {
	border: 1px solid rgba(204,204,204,0.80);
	background-color: rgba(255,255,255,0.50);
	height: auto;
	font-size: 15px;
	color: #888;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 12px;
	text-align: left;
}
.box-out2 {
	border: 1px solid rgba(204,204,204,0.80);
	background-color: rgba(255,255,255,0.50);
	height: 100%;
	font-size: 15px;
	color: #888;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 12px;
}
/*--購物車--*/
.right {
	display: block;
	float: right;
	margin-right: 10px;
	line-height: 60px;
}
.right .icon-shop a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #FFF;
}
.right .icon-shop a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	background-color: Transparent;
	background-image: url(../icons2/icon-shop-top.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}
.right .icon-shop b {
	display: block;
	font-size: 12px;
	color: #FFF;
	background: #884a8a;
	line-height: 20px;
	border-radius: 100%;
	position: absolute;
	top: 8px;
	right: -4px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: normal;
}
.product-info {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 20px;
}
.product-info h4 {
	font-size: 18px;
	line-height: 30px;
}
.product-photo {
	width: 100%;
	margin-top: 15px;
}
.product-photo img {
	width: 25%;
	padding-right: 15px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.product-photo img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-photo img.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.quantity {
	font-size: 14px;
	text-align: center;
	line-height: 46px;
	color: #884a8a;
	width: 50px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #fcfcfb;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	height: 50px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.quantity2 {
	font-size: 14px;
	text-align: center;
	line-height: 46px;
	color: #666666;
	width: 50px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	background-color: transparent;
	border-bottom-color: #cccccc;
	border-top-color: #cccccc;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	height: 50px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.quantity3 {
	font-size: 16px;
	line-height: 46px;
	color: #666666;
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: transparent;
	border: 1px solid #CCCCCC;
	height: 50px;
}
.price {
	font-size: 46px;
	font-style: italic;
	text-align: left;
	line-height: 50px;
	color: #884a8a;
	float: left;
	width: 100%;
	font-weight: 500;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	text-transform: uppercase;
	margin-left: 12px;
	margin-bottom: 25px;
}
.price2 {
	font-size: 18px;
	color: #884a8a;
	font-weight: 700;
	margin-top: 15px;
}
.cart {
	padding-top: 110px;
}
.cart-box {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	margin-bottom: 70px;
}
.member-box {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	float: left;
}
.member-box {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.member-box-login {
	width: 70%;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 60px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 15%;
	margin-right: 15%;
}
.member-box-left {
	width: 20%;
	float: left;
}
.member-box-right {
	width: 78%;
	float: right;
	font-size: 14px;
}
.cart-title {
	font-size: 22px;
	line-height: 50px;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-left: 20px;
}
.text-all {
	font-weight: 700;
}
a.trash {
	color: #999999;
	font-size: 20px;
}
a.trash:hover {
	color: #884a8a;
}
.table.line-no > thead > tr > th, .table.line-no > tbody > tr > th, .table.line-no > tfoot > tr > th, .table.line-no > thead > tr > td, .table.line-no > tbody > tr > td, .table.line-no > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 0px solid #ECECEC;
}
.product-menu {
	width: 100%;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	height: 70px;
	margin-top: 100px;
}
.pr-mark {
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	width: auto;
	float: right;
	margin-top: 12px;
	color: rgba(239,235,211,1);
	font-size: 12px;
	line-height: 12px;
	background-color: #6f277b;
	margin-left: 5px;
	background-image: url(../images/bg-menu.jpg);
}
.pr-mark A:link {
	color: rgba(239,235,211,1);
	text-decoration: none
}
.pr-mark A:visited {
	color: rgba(239,235,211,1);
	text-decoration: none
}
.pr-mark A:hover {
	color: rgba(239,235,211,0.8);
	text-decoration: none;
}
.text-left {
	padding-left: 20px;
	margin-bottom: 8px;
	padding-right: 20px;
}
.text-left li {
	list-style-position: outside;
	list-style-type: disc;
}
.text-left2 {
	padding-left: 50px;
	margin-bottom: 8px;
	padding-right: 50px;
}
.text-left3 {
	padding-left: 50px;
	margin-bottom: 8px;
	padding-right: 50px;
	text-align: left;
}
.text-left3 li {
	list-style-position: outside;
	list-style-type: disc;
}
.order-info {
	padding-left: 30px;
	text-align: left;
	padding-top: 20px;
}
.box-info-g {
	font-size: 16px;
	font-weight: bold;
	color: #884a8a;
	background-color: #ebeaea;
	padding: 12px 20px;
	width: 96%;
	margin: 0 0 10px 0;
	font-style: italic;
}

@media screen and (min-width: 1370px) {
.right {
	display: none;
}
}

@media screen and (max-width: 1200px) {
.text-link3 {
	font-size: 20px;
}
}

@media screen and (max-width: 1024px) {
.bgNews-in {
	padding-top: 20px;
	padding-bottom: 70px;
}
.mask3 {
	background-image: url(../icons2/logo.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120px 84px;
	padding-top: 96px;
	top: 0px;
	position: relative;
	padding-bottom: 8px;
}
.home-box {
	display: none;
}
.eve-box05 {
	width: 32.1%;
	float: left;
	max-height: 230px;
	display: block;
	overflow-y: hidden;
	position: relative;
	overflow-x: hidden;
	margin-left: 1.2%;
	margin-bottom: 25px;
}
.eve-box-pic {
	width: 32.1%;
	float: left;
	max-height: 230px;
	display: block;
	overflow-y: hidden;
	position: relative;
	overflow-x: hidden;
	margin-left: 1.2%;
	margin-bottom: 25px;
}
}

@media screen and (max-width: 990px) {
.text-link3 {
	font-size: 24px;
	margin-top: 20px;
}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
.text-left3 {
	padding-left: 34px;
	margin-bottom: 8px;
	padding-right: 10px;
	text-align: left;
}
.box-info-g {
	width: 100%;
}
.order-info {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-top: 20px;
}
.eve-box05 {
	width: 92%;
	float: left;
	max-height: 100%;
	display: block;
	overflow-y: hidden;
	position: relative;
	overflow-x: hidden;
	margin-bottom: 25px;
	margin-left: 4%;
	margin-right: auto;
}
.eve-box-pic {
	width: 92%;
	float: left;
	max-height: 100%;
	display: block;
	overflow-y: hidden;
	position: relative;
	overflow-x: hidden;
	margin-bottom: 25px;
	margin-left: 4%;
	margin-right: auto;
}
.submenu ul li {
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 8px;
}
.submenu ul li a {
	width: 94%;
	display: block;
	float: none;
	border: 1px solid #cfcfcf;
	font-size: 15px;
	color: #555555;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}
.social-in {
	float: none;
	width: auto;
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.social-in li {
	width: auto;
	display: block;
	float: left;
}
.social-in li a {
	width: 28px;
	height: 28px;
	float: left;
	display: block;
	margin-left: 3px;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 1;
	filter: alpha(opacity=100);
	background-size: 28px 28px;
	margin-right: 3px;
}
.text-link3 {
	margin-top: 15px;
}
}
.text-15 {
	font-size: 15px;
}
.category {
	width: auto;
	float: left;
	font-weight: bold;
	line-height: 34px;
	font-size: 15px;
	margin-right: 5px;
	color: #884a8a;
}
.category2 {
	line-height: 34px;
	font-size: 13px;
	margin-right: 5px;
	color: #666666;
	text-align: right;
}
.member-name {
	color: #753d77;
	background-color: rgba(117,61,119,0.10);
	border-radius: 0px;
	border: 1px solid rgba(117,61,119,0.30);
	width: 100%;
	padding-top: 40px;
	padding-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}
.member-name-title {
	border-bottom: 1px solid #D5D5D5;
	font-size: 24px;
	color: #753d77;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.member-nav {
	width: 100%;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 0px solid #dddddd;
	border-top: 1px solid #dddddd;
	text-align: left;
	font-size: 14px;
	color: #888888;
}
.member-nav A:link {
	color: #666666;
	text-decoration: none
}
.member-nav A:visited {
	color: #666666;
	text-decoration: none
}
.member-nav A:hover {
	color: #753d77;
	text-decoration: none
}
.member-nav-title {
	font-size: 16px;
	background-color: #884a8a;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
}
.member-nav ul {
	width: 100%;
}
.member-nav ul li {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.order-info2 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	width: 60%;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 13px;
	float: left;
	padding-left: 10px;
}
.order-info2:hover {
	color: #753d77;
}
.order-more {
	width: 100%;
	background-color: #f1ecf2;
	border: 1px solid #dddddd;
	text-align: center;
}
.order-more img {
	margin-top: 12px;
	margin-bottom: 7px;
}
.order-products {
	margin: 0px;
	width: 100%;
	padding: 50px;
	background-color: #FFFFFF;
	text-align: left;
}
.text-mail {
	width: 40%;
	text-align: right;
	float: right;
	font-size: 12px;
	padding-right: 10px;
	text-decoration: underline;
}
.table-style2 {
	border: 2px solid #E5E5E5;
}
.table-style2 tr td {
	background-color: rgba(246,246,246,0.7)
}
.text-title6 {
	font-weight: bold;
	padding-right: 10px;
	text-align: left;
	color: #000000;
}
.facebook-login a {
	background-color: #3b5998;
	color: #FFFFFF;
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	background-image: url(../icons2/facebook.svg);
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.facebook-login A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.facebook-login A:hover {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
.form14 {
	background-color: #ffffff;
	height: 155px;
	width: 100%;
	border: 0px solid #CCC;
	padding-left: 0px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
}

@media (max-width: 480px) {
.form14 {
	width: 95%;
}
}
.in-30 {
	width: 17% !important;
	border-right-width: 0px;
}
.in-70 {
	width: 83% !important;
	border-right-width: 0px;
}
.in-30-2 {
	width: 35% !important;
	border-right-width: 0px;
}
.in-70-2 {
	width: 65% !important;
	border-right-width: 0px;
}
.pic-car {
	padding: 0 0 45px 0;
}

@media (max-width: 480px) {
.facebook-login a {
	background-image: url(../icons2/facebook-phone.svg);
	font-size: 18px;
}
.in-70 {
	width: 100% !important;
	border-right-width: 0px;
}
.in-70-2 {
	width: 100% !important;
	border-right-width: 0px;
}
}
/*--------購物車--------*/
.bg-gr {
	width: 100%;
	background-color: #DFDFDF;
	float: left;
}
.pr-item, .pr-name, .pr-price, .pr-qty, .pr-totale, .pr-remove {
	float: left;
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
	vertical-align: middle;
	display: table;
	padding-top: 6px;
	font-weight: 600;
	color: #666;
}
.pr-item-in, .pr-name-in, .pr-price-in, .pr-qty-in, .pr-totale-in, .pr-remove-in {
	float: left;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100px;
	position: relative;
	text-align: center;
}
.pr-info {
	float: left;
	font-size: 16px;
	padding-bottom: 5px;
	vertical-align: middle;
	display: table;
	padding-top: 6px;
	text-align: center;
	width: 100%;
	font-weight: 600;
}
.pr-item-in p, .pr-name-in p, .pr-price-in p, .pr-qty-in p, .pr-totale-in p, .pr-remove-in p {
	position: absolute;
	top: 30%;
	overflow: hidden;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.pr-item, .pr-item-in {
	width: 13%;
	padding-left: 3%;
}
.pr-name, .pr-name-in {
	width: 35%;
	padding-left: 3%;
}
.pr-name-in A:link {
	color: #844692;
	text-decoration: none;
	font-weight: 600;
}
.pr-name-in A:hover {
	color: #844692;
	text-decoration: underline;
}
.pr-name-in p {
	text-align: left;
}
.pr-price, .pr-price-in {
	width: 10%;
}
.pr-qty, .pr-qty-in {
	width: 20%;
}
.pr-qty-in {
	padding-top: 20px;
}
.pr-totale, .pr-totale-in {
	width: 13%;
}
.pr-remove, .pr-remove-in {
	width: 9%;
}
.pr-order, .pr-order1, .pr-order2, .pr-order3, .pr-order4, .pr-order5, .pr-order6 {
	float: left;
	text-align: center;
	font-size: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
	display: table;
	padding-top: 6px;
}
.pr-order-in, .pr-order1-in, .pr-order2-in, .pr-order3-in, .pr-order4-in, .pr-order5-in, .pr-order6-in {
	float: left;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	text-align: center;
}
.pr-order-in p, .pr-order1-in p, .pr-order2-in p, .pr-order3-in p, .pr-order4-in p, .pr-order5-in p {
	width: 100%;
	vertical-align: middle;
}
.pr-order6-in p {
	width: 100%;
	vertical-align: middle;
	line-height: 22px;
}
.pr-order, .pr-order-in {
	width: 24%;
}
.pr-order1 {
	width: auto;
	float: right;
	padding-right: 8%;
}
.pr-order1-in {
	width: auto;
	float: right;
	padding-right: 10%;
	color: #844692;
	font-size: 16px;
}
.pr-order2, .pr-order2-in, .pr-order3, .pr-order3-in, .pr-order4, .pr-order4-in, .pr-order5, .pr-order5-in, .pr-order6, .pr-order6-in {
	width: 15%;
}
.line04-2 {
	width: 100%;
	border-bottom: 1px dotted #DDDDDD;
	float: left;
}
.line05-2 {
	width: 100%;
	border-bottom: 2px dotted #DDDDDD;
	float: left;
	margin-top: 45px;
	margin-bottom: 45px;
	clear: both;
}
.line06-2 {
	width: 100%;
	border-bottom: 2px dotted #DDDDDD;
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
	clear: both;
}
.box-30 {
	width: 40% !important;
	margin-bottom: 10px;
}
.box-50 {
	width: 60% !important;
	margin-bottom: 10px;
}
.box92 {
	width: 95% !important;
	float: left;
	padding-left: 25px;
}
.card {
	width: 400px;
	padding: 30px;
	background-color: rgba(107,56,119,0.1);
	text-align: center;
	font-size: 36px;
	border-radius: 10px;
	border: 1px solid rgba(132,70,146,0.30);
	color: #844692;
}
.copyright-line {
	background-image: url("../images/copyright-line.jpg");
	background-size: 100% 14px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media (max-width: 480px) {
.pic-car {
	width: 65% !important;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 30px 0;
}
.cart-box {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	margin-bottom: 70px;
	margin-top: 40px;
}
.member-box-login {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 0%;
	margin-right: 0%;
}
.line05 {
	width: 100%;
	border-bottom: 2px dotted #DDDDDD;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.pr-item-in, .pr-name-in, .pr-price-in, .pr-qty-in, .pr-totale-in, .pr-remove-in {
	float: left;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 22px;
	position: relative;
	text-align: center;
}
.pr-item-in p, .pr-name-in p, .pr-price-in p, .pr-qty-in p, .pr-totale-in p, .pr-remove-in p {
	position: absolute;
	top: 0%;
	overflow: hidden;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.pr-totale, .pr-totale-in, .pr-name, .pr-price {
	display: none;
}
.pr-item {
	width: 28%;
}
.pr-qty {
	width: 54%;
}
.pr-remove {
	width: 18%;
}
.pr-item-in {
	width: 30%;
	float: left;
}
.pr-name-in {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.pr-name-in p {
	text-align: left;
}
.pr-qty-in {
	width: 50%;
	float: left;
	margin-top: 30px;
	padding-left: 3%;
}
.pr-price-in {
	width: 70%;
	float: left;
	margin-bottom: 10px;
}
.pr-price-in p {
	text-align: left;
}
.pr-remove-in {
	width: 18%;
	float: right;
	margin-top: 50px;
}
.car-info-phone {
	display: block;
}
.car-info-pc {
	display: none;
}
.box-30, box50 {
	width: 100% !important;
	margin-bottom: 10px;
}
.box92 {
	width: 100% !important;
	float: left;
	padding-left: 0px;
}
}

@media (min-width: 481px) {
.car-info-phone {
	display: none;
}
.car-info-pc {
	display: block;
}
}
.box80 {
	width: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
	margin-left: 13%;
}
.text-right-2 {
	text-align: right;
}
.c-logo {
	padding-bottom: 25px;
}
.schedule-box {
	width: auto;
	margin: 16px auto 9px;
	display: table;
	text-align: center;
}
.schedule {
	display: inline-block;
	position: relative;
	padding-left: 75px;
	float: left;
}
.schedule.noshow .schedule-icon {
	background-color: #d1bdd3;
}
.schedule.noshow p {
	color: #d1bdd3;
}
.schedule.noshow span {
	opacity: 0;
}
.schedule.noshow:after {
	background-color: #d1bdd3;
}
.schedule:first-child {
	padding-left: 0px;
}
.schedule:after {
	content: '';
	width: 65px;
	height: 3px;
	background-color: #884a8a;
	position: absolute;
	right: 74px;
	top: 30px;
}
.schedule:first-child:after {
	display: none;
}
.schedule-icon {
	width: 60px;
	height: 60px;
	background-color: #884a8a;
	border-radius: 9999px;
	margin: 0 auto;
}
.schedule-icon img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.schedule p {
	font-size: 16px;
	color: #884a8a;
	font-weight: 600;
	line-height: .8;
	padding: 0;
	margin: 10px 0 0 0;
}
.schedule span {
	font-size: 12px;
	color: #666;
	padding: 0;
	margin: 0;
}
.form-pr-40 {
	padding-right: 40px; 
	text-align: left;
}



@media (max-width: 1024px) {
.schedule {
	padding-left: 60px;
}
.schedule:after {
	width: 50px;
	right: 74px;
}
}

@media (max-width: 840px) {
.schedule-box {
	width: auto;
	margin: 16px auto 5px;
	display: table;
	text-align: center;
}
.schedule {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	padding-bottom: 10px;
	float: left;
	margin-right: 10px;
}
.schedule:first-child {
	padding-left: 5px;
}
.schedule:after {
	display: none;
}
.schedule:first-child:after {
	display: none;
}
.schedule-icon img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 680px) {
.schedule {
	padding-left: 8px;
	margin-right: 8px;
}
.schedule:first-child {
	padding-left: 8px;
}
.schedule-icon {
	width: 50px;
	height: 50px;
}
.schedule p {
	font-size: 15px;
}
}

@media (max-width: 640px) {
.schedule {
	padding-left: 5px;
	margin-right: 5px;
}
.schedule:first-child {
	padding-left: 5px;
}
}

@media (max-width: 580px) {
.schedule {
	padding-left: 25px;
	margin-right: 10px;
}
.schedule:first-child {
	padding-left: 25px;
}
}

@media (max-width: 480px) {
.schedule {
	padding-left: 25px;
	margin-right: 10px;
}
.schedule:first-child {
	padding-left: 25px;
}
}

@media (max-width: 380px) {
.schedule {
	padding-left: 18px;
	margin-right: 7px;
}
.schedule:first-child {
	padding-left: 18px;
}
}

@media (max-width: 360px) {
.schedule {
	padding-left: 15px;
	margin-right: 7px;
}
.schedule:first-child {
	padding-left: 15px;
}
}

@media (max-width: 320px) {
.schedule {
	padding-left: 28px;
	margin-right: 12px;
}
.schedule:first-child {
	padding-left: 28px;
}
}

/*---------------------------------*/

@media (max-width: 840px) {
.submenu {
	width: 100%;
}
.text-left2 {
	padding-left: 0px;
	margin-bottom: 8px;
	padding-right: 0px;
	width: 100%;
	text-align: center
}
.text-left2 .cart-title {
	width: 100%;
}
.btn-more a {
	padding-left: 34px;
	padding-right: 34px;
}
.text-right-2 {
	text-align: left;
}
.cart-title {
	font-size: 22px;
	line-height: 50px;
	width: 120%;
	float: left;
	padding-bottom: 10px;
	padding-left: 0px;
}
.row-xs {
	margin-right: -15px;
	margin-left: -15px;
}
.btn-more4 {
	width: 100%;
	display: table;
	float: none;
}
.btn-more4 a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #884A8A;
	width: 50%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.btn-more5 {
	width: 100%;
	display: table;
	float: none;
	padding-top: 15px;
}
.btn-more5 a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #884A8A;
	width: 47%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	height: 50px;
}
.btn-more5 a.on {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 50%;
}
.btn-more11 {
	width: 100%;
	display: table;
	float: none;
}
.btn-more11 a {
	font-size: 16px;
	color: #884a8a;
	text-decoration: none;
	border: 1px solid #884A8A;
	width: 50%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.member-box-left {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.member-box-right {
	width: 100%;
	float: right;
	font-size: 14px;
}
.member-name {
	color: #753d77;
	background-color: rgba(117,61,119,0.10);
	border-radius: 0px;
	border: 1px solid rgba(117,61,119,0.30);
	width: 100%;
	padding-top: 22px;
	padding-bottom: 18px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}
.member-nav ul li {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
}
.member-nav ul li i {
	padding-right: 6px;
}
.table-style2 {
	border: 2px solid #E5E5E5;
	width: 100%;
	margin-left: 0%;
}
.xs-90 {
	width: 100%;
	margin-left: 0%;
}
.order-info2 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	width: 100%;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 13px;
	float: left;
	padding-left: 18px;
}
.text-mail {
	width: 100%;
	text-align: left;
	float: right;
	font-size: 12px;
	padding-left: 18px;
	text-decoration: underline;
}
.order-more {
	margin-top: 6px;
}
.nav-tabs > li {
	float: none;
	margin-bottom: -1px;
}
.text-news-info3 {
	font-size: 15px;
	line-height: 26px;
	padding-bottom: 35px;
	color: #666666;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}
.eve-box04 {
	width: 100%;
	float: left;
	max-height: 230px;
	display: block;
	overflow-y: hidden;
	position: relative;
	overflow-x: hidden;
	margin-left: 1.3%;
	margin-right: 0.3%;
	margin-bottom: 25px;
}
.news-in5 {
	padding-bottom: 40px;
	padding-top: 35px;
	padding-left: 8%;
	clear: both;
	margin-right: 0px;
	width: 90%;
}
.pull-left.phone {
	float: none !important;
}
.phone .text-left {
	padding-left: 38px;
	margin-bottom: 8px;
	padding-right: 10px;
}
.phone .text-left3 {
	padding-left: 38px;
	margin-bottom: 8px;
	padding-right: 10px;
}
.product-info {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 0px;
}
.btn-addlove2 {
	font-size: 16px;
	width: 100%;
	display: table;
	margin-bottom: 0px;
	padding-left: 35%;
	margin-top: 8px;
	margin-left: 2px;
}
.btn-addlove2 A:link {
	color: #884a8a;
	text-decoration: none;
	font-size: 18px;
	background-image: url(../icons2/icon-add.png);
	background-position: left 6px;
	background-size: 15px auto;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	float: left;
}
	
/*--------------*/
	
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 13px;
}
.member-box-right .text-right {
	text-align: left;
}
.member-box-right .text-left {
	padding-left: 17px;
	margin-bottom: 8px;
	padding-right: 15px;
}
.member-box-right .text-title6 {
	width: 100%;
	float: left;
}
.member-box-right .radio-inline, .checkbox-inline {
	width: 48%;
	float: left;
}
.service .radio-inline + .radio-inline, .service .checkbox-inline + .checkbox-inline {
	margin-left: 0px;
}
}


@media (max-width: 480px) {
.xs-90 {
	width: 90%;
	margin-left: 5%;
}
.table-style2 {
	border: 2px solid #E5E5E5;
	width: 90%;
	margin-left: 5%;
}
.panel-body.service {
	padding-top: 15px;
}
.no1 {
	width: 20% !important;
}
.no2 {
	width: 80% !important;
}	
.p-pt-10 {
	padding-top: 20px;
}
.form-pr-40 {
	padding-right: 10px; 
	text-align: left;
}
	.p-ml-0 {
		margin-left: 0px !important;
	}
.p-w100 {
	width: 100% !important;
}
}




/*--------add----------*/
.radio-inline.my-1 {
	width: auto;
}
.other {
	margin-left: 6px;
	width: 100px;
	padding: 1px 5px;
	border: 1px solid #ccc;
}
.btn-check {
	width: 100%;
	display: block;
	margin-top: 1px;
	float: left;
}
.btn-check a {
	width: 100%;
	font-size: 14px;
	color: #888;
	text-decoration: none;
	border: 1px solid rgba(204,204,204,0.80);
	padding:7px 10px;
	float: left;
	display: block;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-check a:hover {
	color: rgba(239,235,211,1);
	border: 1px solid #884A8A;
	background-color: #884A8A;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.form-note {
	text-align: left;
	color: #888;
	margin-top: -5px;
	line-height: 1.7;
}
@media (max-width: 580px) {
.form-note {
	margin-top: 5px;
}
.btn-check {
	width: 100%;
	display: block;
	margin-top: 10px;
	float: left;
}
}




/*-------------add-------------*/
.music-box {
	margin-top: -42px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,.5);
	padding-top: 15px;
	padding-bottom: 16px;
}
.music {
    width: 100%;
    float: left;
	padding: 10px 30px 5px;
	border-bottom: 1px dotted #ccc;
	color: #333;
}
.music:last-child {
	border-bottom:none;
}
.music-no {
	min-width: 5%;
	float: left;
	font-size: 15px;
	padding-top: 16px;
}
.music-name {
	float: left;
	font-size: 15px;
	padding-top: 16px;
}
.music-play {
	float: right;
}

@media (max-width: 580px) {
.music-no {
	min-width: 12%;
	padding-left: 5px;
}
.music-play {
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom:15px;
}
}
