@charset "UTF-8";

* {
	font-family:arial;
}

/*------------------------------------------------------------
会員登録
------------------------------------------------------------*/
#id_entry_contents_top {
	margin: 8px 0 0;
}

#id_entry_contents_base {
	width: 776px;
	background: #ffffff;
}

#id_entry_table {
	width: 700px;
	margin: 0 auto;
	border-collapse:separate;
	border-spacing:5px;
}

.c_entry_td_left, .c_entry_dest_td_left {
	background: #78a532;
	color: #ffffff;
	width: 150px;
	padding: 5px 7px;
	font-weight: 700;
}

.c_entry_td_right {
	background: #f0f0f0;
	padding: 0 5px;
}

.c_entry_dest_td_right_string {
	color: #000000;
}

.c_entry_form_kome {
	color: #ffea00;
	font-weight: 700;
	font-size: 14px;
}

.c_entry_attention {
	font-size: 0.85em;
	color: #50860f;
}


.c_entry_error {
	font-size: 0.85em;
	color: #ff2020;
}

#id_entry_kiyaku_iframe {
	width: 100%;
	border: 1px #78a532 solid;
	font-size: 11px;
}

#id_entry_kiyaku_text {
	font-size: 12px;
	color: #565656;
	line-height: 1.2;
}

.c_entry_kiyaku_text_title {
	font-weight: 700;
}

/*------------------------------------------------------------
会員登録完了
------------------------------------------------------------*/
#id_join_box {
	width: 700px;
	margin: 0 auto;
}

.c_join_text_main {
	font-weight: 700;
	font-size: 16px;
	color: #50860f;
}

.c_join_text_mail {
	font-weight: 700;
	font-size: 16px;
	color: #ff2020;
}

.c_join_text_small {
	font-size: 11px;
	color: #565656;
}

.c_join_text_small_g {
	font-weight: 700;
	font-size: 12px;
	color: #50860f;
}


