@charset "utf-8";
/* CSS Document */

.store {
  padding: 5px 16px 0 16px;
  line-height: 1.8em;
  letter-spacing:2px;
}

.de_GY{ /*門市詳細介紹 小區塊*/
    background-color: #eee;
    width: 100%;
    padding:10px 10px 10px 20px;
	font-size: 14px;
	color: #000;
	line-height: 2em;
	display:block;
	margin-bottom:7px;
}

.store-image {
display:block;
width:auto;
}


.container_t {
  position: relative;
}
.text-block_GY {
  position: absolute;
  bottom:205px;
  background-color:#666;
  color: #fff;
  font-size:16px;
  letter-spacing:2px;
  padding: 5px 8px;


  
}



.store-title{
font-size:18px;
font-weight:700;

}
.store-add{
font-size:14px;
}


/* store entries */

.store .store-image {
  text-align: center;
}


.store .store-details  .store-brand {
  margin-right: 10px;
}

.store-price{
color:#FF0000;
font-size:26px;
font-weight:700;
}

.store .store-details  {
  padding:5px 0 15px 0;
  border-bottom: 1px #666;
  border-style:solid;
}

.store .store-subtotal  {
  padding-bottom:10px;
}

.store-spec {
 padding-left: 130px;
}

.store .store-quantity input {
  width: 36px;
}

 /* -------- 色 塊 按  鈕 --S------ */		
input[type="submit"] {
	background:#666;
	margin: 5px 10px;
}
input[type="submit"]:hover {
	background:#028ef0;
}
 /* -------- 色 塊 按 鈕 --E------ */	
 
 /* 圖片輪播*/
	    .store_ongoing{
		     font-size:14px;
			 letter-spacing:1px;
			 color:#1c89b8!important;
			 text-align:left;

			 
		}