html {
	height: 100%;
	width: 100%;
}
body {
	font-size: 13px;
	height: 100%;
	width: 100%;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 1200px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/pc/logo.png);
	background-repeat: no-repeat;
}
/* 選單壓在圖上的寫法 */
#header_test {
	width: 1200px;
	height: 110px;
	position: absolute;
	margin-left: -580px;
	z-index: 10;
	left: 50%;
}
/* PC_logo連結框大小位址 */
#header .logo {
	width: 200px;
	height: 110px;
	display: block;
	float: left;
}
#header .home {
	float: right;
	padding-top: 5px;
  	padding-bottom: 5px;
	padding-left: 25px;
	color: #999999;
	padding-right: 10px;
    background-color: #ECECEC;
}
#header .home a {
	color: #000000;
	text-decoration: none;
}
/* PC選單 */
#header #menu {
	height: 50px;
	position: absolute;
	top: 90px;
	right: 0px;
	margin: 0px;
	padding: 0px;
    /*letter-spacing: -4px;根據不同字體字號或許需要做一定的調整(inline-block空白問題需開啟)*/
    /*font-size: 0;用来兼容chrome(inline-block空白問題需開啟)*/
}
#menu div{
    letter-spacing: normal;/*inline-block空白問題*/
    word-spacing: normal;/*inline-block空白問題*/
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}
/* :nth-child()強大的選取器 */
#menu .menu_li:nth-child(1n+2){
	background-image: url(../images/pc/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .text:nth-child(1n+2){
	border-left: 1px solid #787878;
}
#menu .text a{
	color: #D7D7D7;
	font-size: 16px;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#menu .text a:hover {
	color: #00ABFF;
}
#menu a h6 {
	font-size: 12px;
	color: #979797;
	text-align: center;
}

/* 手機選單icon */
#header #m_menu_icon {
	display: none;
}
/* 手機選單-----------------------------------------*/
#m_menu_nav {
	display:none;
}
#m_menu_nav {
	width: 100%;
	display: none;
}
#m_menu_nav .nav {
	height: 40px;
	width: auto;
	border-bottom: 1px solid #DFDFDF;
	background-color: #F3F3F3;
	font-size: 18px;
	color: #5F5F5F;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	line-height: 38px;
}
#m_menu_nav .arrow {
	height: 40px;
	width: 50px;
	float: right;
	background-image: url(../images/mobile/arr.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	display: none;
	border-left: 1px solid #E0E0E0;
	background-color: #E3E3E3;
	border-bottom: 1px solid #C6C6C6;
}
#m_menu_nav .nav_class {
	background-color: #E3E3E3;
	margin: 0px;
	padding: 0px;
	display: none;
}
#m_menu_nav .nav_class li {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BCBCBC;
    font-size: 16px;
	color: #4B4B4B;
}
#m_menu_nav .nav_class a {
	color: #4B4B4B;
	text-decoration: none;
	font-size: 16px;
	display: block;
}
#m_menu_nav .nav_class .class2 {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BCBCBC;
	background-image: url(../images/mobile/arr3.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 10px auto;
}
/* 手機選單icon */
#header #m_menu_icon {
	width: 50px;
	display: none;
	float: right;
	margin-top: 10px;
	height: 40px;
	background-image: url(../images/mobile/menu_ban.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 30px 40px;
	clear: both;
}
/* 版型頁尾 ----------------------------------------*/
#footer {  
	width: 100%;
	overflow: hidden;
  	background-image: -webkit-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
}
#footer .copyright {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	padding-top: 20px;
  	padding-bottom: 20px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
#footer .f_box1 {
	width: 220px;
	height: 75px;
	background-image: url(../images/pc/f_logo.png);
	background-repeat: no-repeat;
	display: inline-block;
  	background-position: right center;
    vertical-align: top;
}
#footer .f_box2 {
	display: inline-block;
	padding-left: 30px;
	vertical-align: top;
	width: 600px;
}
#footer .f_box3 {
	display: inline-block;
	padding-left: 10px;
    vertical-align: top;
}
#footer .f_box3 img{
width: 120px;
padding-right: 10px;
padding-left: 10px;
}
#footer2 {  
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	padding-top: 5px;
  	padding-bottom: 5px;
	color: #828282;
  	text-align: right;
}
#footer2 a{  
	color: #828282;
  	text-decoration: none;
}
/* 首頁主視覺，產品，廣告圖片區 ------------------------*/
.banner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
}
.m_banner {
	display: none;
}
.camera_wrap1{
	height: 500px;
	background-color: #000000;
}
#camera_wrap2{
	display: none;
}
.camera_wrap2{
	height: 400px;
	background-color: #000000;
}
.camera_wrap3 {
	height: 400px;
	background-color: #000000;
}
/* 首頁內容 ----------------------------------------*/
#main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/* 首頁最新消息區塊 */
#main .news {
	width: 30%;
	float: left;
	background-image: url(../images/pc/news.png);
	background-repeat: no-repeat;
}
#main .news .content {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#main .news .line {
	border-bottom: 1px dashed #666666;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#main .news a {
	color: #5B5B5B;
	font-size: 16px;
	text-decoration: none;
	float: left;
	padding-top: 10px;
}
#main .news a:hover {
	color: #0066CC;
}
#main .news .date {
	color: #999999;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
