@charset "utf-8";


/**思源黑體**/
@import url(../css/notosanstc.css);
/**黑體**/
@import url(../css/cwtexhei.css);


body{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif !important;
	background-image: url(../../images/tw/bg.png);
    background-repeat: repeat;
}

/**內頁head logo專用**/
header h1#logo {
    padding: 0.3em 0 1em 0 !important; 
}

/**影響head logo**/
h1 {
    margin:0 !important;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
/**影響搜尋框放大鏡icon**/
img {
    vertical-align: baseline!important;
}

/**去除圖片按鈕外框**/
button{
outline:none!important;
}

/**版面中央寬度**/
.ctn-width{
	width:1200px;
	margin:0 auto 0 auto;
}

/**滿版寬度**/
.ctn-all-width{
	width:100%;
	margin:0 auto 0 auto;
}

/**head設定**/
.curves-head{
	text-align: center;
}

/**手機/平板head設定**/
/*.m-head{
    width: 100%;
    height: 30px;
    background-color: #ff4f95;
	z-index: 9999;
    position: fixed;
    top: 0;
}*/


/**詢價車+搜尋框**/
.top-row{
	display:none;
}


/**logo**/
.dama-logo{
	display: inline-block;/*2017-03-03編輯*/
}

/**詢價車+搜尋框外包圍**/
.ics-wrap{
	float: right;
    position: relative;
    top: -165px; /*2017-03-03編輯*/
}

/**詢價車**/
.inquiry-cart-wrap{
	display: inline-block;
	padding: 0 1em 0 1em;
}

.ic-icon{
	display:inline-block;
	vertical-align: middle;
}

.ic-txt{
	color:#3e3a39;
	font-size:14px;
	/*font-weight:bold;*/
	letter-spacing:1px;
	padding: 0 0 0 0.5em;
	vertical-align: middle;
}

.ic-txt:link{
	color: #3e3a39;
}

.ic-txt:visited{
	color: #3e3a39;
}

.ic-txt:hover{
	color: #ff4f95 !important;
	text-decoration:none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ic-txt:active{
	color: #3e3a39;
}



/**搜尋框**/
.search-tool{
	display: inline-block;
}

.magnifier{
	position: relative;
    right: 36px;
    top: 6px;
}

.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
    padding: 0.5em 3em 0.5em 1em !important;
}



/**手機/平板詢價車**/
.m-ic-search-wrap{
	background-color:#ffffff;
	margin: 2em;
	border-top: #727171 1px solid;
}

.m-inquiry-cart-wrap{
	display: block;
    padding: 3em;
}

.m-ic-icon{
	display:inline-block;
	vertical-align: middle;
}

.m-ic-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	color:#3e3a39;
	font-size:14px;
	/*font-weight:bold;*/
	letter-spacing:1px;
	padding: 0 0 0 0.5em;
	vertical-align: middle;
}

.m-ic-txt:link{
	color: #3e3a39;
}

.m-ic-txt:visited{
	color: #3e3a39;
}

.m-ic-txt:hover{
	color: #ff4f95!important;
	text-decoration:none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.m-ic-txt:active{
	color: #3e3a39;
}



/**搜尋框**/
.m-search-tool{
	display: block;
    padding: 0 3em 3em 3em;

}

.m-ic-search-wrap .m-search-tool .pure-form a{
	position: relative;
}

/**主選單設定**/
/*aboutus hover*/
/*aboutus hover*/
.aboutus{
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list1.png);
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.aboutus a {
	display: block;
	width: 100%;
	height: 100%;
}
.aboutus:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list1.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.aboutus.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list1.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}



/*products hover*/
.products{
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list2.png);
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.products a {
	display: block;
	width: 100%;
	height: 100%;
}
.products:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list2.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.products.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list2.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}



/*drinks hover*/
.htdrinks{
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list3.png);
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.htdrinks a {
	display: block;
	width: 100%;
	height: 100%;
}
.htdrinks:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list3.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}

.htdrinks.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list3.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}

/*news hover*/
.news{
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list4.png);
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.news a {
	display: block;
	width: 100%;
	height: 100%;
}
.news:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list4.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}

.news.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list4.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}


/*services hover*/
.services{
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list5.png);
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.services a {
	display: block;
	width: 100%;
	height: 100%;
}
.services:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list5.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}

.services.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list5.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}


/*contact hover*/
.contact{
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list6.png);
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.contact a {
	display: block;
	width: 100%;
	height: 100%;
}
.contact:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list6.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}

.contact.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list6.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}

/*member hover*/
.member{
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list7.png);
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}
.member a {
	display: block;
	width: 100%;
	height: 100%;
}
.member:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list7.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}

.member.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 150px;
	height: 99px;
	background-image: url(../../images/tw/ch-list7.5.png);
	background-repeat: no-repeat;
	display: inline-block;
    background-size: cover;
    background-position: center;
}


/**手機/平板主選單**/
.m-menu-list{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	width:100%;
	font-size:18px;
	letter-spacing:1px;
	line-height:1;
}/*2017-03-09編輯*/

.m-menu-list:hover{
	color: #ffffff;
	/*background-color: #ff4f95;*/
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}/*2017-03-09編輯*/




/**強制首頁-產品介紹改變背景色**/
.m-bgc{
    background-color: #ff4f95 !important;  /*2017-03-08編輯*/
    margin-top: 0;
}


/**彩虹分隔線**/
.color-line{
	width:100%;
	height:7px;
	background-image:url(../../images/tw/color-line.png);
	background-repeat:no-repeat;
	margin: -2px auto; /*2017-03-15編輯*/
}

/**首頁-關於我們字體**/
.index-abs-txt{
	font-family: 'Questrial', sans-serif;
	font-size:16px;
	font-weight: 600;
	color:#000000;
	letter-spacing:1px;
	line-height:2; /*2017-03-15編輯*/
	padding: 1em;
}

.title-set{
	vertical-align:middle;
}

/*more按鍵置中*/
.more-button{
	text-align:center;
}


/**首頁產品介紹標題**/
.index-products-title{
	width:100%;
	height:133px;
	background:url(../../images/tw/ptitle.png) top center no-repeat;
}

.ip-title-txt{
	font-family: 'Roboto', sans-serif;
	font-family: 'Patua One', cursive;
	font-size:24px;
	color:#ffffff;
	letter-spacing:1px;
	line-height: 7; /*2017-03-07編輯*/
	text-align:center;
}

.ip-star{
	position: absolute;
    right: 48%;
    display: inline-block;
    margin: -27px 0 0 0;
}


/**內頁產品介紹選單設定**/
.menu-all-bg{
	/*background-color:#ffffff;*/
	background-size:cover;
}

/*popular hover*/
.popular{
	width: 155px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list1.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.popular a {
	display: block;
	width: 100%;
	height: 100%;
}

.popular:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 155px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list1.5.png);
	background-repeat: no-repeat;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .popular {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 155px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list1.5.png);
	background-repeat: no-repeat;
}




/*classicsyrup hover*/
.classicsyrup{
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list2.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.classicsyrup a {
	display: block;
	width: 100%;
	height: 100%;
}
.classicsyrup:hover{
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list2.5.png);
	background-repeat: no-repeat;
}


.dropdown {
    position: relative;
    display: inline-block;
}



.dropdown:hover .classicsyrup {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list2.5.png);
	background-repeat: no-repeat;
}




/*fruit hover*/
.fruit{
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list3.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.fruit a {
	display: block;
	width: 100%;
	height: 100%;
}
.fruit:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list3.5.png);
	background-repeat: no-repeat;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .fruit {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list3.5.png);
	background-repeat: no-repeat;
}


/*tea hover*/
.tea{
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list4.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.tea a {
	display: block;
	width: 100%;
	height: 100%;
}
.tea:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list4.5.png);
	background-repeat: no-repeat;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .tea {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list4.5.png);
	background-repeat: no-repeat;
}


/*50fruitplus hover*/
.fruitplus{
	width: 130px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list5.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.fruitplus a {
	display: block;
	width: 100%;
	height: 100%;
}
.fruitplus:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 130px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list5.5.png);
	background-repeat: no-repeat;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .fruitplus {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 130px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list5.5.png);
	background-repeat: no-repeat;
}


/*powder hover*/
.powder{
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list6.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.powder a {
	display: block;
	width: 100%;
	height: 100%;
}
.powder:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list6.5.png);
	background-repeat: no-repeat;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .powder {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list6.5.png);
	background-repeat: no-repeat;
}


/*solid hover*/
.solid{
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list7.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.solid a {
	display: block;
	width: 100%;
	height: 100%;
}
.solid:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list7.5.png);
	background-repeat: no-repeat;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .solid {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list7.5.png);
	background-repeat: no-repeat;
}


