@charset "UTF-8";

/* =======================================================
	CONTRIBUTION CSS - modified on 09.11.29
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 CONTENT SETTING
	02 DETAIL SETTING
	02 UTILITIES
======================================================= */



/* =======================================================
	01 CONTENT SETTING
======================================================= */



#top_image {
	width: 700px;
	height: 140px;
	margin-left: 25px;
	text-indent: -5000em;
	display: block;
	background: url(../../../imgs/contents/head_image_contribution.jpg) left top no-repeat;
	}

#concert_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_contribution_concert.gif) left top no-repeat;
}

.concert_wrap {
	width: 655px;
	height: auto;
	margin: 0 0 50px 45px;
}

#donation_content {
	width: 700px;
	height: auto;
	padding-top: 85px;
	background: url(../../../imgs/contents/title_contribution_donation.gif) left top no-repeat;
}

.donation_wrap {
	width: 655px;
	height: auto;
	margin: 0 0 50px 45px;
}



/* =======================================================
	02 DETAIL SETTING
======================================================= */



.donation_wrap img {
	display: block;
}

.logo_wrap {
	display: block;
}
.logo_wrap .logo_each {
	display: block;
	float: left;
	margin-right: 20px !important;
	margin-right: 10px;
}



/* =======================================================
	03 UTILITIES
======================================================= */



.logo_wrap:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.logo_wrap {
	display: inline-table;
	min-height: 1px;
	}
* html .logo_wrap {
	height: 1%;
	}
.logo_wrap {
	display: block;
	}