@charset "UTF-8";
/* CSS Document */


/* オーバード　スケジュール・出演者情報 */
#schedule .headline{
	
	height:100px;
	width:596px;
	margin:23px 0 0 0;
}

#schedule .headline h3{
	float:left;
}

#schedule .headline p.date{
	padding:0 0 0 90px;
}

#schedule .headline p{
	padding:0 0 0 90px;
}

.profile{
	clear:both;	
}

h2.profile{
	background-color:#3DBCDF;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:9px 14px;
	margin:50px 0 0px;
}


.profile h3{
	color:#3DBCDF;
	font-size:14px;
	font-weight:bold;
	border-bottom:#3DBCDF 1px solid;
	padding:24px 0 10px;
	margin:0 0 18px;	
}

.profile img{
	float:left;
	padding:0 22px 0 0;
}

.profile p.right-col{
	float:right;
	width:416px;
}

#schedule .goto-top{
	text-align:right;
	clear:both;
	padding:10px 0 0;
}

/* オーバード　会場マップ */

#map p{
	margin:14px 0 60px;
	padding:0 0 0 3px;
}

/* オーバード　その他の催し物 */

#event h3{
	margin:24px 0 17px;	
}

.event-contents{
	height:80px;
}

.event-contents .left-col{
	float:left;
	width:150px;
	height:80px;
	
}

.event-contents .right-col{
	float:right;
	width:446px;
}

.event-contents p{
	line-height:1.75;
}

.event-contents h4.bazaar{
	font-size:12px;
	font-weight:bold;
}

.event-contents h4.game{
	color:#E53F90;
	font-size:14px;
	font-weight:bold;
}

#event ul.event li{
	background:url(../aubade/img/icn-li-blue.png) 0px 3px no-repeat;
	padding:0 0 3px 13px;
	margin:0 0 0px 0;
}

#sponsor{
	margin:15px 0 16px;
}

#bazaar{
	padding:0 0 50px 0;
}

#bazaar li{
	background:url(../aubade/img/icn-li-red.png) 0px 3px no-repeat;
	padding:0 0 3px 13px;
	margin:0 0 0px 0;
}

#bazaar .left-col{
	float:left;
	width:340px;
}

#bazaar .right-col{
	float:right;
	width:256px;
}

#contact{
	margin:60px 0 0;	
}

