
/* CSS Document */
@import url(form.css);
@import url(table.css);
 button {
  cursor: pointer;
  color: #fff;
  transition: all 0.4s ease;
  border:none;
  font-family: '微軟正黑體', sans-serif;
  font-size: 15px;
  background: #645250;
  width:180px;
  line-height: 48px;
  margin-bottom:10px;
}

button:hover {
  color: #fff;
   background: #25110A;
}
.mainArea{background:#fff;padding:40px 0 ;}

.noticeBox{
float:left; 
background:#F4F3EE; 
color:#666; 
border-radius:10px; 
padding:15px 30px;
margin:30px 0; 
font-size:15px; 
line-height:1.8}

.m_noticeBox{display:none;}

.rwd-table input[type="text"] {
  border:1px solid #e5e5e5; 
  height:27px;
  width:25%;
  font-size:17px;
  padding:2px 5px;
  text-align:center;
}


.goodscount{
	color:#333;
	background:#fff;
	border:1px solid #e5e5e5;
	padding:5px 8px;
	margin:2px;
	font-size:17px
}
.gayBox{
background:#EDEDED;
padding:30px;
margin:0px 0px 30px 0px;}

.textBox{padding:20px; line-height:1.8; font-size:16px; height:70px;}

.list-title {
	padding:10px 0 10px 15px;
	font-size:18px;
	margin: 10px 0px;
	font-weight:normal;
	color:#fff;
	background:#645250;
	}

.checkArea{
	display:inline-block;
	position: relative;}

.formBox  .btn{
	display:inline-block;}

.formBox  .btn a{/*送出按鈕*/
	font-family:"微軟正黑體",  "新細明體", sans-serif;
	font-size:15px;
	color:#FFF;
	background:#645250;
	border:1px solid #666;
	}
	
button{margin-top:0px;}	


.total{padding-top:30px; 
	border-top:1px #DCDCDC solid;}


.price{color:#F00;}

.green{color:#006600; font-weight: bold;}






@media(max-width:960px){
 
.noticeBox{display:none;}
.m_noticeBox{
display:inherit;	
background:#F4F3EE; 
color:#666; 
border-radius:10px; 
padding:10px;
margin:20px 0; 
font-size:15px; 
line-height:1.5 }


	
	}

@media(max-width:480px){
button{width:100%; margin-top:10px}
.formBox  .btn{
	width:100%;
	margin-top:10px;
	display:inline-block;}
}