@charset "utf-8";

/*==================================================
	◆ ライブステージ
==================================================*/

.livestage_box{
	width:511px;
	height:auto;
	padding-bottom:17px;
}

.live_list{
	width:511px;
	height:auto;
	padding:20px 0px;
	overflow:hidden;
}

.live_list2{
	width:511px;
	height:auto;
	padding:10px 0px;
	overflow:hidden;
}

.livelistLeft{
	width:70px;
	height:70px;
	padding:0px 20px 0px 10px;
	float:left;
}

.livelistRight{
	width:461px;
	height:auto;
	padding:0px 10px;
	float:left;
	overflow:hidden;
}

.livelistRight dl{
	display:block;
	width:461px;
	height:auto;
}

.livelistRight dt{
	display:block;
	width:461px;
	height:auto;
	font-size:14px;
	padding:10px 0px;
}

.livelistRight dt a{
	color:#333;
}

.livelistRight dt a:hover{
	color:#333;
	text-decoration:underline;
}

.livelistRight dd{
	display:block;
	width:461px;
	height:15px;
	text-align:right;
}
	

.live_list p{
	color:#444;
	font-size:14px;
	padding-left:13px;
}

.live_list p a{
	color:#444;
	text-decoration:none;
}

.live_list p a:hover{
	color:#06F;
	text-decoration:underline;
}

.dotline{
	width:511px;
	height:1px;
	background:url(../img/common/dotline_h.jpg) repeat-x;
}
