@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/*--------------------------------------------

      タイトル

---------------------------------------------*/


/*--------------------------------------------

      メンバー登録

---------------------------------------------*/

.form-info{
	font-size:120%;
	/*text-align:center; */
	margin-bottom:5px;
}

.form-info .red{
	color:#CC0000;
}

.form-info strong{
	font-size:160%;
	font-weight:bold !important;
	margin-right:20px;
}

/*--------------------------------------------

      メンバー登録フォーム

---------------------------------------------*/

.ta-form{
	margin-bottom:40px;
}

.ta-form td{
	padding:30px 1%;
	vertical-align:top;
}


.item{
	width:20%;
}

.need{
	text-align:center;
	color:#fff;
	width:20%;
}

.need strong{
	background:#e9537c;
	padding:3px 20px;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.check-box{
	width:100%;
	text-align:center;
	background:#E6F2EF;
	padding:20px 0px;
	margin-bottom:40px;
}

.inp-reset{
	background:#999;
	border:none;
	width:200px;
	text-align:center;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	padding:15px 0px;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	cursor:pointer;
}

.inp-conform{
	background:#DB1D74;
	border:none;
	width:200px;
	text-align:center;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	padding:15px 0px;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	cursor:pointer;
}

.white-bg{
	background:url(../img/line-dot.gif) repeat-x bottom left #fff;
}

.fm-bg{
	background:url(../img/line-dot.gif) repeat-x bottom left #fff4f9;
}