@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");
@import url("common.css");

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

	report
	
	midosujikappo.css
	
================================================ */
div.report_contents h3 {
	padding-top: 5px;
}


/* 少しずらす */
div.report_contentsArea p {
	padding-left: 2px;
}


/* report_contentsArea */
div.report_contentsArea {
	width: 550px;
	padding-left: 60px;
}

div.report_contentsArea h4 {
	margin-top: 5px;
	margin-bottom: 20px;
}

div.report_contentsArea p#lead {
	width: 310px;
	margin-bottom: 26px;
	padding-right: 238px;
	background: url(../images/midosujikappo/logo.gif) top right no-repeat;
}


div.report_contentsArea dl dd {
	margin-bottom: 20px;
}



/*	キックオフ・イベント概要
===================================================================*/
div.report_contentsArea div#booth p {
	margin-left: 2px;
}

div.report_contentsArea div#booth table {
		margin:20px 0 0 0;
}

div.report_contentsArea div#booth table th{
	width:110px;
	background-color:#cccccc;
	border-bottom-color:#FFFFFF;
	border-bottom:solid 2px #FFFFFF;
	vertical-align:top;
	padding:5px 0 4px 10px;
}

div.report_contentsArea div#booth table td{
	padding:0 0 0 20px;
}



div.report_contentsArea div#booth dt {
	clear:left;
	float:left;
	width:30px;
	padding:8px 10px 0 0;
	
}

div.report_contentsArea div#booth dd {
	margin:0 0 0 50px;
	padding:8px 0 0 0;
}



