@charset "UTF-8";

h3{
	font-size: 18px;
	text-align:center;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}

.pageTitle{
	font-size: 18px;
	text-align:center;
	padding:20px 0;
    margin-bottom: 20px;
}

.shopNews .shopNewsBox {
    margin-bottom: 4%;
}

.shopNews .shopNewsList {
    flex: 0 0 48%;
    margin-bottom: 4%;
}

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

.shopNews .newsList>.flex{
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.shopNews .shopNewsBox a .shopNewsTxt .shopNewsTitle {
    color: #90743c;
    font-size: 14px;
}

.date{
	margin-bottom: 5px;
}
.date span{
	padding: 4px 6px; 
	color:#fff;
	margin-left: 5px;
}

.new{
	background: #b4001b;
}