/*public hover*/
.public{
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list8.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.public a {
	display: block;
	width: 100%;
	height: 100%;
}
.public:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list8.5.png);
	background-repeat: no-repeat;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .public {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 101px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list8.5.png);
	background-repeat: no-repeat;
}


/*packaging hover*/
.packaging{
	width: 120px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list9.png);
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.packaging a {
	display: block;
	width: 100%;
	height: 100%;
}
.packaging:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 120px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list9.5.png);
	background-repeat: no-repeat;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .packaging {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 120px;
	height: 142px;
	background-image: url(../../images/tw/ch-ip-list9.5.png);
	background-repeat: no-repeat;
}



/**首頁產品介紹**/
.ip-all{
	width:100%;
	background-color:#ffffff;
	background-size:cover;
}

.ip-item-wrap{
    /* display: inline-block; */
    padding: 1em 1em 2em 1em; /*2017-03-07編輯*/
}

.index-pp{
	width:100%;
	height:auto;
	-webkit-border-radius: 10px;/*2017-03-07編輯*/
	-moz-border-radius: 10px;/*2017-03-07編輯*/
	border-radius: 10px;/*2017-03-07編輯*/
	background-color:#FFF;
	-moz-box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
	box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
}

.ip-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: 600;
	color:#7c7c7c;
	letter-spacing:1px;
	line-height:1;
	padding: 1em;
    text-align: center;
}

/**飲品介紹**/
.htd-title{
	width:100%;
	height:939px;
	background:url(../../images/tw/howtodrinks.png) top center no-repeat;
}

.htd-title-txt{
	font-family: 'Roboto', sans-serif;
	font-family: 'Patua One', cursive;
	font-size:24px;
	color:#ffffff;
	letter-spacing:1px;
	line-height:1;
	/*padding: 1em;*/ /*2017-03-07編輯*/
	text-align:center;
}

/**飲品介紹輪播圖外包圍**/
.htd-all-wrap{
	width:100%;
	height:553px;
	background:url(../../images/tw/htd-slide-bg.jpg) top center no-repeat;
	padding:2em 8em 2em 8em;
	margin: 2em auto;
}

/**overflow設定**/
.ovrflw-h{
	text-overflow: ellipsis;
    overflow: hidden;
}

/**飲品介紹輪播圖標題文字外包圍**/
/*.htd-slide-ttxt-wrap{
	display:inline-block;
}*/

/**飲品介紹輪播圖標題文字**/
.htd-slide-ttxt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-style:italic;
	font-size:26px;
	font-weight: 600;
	color:#ea457c;
	letter-spacing:1px;
	line-height:1;
}

/**飲品介紹右欄文字標題**/
.htd-ywn-ttxt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:22px;
	font-weight: 500;
	color:#2e9acc;
	letter-spacing:1px;
	line-height:1;
}
/**飲品介紹右欄文字項目**/
.htd-ywn-sub-item-ttxt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-style:italic;
	font-size:14px;
	font-weight: 500;
	color:#000000;
	letter-spacing:1px;
	line-height: 1;
    padding: 0.5em 1em 0.5em 2em;
	border-bottom: #7c7c7c 1px solid;
}

.htd-ywn-sub-step-ttxt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: 500;
	color:#000000;
	letter-spacing:1px;
	line-height: 1.5;
	padding: 0.5em 0 0.5em 0;
	border-bottom: #7c7c7c 1px solid;
}


.htd-circle-pic-wrap{
	padding: 2em 0 2em 0;
}

.htd-right-item-wrap{
	padding: 1em 0 0 0;
}


/*飲品介紹more按鍵*/
.htd-more-button{
	text-align:center;
}






/**最新消息**/
.newsandservices-bg{
	width:100%;
	min-height:990px;
	background:url(../../images/tw/bgp.png) top left no-repeat;
	background-color:#ffffff;
	border-radius: 15px;/*2017-03-09編輯*/
	-moz-box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
	box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
}

/**最新消息字體**/
.index-nns-txt{
	font-family: 'Roboto', sans-serif;
	font-family: 'Patua One', cursive;
	font-size:18px;
	font-weight: 500;
	color:#ff4f95;
	letter-spacing: 1px;
    line-height: 1;
    padding: 0 0 1em 0;
    text-align: center;
}

/**最新消息+服務中心彩色底線**/
.nns-color-line {
    width: 90%;
    height: 7px;
    background-image: url(../../images/tw/color-line.png);
    background-repeat: no-repeat;
	margin: 0 auto;
}
/**最新消息欄外包圍**/
.inws-wrap{
	padding: 1em;
}


/**最新消息欄字體**/
.inws-txt{
	font-family: 'Questrial', sans-serif;
	font-size:18px;
	/*font-weight: 600;*/ /*2017-03-10編輯*/
	color:#000000;
	letter-spacing:1px;
	line-height:2;
	padding: 1em;
}

/**最新消息欄標題字體**/
.inws-title-txt{
	font-family: 'Questrial', sans-serif;
	font-size:18px;
	/*font-weight: 600;*/ /*2017-03-10編輯*/
	color:#000000;
	letter-spacing:1px;
	line-height:2;
	padding: 1em;
	vertical-align: middle;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/**最新消息欄內文敘述字體**/
.inws-sub-txt{
	font-family: 'Questrial', sans-serif;
	height:116px;
	font-size:14px;
	/*font-weight: 600;*/ /*2017-03-10編輯*/
	color:#7a7a7a;
	letter-spacing:1px;
	line-height:2;
	padding: 0 1em;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/ /*2017-03-10編輯*/
    overflow: hidden;
	vertical-align: middle;
}

/**底線**/
.bdr-btm-line{
	border-bottom: 1px solid #bcbcbc;
	width: 90%;
    margin: 0 auto;
}


/**服務中心**/
.pic-pd{
	padding:0.5em;
}


/**選擇德瑪的三大理由**/
.whychoosedama-bg{
	width:100%;
	height:936px;
	background:url(../../images/tw/whychoose.png) top center no-repeat;
}

.whychoosedama-title-txt{
	font-family: 'Roboto', sans-serif;
	font-family: 'Patua One', cursive;
	font-size:24px;
	color:#00a0e9;
	letter-spacing:1px;
	line-height:1;
	/*padding: 1em;*/ /*2017-03-07編輯*/
	text-align:center;
}

.wcd-pic{
	padding-top: 4.35em; /*2017-03-15編輯*/
	text-align:center;
}

.wcd-near{
	margin:0 -3px;
}


/**我們的理念**/
.page-ov-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000000;
	letter-spacing:1px;
	line-height:2; /*2017-03-15編輯*/
	padding: 1em;
	text-align:justify;
}

.page-ov-txt a:link{
	color:#000000;
}

.page-ov-txt a:visited{
	color:#000000;
}

.page-ov-txt a:hover{
	color:#ff4f95;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-ov-txt a:active{
	color:#000000;
}


/**關於我們**/
.aboutus-banner-pic{
    width: 100%;
    height: 529px;
    background: url(../../images/tw/aboutus_bg.jpg) top center no-repeat;
}

.abs-bg-pic{
	width:100%;
	background:url(../../images/tw/abs_bg.png) bottom center no-repeat;
	text-overflow: ellipsis;
    overflow: hidden;
}

.abs-acc-pic{
	width:100%;
	height:610px;
	background:url(../../images/tw/abs-acc.png) bottom center no-repeat;
}

.page-abs-txt{
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 2;
    padding: 1em;
	text-align:justify;
}


/**最新消息**/
.news-banner-pic{
    width: 100%;
    height: 529px;
    background: url(../../images/tw/news_bg.jpg) top center no-repeat;
}


/**聯絡我們**/
.contact-banner-pic{
    width: 100%;
    height: 529px;
    background: url(../../images/tw/contact_bg.jpg) top center no-repeat;
}

.cntct-addphone-set{
	padding:1em;
}

.cntct-mail-set{
	color:#29bbf9;
	padding:1em;
	font-size: 15px;
}

.cntct-mail-set:link{
	color:#29bbf9;
}

.cntct-mail-set:visited{
	color:#29bbf9;
}

.cntct-mail-set:hover{
	color:#ff4f95;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cntct-mail-set:active{
	color:#29bbf9;
}




/**表單文字**/
.cntct-form-txt{
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    line-height: 2;
	vertical-align: middle;
}

.so-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	line-height: 2;
}

.please-select{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-seri !important;
}

.pure-form select {
    height: 2.5em!important;
}

