@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
iframe {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 1.85%;
	padding-right: 1.85%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	margin-left: 0;
	width: 50%;
	display: block;
	margin:0 auto;
	margin-top:20px;
}
#nav1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display:none;
	margin-top:8px;
}
#nav1s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:8px;
}
#nav2 {
	clear: both;
	float: left;
	margin-top:10px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav2 ul{
	list-style:none;
}
#nav2 li a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	margin-bottom:3px;
	float:left;
	font-family:微軟正黑體;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	/*background-image:url(../images/nav2_bg.jpg);*/
	border-radius: 10px 10px 0px 0px;
	/*border-radius: 10px;*/
	-webkit-transition:all 0.18s ease-in;
    -moz-transition:all 0.18s ease-in;
    -ms-transition:all 0.18s ease-in;
    -o-transition:all 0.18s ease-in;
	   transition:all 0.18s ease-in;
}
#nav2 li a:hover{
	color:#ffffff;
	/*background:rgba(255, 255, 255, 0.7);*/
background: rgb(0,172,223); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,172,223,1) 0%, rgba(169,219,128,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,172,223,1) 0%,rgba(169,219,128,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,172,223,1) 0%,rgba(169,219,128,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acdf', endColorstr='#a9db80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/*box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
	background-image:url(../images/nav2_bg_v.jpg);*/
}
#nav2 li a:active{
	color:#000000;
	background:#ffffff;
	/*background-image:url(../images/nav2_bg_v.jpg);*/
}
#chromemenu {}

#nav3 {
	float:right;
	margin-top:10px;
	width:106px;
	height:33px;
	background:url(../images/nav3_bg.png);
	background-repeat:no-repeat;
}
#nav3 ul{
	list-style:none;
}
#nav3 li{
	float:left;
	margin-left:6px;
	margin-top:-5px;
}
@media only screen and (max-width: 481px) {#nav3{display:none;}}
@media (min-width: 481px) and (max-width: 1920px) {#nav3{visibility:hidden;}}

#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	margin-top:20px;
	border:2px solid #ffffff;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#banner_s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:5px;
}
#banner_s img {
	width: 100%;
	height:auto;
}
#shop1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:25px;
	/*box-shadow:0px 0px 2px 1px rgba(0, 0, 0, .3);*/
}
.shop_td {
	background:#FFFFFF;
	padding:5px;
}

#shop2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:25px;
	/*box-shadow:0px 0px 2px 1px rgba(0, 0, 0, .3);*/
}
#shop3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:25px;
	/*box-shadow:0px 0px 2px 1px rgba(0, 0, 0, .3);*/
}
#shop4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:25px;
	/*box-shadow:0px 0px 2px 1px rgba(0, 0, 0, .3);*/
}
#shop5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:25px;
	/*box-shadow:0px 0px 2px 1px rgba(0, 0, 0, .3);*/
}
#shop6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:25px;
	/*box-shadow:0px 0px 2px 1px rgba(0, 0, 0, .3);*/
}
#banner2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:5px;
}
#banner2 img{
	margin-bottom:5px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display:none;
}
#footer_s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* 商店頁*/
#shop_w1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	background-color:#ffffff;
	padding:10px; 
	margin-top:18px;
}
#shop_img {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop_menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:5px;
}
#shop_w2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:15px;
}
#shop_about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	border-top:2px solid #cccccc;
}
#shop_about td img {
	margin-bottom:10px;
}
#shop_rule {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-color:#eeeeee;
	border-top:2px solid #cccccc;
}
#shop_map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#ffffff;
	border-top:2px solid #cccccc;
	margin-top:15px;
}
/* 訂購資料*/
#booking_w1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:rgba(255,255,255, 0.7);
	margin-top:8px;
	border-radius:0px;
}
/* 會員*/
#member_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#member_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#member_top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#member_tops {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#member_tops img {
	width: 24%;
}

#explan_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#explan_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#myedm_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
	border-radius:10px;
	margin-top:15px;
	margin-bottom:15px;
}

#my_edm2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
	border-radius:10px;
	margin-top:15px;
	margin-bottom:15px;
}

/*20151224新增 - booking-購買數量*/
.contform {
	width:100%;
	margin:0 auto;
	line-height:1.5em;
	color:#53565a;
	display:table;
	/*border-bottom:1px solid #ccc;*/
	font-size:1.1em;}
.contform .formLabel {
	width:30%;
	display:table-cell;
	padding:3.5% 0;
	vertical-align:top;}
.contform .formInput {
	width:70%;
	display:table-cell;
	padding:3.5% 0;}

.icon {
	display: inline-block;
	width:26px;
	height:26px;
	margin-right:7px;
	margin-left:7px;
	margin-bottom:-7px;
	border-radius:30px;
	background:#ffffff;
}
.icon:hover {
	background:#ffffff;
}