/* 首頁產品區塊 */
#main .portfolio {
	width: 45%;
	float: left;
	background-image: url(../images/pc/portfolio.png);
	background-repeat: no-repeat;
}
#main .portfolio .content {
	padding-top: 50px;
	padding-left: 20px;
}
#main .portfolio .box {
	width: 22%;
	padding-right: 3px;
	padding-left: 3px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main .portfolio .photo {
	overflow: hidden;
	height: 110px;
	margin:0 auto;
	background-color: #000000;
}
#main .portfolio img {
	max-width: 101%;
	transition: all 0.3s ease-in-out 0.1s;
	transform: translate3d(0, 0, 0);/* 可開啟GPU功能預防抖動 */
	transform:none;
}
#main .portfolio img:hover {
	opacity: 0.5;
	transform:scale(1.3,1.3);
}
#main .portfolio .title {
	text-align: center;
	overflow: hidden;
	max-height: 36px;
	padding-top: 3px;
}
#main .portfolio .price_box {
	text-align: center;	
}
#main .portfolio .price {
	color: #888888;
	font-size: 16px;
}
/* 首頁自定區塊 */
#main .custom {
	width: auto;
}
#main .custom .content {
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
#main .custom .content img {
	width: 48% !important;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .custom .content2 {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
#main .custom .content2 img {
	width: 33%;
}
/* 內頁 ----------------------------------------*/
#page {
	overflow: hidden;
	background-color: #FFFFFF;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.list_p{
	border: 1px solid #E4E4E4;
	border-radius: 0px 0px 5px 5px;
}
/* 所有選單最外層包裝 ---------*/
#links {
	text-align: center;
	padding-top: 85px;
}
/* 選單塊最外層包裝 */
#links .menu {
	display: inline-block;
	width: 180px;
}
/* 選單標頭(所有，但不包含部落格) */
#links .title_menu_id_5 {/* 如果每個單元標頭都要配上不同底圖可在此設定，範例5為單元id */
	background-image: url();
}
#links #title_menu {
	color: #ffffff;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	border-radius: 5px 5px 0px 0px;
}
#links #title_menu .span_m{
	display: none;
}
/* 部落格選單標頭 */
#links .blog_title {
	color: #15a8b0;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../images/pc/list_title.jpg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	min-height: 0px;;
}
/* 部落格日期分類 */
#links .blog_date {
	width: 80%;
	color: #363636;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
}
/* 部落格rss */
#links .blog_rss {
	background-image: url(../images/pc/rss_article.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 20px 10px;
	width: 100px;
	height: 30px;
}
/* 選單外層 */
#links .class {
	border-bottom: 1px dotted #999999;
	width: 240px;
	margin-left: 15px;
}
/* 選單-無分類 */
#links .list_p a {
	display: block;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#links .list_p a:nth-last-child(1){
	border-bottom-width: 0px;
}

#links .list_p a:hover {
	color: #00b1bb;
}
#links .list_p .by{
	color: #6D6D6D;
	font-size: 12px;
}
/* 選單分類一 */
#links .class1 {
	display: block;
	color: #353535;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(../images/pc/list_img1.png);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
#links .class1 a {
	color: #000000;
	text-decoration: none;
}
/* 選單分類二 */
#links .class2 a {
	height: 25px;
	display: block;
	color: #333333;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 40px;
	background-image: url(../images/pc/list_img2.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#links .class2 a:hover {
	color: #00b1bb;
}
#links .class1_toggle a{
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(../images/pc/arrow_top.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left center;
}
#links .class1_toggle a:hover {
	color: #0099FF;
}
#links .class2_toggle {
	display: none;
}
#links .class2_toggle a{
	height: 25px;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 40px;
	background-image: url(../images/pc/list_img2.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#links .class2_toggle a:hover {
	color: #0099FF;
}