/**調整表單標題文字寬度**/
.pure-form-aligned .pure-control-group label {
    /*width: 12em !important;*/
	text-align: left !important;
	margin: 0 1em 0 0!important;
}


.form-width{
	width: 75%!important;
}

.gender-width{
	width: 6em !important;
}

.radio-width{
	width: auto !important;
}

.form-title-width{
	width:10em !important;
}


.captcha-form-width{
	width: 40%!important;
}

/**清除+送出按鍵**/
.cntact-btn-pddng{
	padding:2em;
	text-align:center;
}

/**表單訊息欄位高度**/
.message-form{
	min-height: 200px;
}






/*星號顏色*/
.star-set{
	color:#ff4f95;
	font-size: 24px;
    vertical-align: -webkit-baseline-middle;
}
/*左側公司資訊*/
.cntct-left-info-txt{
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    line-height: 2;
    padding: 1em 1em 3em 1em;
}

.cntct-left-info-txt a:link{
	color:#000000;
}

.cntct-left-info-txt a:visited{
	color:#000000;
}

.cntct-left-info-txt a:hover{
	color:#ff4f95;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cntct-left-info-txt a:active{
	color:#000000;
}

/*提示文字*/
.cntct-tips-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight: 500;
	color:#3e3a39;
	letter-spacing:1px;
	line-height:2; /*2017-03-15編輯*/
	padding: 1em;
}




/**路徑設定**/
.bread {
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	width:100%;
	text-align:right;
    font-size: 14px;
    color: #3e3a39;
	/*padding:0.2em 0 0 0;*/
	line-height:2.2;
	
}
	
.bread a i {
    font-size: 18px;
}

.color-333{
	color:#9fa0a0;
}

.color-333:link{
	color:#9fa0a0;
}

.color-333:visited{
	color:#9fa0a0;
}

.color-333:hover{
	color:#3e3a39;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.color-333:active{
	color:#9fa0a0;
}


.color-666{
	color:#9fa0a0;
}




.color-home{
	color:#ff4f95;
}

.color-home:link{
	color:#ff4f95;
}

.color-home:visited{
	color:#ff4f95;
}

.color-home:hover{
	color:#ff4f95;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.color-home:active{
	color:#ff4f95;
}



/**內頁最新消息**/
.page-news-bg{
	width:100%;
	min-height:300px;
	background:url(../../images/tw/news_br_pic.png) bottom right no-repeat;
	background-color:#ffffff;
	border-radius: 15px;/*2017-03-09編輯*/
	-moz-box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
	box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
}

/**外包圍**/
.news-ctn-wrap{
	padding:1em;
	margin: -65px auto;
}

/**內頁最新消息標題字體**/
.page-news-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: 500;
	color:#036eb8;
	letter-spacing: 1px;
    line-height: 2;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-news-txt a:link{
	color:#036eb8;
}

.page-news-txt a:visited{
	color:#036eb8;
}

.page-news-txt a:hover{
	color:#036eb8;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-news-txt a:active{
	color:#036eb8;
}



/**內頁最新消息內文字體**/
.page-news-sub-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: 500;
	color:#3e3a39;
	letter-spacing: 1px;
    line-height: 2;
	padding: 1em 0 1em 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}


/**內頁最新消息圖片圓角設定**/
.news-br-img{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius:15px;
	border-top-left-radius:15px;
    border-top-right-radius:15px;
}

/**日期設定**/
.date-circle{
	/*width: 100px;
	height: 100px;
	background-color:#036eb8;
	opacity:0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;*/
	
	
	position: relative;
	top: -52px;
    left: 30px;
    width: 100px;
	height: 100px;
    display: inline-block;
    background-color:#036eb8;
	opacity:0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
    box-sizing: border-box;
	text-align: center;
}


.date-inside-circle{
	position:absolute;
	width: 90px;
	height: 90px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	border:#ffffff 1px solid;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
	padding: 1em;
}



/**詳細頁日期設定**/
.news-detail-date-circle{
	/*width: 100px;
	height: 100px;
	background-color:#036eb8;
	opacity:0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;*/
	
	
	position: relative;
    width: 100px;
	height: 100px;
    display: inline-block;
    background-color:#036eb8;
	opacity:0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
    box-sizing: border-box;
	text-align: center;
}


.news-detail-date-inside-circle{
	position:absolute;
	width: 90px;
	height: 90px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	border:#ffffff 1px solid;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
	padding: 1em;
}

/**day字體**/
.dd-txt{
	font-family: 'Questrial', sans-serif;
	font-size:30px;
	font-weight: 500;
	color:#ffffff;
	letter-spacing: 1px;
    line-height: 1;
}

/**年/月字體**/
.ym-txt{
	font-family: 'Questrial', sans-serif;
	font-size:12px;
	font-weight: 500;
	color:#ffffff;
	letter-spacing: 1px;
    line-height: 2;
}



/**詳細頁右欄虛線設定**/
.nd-item-left{
	border-left:#2ea7e0 1px dashed;
	padding: 2em;
}

/**詳細頁左欄設定**/
.nd-item{
	padding: 2em;
}


/**返回列表按鍵**/
.nd-btl-button{
	text-align:left;
	padding-top:3em;
}



/**詳細頁字體設定**/
/**內頁最新消息標題字體**/
.nd-page-news-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight: 500;
	color:#036eb8;
	letter-spacing: 1px;
    line-height: 2;
}

/**文字底線**/
.npnt-line{
	width:16%;
	border-top:#2ea7e0 1px solid;
	padding: 3em 0 0 0;
}




/**內頁最新消息內文字體**/
.nd-page-news-sub-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight: 500;
	color:#3e3a39;
	letter-spacing: 1px;
    line-height: 2;
	padding: 1em 0 1em 0;
	text-align:justify;
    
}


/**內頁飲品介紹**/
.htd-banner-pic{
    width: 100%;
    height: 529px;
    background: url(../../images/tw/htd_bg.jpg) top center no-repeat;
}

/**內頁飲品介紹-詳細頁**/
.page-htdd-title-wrap{
	display:inline-block;
	border-bottom:#3e3a39 1px solid;
	width:100%;
	padding: 0 0 1em 0;
}
.page-htdd-title-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight: 500;
	color:#c30d23;
	letter-spacing: 1px;
    line-height: 2;
	display:inline-block;
}

.htdd-title-icon {
    vertical-align: middle!important;
}


/**內頁產品介紹**/
.products-banner-pic{
    width: 100%;
    height: 529px;
    background: url(../../images/tw/products_bg.jpg) top center no-repeat;
}


/**內頁產品介紹詳細頁文字標題**/
.page-prdt-ttxt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: 500;
	color:#808000;
	letter-spacing:1px;
	line-height:2;
}


/**內頁產品介紹詳細頁-詳細介紹文字標題**/
.page-prdt-sub-ttxt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: 500;
	color:#ffffff;
	background-color:#f7a521;
	letter-spacing:1px;
	line-height:2;
	text-align: center;
	margin: 1em 0 1em 0;
}

.page-prdt-sub-ttxt-set{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: 500;
	color:#000000;
	letter-spacing:1px;
	line-height: 2;
	padding: 0.5em 0 0.5em 0;
	text-align:justify;
}


ul.disc {
	list-style-type:disc;
}

.pdt-right-item-wrap{
	padding: 1em 0 0 2em;
}



/**內頁服務中心**/
.services-banner-pic{
    width: 100%;
    height: 529px;
    background: url(../../images/tw/services_bg.jpg) top center no-repeat;
}

/**內頁服務中心-諮詢服務背景**/
.advisory-bg{
	width: 100%;
    height: 224px;
    background: url(../../images/tw/en_sservices.png) top center no-repeat;
}

/**內頁服務中心-諮詢服務-文字區域**/
.page-svce-sub-ttxt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif ;
	font-size:14px;
	font-weight: 500;
	color:#000000;
	/*background-color:#f7a521;*/
	letter-spacing:1px;
	line-height:1.5;
	/*width: 90%;*/
    display: inline-block;
	padding: 1.5em 5em 1.5em 2em;
}

/**文字顏色**/
.color-red{
	color:#c30d23;
}

.color-pink-red{
	color:#ff4f95;
}

.color-green{
	color:#22ac38;
}

.color-green:link{
	color:#22ac38;
}

.color-green:visited{
	color:#22ac38;
}

.color-green:hover{
	color:#ff4f95;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.color-green:active{
	color:#22ac38;
}




.color-blue{
	color:#2ea7e0;
}

.color-blue:link{
	color:#2ea7e0;
}

.color-blue:visited{
	color:#2ea7e0;
}

.color-blue:hover{
	color:#ff4f95;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.color-blue:active{
	color:#2ea7e0;
}


