@charset "UTF-8";

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

#content{
	margin-top: 50px;
}

.newShop table tr{
	border-bottom: #c8c9ca 1px solid;
}

.newShop table tr:first-child{
	border-top: #c8c9ca 1px solid;
}

.newShop table tr th{
	border-right: #c8c9ca 1px solid;
	padding: 15px;
	width:20%;
	font-weight: bold;
}

.newShop table tr td{
	padding: 15px;
}

.newShop .images ul{
	-webkit-justify-content: flex-start;/* Safari */
    justify-content: flex-start;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.newShop .images ul li{
	flex: 0 0 31%;
	margin-bottom: 4%;
	position: relative;
    margin-right: 22px;
}

.newShop .images ul li:after{
	position: absolute;
	right: 10px;
	bottom:10px;
	font-family: "FontAwesome";
	content: "\f002";
    font-size: 20px;
}