@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: members.css
 * author		: takaaki koyama
 * style info	: メンバーページCSS
 -----------------------------------------------------------*/

/* members/login
 --------------------------------------------------*/
#article #login{
	margin-bottom:2em;
}

#login table{
	font-size:1.2em;
	width:100%;
}

#login table th{
	/*border:1px solid #ccc;*/
	background-color:#F9F9F9;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}

#login table td{
	/*border:1px solid #ccc;*/
	text-align:left;
	vertical-align:middle;
	padding:5px;
}

#login p{
	font-size:1.0em;
}

#siginup_info{
}

#siginup_info table{
	font-size:1.2em;
	width:100%;
}

#siginup_info table th{
	/*border:1px solid #ccc;*/
	background-color:#EFEFEF;
	text-align:center;
	vertical-align:middle;
	padding:10px 0;
	width:30%;
}

#siginup_info table td{
	/*border:1px solid #ccc;*/
	text-align:left;
	padding:5px 10px;
	width:30%;
}
#siginup_info table td h4{
	font-size:1.167em;
	border-bottom:1px solid #ccc;
	margin-bottom:0.5em;
}

.diabled_target_a.hidden, .diabled_target_b.hidden{
	display:none;
}

.diabled_target_b p {
/*	width:100px;*/
	width:150px;
	border:1px solid #E5E5E5;
	background-color:#E8E8E8;
	padding:5px 10px 3px 10px;
	text-align:center;
	line-height:1.2;
	color:#ACA899;
}
#btn_siginup{
	    margin-top: -70px;
}

.example,.notice{
	font-size:0.8em;
	padding:5px 0px 0px 0px;
}

/* members/edit
 --------------------------------------------------*/
#member_info_form{
}

#member_info_form table{
	width:100%;
	font-size:1.2em;
}

#member_info_form table th{
	/*border:1px solid #ccc;*/
	background-color:#F9F9F9;
	padding:0.5em;
}

#member_info_form table td{
	/*border:1px solid #ccc;*/
	padding:0.5em;
}

#member_info_table{
	margin-bottom:10px;
}

/*#article table#div_item_table,#article #div_item_table td, #article #div_item_table th{
	border-bottom:0;
}*/

#request_condision .form_table,#request_condision .form_table th,#request_condision .form_table td{
	border-top:0;
}


#withdraw p{
	font-size:1.2em;
}

input.hidden{
	display:none;
}

/* members/edit
 --------------------------------------------------*/
#withdraw_form{
	text-align:center;
}
#withdraw_form p{
	font-size:1.2em;
	margin:0px 0px 20px 0px;
}