/**服務中心-手機/平板狀態標題**/
.service-pic-pd{
	padding:0.5em 0 0.5em 0;
	text-align:center;
}

/**服務中心-手機/平板狀態內文編輯區**/
.service-sub-txt-bg{
	width:100%;
	min-height:100px;
	background: url(../../images/tw/news_br_pic.png) bottom right no-repeat;
	background-color:#ffffff;
	border-radius: 10px;
	-moz-box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
	box-shadow:0px 3px 12px -2px rgba(0,0,0,0.5);
}

.service-sub-txt-style{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: 500;
	color:#000000;
	/*background-color:#f7a521;*/
	letter-spacing:1px;
	line-height:2;
	/*width: 90%;*/
    display: inline-block;
	padding: 2em;
}


/**內頁商品客製化服務-諮詢服務背景**/
.custom-bg{
	width: 100%;
    height: 224px;
    background: url(../../images/tw/en_scustom.png) top center no-repeat;
}



/**內頁商品索取樣品背景**/
.get-sample-bg{
	width: 100%;
    height: 224px;
    background: url(../../images/tw/en_get_sample.png) top center no-repeat;
}




/**內頁海外購物流程**/
.or-banner-pic{
    width: 100%;
    height: 432px;
    background: url(../../images/tw/en_oversea_banner.png) top center no-repeat;
}

/**內頁海外購物流程文字**/
.or-title-txt-style{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: 500;
	color:#000000;
	/*background-color:#f7a521;*/
	letter-spacing:1px;
	line-height:2;
}

.or-sub-txt-style{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:16px;
	/*font-weight: 500;*/
	color:#000000;
	/*background-color:#f7a521;*/
	letter-spacing:1px;
	line-height:2;
}



.moq-title-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight: 500;
	color:#ff4f95;
	/*background-color:#f7a521;*/
	letter-spacing:1px;
	line-height:2;
	padding-top: 2em;
}

.moq-sub-title-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: 500;
	color:#000000;
	/*background-color:#f7a521;*/
	letter-spacing:1px;
	line-height:2;
}



/**詢價車內容**/
.oc-title{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	color:#5e5e5e;
	width: 100%;
	font-size:22px;
	/*font-weight: bold;*/
	line-height: 2;
    letter-spacing: 1px;
	text-align: center;
	padding: 1em;
	border-bottom-style:solid;
	border-bottom-color:#c9c9c9;
	border-bottom-width:thin;
}

.oc-tips{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:15px;
	line-height: 2;
    letter-spacing: 1px;
	text-align: center;
	padding: 1em;
}

/**送出詢價**/
.co-bottom{
	font-family: 'Questrial', sans-serif;
	color:#ffffff;
	background-color:#ff4f95;
	width: 100%;
	text-align:center;
	border-radius: 5px;
	margin:2em auto;
	-moz-box-shadow:0px 4px 12px -5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 4px 12px -5px rgba(0,0,0,0.5);
	box-shadow:0px 4px 12px -5px rgba(0,0,0,0.5);
}
.co-bottom:hover{
	background-color:#ff7295;
	text-decoration:none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wc-form-set{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    width: 100%!important;
    min-height: 100px;
	padding: 0.5em;
    font-size: 15px;
}

.login-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-size:18px;
	/*font-weight:bold;*/
	line-height:2;
	letter-spacing:2px;
	vertical-align: middle;
}

.login-txt a:link{
	color: #ffffff;
}

.login-txt a:visited{
	color: #ffffff;
}

.login-txt a:hover{
	color: #ffffff;
	text-decoration:none !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-txt a:active{
	color: #ffffff;
}

.form-margin-set{
	margin-bottom:1em !important;
}

.data-title{
	font-family: 'Questrial', sans-serif;
	color:#000000;
	font-size:14px;
	font-weight: 600;
	line-height: 1;
    letter-spacing: 1px;
}

.data-set{
	text-align: left !important;
}

/**彈出視窗詢價產品文字**/
.inpr-form-txt{
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #c30d23;
    letter-spacing: 1px;
    line-height: 2;
	vertical-align: middle;
}

.inpr-form-title-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    line-height: 2;
    vertical-align: middle;
}

.inpr-form-title-nostar-txt {
    font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    line-height: 2;
	padding-left:1em;
    vertical-align: middle;
}

.inpr-form-title-nostar-width {
    width:12em !important;
}



/**分頁**/
.navi-no-bg{
	background-color:transparent !important;
}























/**FOOT設定**/
.foot-all-wrap{
	width:100%;
	/*height:332px;*/ /*2017-03-09編輯*/
	background:url(../../images/tw/foot_bg.png) top center no-repeat;
    background-position: center;
}

.foot-info{
	display:block;
}

.foot-info-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif ;
	font-size:14px;
	color:#383838;
	letter-spacing:1px;
	line-height:1.5;
	/*padding: 1em;*/ /*2017-03-07編輯*/
}

.foot-info-txt a:link{
	color: #383838;
}

.foot-info-txt a:visited{
	color: #383838;
}

.foot-info-txt a:hover{
	color: #383838;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.foot-info-txt a:active{
	color: #383838;
}

.foot-pd{
	padding:1em;
	display: inline-block;
    vertical-align: middle;
}

.foot-info-txt .foot-pd{
	display: contents;
}

/*社群icon*/
.social-icon-wrap{
	display:inline-block;
}

.si-pd-set{
	padding: 0 0.5em 0 0.5em;
    vertical-align: middle;
}


















/*footer 證書*/
.certificate{
    display: inline-block;
    width: 150px;
    margin: 0 1em 0 0;
}

@media (max-width: 1024px){

.certificate {
    display: inline-block;
    width: 105px;
    margin: 0;
}
}

@media (max-width: 568px){
.certificate{
    display: block;
    margin: 0 auto;
    padding: 0 0 1em 0;
    width: 180px;
}
}




































/****固定設定區區-開始****/
/**底部copyright設定**/
.copyright-info{
	width:100%;
	background-image:url(../../images/tw/foot-bottom-info.png);
	background-repeat:repeat;
	text-align:center;
    margin:0 auto;
}

.copyright-info-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin:0 auto;
	padding: 15px;
	display:inline-block;
	letter-spacing: 1px;
	line-height: 1.5;
}

/**底部津淳連結**/
.jc-icon-txt{
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	display:inline-block;
	font-size:12px;
	color:#ffffff;
	padding: 10px 0;
}

.jc-icon-txt a:link{
	color:#ffffff;
}

.jc-icon-txt a:visited{
	color:#ffffff;
}

.jc-icon-txt a:hover{
	color:#ffffff;
}

.jc-icon-txt a:active{
	color:#ffffff;
}

/**清除浮動**/
.clear-b{
	clear:both;
	margin:0;
	padding:0;
}

/**動態流暢效果**/
.atmrun{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}


/**間距設定**/
.our-vision-pdt{
	padding-top: 3em;
}

.foot-spacing{
	padding: 6em 0 2em 0;
}

.ip-pdb{
	padding-bottom:3em;
}

.svc-pad{
	padding-bottom: 15em;
}

.pdbb{
	padding:2em 0 2em 0;
}


.ch-pdbb{
	padding:2em 0 15em 0;
}



.service-pdbb{
	padding:2em 0 2em 0;
}

.page-pdbb{
	padding:2em 0 0 0;
}


.news-pdbb{
	padding:2em 0 1em 0;
}

.htdpdbb{
	padding:2em 0 1em 0;
}

.nna-pd{
	padding:1em;
}

.news-nna-pd{
    padding: 2em 2em 6em 2em;
}

.news-detail-pd{
    padding: 2em 2em 2em 2em;
}

.btn-pddng{
	padding:2em;
}

.htdd-content-padding{
	padding: 3em 0 6em 0;
}

.htdd-btn-padding{
	padding: 0 1em 0 1em;
}

.products-btn-padding{
	padding: 2em 1em 0 1em;
}

.cntct-right-item{
	padding-top: 3em;
}


.service-item-pad{
	padding: 3em 0 3em 0;
}



.svc-btn-pddng{
	padding:3em;
}

.abs-pd{
	padding-top: 3.9em;
}

.ch-abs-pd{
	padding-top: 0;
}

.abs-girl-pd{
	padding-top: 14em;
}


/**強制pure-img執行inline-block**/
.index-news-title-pic{
	display:inline-block !important;
}

/**置中**/
.ta-set{
	text-align:center;
}

/**圖片垂直置中**/
.middle-set{
	vertical-align:middle;
}

