@charset "UTF-8";
/*==================================================
	TOTO REMODEL [event.css]
		Created: 2011-02
		TargetHTML: eventschedule.htm, eventreports.htm

		01.Common
			01-1.eventMenu 
			01-2.Contents

		02.eventReports
			02-1.reportMenu 
			02-2.reportContents

		03.eventSchedule
			03-1.scheduleMenu 
			03-2.scheduleContents 
			
	=====================================		
	Imamura copied to Kojima's Format....
	=====================================

==================================================*/

/*	01.Common
==================================================*/

/* 00-1.tools 
----------------------------*/

.newIcon {
	display: block;
	padding-right: 35px;
	background: url(../imgs/icon_new.gif) no-repeat right;
	}

.pdfIcon {
	display: block;
	padding-right: 20px;
	background: url(../imgs/icon_pdf.gif) no-repeat;
	}

/* 01-1.eventMenu 
----------------------------*/

/*#showroom_wrap #showroom_container #showroomMain .eventMenu a {
	color: #454545;
	text-decoration: underline;
	}
	
#showroom_wrap #showroom_container #showroomMain .eventMenu a:hover {
	text-decoration: none;
	}*/
	
#showroom_wrap #showroom_container #showroomMain .eventMenu .headAnchor {
	height: 25px;
	margin: 5px 0 40px 0;
	padding: 0;
	text-align: left;
	background: #efefef;
}

#showroom_wrap #showroom_container #showroomMain .eventMenu .headAnchor ul {
	float: left;
	padding-left:5px;
}
	
#showroom_wrap #showroom_container #showroomMain .eventMenu .headAnchor li {
	float: left;
	margin-right: 15px;
	padding: 1px 2px 0 15px;
	background: url(../imgs/icon_reports.gif) no-repeat left center;
	line-height: 25px;
	list-style: none;
	}
	
/* 01-2.Contents 
----------------------------*/

#sapporoReports h2,
#osakaReports h2,
#takamatsuReports h2,
#hiroshimaReports h2 {
	margin: 35px 0 0 0;
	}


/*	02.eventReports
==================================================*/

/* 02-1.reportContents 
----------------------------*/
	
.reportContents {
	margin-bottom: 40px;
	}
	
.reportContents img {
	border-style: none;
	}
	
.reportContents ul {
	height: 60px;
	margin-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: #efefef dotted 2px;
	}
	
.reportContents li {
	float: left;
	margin-right: 15px;
	padding-left: 5px;
	font-size: 123%;
	line-height: 60px;
	list-style: none;
	}
	
.reportContents li.date {
	width: 130px;
	}

/*	03.eventSchedule
==================================================*/

/* 03-1.scheduleContents 
----------------------------*/

.scheduleContents {
	margin-bottom: 40px;
	}
	
.scheduleContents img {
	border-style: none;
	}
	
.scheduleContents ul {
	height: 35px;
	margin-top: 15px;
	padding-bottom: 0px;
	font-size: 123%;
	clear: left;
	border-bottom: #efefef dotted 2px;
	}
	
.scheduleContents li {
	display: inline;
	float: left;
	margin-right: 15px;
	padding-left: 5px;
	list-style: none;
	}
	
.scheduleContents li.date {
	width: 150px;
	}
	
.scheduleContents ul.scheduleBtm {
	border-bottom: none;
	}
	
.scheduleContents ul.scheduleBtm li {
	float: right;
	padding-right: 20px;
	color: #CC0000;
	font-size: 77%;
	}

