@charset "UTF-8";


.event-posts {
	padding: 0 30px 30px 30px;
	overflow: hidden;
}

.event-posts h2 {
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 17px;
	line-height: 1;
	border-bottom: 1px solid #A0A0A0;
	font-weight: normal;
}

.event-posts h2 span {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 10px;
	font-family: 'Prompt', sans-serif;
}

.event-posts h2 i {
	margin: 0 10px 0 0;
	padding: 0;
}


.event-posts ul.post {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.event-posts ul.post li {
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	padding: 0;
	box-sizing: border-box;
	background-color: #FFF;
	position: relative;
}

.category {
	margin: 0;
	padding: 0;
}

.category {
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	top: 4%;
	right: 0;
	line-height: 1;
	font-family: 'Carme', sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

.news,
.newrelease,
.pricedown,
.shopnews
{
	background-color: #494949;
}

.coordinate {
	background-color: #0066a2;
}

.restock {
	background-color: #007d7b;
}

.release {
	background-color: #db5d8d;
}


.notice {
	background-color: #af8f5b;
}


.sale {
	background-color: #e75500;
}

.off-10,
.off-20{
	background-color: #d0000e;
}


.event {
	background-color: #db5d8d;
}

.reservation {
	background-color: #926299;
}

.recommend {
	background-color: #7bad00;
}

.tips {
	background-color: #3095c1;
}


.event-posts ul.post dl {
	margin: 0 0 20px 0;
}

.event-posts ul.post dt.photo {
	margin: 0 0 5px 0;
}

.event-posts ul.post dt.photo img {
	width: 100%;
	height: auto;
}

.event-posts ul.post dt.title {
	margin: 0 10px 5px 10px;
	font-size: 13px;
	line-height: 1.3;
	text-decoration: none;
}

.event-posts ul.post dt.title a {
	text-decoration: none;
	color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.event-posts ul.post dt.title a:link,
.event-posts ul.post dt.title a:visited,
.event-posts ul.post dt.title a:active {
	color: #000;
}

.event-posts ul.post dt.title a:hover {
	color: #999;
	text-decoration: none;
}
.event-posts ul.post dd {
	margin: 0 10px;
	font-size: 10px;
	color: #255384;
}

.category-nav a {
	width: 95%;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	background-color: #e2ded9;
	display: block;
	color: #1a1a1a;
	text-decoration: none;
}

.category-nav i {
	margin: 0 5px 0 0;
	padding: 0;
}