/**發光**/
.light-img {
    max-width: 100%;
	height:auto;
	
	/*--動畫--*/
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.light-img:hover {
	-webkit-filter: drop-shadow(0px 0px 7px white);
    filter: drop-shadow(0px 0px 7px white);
	 
}

/**圖片滑鼠hover效果**/
.hiroki-img {
    max-width: 100%;
	height:auto;
	
	/*--動畫--*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hiroki-img:hover {
	-webkit-filter: contrast(150%); /* Safari */
    -moz-filter: contrast(150%);
    -ms-filter: contrast(150%);
    -o-filter: contrast(150%);
    filter: contrast(150%);
	 
}



/**圖片圓角效果**/
.hiroki-br-img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/**不規則圓形**/
.avatar {
    border-top-left-radius: 200px 100px;
    border-top-right-radius: 170px 115px;
    border-bottom-left-radius: 120px 130px;
    border-bottom-right-radius: 245px 125px;
}
.avatar img {
    width: 100%;
    height: 100%;
}


/**圓形圖片效果**/
.circular-landscape{
    display:inline-block;
    position:relative;
    width:116px;
    height:116px;
    overflow:hidden;
    border-radius:50%;
}

.circular-landscape img{
    width:auto;
    height:100%;
    margin-left:-50%;
}


/**首頁飲品介紹大圓形圖片效果**/
.ihtd-circular-landscape{
    display:inline-block;
    position:relative;
    /*width:366px;
    height:366px;*/ /*2017-03-14編輯*/
    overflow:hidden;
    border-radius:50%;
}

.ihtd-circular-landscape img{
    width:auto;
    height:100%;
    margin-left:-50%;
}

/**滑鼠移入轉圈效果**/
.rotate {
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

.rotate:hover {
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg);
}

/**圖片陰影**/
.img-shadow{
	box-shadow:0px 3px 12px -2px #898989;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/**首頁飲品介紹圖片陰影**/
.intd-img-shadow{
	box-shadow:0px 3px 12px 2px #ff298a;
}
/****固定設定區-結束****/




@media (max-width: 1366px){
.ip-star {
    right: 46%;
}
}


@media (max-width: 1280px){
.ctn-width{
	width:95%;
	margin:0 auto 0 auto;
}
}




@media (min-width: 1276px){
.m-menu-list{
	display:none;
}

.m-ic-search-wrap{
	display:none;
}

.service-pic-pd{
	display:none;
}
.service-sub-txt-bg{
	display:none;
}
}


@media (max-width: 1276px){
/*aboutus hover*/
/*aboutus hover*/
.aboutus{
	padding: 15px;
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
}
.aboutus a {
	display: block;
	width: 100%;
	height: 100%;
}
.aboutus:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
}

.aboutus.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
}



/*products hover*/
.products{
	padding: 15px;
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
}
.products a {
	display: block;
	width: 100%;
	height: 100%;
}
.products:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.products.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
}


/*drinks hover*/
.htdrinks{
	padding: 15px;
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
}
.htdrinks a {
	display: block;
	width: 100%;
	height: 100%;
}
.htdrinks:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.htdrinks.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
}

/*news hover*/
.news{
	padding: 15px;
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
}
.news a {
	display: block;
	width: 100%;
	height: 100%;
}
.news:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.news.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
}


/*services hover*/
.services{
	padding: 15px;
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
}
.services a {
	display: block;
	width: 100%;
	height: 100%;
}
.services:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}
.services.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
}


/*contact hover*/
.contact{
	padding: 15px;
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
}
.contact a {
	display: block;
	width: 100%;
	height: 100%;
}
.contact:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.contact.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
}

/*member hover*/
.member{
    padding: 15px;
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	background-repeat: no-repeat;
}
.member a {
	display: block;
	width: 100%;
	height: 100%;
}
.member:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.member.active {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
}




