@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;
	color:#E9537C;
}

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

      メンバー登録フォーム

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

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

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

input[type=text],input[type=tel]{
	border-radius: 3px;
}

.item{
	width:28%;
}

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

select#UserWorkTypeId,select#UserOpportunityTypeId{
	margin: 0 0 10px 0;
}

.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;
}


.consentbox{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


p.cl-box1{
	background: #f0f0f0;
	padding: 12px 18px;
}


span.namespace{
	margin-right: 1em;
}
