/* append time */

/* append 2020.3.12  white background */
html, body{
	color: #000;
	background: #fff;
}
.footer {
  padding: 3em 0;
  background:#C00;
  color: #fff;
}
/* BLACK for white bg */
.create_btn a{ color: #FFF; }
/* 確定要變黑字 */
  html, body , .desc1 h3, .desc1 p
   , span.text , span.price-tax , span.points , span.code , span.brand
   , .special h3 , input:focus 
/* 不確定要變黑字 */
   , .top_right , .our-st li , .sky-form .radio,.sky-form .checkbox  , .product h4 , .prod-desc , .reg_fb i , .registration span , .order_title h4 , .contact h2 , .contact-form span label
   , .item_add .item_add a , .sky-form , .det_nav1 h4
{ color: #000; }
/* 確定不變黑字 : a button input   form input[type="submit"]
 , .pro_nav , .pro_nav li a,  , .create_btn a , .cust li a , .abt li a , .myac li a, , a.continue , a.order , .reg a , .box_1 h3 , .box_1 h3 span , .box_1 h3 *
 ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  
*/




/* append 2020.3.18  Responsive Img for Editor upload */
.arriv img {
  max-width: 100%;
  height: auto;
}
body a img{
  display: block;
}

/* append 2020.3.18  debug for pro_list.asp
.grid1_of_4{ padding-bottom: 180px; }
*/

/* append 2020.4.16  for loginBox on mobile */
#loginBox, #loginForm:after {
  left: 15px;
  right: auto;
}