/*popular hover*/
.popular{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.popular a {
	display: block;
	width: 100%;
	height: 100%;
}
.popular:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .popular {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}


/*classicsyrup hover*/
.classicsyrup{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.classicsyrup a {
	display: block;
	width: 100%;
	height: 100%;
}
.classicsyrup:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .classicsyrup {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

/*fruit hover*/
.fruit{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.fruit a {
	display: block;
	width: 100%;
	height: 100%;
}
.fruit:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .fruit {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}


/*tea hover*/
.tea{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.tea a {
	display: block;
	width: 100%;
	height: 100%;
}
.tea:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .tea {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}



/*50fruitplus hover*/
.fruitplus{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.fruitplus a {
	display: block;
	width: 100%;
	height: 100%;
}
.fruitplus:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .fruitplus {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}





/*powder hover*/
.powder{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.powder a {
	display: block;
	width: 100%;
	height: 100%;
}
.powder:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .powder {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}


/*solid hover*/
.solid{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.solid a {
	display: block;
	width: 100%;
	height: 100%;
}
.solid:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .solid {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}


/*public hover*/
.public{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.public a {
	display: block;
	width: 100%;
	height: 100%;
}
.public:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .public {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}


/*packaging hover*/
.packaging{
	width: 100%;
    height: auto;
	background:none;
	-webkit-transition: background 300ms linear !important;
	-moz-transition: background 300ms linear !important;
	-o-transition: background 300ms linear !important;
	transition: background 300ms linear !important;
	background-repeat: no-repeat;
}
.packaging a {
	display: block;
	width: 100%;
	height: 100%;
}
.packaging:hover {
	/*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}

.dropdown:hover .packaging {
    /*-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;*/
	width: 100%;
    height: auto;
	background:none;
	background-repeat: no-repeat;
}


.advisory-bg{
	background:none;
	height: auto;
}

.custom-bg{
	background:none;
	height: auto;
}

.get-sample-bg{
	background:none;
	height: auto;
}

.page-svce-sub-ttxt{
	display:none;
}

}





/*@media (max-width: 1126px){
.cntct-left-bl{
	border-bottom:#666 1px solid ;
}
}*/



/*@media (max-width: 1160px){
.top-row{
	display:block;
	width:100%;
	height:2em;
	background: #ff4f95; 
}
}*/
/*2017-03-06編輯*/





@media (max-width: 1024px){
.ctn-width{
	width:95%;
	margin:0 auto 0 auto;
}
.ip-star {
    right: 45%;
}
.abs-bg-pic{
	background:url(../../images/tw/1024_abs_bg.png) bottom center no-repeat;
}
.form-width {
    width: 100%!important;
}
.form-title-width {
    width: auto !important;
}
}






@media (max-width: 768px){
.ctn-width{
	width:95%;
	margin:0 auto 0 auto;
}
.ctn-all-width {
    width: 80%;
    margin: 0 auto 0 auto;
}
.ip-star {
    right: 43%;
}
.social-icon-wrap {
    padding-top: 1em;
}
.si-pd-set{
	padding:0;
}
.foot-all-wrap{
	background:#fff;
}
.htd-title {
    height: 1595px;
    background: url(../../images/tw/m-howtodrinks.png) top center no-repeat;
}
.htd-all-wrap {
    height: 1230px;
    background: url(../../images/tw/m-htd-slide-bg.jpg) top center no-repeat;
    padding: 2em 2em 2em 2em;
}
.htd-circle-pic-wrap {
	text-align:center;
}
.htd-more-button{
	padding-top:3em;
}
.abs-girl-pd {
    padding-top: 8em;
}
.title-set {
    vertical-align: middle;
    text-align: center;
}
.abs-bg-pic{
	background:url(../../images/tw/768_abs_bg.png) bottom center no-repeat;
}
.page-abs-txt {
	padding: 1em 0 6em 0;
}
.abs-girl-pd {
    padding-top: 4em;
}
.form-width {
    width: 100%!important;
}
.captcha-form-width{
	width: 100%!important;
}
.pure-form-aligned .pure-control-group label {
    display: block;
}
.nd-item-left{
	border-left:none;
	border-top:#2ea7e0 1px dashed;
}
.nd-item {
    text-align: center;
}
.npnt-line {
    margin: 0 auto;
}
.nd-btl-button{
	text-align:center;
}
.inpr-form-title-nostar-txt{
	padding-left:0;
}
.cntct-left-bl{
	border-bottom:#666 1px solid ;
}
}



@media (max-width: 736px){
.ctn-width{
	width:95%;
	margin:0 auto 0 auto;
}
.foot-info {
    padding: 2em 0 0 0;
}
.foot-spacing {
    padding: 2em 0 3em 0;
}
.abs-bg-pic{
	background:url(../../images/tw/m667-abs_bg.png) bottom center no-repeat;
}
.page-abs-txt {
    padding: 1em 0 9em 0;
}
}

@media (max-width: 667px){
.page-abs-txt {
    padding: 1em 0 5em 0;
}
}


@media (max-width: 568px){
.hiroki-u-ss-1{
	width:100%;
	max-width:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.ip-star {
    right: 43%;
}
.foot-spacing {
    padding: 1em 0 2em 0;
}
.abs-girl-pd {
    padding-top: 0;
}
/*.abs-bg-pic{
	background:url(../../images/tw/m568-abs_bg.png) bottom center no-repeat;
}*/
.page-abs-txt {
    padding: 1em 0 2em 0;
}
}



@media (max-width: 414px){
.ctn-width{
	width:90%;
	margin:0 auto 0 auto;
}
.ip-star {
    right: 40%;
}

.m-search-tool {
    display: inline-block;
    padding: 1em;
}

/*.abs-bg-pic{
	background:url(../../images/tw/m-abs_bg.png) bottom center no-repeat;
}*/
.page-abs-txt {
    padding: 1em 0 2em 0;
}
.ch-pdbb {
    padding: 2em 0 6em 0;
}
.abs-acc-pic {
    height: auto;
}
}


@media (max-width: 375px){
.abs-bg-pic{
	background:url(../../images/tw/m375-abs_bg.png) bottom center no-repeat;
}
.abs-girl-pd {
    padding-top: 4em;
}
}

@media (max-width: 320px){
.ip-star {
    right: 35%;
}
/*.abs-bg-pic{
	background:url(../../images/tw/m320-abs_bg.png) bottom center no-repeat;
}*/
.abs-girl-pd {
    padding-top: 0;
}
.page-abs-txt {
    padding: 1em 0 6em 0;
}
}





/*---會員中心 開始---*/

.member-bg{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 60px;
}

@media (max-width: 768px){
    .member-bg{
        margin-bottom: 60px;
    }
}

.member-content{
    margin-top:20px;
}

.member-title{
	display: inline-block;
	margin: 20px auto;
	width: 100%;
	text-align: center;
}

.member-title-img{
  display: inline-block;
  vertical-align: middle;
}

.member-title-img img{
  width: 100%;
  max-width: 100px;
    
}

.member-title-name{
    vertical-align: middle;
    color: #006837;
    font-size: 18pt;
    letter-spacing: 1pt;
    display: inline-block;
    border-bottom: 2px solid #006837;
}

.img-mirror{
  -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
}

.member-box-01{
  box-sizing: border-box;
    padding: 5% 2%;
    border-radius: 20px;
    position: relative;
}

.member-required{
  color:#F4A12B;
  position: absolute;
  top: 20px;
  right: 7%;
}

.member-box-02{
  box-sizing: border-box;
    padding: 0;
    border-radius: 20px;
    margin-bottom: 80px;
    position: relative;
}

.member-box-03{
  box-sizing: border-box;
  border: 5px solid #053A64;
  padding: 10% 2%;
  border-radius: 20px;
  margin: 80px 0;
}

.order-url.edbox .edbox-body{
    width:80%;
}


.member-content-text{
  text-align: left;
    color: #3E3A39;
    font-size: 11pt;
    padding: 0 3%;
    box-sizing: border-box;
    letter-spacing: 1px;
    margin: 0 auto;
}

.member-content-title{
  color: #FF4F95;
    font-size: 16pt;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.member-content-btn-join{
  background: #0fbfd0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 15px 0 40px 0;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-content-btn-join img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-content-btn-join:hover{
  background: #1fa278;
}

.member-content-btn-checkout{
  background: #6fb62d;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px 0 40px 0;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-content-btn-checkout img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-content-btn-checkout:hover{
  background: #D63C6C;
}


.member-form-text{
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 1px;
  border: 1pt solid #aaa;
  border: 0;
}

.member-forget-password{
  margin-left:16px;
}


.member-forget-password{
  color: #7ab52b;
}
.member-forget-password:hover{
  color: #f90;
}






.member-content-btn-login{
  background: #ee9510;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px 0 40px 0;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-content-btn-login img{
  display: inline-block;
  vertical-align: middle!important;
  margin: 0 10px 3px 0;
}

.member-content-btn-login:hover{
  background: #B75F25;
}

.member-content-btn-fblogin{
  background: #38528C;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px 0 40px 0;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-content-btn-fblogin img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-content-btn-fblogin:hover{
  background: #133260;
}

.member-item-name{
  color:#4D4D4D;
  font-size: 12pt;
  line-height: 40px;
}

.member-sp-text-01{
  text-align: center; 
  font-size: 16pt; 
  line-height: 30px;
}

.member-sp-text-02{
  text-align: left;
    color: #4d4d4d;
    font-size: 10pt;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 15pt;
}

.member-item-name-pot{
  color: #F4A12B;
}

.twcode-right{
margin-right: 8%; 
}

.twcode-color{
  color:#717171;
}

.memeber-form-vc{
  display: inline-block;
  vertical-align: middle;
  margin: -20px 0 0 5px;
}

.member-content-btn-submit{
  background: #006837;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px auto 40px auto;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
  width: 50%;
  letter-spacing: 2px;
}

.member-content-btn-submit:hover{
  background: #47b764;
}

.member-content-btn-forget{
  background: #006837;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px auto 40px auto;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
  letter-spacing: 2px;
}

.member-content-btn-forget:hover{
  background: #47b764;
}

#member-order-table{
  width: 100%;
  margin-top: 30px;
}

#member-order-table thead tr{

}

#member-order-table thead tr th{
  font-size: 11pt;
  font-weight: 500;
  color: #231815;
  padding: 0 5px;
  border-left: 3px solid #006837;
  line-height: 11pt;
}

#member-order-table thead tr th:first-child{
  border-left: 0;
}

#member-order-table tbody tr td{
  text-align: center;
  color: #727171;
  font-size: 11pt;
  padding: 10px 3px;
}

.member-order-table-line{
  border-bottom: 1px solid #898989;
}

.member-order-detail{
  width:20px;
  height:20px;
  display: inline-block;
  margin-left: 5px;
}

.member-order-detail path{
  fill:#006837;
  transition: .5s;
}

.member-order-detail:hover path{
  fill:#41a348;
}

.member-order-del{
  width:20px;
  height:20px;
  display: block;
  margin: 0 auto;
}

.member-order-del path{
  fill:#006837;
  transition: .5s;
}

.member-order-del:hover path{
  fill:#41a348;
}

.member-order-cant-del{
  width:20px;
  height:20px;
  display: block;
  margin: 0 auto;
}

.member-order-cant-del path{
  fill: #b5b5b6;
}


#member-order-table tbody tr td.member-order-number{
  color:#006837;
}

.member-order-price{
  color:#C30D23;
}

#member-order-table tbody tr td.member-order-price{
  color:#C30D23;
}

.member-order-reply{
  color: #EC6B6B;
  border: 1px solid #EC6B6A;
  padding: 2px 5px;
}

.member-order-reply:hover{
  color: #fff;
  background-color: #EC6B6A;
}

.member-order-return{
  color: #F29556;
  border: 1px solid #F29556;
  padding: 2px 5px;
  transition: .5s;
}

.member-order-return:hover{
  color: #fff;
  background-color: #F29556;
}

.product-order-detail-name{
  background: #006837;
  color: #fff;
  padding: 20px;
  text-align: left;
  letter-spacing: 1px;
}

.product-order-detail-number{
  margin: 0 30px 0 10px;
}

.product-order-detail-date{
  margin-left: 10px;
}

.member-order-left-blue{
  margin:20px 0;
  border-left: 3px solid #006837;
  display: block;
  padding: 0 5px;
  text-align: center;
}

#member-order-detail-table thead tr th:first-child .member-order-left-blue{
  border-left: 0;
}

#member-order-detail-table{
  width: 100%;
  border: 2px solid #006837;
  padding: 5px;
}

table#member-order-detail-table{
  border-collapse: separate;
}

#member-order-detail-table thead tr th{
  font-size: 11pt;
  font-weight: 500;
  color: #231815;
  line-height: 11pt;
}

#member-order-detail-table tbody tr td{
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  color: #727171;
  font-size: 11pt;
  padding: 10px;
}

#member-order-detail-table tbody tr:first-child td{
  border-top: 2px solid #006837;
}

#member-order-detail-table tbody tr:last-child td{
  border-bottom: 0;
}


.product-order-detail-tip-box{
  text-align: right;
  padding: 20px 0;
  background: #C7E7FF;
  border-left: 2px solid #006837;
  border-right: 2px solid #006837;
}

.product-order-detail-tip{
  color: #036EB8;
  text-align: left;
}


.product-order-detail-account{
  border-left: 2px solid #006837;
  border-right: 2px solid #006837;
  border-bottom: 2px solid #006837;
  text-align: right;
}