/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 35.8974%;
	display: block;
}
#nav1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 61.5384%;
	display: block;
}
#nav1s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#nav2 {
	clear: both;
	float: left;
	margin-top:10px;
	margin-left: 0;
	width: 100%;
	height:46px;
	display: block;
	border-bottom:2px solid #e8000a;
	background-image:url(../images/menu_bg.gif);
	border-radius:10px;
	/*background:#ffffff;
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0, rgb(240,240,240)),	color-stop(1, rgb(255,255,255)));*/
}
#nav2 ul{
	list-style:none;
}
#nav2 li a{
	display:block;
	width:100px;
	line-height:42px;
	float:left;
	font-family:微軟正黑體;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	margin-top:-12px;
	background:none;
	padding-left:5px;
	padding-right:5px;
}
#nav2 li a{
	border-radius: 10px 10px 0px 0px;
}
#nav2 li a:hover{
	color:#ffffff;
	/*background:rgba(255, 255, 255, 0.7);*/
background: rgb(0,172,223); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,172,223,1) 0%, rgba(169,219,128,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,172,223,1) 0%,rgba(169,219,128,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,172,223,1) 0%,rgba(169,219,128,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acdf', endColorstr='#a9db80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/*box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
	background-image:url(../images/nav2_bg_v.jpg);*/
	height:45px;
}

#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner_s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#shop1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#shop2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#shop3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#shop4 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#shop5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#shop6 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display:none;
}
/* 商店頁*/
#shop_w1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	padding:15px;
	display: block;
}
#shop_img {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop_menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop_w2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop_about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop_about td img {
	margin-bottom:10px;
}
#shop_rule {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop_map {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* 訂購資料*/
#booking_w1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* 會員*/
#member_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#member_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#member_top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#member_tops {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#explan_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#explan_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#myedm_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}

#my_edm2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}



/*20151224新增 - booking-購買數量*/
.contform {
	width:100%;
	margin:0 auto;
	line-height:1.5em;
	color:#53565a;
	display:table;
	/*border-bottom:1px solid #ccc;*/
	font-size:1.1em;}
.contform .formLabel {
	width:30%;
	display:table-cell;
	padding:3.5% 0;
	vertical-align:top;}
.contform .formInput {
	width:70%;
	display:table-cell;
	padding:3.5% 0;}

.icon {
	display: inline-block;
	width:26px;
	height:26px;
	margin-right:7px;
	margin-left:7px;
	margin-bottom:-7px;
	border-radius:30px;
	background:#ffffff;
}
.icon:hover {
	background:#ffffff;
}}

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 950px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.7288%;
	display: block;
}
#nav1 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 74.5762%;
	display: block;
}
#nav1s {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 74.5762%;
	display: none;
}
#nav2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 74.5762%;
	display: block;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner_s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#shop1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#shop2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#shop3 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#shop4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#shop5 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#shop6 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display:none;
}

/* 商店頁*/

#shop_w1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 97%;
	display: block;
}
#shop_img {
	clear: both;
	float: left;
	margin-left: 0;
	width: 580px;
	display: block;
}
#shop_menu {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 320px;
	display: block;
}
#shop_w2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.1016%;
	display: block;
}
#shop_about {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop_about td img {
	margin-bottom:10px;
}
#shop_rule {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop_map {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
/* 訂購資料*/
#booking_w1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* 會員*/
#member_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}

#member_2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}

#member_top {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#member_tops {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#explan_1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#explan_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#myedm_1 {
	clear: both;
	float: left;
	margin-left:70px;
	width: 40.6779%;
	display: block;
}

#my_edm2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 40.6779%;
	display: block;
}



.new_h {
	height:150px;
	margin-bottom:10px;
	overflow-y: scroll;
}
.new_h::-webkit-scrollbar {
      width: 8px;
}
.new_h::-webkit-scrollbar-track {
      background-color:#transparent;
} 
.new_h::-webkit-scrollbar-thumb {
      /*background-color:#670c0c;*/
	  border-radius:10px;
      background-color:#ffffff;
}
.new_h::-webkit-scrollbar-button {
      background-color:#transparent;
}
.new_h::-webkit-scrollbar-corner {
      background-color: black;
}



/*20151224新增 - booking-購買數量*/
.contform {
	width:100%;
	margin:0 auto;
	line-height:1.5em;
	color:#53565a;
	display:table;
	/*border-bottom:1px solid #ccc;*/
	font-size:1.2em;}
.contform .formLabel {
	width:15%;
	display:table-cell;
	padding:2% 0;
	vertical-align:top;}
.contform .formInput {
	width:85%;
	display:table-cell;
	padding:2% 0;}

