@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定*/
#backcolor{
	background-color: #b5dcf5;
	text-align: center;
}

/*　メインボックス*/
#box_main{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clearBoth{
	clear:both;
}

/* --------------------------------------------------
	募集チラシ
-------------------------------------------------- */

/*　メイン画像 */
.rcm_wrap{
	max-width: 950px;
	margin: 0 auto;
	background: url(image/2025main.jpg) no-repeat center;
	background-size: contain;
}
/*　募集終了を載せる */
.rcm_closed_box{
	padding: 50% 0;
	margin-left: auto;
	margin-right: auto;
	/* 背景色のみ60%透明 */
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 50px;
}

/*　募集公開中 */
.rcm_open_box{
	padding: 50% 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 50px;
}