@charset "utf-8";
/* CROWDFUNDING
---------------------------------------------*/
/* 表紙の背景：その1 */
#h1-crowdfunding {
	background: url("../lifejourney/img/bg_blue.gif") no-repeat center 285px;
}
/* 表紙の背景：その2 */
#h1-crowdfunding #lead {
	width: 970px;
	height: 180px;
	background: url("../crowdfunding/img/bg_lead_blue.jpg");
}
body.en #h1-crowdfunding #lead {
	width: 970px;
	height: 180px;
	background: url("../crowdfunding/img/bg_lead_blue_en.jpg");
}
/* 英語版：リード */
body.en #h1-crowdfunding #wrapper {
	position: relative;
}
body.en #h2-crowdfunding {
	position: absolute;
	top: 130px;
	right: 55px;
	width: 380px;
	color: #fff;
	font-weight: bold;
}
body.en #h2-crowdfunding h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0.5em;
}
/* 英語版：リード下段 */
body.en #lead p {
	padding-top: 20px;
	margin: 0 55px 0 535px;
	width: 380px;
	color: #fff;
	font-weight: bold;
}
body.en #lead p a {
	color: #fff;
}
/* 背景 */
.contentBg {
	width: 960px;
	min-height: 450px;
}
* html .contentBg {
	height: 450px;
}
/* グローバルかつ複合的な危機 */
#crowdfunding #content02 .pageBottom {
	background: url("../crowdfunding/img/content02_bottom.png") no-repeat left bottom;
}
#crowdfunding #content02 .contentBg {
	background: url("../crowdfunding/img/content02.jpg") no-repeat left bottom;
}
/* 意識が生み出した「しくみ」の問題 */
#crowdfunding #content03 ul {
	margin: 0 50px;
	width: 380px;
}
#crowdfunding #content03 li {
	margin-left: 1em;
	text-indent: -1em;
}
#crowdfunding #content03 li span {
	padding-left: 1em;
	background: url("../img_cmn/i_dot.gif") no-repeat left center;
}
/* 行けるところまで行く */
#crowdfunding #content04 .pageBottom {
	background: url("../crowdfunding/img/content04_bottom.png") no-repeat left bottom;
}
#crowdfunding #content04 .contentBg {
	background: url("../crowdfunding/img/content04.jpg") no-repeat left bottom;
}
/* 皆さんへのお願い */
#crowdfunding #content06 .pageBottom {
	background: url("../crowdfunding/img/content06_bottom.png") no-repeat left bottom;
}
#crowdfunding #content06 .contentBg {
	background: url("../crowdfunding/img/content06.jpg") no-repeat left bottom;
}
#crowdfunding #content07 strong.green {
	color: #7e9e29;
}
/* ご支援の方法について */
#crowdfunding #content08 .content {
	background: url("../img_cmn/page_middle2.png") repeat-y;
}
#crowdfunding #content08 div.pageLeft {
	margin-top: 50px;
	float: left;
	width: 960px;
}
#crowdfunding #content08 p {
	margin: 2em 50px 0 50px;
	width: 860px;
}
/* 最後に */
#crowdfunding #content09 .pageBottom {
	background: url("../crowdfunding/img/content09_bottom.png") no-repeat left bottom;
}
#crowdfunding #content09 .contentBg {
	background: url("../crowdfunding/img/content09.jpg") no-repeat left bottom;
}
.signature {
	text-align: right;
}
/* ROBOTPAYMENT
---------------------------------------------*/
.rbpayBox {
	margin: 20px 130px 0;
	width: 700px;
}
.rbpayBox:nth-of-type(2) {
	margin: 20px 130px 50px;
}
.rbpayBox:last-of-type {
	width: 640px;
	padding: 30px;
	background: #f9f6eb;
}
#rbpay01, #rbpay03 {
	float: left;
}
#rbpay02, #rbpay04 {
	float: right;
}
#rbpay05 {
	text-align: center;
}
.rbpayBox .button {
	width: 300px;
	height: 60px;
	border: none;
	color: #fff;
	background: #7e9e29;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.rbpayBox #rbpay03 .button, .rbpayBox #rbpay04 .button {
	background: #00457e;
}
.rbpayBox #rbpay05 .button {
	width: 160px;
	height: 36px;
	background: #f7b900;
	margin-left: 20px;
}
.rbpayBox .button:hover {
	opacity: 0.9;
}