.product-order-detail-shipping{
  text-align: left;
  margin: 15px 0 15px 59%;
}

.product-order-detail-price{
  text-align: left;
  margin: 15px 0 15px 59%;
}

.member-order-detail-data{
  margin-top: 50px;
}

.member-order-detail-data-title{
  color: #006837;
  font-size: 13pt;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 2px solid #006837;
}

.member-order-detail-data-content{
  margin-top: 10px;
  text-align: left;
}

.member-order-detail-data-name{
  color: #231815;
  font-weight: 500;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.member-order-detail-data-word{
 color:#595757;
 padding: 0 0 20px 0;
}

.member-order-detail-logistics{
  background-image: url(../img/member-order-detail-icon.png);
  width:20px;
  height:20px;
  display: inline-block;
  margin-left: 10px;
}

.member-order-detail-logistics:hover{
  background-image: url(../img/member-order-detail-icon-hover.png);
}

.member-order-reply-tip{
  color: #053A64;
  margin-bottom: 30px;
}

.member-order-reply-name{
  color: #053A64;
  text-align: left;
  margin-bottom: 20px;
}

.member-order-reply-word{
  color: #727171;
  text-align: left;
  margin-bottom: 20px;
}

.member-fav-list{
    margin-top: 30px;
}

.member-fav-item{
    padding: 0 2% 50px 2%;
}

.member-collection-pic{
      box-sizing: border-box;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50% - 15px);
    margin-right: 10px;
    display: inline-block;
    opacity: 1;
    transition: .5s;
}

.member-collection-pic:hover{
    opacity: 0.7;
}

.member-collection-pic img{
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.member-collection-info{
  text-align: left;
  padding:0 10px;
  box-sizing: border-box;
}

.member-fav-item .member-collection-info, .member-fav-item  .member-collection-pic{
    vertical-align: bottom;
}

.member-collection-title{
  font-size: 14pt;
  color: #595758;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.member-collection-price{
    color: #c30d23;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.member-collection-btn-add{
  background: #F58411;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 12px 0;
  margin: 20px 0 40px 0;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-collection-btn-add:hover {
    background: #d56c00;
}

.member-collection-btn-add img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-collection-btn-del{
  background: #C31919;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 12px 0;
  margin: 20px 0 0 0;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-collection-btn-del:hover {
    background: #a90808;
}

.member-collection-btn-del img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-refund-tip{
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.8;
    font-weight: 500;
    color: #717071;
    margin-top: 30px;
}

.member-refund-tip a{
  color: #006837;
}

.member-refund-tip a:hover{
  color: #2cbd31;
}

.member-refund-table-title{
  font-weight: 500;
  color: #006837;
  text-align: left;
  margin: 30px 0 10px 0;
}

#member-refund-application-table{
  width: 100%;
}

#member-refund-application-table thead tr th {
    font-size: 11pt;
    font-weight: 500;
    color: #231815;
    line-height: 11pt;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

.member-refund-detail-title{
  text-align: left;
  font-size: 14pt;
  color:#036EB8;
}

.member-order-left-orange{
  margin: 20px 0;
  border-left: 3px solid #006837;
  display: block;
  padding: 0 5px;
}

#member-refund-application-table thead tr th:first-child .member-order-left-orange{
  border-left: 0;
}

#member-refund-application-table tbody tr td {
    text-align: center;
    color: #727171;
    font-size: 11pt;
    padding: 10px 3px;
}

#member-refund-application-table tbody tr td.member-order-number {
    color: #006837;
}

#member-refund-application-table tbody tr td.member-order-price {
    color: #C30D23;
}

.member-refund-return-btn{
  color: #DD5519;
  border: 1px solid #DD5519;
  padding: 2px 5px;
}

.member-refund-return-btn:hover{
  color: #fff;
  background: #DD5519;
}

.member-refund-exchange-btn{
  color: #684B9B;
  border: 1px solid #684B9B;
  padding: 2px 5px;
  margin-left: 5px;
}

.member-refund-exchange-btn:hover{
  color: #fff;
  background: #684B9B;
}

#member-refund-record-table{
  width: 100%;
}

#member-refund-record-table thead tr th {
    font-size: 11pt;
    font-weight: 500;
    color: #231815;
    line-height: 11pt;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

#member-refund-record-table thead tr th:first-child .member-order-left-orange{
  border-left: 0;
}

#member-refund-record-table tbody tr td {
    text-align: center;
    color: #727171;
    font-size: 11pt;
    padding: 10px 3px;
}

#member-refund-record-table tbody tr td.member-order-number {
  color: #006837;
}

#member-refund-record-table tbody tr td.member-order-price {
    color: #C30D23;
}

#member-refund-record-table tbody tr td.member-order-status{
  color: #EA5514;
}

.member-refund-popu-title{
  color: #7ab52b;
  font-size: 14pt;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #898989;
  margin-bottom: 20px;
}

.member-refund-popu-word{
  width: 80%;
  color: #727171;
  margin-bottom: 20px;
}

.member-refund-popu-name{
  font-size: 14pt;
  color: #231815;
  text-align: left;
  margin-bottom: 10px;
}

.member-refund-popu-btn-cancal{
  background: #9B9B9B;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px auto 40px auto;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
  width: 90%;
  letter-spacing: 2px;
}

.member-refund-popu-btn-cancal:hover{
  background: #5B5B5B;
}

.member-refund-popu-btn-submit{
  background: #EE8081;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px auto 40px auto;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
  width: 90%;
  letter-spacing: 2px;
}

.member-refund-popu-btn-submit:hover{
  background: #E2474F;
}

.member-form-text{
    border: 1pt solid #aaa;
}


@media(max-width: 1280px){
.member-box-01{
  padding: 5% 0;
}
.member-item-name {
    font-size: 10pt;
}
.radio-receipt-left-01{
  margin-left: 0;
}
.radio-receipt-left-02{
  margin-left: 8.3%;
}
}

@media(max-width: 1024px){
table.bt tbody td.member-order-table-line{
  display: none;
}

#member-order-table tbody tr td.member-order-number{
  background: #ddf9e6;
}

#member-order-table tbody tr td{
  text-align: left;
}
#member-order-detail-table tbody tr:first-child td {
    border-top: 0;
}
#member-order-detail-table tbody tr td {
    border-bottom: 0;
    text-align: left;
}
.member-order-detail-name{
  background: #ddf9e6;
}
.product-order-detail-shipping {
    text-align: left;
    margin: 15px 10px;
}
.product-order-detail-price {
    text-align: left;
    margin: 15px 10px;
}
.member-order-detail-data-name{
  padding: 0;
}

#member-refund-application-table tbody tr td {
    text-align: left;
}

#member-refund-record-table tbody tr td {
    text-align: left;
}

#member-refund-application-table tbody tr td:first-child {
    background:#ddf9e6;
}

#member-refund-record-table tbody tr td:first-child {
    background:#ddf9e6;
}

}

@media(max-width: 768px){
.member-box-01{
  padding: 10% 0;
}
.member-collection-info{
  text-align: center;
}
.member-bg{
    background-image: none;
}

}

@media(max-width: 568px){
.member-box-01{
  padding: 10% 2%;
  margin-bottom: 40px;
  border: 0;
}
.member-content-text {
    font-size: 11pt;
    padding: 0 5px;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
}
.member-refund-popu-word{
  width: 100%;
}

.member-required {
    position: initial;
    margin-bottom: 20px;
}

}

@media(max-width: 567px){
.member-sp-text-02 {
    padding-left: 0;
    color: #006837;
}

.member-collection-pic{
    width: 100%;
    margin-right: 0;
}
}

@media(max-width: 480px){
.member-sp-text-01{
  display: none;
}
.member-form-text{
  width: 100%;
}
.radio-receipt-left-02{
  margin-left: 0;
}
.radio-time-left{
  margin-left: 0;
}

.member-title-img {
    display: none;
}
.memeber-form-vc {
    margin: -20px 0 0 0;
}
}


/*---會員中心 結束---*/


.content-wrapper{
    overflow: hidden;
}

.ctr-width{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.member-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	margin: 30px 0;
	padding: 15px 0;
}

.member-text h2{
	display: inline-block;
	font-size: 20px;
	margin-right: 15px;
	color: #000;
}

.calender-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 0;
}

.calender-dropdown select {
  font-family: Arial,'Noto Sans TC';
  width: 150px;
  background-color: #1abc9c;
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;	
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  appearance:none;
  outline: none;
}

.yellow-select .calender-dropdown select {
  background-color: #b29266;
  color: #fff;
}

