@charset "utf-8";
/* CSS Document */

#user_login h2{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
	display:block;
	position:relative;
	/*width:882px;
	height:28px;*/
    width:100%;
	background-color:#ffff80;
	margin:24px 0px 5px 0px;
	padding:10px 10px 5px 10px;
	font-size:280%;		 
	line-height:1.0em;	
}


#user_login .area02{
	display: block;
	position: relative;
	/*width: 922px;*/
	height: auto;
	padding:10px 0;
	margin:10px auto;
	/*line-height: 1.2em;*/
	background-color: #fff;
}


/******************************************************************btn******/

.submit_box {
    margin:26px auto;
    display:table;
	position:relative;	
}


.submit{
	float: left;
	text-align: center;
	height: auto;
	width: auto;
}
.submit input{
	cursor:pointer;
	font-size: 210%;
	font-weight: bold;
	line-height:1.2em;
	padding:10px 20px 5px;
	margin:0 5px;
	color: #332f00;
	border: #332f00 solid 1px;
	border-radius: 6px;
	background: #f2e400;
	background: linear-gradient(#ffff99, #f2e400);
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 5px;
	width:7em;	
}

.submit input:hover{
	background: linear-gradient(#ffffcc, #f2e961);
}

.reset{
	float: right;
	text-align: center;
	height: auto;
	width: auto;
}
.reset input{
	cursor:pointer;
	font-size: 210%;
	font-weight: bold;
	line-height:1.2em;
	padding:10px 20px 5px;
	margin:0 5px;
	color: #4d4d4d;
	border: #4d4d4d solid 1px;
	border-radius: 6px;
	background: #ccc;
	background: linear-gradient(#e6e6e6, #b3b3b3);
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 5px;
	width:7em;
}

.reset input:hover{
	background: linear-gradient(#f0f0f0, #ccc);
}
/*****************************************************************input****/

#user_login .form_area01 {
    /*float: left;*/
    display: block;
    position: relative;
    /*width: 922px;*/
    height: auto;
    /*margin: 10px 5px 10px 20px;*/
    margin: 10px 1% 10px 2%;
    line-height: 1.2em;
    background-color: #e8e8e8;
    width:96%;
    padding:10px;
}

.input_area {
	background-color:#FFF;
	border:#ccc 1px solid;
	/*margin:20px 20px;
	padding:20px;
	width:840px;*/

	margin:20px 2%;
	padding:20px 2%;
	width:92%;


}

.input_area dl{
	padding-top:20px;
}

.input_area dt{
	float: left;
	text-align: right;
	padding: 20px 1% 20px 5%;
	/*width: 240px;*/
	width: 40%;
	font-size: 210%;
}
.input_area dd span{
    float: left;
    padding: 20px 10px 20px 0px;
    font-size: 210%;
}
.input_area dd input{
	float:left;
	font-size:210%;
	/*max-width:339px;*/
	max-width:277px;
	height:44px;
	border:#666 solid 1px;
	text-align:left;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",;
	text-indent:10px;
}
.input_area span{
	font-size:180%;
}
.input_area p{
	font-size:180%;
	margin-left:270px;
	line-height: 1.6em;
	padding:10px 0px;
	
}
	
.input_area p a{
	text-decoration:underline;
	font-weight:bold;
}
	
	
	