@charset "utf-8";
/*--------------------------------------------
*
*	01. TOP
	01-1. TOP オススメイベント
	01-2. TOP カレンダー
	01-3. TOP イベント一覧
*--------------------------------------------*/


/*-------------------------------------
	01-1. TOP オススメイベント
---------------------------------------*/
.topPickup{
	margin-top:15px;
}

.topPickup .topPickupBox{}

/*------------list:entry---------------*/
.topPickup .topPickupBox .topPickupDate{
	float:left;
	width:100px;
	margin-left:10px;
	background:url(../image/pickup_icn.png) 0em 1.0em no-repeat;
	padding-left:15px;
}


.topPickup .topPickupBox .topPickupTxt{
	float:left;
	width:420px;
}


/*-------------------------------------
	01-2. TOP カレンダー
---------------------------------------*/
.topCalendar{
	margin-top:40px;
}


/*-------------------------------------
	01-3. TOP イベント一覧
---------------------------------------*/
.topEvent{
	margin-top:30px;
}





