@charset "UTF-8";

.title{
	font-size: 16px;
    margin: 8px 0 20px;
}

#content{
	margin-top: 50px;
}

#content .w980 > .flex{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.shopNews{
	margin-bottom: 20px;
}

.shopNewsBox a:hover{
	background: #f7f7f7;
	opacity: 1;
}

.shopNews .shopNewsBox a{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: #595757 1px dotted;
}

.shopNews .shopNewsBox a .img{
	flex: 0 0 26%;
}

.shopNews .shopNewsBox a .shopNewsTxt{
	flex: 0 0 66%;
}

.shopNews .shopNewsBox a .shopNewsTxt .date{
	font-size: 12px;
	margin-bottom: 5px;
}

.shopNews .shopNewsBox a .shopNewsTxt .shopNewsTitle{
	font-weight: bold;
	color:#90743c;
	font-size: 16px;
	margin-bottom: 10px;
}

.shopNews .shopNewsBox a >i{
	flex: 0 0 2%;
	font-size: 24px;
	margin: 0;
    align-self: center!important;
}

.date span{
	padding: 4px 6px; 
	color:#fff;
}

.new{
	background: #c21b23;
	margin-left: 10px;
}

