@charset "utf-8";
/* CSS Document */
body {
	background: #ffffff;	
}


/* 画像 */
.nomenber {
 position: relative;
 z-index: 2;
 text-align:center;
 padding: 10px 0;
}

.nomenber-banner {
 margin: 0 0 10px 0;
 text-align:center;
}

.nomenber-banner img {
 margin-top: 10px;
 width:95%;
 text-align:center;
}

.support {
	margin:12 0 1px 0;
	padding:8px 5px;
	background: #ffffe0;
	color:#3f2706;
	text-align:center;
	font-weight: bold;
	font-size:16px;
	border-bottom:solid 2px #c0ba8e;

	}
	
	 /* フッター*/
.footer {
display: block;
padding: 1%;
margin: ;
text-align:left;
text-decoration: none;
font-size: 12px;
font-weight:bold;
color:#3f2706;
}