

/* =======================================
base
======================================= */

.boxFrame.outline  {
	margin: 30px 0;
}

p.btn {
	line-height:1.1em;
}

p.error {
	color:#F00;
	margin-bottom:10px;
	font-weight:bold;
}
/* =======================================
inputBox
======================================= */
.inputBoxWrap {
	margin:0 15px 30px;
}
.inputBoxWrap:after {  content: ".";    display: block;   clear: both;  height: 0;  visibility: hidden;}
.inputBoxWrap {  min-height: 1px;}
* html .inputBoxWrap {  height: 1px;  /*ﾂ･*//*/  height: auto;  overflow: hidden;  /**/}

.inputBoxWrap .inputBox {
	width:340px;
	float:left;
	margin-right:20px;
}
.inputBoxWrap .inputBox.register {
	margin-right:0;
}
.inputBoxWrap .inputBox .frame {
	border:1px solid #CCC;
	padding:3px;
}
.inputBoxWrap .inputBox .inner {
	padding:20px 11px 10px;
}

/* login
--------------------------------------------------------*/

.inputBoxWrap .inputBox.login .item {
}
.inputBoxWrap .inputBox.login .item.last {
}
.inputBoxWrap .inputBox.login .item .leftBlock {
	float:left;
	width:100px;
	margin-right:10px;
}
.inputBoxWrap .inputBox.login .item .rightBlock {
	float:left;
	width:200px;
}
.inputBoxWrap .inputBox.login .item .rightBlock input {
	width:186px;
	height:14px;
	font-size:90%;
	color:#777;
}
.inputBoxWrap .inputBox.login p.lostpass {
	text-align:right;
	font-size:90%;
	margin-top:15px;
}


/* register
--------------------------------------------------------*/
.inputBoxWrap .inputBox.register p {
	text-align:center;
	color:#a05e48;
}




/* =======================================
lostpass
======================================= */
.user-pass-inner {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.user-pass-inner input {
  vertical-align: unset;
}
.user-pass {
	width: 340px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.user-pass-head {
	text-align: left;
}
.user-pass-head strong {
	font-weight: bold;
}
.user-pass-head em {
	color: #f00;
}

.user-btn {
	padding: 10px 80px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #2b2827;
	border :none;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.user-back {
	position: absolute;
	bottom: 0;
	right: 0;
}
.user-back, .user-back-result {
	max-width: 232px;
	max-height: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #bbb6b4;
	text-align: center;
}
.user-back-result {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.user-back a, .user-back-result a {
	display: block;
	padding: 12px 20px;
	color: #fff;
}
.user-back a:hover, .user-back-result a:hover {
	text-decoration: none;
	opacity: 1;
}
.user_title {
	margin-bottom: 40px;
	padding: 10px;
	background-color: #f5f5f4;
	font-size: 116%;
	font-weight: bold;
}
.lostpassBox {
}
.lostpassBox .frame {
}
.lostpassBox .inner {
	padding:20px 11px 10px;
}
.lostpassBox p {
	margin-bottom:10px;
}
.lostpassBox p.btn {
	margin-top:20px;
	margin-bottom:0;
	text-align:center;

}
.lostpassBox input.mail {
	width:350px;
}
.lostpassBox input.year {
	width:80px;
}
.lostpassBox input.month {
	width:60px;
}
.lostpassBox input.day {
	width:60px;
}