/* 選單底部 */
#links .down {
	width: 100%;
	height: 5px;
}
/* 選單自定義區塊 */
#links .custom1 {
	width: 100%;
	height: 120px;
	background-image: url(../images/pc/page_custom.jpg);
	background-repeat: no-repeat;
}
/* 內容最外層包裝----------------------------------------*/
#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
/* 內容標頭(所有頁面) */
#content .title_menu_id_10 {/* 如果每個單元標頭都要配上不同底圖可在此設定，範例中的10為單元id */
	background-image: url();
	text-align: center;
}
#content #title_menu {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #c5c5c5;
	color: #2E2E2E;
	font-size: 22px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#content .title_name {
	padding-top: 10px;
	padding-right: 10px;
	color: #15a8b0;
	background-image: url(../images/pc/arrow_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 15px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	background-size: 15px auto;
}
#content .title_name a {
	color: #2A2A2A;
	text-decoration: none;
}
#content .title_name a:hover {
	color: #000000;
}
.web_share {
	text-align: right;
	padding-top: 10px;
	display: none;
}
.web_share div{
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
/* 內容 */
#content .content {
	word-wrap: break-word;
	word-break: break-all;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 28px;
	clear: both;
	font-size: 16px;
}
#content .pd_description{
	padding-bottom: 5px;
}
#content .bottom {
	height: 10px;
}
/* 最新消息 */
#content .line {
	border-bottom: 1px dashed #A0A0A0;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* 最新消息-連結 */
#content .line a {
	color: #5B5B5B;
	font-size: 16px;
	text-decoration: none;
}
#content .line a:hover {
	color: #000000;
}
/* 最新消息-日期 */
#content .date_c{
	color: #999999;
	font-size: 12px;
}
#content .date {
	color: #999999;
	font-size: 12px;
	float: right;
	padding-top: 10px;
}
/* 最新消息-分頁數字 */
#content .number {
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#content .number span {
	display: inline;
	padding: 4px;
	color: #BBBBBB;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}
#content .number a {
	color: #454545;
	background-color: #E7E7E7;
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	border: 1px solid #7E7E7E;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
#content .number a:hover {
	color: #000000;
}
/* 最新消息-共幾頁數字 */
#content .total {
	float: right;
}
#content .total span {
	color: #0066FF;
	font-weight: bold;
}
/* 最新消息-內頁標題 */
#content .news_title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}
/* 最新消息-內頁日期 */
#content .news_date {
	float: right;
	color: #999999;
	font-size: 12px;
}
/* 最新消息-內頁內容 */
#content .news_content {
	padding-top: 10px;
}
/* 最新消息-回上一頁 */
#content .back{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
#content .back a{
	color: #515151;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-decoration: none;
}
#content .back a:hover {
	color: #000000;
}
/* 商品---------------------------------------- */
.pd_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D4D4D4;
}
.pd_name {
	color: #4F4F4F;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	max-height: 34px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
}
.pd_name2 {
	color: #4F4F4F;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	max-height: 34px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 2px;
	font-weight: bold;
}
.pd_price_box {
	font-size: 14px;
	text-align: center;
	color: #353535;
}
.pd_price_box .sale {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #eb6100;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	text-decoration: none;
}
.pd_price {
	color: #000000;
	font-size: 18px;
}
.pd_price2 {
	color: #000000;
	font-size: 13px;
}
.pd_td_price{
	width: 80px;
}
ul.pd {
	margin: 0px;
	padding: 0px;
}
ul.pd li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 20px;
}
ul.pd li a {
	text-decoration: none;
}
ul.pd2 {
	margin: 0px;
	padding: 0px;
}
ul.pd2 li {
	width: 23%;
	display: inline-block;
	vertical-align: top;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 40px;
}
ul.pd2 li a {
	text-decoration: none;
}
ul.pd2 li img {
	border: 1px solid #e2e2e2;
}

