@charset "utf-8";

/* loginBox
---------------------------------------------- */
#loginBox {
	margin-bottom:40px;
}

#loginBox .fleft,
#loginBox .fright {
	width:340px;
}

#loginBox h3 {
	font-size:15px;
	line-height:37px;
	padding-left:25px;
	font-weight:bold;
	margin-bottom:15px;
}

#loginBox .fleft h3 {
	background:url(../../images/common/h3_tex02.png) no-repeat left top;
}

#loginBox .fright h3 {
	background:url(../../images/common/h3_tex03.png) no-repeat left top;
}

#loginBox .boxInner {
	padding:10px;
	border:#ddd 5px solid;
	background-color:#f8f7f4;
}

/* fleft */
#loginBox table {
	width:100%;
	margin-bottom:10px;
}

#loginBox table th {
	font-size:13px;
	font-weight:bold;
	line-height:23px;
	padding-bottom:5px;
}

#loginBox table td {
	padding-bottom:10px;
}

#loginBox table input {
	padding:5px;
}

#loginBox form p {
	line-height:16px;
	padding-left:20px;
	background:url(../../images/common/icon_arrow01.png) no-repeat left 2px;
}

/* fright */
#loginBox .fright .clearfix p {
	width:148px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#ec6941;
	line-height:21px;
	text-align:center;
	padding:10px 0;
	border:#e3bb80 1px solid;
	background-color:#f9ddb4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#loginBox .fright .clearfix span {
	font-size:20px;
}

#loginBox .fright .rmargin {
	margin-right:10px;
}

#loginBox .fright h5 {
	font-weight:bold;
	text-align:center;
	line-height:26px;
	border:#d2d2d2 1px solid;
	background-color:#eee;
}

#loginBox .fright .textBox {
	padding:10px;
	line-height:18px;
	margin-bottom:28px;
	border:#d2d2d2 1px solid;
	border-top:none;
	background-color:#fff;
}

#loginBox .btnEntry a {
	background-color:#f19149!important;
}

#loginBox .btnLogin,
#loginBox .btnEntry,
#loginBox .btnCart {
	width:260px;
	margin:0 auto;
}

#loginBox .btnLogin a,
#loginBox .btnEntry a,
#loginBox .btnCart a {
	font-size:12px;
	line-height:3em;
	text-decoration:none;
	color:#fff;
}


#login .inner {
	padding:10px;
	background-color:#f7f3e8;
}

#loginBox h4 {
	font-size:14px;
	font-weight:bold;
	color:#e96024;
	line-height:20px;
	padding-left:10px;
	margin-bottom:10px;
	border-left:#7f591a 4px solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.btnCart a {
	background-color:#69b693;
}




