@charset "utf-8";
/* CSS Document */

/* ▼メインコンテンツ▼ */

#mainwrapper {
	text-align:center;
}

#main {
	width:720px;
	margin:0 90px;
}

#main .ftextR {
	color:#f00;
	font-weight:bold;
}

#main .fborderR {
	border:#f00 solid 1px;
}

.submitbutton {
	margin:10px auto 0;
	text-align:center;
}

.submitbutton input, .submitbutton button {
	width:200px;
	padding:5px;
	font-weight:bold;
	font-size:14px;
	height:40px;
}