/* 商品內頁 */
.pd_left {
	width: 45%;
	float: left;
}
.pd_right {
	width: 55%;
	float: left;
}
.pd_right .padding {
	padding-left: 20px;
	padding-right: 15px;
}
.pd_sort{
	font-size: 14px;
	padding-bottom: 15px;
	color: #353535;
	padding-top: 5px;
	padding-left: 15px;
	display: none;
}
.pd_sort a{
	color: #353535;
	text-decoration: none;
}
.sort_asc{
	background-image: url(../images/pc/sort_asc.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
}
.sort_desc{
	background-image: url(../images/pc/sort_desc.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
}
.sh_facebook {
	background-image: url(../images/pc/share/facebook_32.png);
	background-repeat: no-repeat;
}
.sh_googleplus {
	background-image: url(../images/pc/share/googleplus_32.png);
	background-repeat: no-repeat;
}
.sh_twitter {
	background-image: url(../images/pc/share/twitter_32.png);
	background-repeat: no-repeat;
}
.sh_line {
	background-image: url(../images/pc/share/line_32.png);
	background-repeat: no-repeat;
	display: none !important;
}
.pd_spec {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pd_spec_select {
	display: inline-block;
	border: 1px solid #dcdcdc;
	color: #212121;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	min-width: 20px;
	cursor: pointer;
}
.pd_spec_select:hover {
	color: #FF3F00;
	border: 1px solid #FF3F00;
}
.pd_spec_name {
	width: 70px;
	display: inline-block;
}
.pd_no {
	color: #626262;
	font-size: 12px;
	display: none;  
}
.pd_album_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}
.pd_photo_big {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/pc/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.pd_photo_big img{
	max-height: 550px;
}
.pd_content {
	clear: both;
	padding-top: 20px;
	border-top-color: #D4D4D4;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
}
.pd_content_price {
	color: #353535;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pd_call {
	color: #BE0000;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
}
.pd_link_title{
	background-color: #E9E9E9;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	color: #333333;
	margin-top: 10px;
}
.pd_link_box {
	border: 1px solid #D1D1D1;
}

/* 商品頁籤內容相關 */
.pd_tab_box {
	clear: both;
	padding-top: 10px;
}
.pd_tab_content {
	padding-top: 20px;
	border-top-color: #E9E9E9;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
}
.pd_tab {
	margin: 0px;
	padding: 0px;
}
.pd_tab_a {
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #606060;
	text-decoration: none;
	margin-top: 3px;
	list-style-type: none;
}
.pd_tab_a:hover {
	background-color: #00b7f0;
	color: #FFFFFF;
    margin-top: 0;
    padding-bottom: 7px;
}
.pd_tab_select {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00b7f0;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 3px;
	list-style-type: none;
}
.pd_add_cart {
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #5C5C5C;
	box-shadow: 0px 0px 5px #5C5C5C;
	padding: 5px;
	border-radius: 5px;
	top: -95px;
	display: none;
	width: 160px;
}
.pd_add_cart a {
	text-decoration: none;
	color: #00A3FF;
	font-size: 16px;
}
.pd_add_cart_close {
	float: right;
}
#clock_box{
	background-image: url(../images/pc/clock.png);
	background-repeat: no-repeat;
	color: #000000;
	margin-top: 10px;
	border-bottom: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left 7px;
}
#clock_box .t{
	padding-left: 30px;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	color: #009AFD;
	font-weight: bold;
}
#clock_box .number{
	color: #B50000;
	font-weight: bold;
	font-size: 18px;
}
#clock{
	color: #000000;
	margin-bottom: 5px;
}
#clock span{
	background-color: #000000;
	display: inline-block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
}
/* 商品頁籤內容相關結束 */
ul.pd_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_list li {
	width: 17%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_list li a{
	text-decoration: none;
}
ul.pd_album_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_album_list li {
	width: 9%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_album_list li a {
	text-decoration: none;
}
.pd_link_photo{
	width: 150px;
}
/* 部落格---------------------------------------- */
.blog_box{
	border-bottom: 1px solid #9A9A9A;
	padding-bottom: 10px;
}
.blog_more a{
	color: #2A2A2A;
	font-size: 13px;
	text-decoration: none;
}
.blog_footer li{
	display: inline-block;
}
.blog_footer a{
	color: #0088B8;
	font-weight: bold;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.blog_tag {
	color: #393939;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.blog_tag li{
	display: inline-block;
	margin-right: 2pt;
	margin-bottom: 5px;
}
.blog_tag a{
	color: #414141;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #E9E9E9;
	border: 1px solid #A1A1A1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	font-size: 12px;
}
.blog_bottom {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	clear: both;
}
.blog_bottom li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.blog_bottom a{
	color: #0066FF;
	text-decoration: none;
}
.blog_bottom a:hover {
	color: #4E4E4E;
}
.blog_number{
	color: #0088B8;
	font-weight: bold;
}

/* 部落格版本2樣式 */
.blog_box_box{
	margin-top: 10px;
	display: flex;	
	flex-wrap: wrap;
  box-sizing: border-box;
	align-items: stretch;
}
.blog_box_box a{
	text-decoration: none;
	width: 31%;
	border: 1px solid #D0D0D0;
	margin-bottom: 20px;
	margin-right: 7px;
	margin-left: 7px;
	box-sizing: border-box;
}
.blog_box_list{
background-color: #FFFFFF;
}
.blog_box_c{
padding: 10px;
}
.blog_title{
color: #4E4E4E;
font-size: 20px;
font-weight: bold;
text-align: center;
padding-bottom: 20px;
}
.blog_top{
	background-image: url(../images/pc/hot.png);
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-left: 290px;
	background-position: 270px top;
}
.blog_date{
	color: #BBBBBB;
	font-size: 12px;
	padding-bottom: 10px;
}
.blog_content_list{
	color: #737373;
	border-top: 1px solid #E3E3E3;
	padding-top: 10px;
	line-height: 28px;
}
.blog_more{
	text-align: right;
}
.blog_more img{
	width: 60px;
}
.blog_footer {
	color: #b0b0b0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 13px;
}
.blog_footer li{
	display: inline-block;
}
.blog_footer a{
	color: #b0b0b0;
	font-weight: bold;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.blog_tag {
	color: #393939;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.blog_tag li{
	display: inline-block;
	margin-right: 2pt;
	margin-bottom: 5px;
}
.blog_tag a{
	color: #414141;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #E9E9E9;
	border: 1px solid #A1A1A1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	font-size: 12px;
}
.blog_bottom {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	clear: both;
}
.blog_bottom li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.blog_bottom a{
	color: #909090;
	text-decoration: none;
}
.blog_bottom a:hover {
	color: #000000;
}
.blog_number{
	color: #b0b0b0;
	font-weight: bold;
}

/* 部落格回應表單 */
.blog_reply_form {
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_reply_form input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 38%;
	margin-bottom: 5px;
}
.blog_reply_form :focus {
	border: 1px solid #0099FF;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
}
.blog_reply_form textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 85%;
	height: 80px;
}
.blog_reply_form .reply_form_title{
	color: #494949;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_reply_form span{
	color: #FC6500;
}
/* 部落格回應框 */
.blog_reply {
	background-color: #FAFAFA;
	border: 1px solid #ECECEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.reply_title {
	padding-bottom: 10px;
	color: #474747;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../images/pc/blog_reply.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 25px;
}
.reply_title span {
	font-size: 12px;
	font-weight: normal;
	color: #898989;
}
.reply_content {
	padding-bottom: 10px;
}
.reply_but {
	color: #363636;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	border: 1px solid #CBCBCB;
}
/* 部落格回復框 */
.blog_reply_to {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
/* 部落格標籤雲 */
.taglist{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.taglist a{
	padding: 2px;
	display: inline-block;
	white-space: nowrap;
	border: 0;
	text-decoration: none;
	color: #DFDFDF;
}
.taglist a:hover {
	color: #FFFFFF;
}
a.size1{
	padding: 10px;
	font-size: 12px;
	color: #DFDFDF;
}
a.size2{
	padding: 7px;
	font-size: 14px;
	color: #DFDFDF;
}
a.size3{
	padding: 5px;
	font-size: 16px;
	color: #DFDFDF;
}
a.size4{
	padding: 5px;
	font-size: 18px;
	color: #DFDFDF;
}
a.size5{
	padding: 5px;
	font-size: 25px;
	color: #DFDFDF;
}
a.size6{
	padding: 0px;
	font-size: 14px;
	color: #DFDFDF;
}
a.size7{
	padding: 0px;
	font-size: 20px;
	color: #DFDFDF;
}
a.size8{
	padding: 0px;
	font-size: 28px;
	color: #DFDFDF;
}
a.size9{
	padding: 0px;
	font-size: 16px;
	color: #DFDFDF;
}
/* 部落格搜尋 */
#searchform {
	height: 32px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
#searchform .icon {
	background-image: url(../images/pc/search.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	background-position: 5px 5px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}
#searchform input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	width: 75%;
}
#searchform .submit {
	margin-top: 100px;
}
/* 留言板 ---------------------------------------- */
.guestbook_bt {
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 20px;
}
.guestbook_bt a {
	background-image: url(../images/pc/guest_but.png);
	display: block;
	width: 150px;
	height: 40px;
	float: right;
}
.guestbook_con {
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	clear: both;
}
.guest_top {
	height: 30px;
	position: relative;
}
.guest_top .user_name {
	position: absolute;
	left: 4px;
	top: 0;
	line-height: 30px;
	font-weight: bold;
	color: #2B2B2B;
}
.guest_user {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	border-top: 1px dashed #e1deda;
	border-bottom: 1px dashed #e1deda;
}
.guest_admin {
	background: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.guest_admin .name {
	font-weight: bold;
	color: #292929;
}
.guest_bottom {
	text-align: right;
	color: #aaa;
	font-size: 12px;
}
.guest_code{
	color: #FC6500;
}
/* 登入註冊 ----------------------------------------*/
#box {
	background-image: url(../images/pc/b2.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	display: none;
}
#log_in {
	width: 490px;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top: 70px;
	background-image: url(../images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.log_in_content {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.log_in_title {
	color: #282828;
	font-size: 22px;
}
.but_log_in{
	width: 50%;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(0,179,255,1.00) 0%,rgba(0,98,179,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,179,255,1.00) 0%,rgba(0,98,179,1.00) 100%);
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#twzipcode{
	float: left;
}
#twzipcode select {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 90px;
}
#twzipcode input {
	width: 30px;
}
.passwd_forgot{
	color: #717171;
}
/* 會員專區 ----------------------------------------*/
.member_box {
	padding: 20px;
	background-color: #FFFFFF;
}
.member_box_div1 {
	width: 10px;
	float: left;
	height: 1px;
}
.member_tab {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E9E9E9;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #535353;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}
.member_tab:hover {
	background-color: #00b7f0;
	color: #FFFFFF;
}
.member_tab_select {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	background-color: #00b7f0;
	color: #FFFFFF;
}
.member_content {
	padding: 20px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	font-size: 16px;
  overflow-x: auto;
}
.member_title {
	font-size: 22px;
	font-weight: bold;
	color: #858585;
	background-image: url(../images/pc/member_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#form_member_edit{
	width: 70%;
}
.member_placard {
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.float_left {
	display: inline-block;
}
/* 購物車 ----------------------------------------*/
#m_menu_shop{
	display: none;
}
.shop_box {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 16px;
}
.shop_content {
	padding: 10px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 28px;
}
.shop_title {
	font-size: 22px;
	font-weight: bold;
	color: #555555;
	background-image: url(../images/pc/member_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.shop_title_tr1 {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	height: 30px;
}
.shop_title_tr2 .sale {
	color: #FF6E00;
	border: 1px solid #BBBBBB;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	font-size: 13px;
	display: inline-block;
}
.shop_title_tr2 .sale_a {
	color: #434343;
	font-size: 13px;
	text-decoration: none;
}

tr.shop_title_tr2 td {
	border-bottom: 1pt solid #D8D8D8;
	text-justify: distribute;
	word-break: break-all;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #303030;
}
tr.shop_title_tr3 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
}
tr.shop_title_tr4 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #303030;
}
tr.shop_title_tr5 td {
	text-justify: distribute;
	word-break: break-all;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #303030;
}
.shop_a{
	color: #0073B3;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
.shop_total{
	color: #C80002;
	font-weight: bold;
}
.payment {
	border: 1px solid #DCDCDC;
	padding: 10px;
	margin-bottom: 10px;
}
.shipping {
	border: 1px solid #DCDCDC;
	padding: 10px;
}
.shop_button {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.shop_member {
	width: 70%;
}
.shop_member_but{
	width: 32%;
	float: left;
	text-align: center;
}
.shop_bar{
	border-radius: 3px;
	border: 1px solid #8E8E8E;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 30px;
	padding-bottom: 3px;
	background-color: #00b1bb;
	display: inline-block;
	margin-left: 5px;
	background-image: url(../images/pc/cart_icon.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 2px 3px;
}
.shop_notice{
	display: inline-block;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(../images/pc/shop_light.gif);
	border-radius: 50%;
}
.shop_ban{
	display: inline-block;
	background-color: #ffffff;
	color: #000000;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 5px;
}
.shop_qa{
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.shop_free{
	font-size: 13px;
}
.shop_time{
	font-size: 12px;
	color: #A2A2A2;
	padding-bottom: 5px;
}
.select_shipping_box{
	font-size: 13px;
	color: #000000;
}
.pd_spec_list{
	display: inline-block;
}
#iDate {
	width: 90px;
}
.disabled span{
    color:black !important;
    background: red !important;    
}
.enabled a{
    color:black !important;
    background: PowderBlue !important;    
}
.ui-datepicker-trigger{
	padding-bottom: 10px;
	padding-left: 5px;
}
.order_search_title{
	color: #515151;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 20px;
}
.order_search_table{
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}
.order_search_table td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.pre .sale{
	color: #FF6E00;
	border: 1px solid #BBBBBB;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 13px;
}
.pre .text{
	color: #007FDB;
	font-size: 13px;
}
.pre a{
	color: #0073B3;
	text-decoration: none;
}
.discount{
	border: 1px solid #D4D4D4;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.discount a{
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.discount img{
	float: left;
}
.dis_title{
	color: #474747;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.discount .sale{
	background-color: #eb6100;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
}
.dis_time{
	color: #000000;
	background-image: url(../images/pc/time.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: auto;
	display: inline-block;
	margin-left: 10px;
	padding-left: 18px;
	background-position: 0% center;
}
.dis_content{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1F1F1F;
	padding-left: 10px;
	overflow: hidden;
}
.end_box{
	width: 490px;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top: 60px;
	background-image: url(../images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.end_content{
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	color: #454545;
	font-size: 16px;
	padding-bottom: 20px;
}
.end_content a{
	display: block;
	text-align: right;
}

/* 表單 */
#form {
	width: 550px;
}
#form .table{
	padding-top: 3px;
	padding-bottom: 3px;
}
#form .left{
	float: left;
	width: 90px;
	text-align: right;
	color: #333333;
	padding-right: 8px;
	display: inline-block;
}
#form .right{
	overflow: hidden
}
#form .down{
	text-align: center;
	padding-top: 20px;
}
input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
}
input:focus {
	border: 1px solid #0099FF;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
}
input[type="radio"]{
	height: 18px;
	width: 18px;
}
input[type="checkbox"]{
	height: 18px;
	width: 18px;
}
textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	height: 80px;
}
textarea:focus {
	border: 1px solid #0099FF;
}
.input2 {
	width: 20px !important;
}
.input3 {
	width: 80px !important;
}
#address{
	width: 100%;
	padding-top: 8px;
}
#o_mail{
	width: 350px;
}
.o_mail_h{
	display: inline-block;
}
#quiz{
	width: 100px;
}
#store-info{
	display: none;
	margin: 0px;
	padding-left: 20px;
}
#store-info li{
	margin: 0px;
}
.all_checkbox{
	margin: 0px;
	padding: 0px;
}
.all_checkbox li{
	display: inline-block;
}
.all_checkbox input{
	width: 20px;
}
.all_radio{
	margin: 0px;
	padding: 0px;
}
.all_radio li{
	display: inline-block;
}
.all_radio input{
	width: 20px;
}
.all_radio span{
    display: inline-block;
}
.slider_code ,.slider_code_reply ,.slider_code_member{
	background: #ECECEC !important;
	height: 27px !important;
	text-align: left !important;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 13px !important;
	color: #2B2B2B !important;
	max-width: 150px;
	line-height: 25px;
	padding-left: 30px;
}
.slider_code a ,.slider_code_reply a ,.slider_code_member a{
	width: 25px !important;
	height: 25px !important;
	background: #FFFFFF url(../images/pc/blockbg.png) no-repeat center center !important;
	top: 0px !important;
	margin-left: 0px !important;
	cursor: move !important;
}
.slider_code .suc ,.slider_code_reply .suc ,.slider_code_member .suc{
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
/* 按鈕類 */
.but_voucher{
	font-size: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #009BE7;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
}
.but_voucher_del{
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #B30000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.buySelect{
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.mail_loader{
	color: #C30003;
	font-size: 15px;
	margin-left: 10px;
	background-image: url(../images/pc/ajax-loader.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 5px;
	display: none;
}
#other_val{
	width: 180px;
}
.loading_box{
	background-image: url(../images/pc/loading2.gif);
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	background-color: hsla(0,0%,100%,0.90);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	display: none;
}
.but {
	color: #333333;
	width: 100px !important;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	cursor: pointer;
}
.but2 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	width: 250px;
	height: 80px;
}
.but4 {
	border: 1px solid #FFFFFF;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	display: inherit;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: #999999;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
	padding-left: 10px;
	padding-right: 10px;
}
.but5 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #232323;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.but6 {
	border-width: 0px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(0,177,187,1.00) 0%,rgba(0,152,187,1.00) 99.48%);
}
.but7 {
	cursor: pointer;
	text-decoration: none;
	color: #434343;
	font-size: 13px;
	border: 1px solid #BDBDBD;
	font-weight: bold;
	background-color: #ECECEC;
	display: inline;
	text-align: center;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.but8 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	display: inline-block;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 300px;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
.but8 span{
	color: #00849A;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	line-height: 20px !important;
}
.but9 {
	border-width: 0px;
	cursor: pointer;
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(0,187,255,1.00) 0%,rgba(0,100,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,187,255,1.00) 0%,rgba(0,100,255,1.00) 100%);
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	float: right;
	display: block;
	margin-bottom: 10px;
}
.search_top{
	width: 300px;
	position: absolute;
	top: 38px;
	right: -10px;
}
#searchform_top {
	padding-top: 10px;
	position: relative;
	text-align: left;
	padding-left: 10px;
}
#searchform_top .icon {
	background-image: url(../images/pc/search.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	background-position: 5px 5px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}
