.article{
	min-height:580px;
}

.article h1{
	color:#312821;
	text-align: center;
	font-family: "微軟正黑體", "Microsoft JhengHei", "儷黑 Pro", "LiHei Pro", "Apple LiGothic", "新細明體", PMingLiU, Arial, Helvetica, sans-serif;
	line-height:0.8em;
	margin-bottom: 50px;
}
.article h2{
	color:#312821;
	font-family: "微軟正黑體", "Microsoft JhengHei", "儷黑 Pro", "LiHei Pro", "Apple LiGothic", "新細明體", PMingLiU, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:1.6em;
	font-weight:600;
	margin-bottom: 20px;
}
.article h1 span{
	color:#9b907d;
	font-size: 0.5em;
}
.list_price{
	font-family:"Times New Roman", Times, serif;
	color:#a73c17;
	font-size:1.5em;
}
.products_caption{
	min-height:125px;
}
.products_price{
	font-family: "Times New Roman", Times, serif;
	color: #a73c17;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cdbd9e;
	border-bottom-color: #cdbd9e;
	margin-top: 10px;
	margin-bottom: 10px;
}
.editor{
	margin-bottom:30px;
}
.editor img{
	margin:20px 0px;
	margin-left: auto;
	margin-right: auto;
}
.shopping_list li{
	padding-top:10px;
	padding-bottom:10px;
}
.shopping_list a .col-md-3{
	color:#333;
}
.shopping_list tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdbd9e;

}

.shopping_total {
	font-size:1.6em;
	color:#a73c17;
	text-align: right;
	margin-bottom:30px;
}
.list_img img{
	max-width:150px;
	height:auto;
}
.order_contact{
	margin-top:20px;
	margin-top:0px;
	background-color:#e8dfce;
	padding:3%;
}
.order_detail{
	background-color:#e8dfce;
	padding:3%;
	margin-bottom:10px;	
}

.list_news li{
	padding-top:30px;
	padding-bottom:50px;
	border-bottom:solid 1px #cdbd9e;
	
}
.list_news li:first-child {
	padding-top:0px;
}
.list_news li:last-child {
	border-bottom:none;
}
.list_news a{
	color:#3e3a39;
}
.list_news .list_date{
	color:#9b907d;
	font-size: 1.4em;
	padding-top: 15px;
	margin-bottom:10px;
}
.list_news .list_title{
	font-size: 1.5em;
	line-height:1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.list_news .news_list_img img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.news_detail .list_date{
	font-size:1.2em;
	font-weight:bold;
}
.contact a{
	color:#333;
}
.contact_form{
	padding: 3%;
	border:solid 1px #cdbd9e;

	
}
.blog_list li{
	padding:18px;
	margin:10px 0px;
	border: 1px solid #CDBD9E;
	
}
.blog_list a{
	color:#333;
}
.blog_list li:hover{
	background-color:#E8DFCE;
}
.blog_list li span{
	margin-left:5px;
	margin-right:10px;
	color:#9B907D;
}
.blog_date{
	font-size: 0.8em;
	color: #C90;
	text-align: right
}

@media (max-width: 1024px) {
	.products_caption{
	min-height:0px;
}
}

@media (max-width: 900px) {

.list_news li:last-child {
	padding-bottom:0px;
}
.list_news .list_date{
	background-color:#e8dfce;
	height:80px;
	width:80px;
	text-align:center;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	line-height:45px;
}

}

@media (max-width: 360px) {
	.article{
		margin-top:140px;
}
	
	}


