@charset "utf-8";
/* 基本*/

#fassion_coordinate{
	padding: 20px 0 0 0;
	background: url(../images/xmas_bk.jpg);
	margin: 0 0 15px 0;
}

.event_left{
	width: 350px;
	margin: 0 10px 5px 10px;
	float: left;
}

.event_right{
	width: 350px;
	margin: 0 10px 5px 0;
	float: left;
}

*html .event_left{
	width: 230px;
	margin: 0 15px 5px 10px;
	float: left;
}

*html .event_right{
	width: 230px;
	margin: 0 10px 5px 0;
	float: left;
}

.event_img{
	margin: 0 0 5px 0;
	text-align: center;
}

.event_shoplist{
	width: 220px;
	padding: 5px;
	position: relative;
}

.event_icon{
	position: absolute;
	top: 6px;
	left: 245px;
}

.event_shoplist_bottom{
	margin: 0;
	padding: 0;
}

.event_name{
	font-size: 16px;
	color: #004990;
	font-weight: bold;
	line-height: 120%;
}

.event_name a{
	color: #004990;
}

.event_name a:hover{
	text-decoration: none;
}

.event_genre{
	font-size: 12px;
	color: #fff;
	margin: 0 0 15px 0;
}

.event_come{
	padding: 0 0 15px 0;
	font-size: 12px;
	color: #fff;
	line-height: 160%;
}

.event_price{
	font-size: 12px;
	color: #717266;
	line-height: 160%;
}

.event_bar{
	width: 692px;
	border-bottom: 1px solid #999;
	margin: 0 auto 25px auto;
}