#searchform_top input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 3px;
	width: 60%;
	font-size: 14px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
#searchform_top .submit {
	width: 60px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	color: #FFFFFF;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-color: #009CBB;
}
.footer_link{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
.footer_link a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px !important;
	padding-left: 5px;
	padding-right: 5px;
}
.footer_link a:hover {
	color: #000000 !important;
}
ul.news {
	margin: 0px;
	padding: 0px;
}
ul.news li {
	margin-bottom: 10px;
}
.map {
	float: left;
	width: 62%;
	padding-right: 10px;
}
.map_but {
	float: left;
	width: 36%;
}
.map_but img {
	display: block;
}

.but_new {
	position: fixed;
	right: 10px;
  	z-index: 10;
    top:50%; /*距離上方的位置*/
    margin-top:-30px; /*上方邊界*/
}

.o_invoice_type_1{
	display: none;
}
.o_invoice_type_2{
	display: none;
}
.o_invoice_type_2a{
	display: none;
	margin-top: 10px;
}
.o_invoice_print{
	display: none;
}
.shop_invoice a{
	color: #940002;
}
.o_invoice_po_name{
	width: 300px;
}
.o_invoice_po{
	display: none;
}

/* table */
.table_copy_a {
	display: table;
	border-collapse: collapse;
}

