*{
	/* border: 1px solid #222 !important; */
	font-family: "微軟正黑體";
}

a{
	text-decoration: none !important;
}

body{
	background-color: #ECE7E4;
}

.wrapper{
	width: 100%;
	height: 100%;
}

header{
	height: 135px;
	background-color: #5D4C41;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	padding-top: 10px;
}

header h4{
	color: #C4C8CD;
}

.col-md-3{
	width: 24%;
	margin:0px 5px;
}

.container{
	margin-top: 50px;
}

.box{
	/* height: 350px; */
	min-height: 375px;
	padding-top: 10px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 1.2em;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	transition: .2s;
	cursor: pointer;
	margin-bottom: 20px;
}

.box:hover{
	transform: translate(-5px, -5px);
}

.box img{
	width: 100%;
	height: 168px;
}
.date,.title,.zone{
	padding: 5px;
	color: #6C6C6C;
}
.date{
	margin-top: 10px;
	color: #85BD39;
	font-size: 1.4em;
}

.title{
	font-size: 1.1em;
	font-weight: bold;
}

.home{
	display: block;
    width: 100px;
    height: 50px;
    border: 2px solid #5D4C41;
    border-radius: 10px;
    color: #5D4C41;
    line-height: 50px;
    text-align: center;
    transition: .2s;
}

.home:hover{
	color: #fff;
	background-color: #5D4C41;
}

#example-image-link{
	display: inline-block;
	width: 345px;
	height: 230px;
	padding: 10px;
}

#example-image-link img{
	width: 100%;
}