@charset "UTF-8";
/*
###################################

    イベント　専用CSS

###################################
*/

#content {
	background: #FFFFFF;
}

/* ########## MAIN VISUAL ########## */
#mainVisual {
	height: 120px;
}
#mainVisual h1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
}

/* ########## BOTTOM CONTENT ########## */
#wrapContentBtm {
	padding: 180px 0 20px 0;
}


.eventInfo {
	padding: 10px 0;
	border-bottom: 1px solid #D9D9D9;
}
*:first-child+html .eventInfo { /* IE7 */
	min-height: 150px;
}

/* CAMPAIGN OUTLINE */
.outline {
	float: left;
	width: 500px;
	margin-left: 40px;
}
.outline h2 {
	color: #422210;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.outline p {
	font-size: 13px;
}



/* BUTTON */
.btnDetail {
	display: table-cell;
	width: 180px;
	height: 150px;
	vertical-align:bottom;
}
* html .btnDetail {/* IE6 */
	height: 30px;
	padding-top: 120px;
}
*:first-child+html .btnDetail {/* IE7 */
	height: 30px;
	padding-top: 120px;
}
