@charset "utf-8";
/*** S_EVENT AROMA ***/
.eve_li{
	box-sizing:border-box;
}
.eve_li .eve_ph{
	width:96%;
	margin:0 auto;
}
.eve_li .eve_txt{
	width:96%;
	/*
	background: url(../../images/common/bg_girl.jpg) repeat-y;
	*/
	background-size:100%;
	border:1px solid #CCC;
	box-sizing:border-box;
    	margin:10px auto 20px auto;
}
.eve_li .eve_txt p{
	color:#333;
	padding:10px;
	line-height:1.5;
}
.eve_li .eve_txt p span{
	font-size:14px;
	font-weight:600;
	color:#001c55;
}

.news_ttl {
    font-size: 16px;
    font-weight: 600;
    color: #001c55;
    width: 96%;
    margin: 0 auto;
}

.news_days{
    color:#000;
    font-size: 14px;
}
.news_Sunday {
    color: #f00;
}
.news_Saturday {
    color: #0014ff;
}
.news_date {
    /* margin-bottom: 14px; */
    width: 96%;
    margin: 0 auto;
}