.icon {
	display: inline-block;
	width:26px;
	height:26px;
	margin-right:7px;
	margin-left:7px;
	margin-bottom:-7px;
	border-radius:30px;
	background:#ffffff;
}
.icon:hover {
	background:#ffffff;
}
}



/*161027新增 Header Search + select*/
@media (min-width: 769px) and (max-width: 1920px) {
.search_{/*float:right;*/}
.search { 
	padding:5px 15px 6px 30px !important;
	margin:0px;
	border-radius:0px;
	width:200px !important;
	height: 18px !important;
	background:url(../images/search/search.png) no-repeat 8px 6px;
	border: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    text-align: left;
    background-color: rgba(255, 255, 255, .9) !important;
    color: #333333 !important;
	outline:none !important;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.search:focus {
  outline: 0;
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
}
.search::-webkit-input-placeholder {/*---input text(內容文字顏色)---*/
  color: #333333;
}
input[type=text] {
    border: 1px solid #777777;
    background-color: #ffffff;
	padding:5px;
    color: #333333;
	outline:none;
}
input[type=password] {
    border: 1px solid #777777;
    background-color: #ffffff;
	padding:5px;
    color: #333333;
	outline:none;
}

input[type=button], input[type=button]:hover {
	font-family:"微軟正黑體";
	font-size: 14px;
	position: absolute; 
	/*left:-8px;*/
	margin-left:-60px;
	border:1px solid Transparent;
	/*background: #C30D23;*/
background: rgb(0,172,223); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,172,223,1) 0%, rgba(169,219,128,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,172,223,1) 0%,rgba(169,219,128,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,172,223,1) 0%,rgba(169,219,128,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acdf', endColorstr='#a9db80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#ffffff;
	cursor: pointer;
	height:31px;
	line-height:20px;
	width:60px;
	border-radius:0px;
	outline:none;
}

/*--Select樣式--*/
.select {
	font-family:"微軟正黑體";
	width:100%;
	height:28px;
	color:#333333;
	font-size:14px;
    padding: 2px 7px;
	background:#ffffff;
	border:1px solid #C30D23;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.select:hover {border:1px solid #C30D23;}
.select:focus {outline: none; border: 1px solid #C30D23;}



.areaSelect {font-family:"微軟正黑體";font-size:14px;width:100px; height:30px; background: url(../images/location/location.png) no-repeat 6px center transparent;background-color: rgba(255, 255, 255, .9) !important;  z-index:10px; cursor:pointer; }
.areaSelect:hover ul {display:block;}
.areaSelect span {display:block; width:100%;border:1px solid transparent;border-left: 1px solid transparent;border-right: 1px solid transparent;border-top: 1px solid transparent;text-align: center;text-align:center; line-height:29px; height:29px;color: #333333}
.areaSelect ul{  position:relative; list-style:none; width:100px; max-height:500px; overflow-y:visible; overflow-x:hidden;  padding:0; margin:0;  text-align:center; display:none; border:1px solid #cccccc; border-top:0;}
.areaSelect ul li{ width:100px;   background:#ffffff; line-height:27px;}
.areaSelect ul li:hover {background-color:#C30D23; color:#ffffff; }


.member_login {
	width:50%;
}
}



@media only screen and (max-width: 769px) {
.search_{}
.search { 
	padding:5px 15px 3px 30px !important;
	margin:0px;
	border-radius:0px;
	width:83% !important;
	height: 20px !important;
	background:url(../images/search/search.png) no-repeat 8px 8px;

	border: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
	background-color: rgba(255, 255, 255, .9) !important;
    color: #333333 !important;
	outline:none !important;

	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.search:focus { 
	background-color: rgba(255, 255, 255, .99) !important;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
	outline:none !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;  
    -webkit-border-radius:0; 
    border-radius:0;
}
.search_ input {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;  
    -webkit-border-radius:0; 
    border-radius:0;
}
input[type=text] {
	/*width:65%;*/
	width:90%;
    border: 1px solid transparent;
    background-color: #ffffff;
	color:#000000;
	outline:none;
	padding:5px;
}
input[type=password] {
    border: 1px solid #777777;
    background-color: #ffffff;
	padding:5px;
    color: #333333;
	outline:none;
}
input[type=button], input[type=button]:hover {
	font-family:"微軟正黑體";
	font-size: 14px;
	position:absolute; 
	right:0px;
    margin-right: 5%;
	border:1px solid Transparent;
background: rgb(0,172,223); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,172,223,1) 0%, rgba(169,219,128,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,172,223,1) 0%,rgba(169,219,128,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,172,223,1) 0%,rgba(169,219,128,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acdf', endColorstr='#a9db80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-bottom:1px solid transparent;
	border-top:1px solid transparent;
	color:#ffffff;
	cursor: pointer;
	height:30px;
	line-height:20px;
	width:20%;
	border-radius:0px;
	outline:none;
}

/*--Select樣式--*/
.select {
	font-family:"微軟正黑體";
	width:97%;
	height:32px;
	color:#333333;
	font-size:15px;
    padding: 2px 7px;
	padding-left:30px;
	/*background:#ffffff;
	border:1px solid #C30D23;*/
	background: url(../images/location/location.png) no-repeat 7px center transparent;
	border:1px solid transparent;
	border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
	background-color: rgba(255, 255, 255, .9);
	border-radius:0px;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.select:hover {}
.select:focus {outline: none;background-color: rgba(255, 255, 255, .99);box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3)}
.select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;  
    -webkit-border-radius:0; 
    border-radius:0;
}



.areaSelect {font-family:"微軟正黑體";font-size:14px;width:90px; height:27px; background: url(../images/location/location.png) no-repeat 5px center #ffffff;  z-index:10px; cursor:pointer; }
.areaSelect:hover ul {display:block;}
.areaSelect span {display:block; width:100%; border:1px solid #ccc; text-align:center; line-height:27px; height:27px;}
.areaSelect ul{  position:relative; list-style:none; width:90px; max-height:500px; overflow-y:visible; overflow-x:hidden;  padding:0; margin:0;  text-align:center; display:none; border:1px solid #cccccc; border-top:0;}
.areaSelect ul li{ width:90px;   background:#ffffff; line-height:27px;}
.areaSelect ul li:hover {background-color:#C30D23; color:#ffffff; }


.myedm {
	width:30% !important;
}
.member_login {
	width:100%;
}

}








/* .....20161214新增 popwindow.... */
#popwindow {
	position: absolute;
	z-index: 1000;
	left: 0px;
	/*background: #ffffff;
	background: url(../images/content_bg.jpg);*/
	overflow: visible;
}
#popwindow {
	padding: 0px;
	/*margin-left: 0px;*/
}
#popwindow {left: 35%; right:35%; top: 16%; bottom:20%; width:30%; height: auto; }
@media (min-width: 1441px) and (max-width: 1680px) {
#popwindow {left: 32%; right:32%; top: 16.5%; bottom:20%; width:35%;min-width: 500px; height: auto; }
}
@media (min-width: 1281px) and (max-width: 1440px) {
#popwindow {left: 30%; right:30%; top: 16.5%; bottom:20%; width:40%;min-width: 500px; height: auto; }
}
@media (min-width: 1000px) and (max-width: 1280px) {
#popwindow {left: 27%; right:27%; top: 16.5%; bottom:20%; width:45%; height: auto; }
}
@media (min-width: 700px) and (max-width: 999px) {
#popwindow {left: 20%; right:20%; top: 16.5%; bottom:20%; width:60%; height: auto; }
}
@media (min-width: 100px) and (max-width: 699px) {
#popwindow {left: 10%; right:10%; top: 16.5%; bottom:20%; width:80%; height: auto; }
}
#popwindow img {width: 100%; height: auto; }


#popblack {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;
	z-index: 1000;
	margin: 0;
	padding: 0;
}
#black:hover, #popblack:hover {
	cursor: pointer;
}
#closenewsbox {
	background: url(../images/index_box/closepop.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: -8px;
	right: -10px;
	z-index: 1000;
}
#close_x {
 width: 24px; height: 23px;
 overflow: hidden; line-height: 1000px;
 display: block;
 position: absolute; top: 9px; right: 9px;
 /*background-position: -387px -102px;*/
}

.closeX {
	background: url(images/AD/closeX.png) no-repeat;
}
.closeX:hover  {
	background: url(images/AD/closeX.png) no-repeat;
}







/* .....20170928新增 首頁商品列表border-radius.... */
.brl {
	/*border-radius: 10px 0px 0px 10px;*/
}
.brr {
	/*border-radius: 0px 10px 10px 0px;*/
}
.pricebg { background:#eeeeee;}




/**/
@media (min-width: 100px) and (max-width: 767px) {
.w30 { width:30%}}





/* .....20171017新增.... */
/* ...自訂單選radio樣式... */
.radio_style {
	display: inline;
}
.radio_style input[type="checkbox"] {
	display: none;
}
.radio_style input[type="checkbox"] + label {
	display: block;
	color:#666666;
	cursor: pointer;
	padding: 2px;
	width:80px;
	border-radius:1px;
	border:1px solid #aaaaaa;
	margin:7px 1%;
	text-align:center;
	-webkit-transition:all 0.18s ease-in;
    -moz-transition:all 0.18s ease-in;
    -ms-transition:all 0.18s ease-in;
    -o-transition:all 0.18s ease-in;
	   transition:all 0.18s ease-in;
}
.radio_style input[type="checkbox"]:checked + label {
	background-color: #dddddd;
	border:1px solid #dddddd;
	color: #333333;
}
