@charset "utf-8";
/*** CASTLIST SCHEDULELIST AROMA ***/
#cs_art{
	width:680px;
	padding:10px;
	background:rgba(255,255,255,0.4);
	box-sizing:border-box;
}
#cs_div{
	width:660px;
	border:1px solid #d8c78e;
	box-sizing:border-box;
}
#cs_ul{
	width:660px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 */
}
.cs_li{
	padding:8px;
	width:312px;
	vertical-align:baseline;
	float:left;
}
.cs_li a:hover{
	text-decoration:none;
}
.cs_figure{
	width:312px;
	height:100%;
	min-height:200px;
	padding:8px;
	box-sizing:border-box;
	background:#EEE;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.cs_ph, .cs_figcaption{
	display:table-cell;
}
.cs_ph{
	position:relative;
	padding-right:10px;
	float:left;
	width:120px;
}
.cs_ph .cs_new{
	position:absolute;
	bottom:0;
}
.cs_figcaption{
	vertical-align:top;
	width:160px;
	word-break: break-all;
}
.cs_figcaption ul{
	color:#111;
	font-size:12px;
}
.cs_figcaption li{
	/*
	line-height:1.8;
	*/
	font-weight:bold;
}
.cs_name{
	font-size:16px;
	color:#001c55;
}
.cs_name span{
	font-size:12px;
	color:#001c55;
	font-weight:bold;
}
.cs_today{
	padding-top:10px;
	color:#001c55;
}
.shop_area{
	display:table;
}
.shop_icon{
	display:table-cell;
	padding-right:4px;
}