/* tr */
.row_tr_a{
	display: table-row;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* td , th */
.cell_td_a {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
}
.input4 {
    width: 300px;
}
.carruertype3{
	display: none;
}
.my_wrapper{
padding-top: 20px;  
}
.my_wrapper a{
text-decoration: none;  
}

.pd_index{
text-align: center;
}

.pd_index .list{
display: inline-block;
width: 48%;
padding: 10px;
}
.pd_index .name{
font-size: 20px;
font-weight: bold;
padding: 10px;
}
.pd_des{
	font-size: 15px;
	padding: 8px;
	color: #656565;
	margin-top: 5px;
	background-color: #f5f5f5;
}
.map_left{
}
.map_right{
}

.map_data{
margin-left: auto;
margin-right: auto;
width: 50%;
}
.map_title{
color: #2A2A2A;
font-size: 22px;
font-weight: bold;
padding: 10px;
background-color: #9EDEE1;
border: 1px solid #02786F;
}
.map_title span{
  color: #004A53;
  font-size: 16px;
}

.t_map{
border-collapse: collapse;
margin-bottom: 30px;
}
.t_map a{
color: #1F1F1F;
text-decoration: none;
}
.td_map{
background-color: #15a8b0;
color: #FFFFFF;
font-size: 18px;
font-weight: bold;
}
.t_map td{
border: 1px solid #878787;
padding: 5px;
}
.no_store{
text-align: center;
padding: 10px;
border: 1px solid #D0D0D0;
}
#map_x5F_text text{
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	pointer-events: none;
}
#Taiwan_-_Counties path:hover ,#Taiwan_-_Counties polygon:hover{
   fill: #95c7dc;
   stroke: #ffffff;
   cursor: pointer;
}
.t_map_m{
border-collapse: collapse;
margin-bottom: 10px;
display: none;
}
.t_map_m a{
color: #1F1F1F;
text-decoration: none;
}
.td_map_m{
background-color: #15a8b0;
color: #FFFFFF;
font-weight: bold;
}
.t_map_m td{
border: 1px solid #878787;
padding: 5px;
}
.no_store_m{
text-align: center;
padding: 10px;
border: 1px solid #D0D0D0;
display: none;
}
.t_map tr:nth-child(odd) {
	background-color: #e6f6f6;
}
.map_select{
	color: #1E1E1E;
	font-size: 17px;
	border: 1px solid #464646;
	border-radius: 5px 5px 5px 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	margin-top: 2px;
}
.map_search{
	float: right;
}
#searchform_map {
	position: relative;
	text-align: left;
	padding-left: 10px;
}
#searchform_map .icon {
	background-image: url(../images/pc/search.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	background-position: 5px 5px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}
#searchform_map input {
	border: 1px solid #464646;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 3px;
	width: 60%;
	font-size: 16px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
#searchform_map .submit {
	width: 60px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	color: #FFFFFF;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-color: #E50000;
}
.shop_title_tr2_o2{
  background-color: #FFFCEF;
}
.shop_title_tr2_o2 td{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}
.o2_table_line{
  border: 1px solid #6B6B6B;
  border-collapse: collapse;
  font-size: 14px;
}
.o2_table_line td{
  border: 1px solid #6B6B6B;
  padding: 3px;
}
.o2_tr_line{
  background-color: #E0E0E0;  
}
.shop_list_ad{
  display: none;  
}
.shop_show_pd_but{
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  cursor: pointer;
  background-color: #ECECEC;
  border: 1px solid #1F1F1F;
}
.shop_show_pd_but:hover{
  background-color: #FFFFFF;
}
.download_csv_but{
  width: 80px;
  font-weight: bold;
  margin: 10px;
  border: 1px solid #373737;
}
.shop_title_table{
  width: 100%;  
}
.shop_but_back{
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #EDEDED;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px;
  border: 1px solid #424242;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