.pink-select .calender-dropdown select {
  background-color: #e56b6b;
  color: #fff;
}

.calender-dropdown::before,
.calender-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.calender-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.calender-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.calender-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.calender-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.calender-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.calender-dropdown::after {
  color: rgba(0,0,0,.4);
}


@media (max-width: 768px){
	.member-header{
		flex-direction: column;
		justify-content: left;
    	align-items: start;	
	}
}

@media (max-width: 374px) {
	.calender-dropdown select {
    	width: auto;
	}	
}


/*rwd list*/

.break-table{
  width: 100%;
  color: #000;
  font-family: Arial,'Noto Sans TC';
}

.break-table{
  border-bottom: 1px solid #0bc08c;
  background: #fff;
}

.break-table th{
  background: #f4fffc;
  padding: 10px;
  border-right: 1px dotted #0bc08c;
}

.break-table td{
    border-top: 1px solid #0bc08c;
    padding: 8px 3px;
    border-right: 1px dotted #0bc08c;
    text-align: center;
    width: 100px;
    line-height: 1.2;
    vertical-align: middle;
}
.break-table td img{
	max-width: 80px;
	height: auto;
}

.break-table td:last-child,.break-table th:last-child {
  border-right: 0px solid;
}


.border-tip{
  font-size: 22px;
  border-bottom: 1px solid #231815;
  padding-bottom: 12px;
  text-align: left;
}

.break-table th svg{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.break-table th span{
	display: inline-block;
	vertical-align: middle;
}

.break-table td ul{
	padding-right: 8px;
}

.break-table td li{
	position: relative;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.break-table td li:last-child{
	border-bottom: 0px solid #ddd;
}

.break-table td a:hover svg{
	-webkit-animation: fanfare 1.2s;
            animation: fanfare 1.2s;
}

@keyframes fanfare
{
    0%, 100% {
    transform: scale(1);
  }

30% {
    transform: scale(.8) rotateZ(5deg);
  }
  40%, 60%, 80% {
    transform: scale(1.15) rotateZ(-5deg);
  }
50%, 70%, 90% {
    transform: scale(1.15) rotateZ(5deg);
  }
}
@-webkit-keyframes fanfare
{
    0%, 100% {
    -webkit-transform: scale(1);
  }

30% {
    -webkit-transform: scale(.8) rotateZ(5deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.15) rotateZ(-5deg);
  }
50%, 70%, 90% {
    -webkit-transform: scale(1.15) rotateZ(5deg);
  }
}

.break-table td span{	
	display: inline-block;
    vertical-align: super;
}

.break-table td svg{
	margin: 0 5px;
	display: inline-block;
    vertical-align: bottom;
}

/*yellow table*/
.collect-list{
	margin-top: 30px;
}

.collect-list .break-table{
    border-bottom: 1px solid #b9810b;
}

.collect-list .break-table td {
    border-top: 1px solid #b9810b;
    border-right: 1px dotted #b9810b;
}

.collect-list .break-table th {
    background: #fff4ce;
    border-right: 1px dotted #b9810b;
}

.collect-list .break-table td:last-child,
.collect-list .break-table th:last-child {
    border-right: 0px solid;
}

.collect-list h2{
	font-size: 22px;
	color: #b9810b;
	line-height: 1.5;
}
/*pink table*/
.collect-list.pink-table .break-table{
    border-bottom: 1px solid #c30d23;
}

.collect-list.pink-table .break-table td {
    border-top: 1px solid #c30d23;
    border-right: 1px dotted #c30d23;
}

.collect-list.pink-table .break-table th {
    background: #ffdada;
    border-right: 1px dotted #c30d23;
}

.collect-list.pink-table .break-table td:last-child,
.collect-list.pink-table .break-table th:last-child {
    border-right: 0px solid;
}

.collect-list.pink-table h2{
	color: #c30d23;
}


.collect-title-box p{
	color: #000;
	line-height: 1.8;
	margin-bottom: 10px;
}

.collect-title-box span{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 15px;
}

.calender-box .news-gobtn{
    background: #ffd400;
    color: #000;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: .3s ease;
}

.calender-box .news-gobtn:after{
	content: '!';
    width: 20px;
    height: 20px;
    background: #e60707;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 19px;
    position: absolute;
    left: -8px;
    top: -8px;
}

.calender-box .news-gobtn:hover{
    background: #ffb231;
    transition: .3s ease;
}

.calender-box .sample-btn{
    background: #ff72a9;
    color: #fff;
    padding: 9px 16px;
    border-radius: 3px;
    margin-left: 1px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;
}

.calender-box .sample-btn:hover{
    background: #ef317c;
    transition: .3s ease;
}


.calender-box .order-btn{
    background: #1ABC9C;
    color: #fff;
    padding: 9px 16px;
    border-radius: 3px;
    margin-left: 1px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;
}

.calender-box .order-btn:hover{
    background: #13987f;
    transition: .3s ease;
}

.calender-box .btn-box{
	display: inline-block;
}

.member-text{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
}

.member-text a{
	font-size: 16px;
}

.collect-title-box .order-title {
    color: #1ABC9C;
    line-height: 1.5;
    font-size: 22px;
}

.collect-title-box h2{
	margin-bottom: 15px!important
}

.break-table td a:hover{
	text-decoration: underline;
}


@media only screen and (max-width: 768px){
  .ctr-width{
  	margin-bottom: 60px;
  }

  .collect-list .break-table {
    border-bottom: 0px solid #b9810b;
  }

  .break-table,.break-table tbody,.break-table thead,.break-table th{
    display: block;
    background: transparent;
  }

  .break-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .break-table tr {
    display: table;/*tr與table符合寬度*/
    width: 100%;
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
    background-color: #fff;
  }

  .break-table td {
    display: inline-block;
    border: none!important;
    border-bottom: 1px solid #c5c5c5!important;
    position: relative;
    padding-left: 100px!important;
    white-space: normal;
    text-align: left;
    min-height: 16px;
    width: 100%;
  }

  .break-table td:before {
    	position: absolute;
	    top: 0;
	    left: 0px;
	    width: 92px;
	    height: 100%;
	    padding: 7px 5px;
	    color: #333;
	    font-weight: 700;
	    text-align: left;
	    border-right: 1px solid #c5c5c5;
	    line-height: 18px;
	    font-size: 16px;
	    content: attr(data-title);
	    background: #f4fffc;
  }

  .collect-list .break-table td:before {
	    background: #fff4ce;
  }

  .pink-table .break-table td:before {
	    background: #ffdada;
  }
	.break-table td .pdf-svg{
		width: 40px;
	}

	.break-table td a:hover svg{
		-webkit-animation: none;
		animation: none;
	}

	.break-table td svg {
       margin: 0;
    }

	.break-table {
	    border-bottom: 0px solid #0bc08c;
	}
	.collect-list.pink-table .break-table {
	    border-bottom: 0px solid #c30d23;
	}

	.member-text{
		margin-bottom: 30px;
		width: 100%;
		line-height: 1.5;
    	font-size: 18px;
	}

	.collect-list h2,
	.collect-title-box .order-title {
	    line-height: 1;
	}

	  
    .calender-box .btn-box{
		display: block;
	}

	.collect-title-box{
		flex-direction: column;
		justify-content: start;
	}

	.collect-title-box span{
		display: block;
		margin-top: 15px;
		margin-left: 0;
	}

	.calender-box span{
		display: none;
	}

}

@media (max-width: 320px) {
	.calender-box .order-btn {
	    margin-top: 5px;
	}

	.break-table td span:first-child {
	    display: block;
	}	

	.member-text{
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	.member-text a{
		display: block;
	}	
}


.bg-cover{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


input.ym-datepicker,
input.y-datepicker {
	width: 90%;
	text-align: center; 
	padding: 5px;
	cursor: pointer;
}

input.ym-datepicker[type="text"]::placeholder,
input.y-datepicker[type="text"]::placeholder { 
    text-align: center; 
} 
@media (max-width: 768px) {
	#ui-datepicker-div{
	    width: 260px!important;
	}
}

@media (max-width: 320px) {
	#ui-datepicker-div{
	    left: 30px!important;
	    width: 80%!important;
	}
	
}


.p-5{
	padding: 5px;
}

.btn {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin-top: 15px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.w-100{
	width: 100px;
    margin-top: 0;
    padding: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #fe9f00;
    border-color: #fe9f00;
}

.btn-primary:hover {
    color: #fff;
    background-color: #fe7c00;
    border-color: #fe7c00;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #fe7c00;
    border-color: #fe7c00;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:not(:disabled):not(.disabled).active{
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.flex-btwn {
	justify-content: space-between;
}