@charset "utf-8";


/*
 登録
------------------------------------------------------- */
/* エリア */
#regist {

}

/* リスト */
#regist li {
	width:315px;
	height:110px;
	font-size:1.2em;
	text-align:center;
}
#regist .member {
	background:url(/index/img/regist-area.png);
	float:left;
}
#regist .condition {
	background:url(/index/img/condition-area.png);
	float:right;
}

/* テキスト */
#regist p {
	text-align:left;
	margin:40px 0px 0px 60px;
}

/* 画像 */
#regist img {
	margin:15px 0px 0px 0px;
}



