/*====================================================================
　　ログイン　　
====================================================================*/
#sign_up {
	background: rgba(219, 219, 219, 0.90);
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
	padding: 20px 0;
	width: 530px;
	position: relative;
}
#sign_up .sign_up_form {
	margin-top: 13px;
	width: 280px;
	margin: 0 auto;
}
#sign_up h3{
	font-size: 20px;
	color: #727171;
	text-align: center;
	font-weight: bold;
}
#sign_up{
	display: block;
	margin-bottom: 10px; 
	color: #536376;
	font-size: .9em;
}
.sign_up_form h4.h4_member{
	font-size: 18px;
	color: #727171;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
#sign_up input.input-text {
	display: block;
	width: 278px;
	height: 30px;
	background-position: -201px 0;
	padding: 2px 8px;
}
.sign_up_form ul li{
	margin: 5px 0 10px 0;
}
.sign_up_form ul li.loginbtn input{
	border: 1px solid #252525;
	display: block;
	width: 278px;
	height: 30px;
	background: #464646;
	overflow: visible;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0;
}
.sign_up_form h4.h4_matriculant{
	font-size: 18px;
	color: #727171;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.sign_up_form ul li.linkbtn{
	border: 1px solid #252525;
	width: 278px;
	height: 30px;
	background: #464646;
	text-align: center;
}
.sign_up_form ul li.linkbtn a{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	padding: 4px 0 0 0;
}
#sign_up p{
	text-align: center;
	font-size: 12px;
	color: #727171;
}
#close_x {
	width: 30px;
	height: 30px;
	overflow: hidden;
	line-height: 1000px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(../image/member/close_btn.png);
}
