	/* ============================================= ▽サポートするボタン */
/* ============================== contentsMain */
.entrybtn {
	width: 320px;
	height: 64px;
	margin: 0 auto;
	border-radius: 6px;
	border-bottom: solid 2px;
	-webkit-transition: background-color .15s linear;
	font-size: 18px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
}
.entrybtn img {margin-right: 5px;}
.entrybtn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

/* ============================== contentsMenu */
#contentsMenu.fixed .entrybtn {
	display: block;
	position: absolute;
	right: 0;
	bottom: 11px;
	width: 320px;
	height: 57px;
	line-height: 57px;
}
/* ファンド終了 */
#contentsMenu.fixed .btn-end {
	display: block;
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 320px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 1.2em;
	border: solid 1px #727171;
}

/* このプロジェクトをサポートする */
.btn-support {
	background-color: #8DC21E;
	border-color: #79A61A;
}
/* サポート内容を確認（募集中でサポート済） / サポート内容を確認（募集終了でサポート成立） */
.btn-confirm {
	background-color: #FFA000;
	border-color: #E89200;
}
/* プロジェクト管理 */
.entrybtn.btn-owner {
	background-color: #7a6a56;
	border-color: #665948;
}

.btn-support:hover {background-color: #A0DB23;}
.btn-confirm:hover {background-color: #ff8b38;}
.btn-owner:hover {background-color: #7a5e3c;}


/* ファンド 公開／終了 */
#openDate,
.btn-end {
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	line-height: 1.4em;
	font-size: 12px;
	background-color: #fff;
	border-radius: 4px;
	color: #898989;
}

.morebtn{
	display:none;
}