
@charset "utf-8";
@import "common.css";

/** index
========================================*/
.index{ font-family:Verdana; }
.index .secFirstView{
	height:450px;
	background:url(../img/member/bgTitIndex.jpg) center top no-repeat;
}
.index .secFirstView .tit{
	padding:44px 0 30px;
}
.index .secFirstView .blockPrivilege{
	width:300px;
	float:left;
	padding:0 0 5px;
	margin:0 10px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.index .secFirstView .titBlock{
	font-size:17px;
	color:#fff;
	text-align:center;
	padding:16px 0;
}
.index .secFirstView .innerBlock{
	box-sizing:border-box;
	width:290px;
	padding:10px;
	background:#fff;
	margin:0 auto;
}
.index .secFirstView .img{
	width:100px;
	float:left;
}
.index .secFirstView .txt{
	font-size:13px;
	line-height:19px;
	padding:23px 0 0 14px;
	float:left;
}
.index .secRelief{
	height:240px;
	position:relative;
}
.index .titRelief{
	padding:36px 0 0 25px;
}
.index .txtRelief{
	font-size:16px;
	line-height:26px;
	color:#333;
	padding:6px 0 0 27px;
}
.index .imgRelief{
	position:absolute;
	bottom:0;
	right:62px;
}
.index .titRegisterNow{
	text-align:center;
	padding:0 0 8px;
}
.wrapperTitForm{
	width:800px;
	box-sizing:border-box;
	margin:0 auto;
}
.wrapperTitForm .innerTitForm{
	font-size:22px;
	color:#fff;
	padding:23px 0 22px;
	text-align:center;
}
.wrapperTitForm .tit{
	font-weight:normal;
}

/** secLog
========================================*/
.secLog{
	width:600px;
	margin:43px auto 0;
	padding:0 0 38px;
	font-family:Verdana;
}
.secLog .txtGuide{
	font-size:15px;
	line-height:22px;
	text-align:center;
	color:#fff;
	padding:44px 0 26px;
}
.secLog .txtGuide .txtError{
	color:#f00;
}
.secLog .rowInput01,
.secLog .rowInput02{
	width:400px;
}
.secLog .rowInput01{ margin:0 auto 10px; }
.secLog .rowInput02{ margin:0 auto 30px; }
.secLog input{
	width:386px;
	height:44px;
	padding:0 0 0 14px;
	font-size:15px;
	background:#fff;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
.secLog .btnCommon01,
.secLog .btnCommon03{
	width:300px;
	height:70px;
	margin:0 auto;
	font-size:17px;
}
.txtLinkForget,
.txtLinkLogin{
	font-size:15px;
	text-decoration:underline;
	text-align:center;
}
.txtLinkForget{ padding:30px 0 20px; }
.txtLinkLogin{ padding:52px 0 20px; }

/*--( forget_ok )--*/
.forget_ok .secLog{
	margin:43px auto 23px;
	padding:0 0 56px;
}
.forget_ok .txtGuide{
	padding:44px 0 36px;
}

/*--( txtAddress )--*/
.setup .secLog{
	padding:0 0 55px;
	margin:43px auto 23px;
}
.setup .txtAddress{
	width:500px;
	font-size:15px;
	color:#fff;
	text-align:center;
	background:#FF6600;
	padding:20px 0 23px;
	margin:0 auto 37px;
}
.setup .txtGuideInput{
	width:400px;
	margin:0 auto 14px;
	font-size:15px;
	color:#fff;
}
.setup .rowInput01{ margin:0 auto 23px; }
.setup .txtGuide{ padding:44px 0 36px; }

/*--( login )--*/
.logout .secLog{
	margin:43px auto 23px;
	padding:0 0 56px;
}
.logout .txtGuide{ padding:44px 0 36px; }
