@charset "utf-8";

body {
	background: #ededed url(../img/template/singleOrder/bg_login.gif) left top repeat-x;
	font: 16px/1.2em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 30px;
}
	
#login_back {
	width: 900px;
	height: 770px;
	margin: 0 auto;
	background: url(../img/template/singleOrder/bg_login2.jpg) no-repeat top center;
}

#login_box {
	-webkit-box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../img/template/singleOrder/box_login.png) no-repeat center 120px;
	width: 480px;
	height: 595px;
	margin: 0px auto 0 auto;
	text-align: center;
}
	
#login_box p.logoBox {
	width: 250px;
	height: 60px;
	margin: 98px auto 27px auto;
	padding-top: 120px;
}

p {
	margin: 0;
}

#loginInput p.loginIdBox {
	min-height: 65px;
	padding: 0 0 0 0;
}

#loginInput p.passwordBox {
	height: 50px;
}

input.loginId {
	width: 280px;
	height: 35px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 0 10px;
	color: #666;
}

input.password {
	width: 280px;
	height: 35px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 0 10px;
	color: #666;
}

#login_box dl {
	width: 420px;
	margin: 0 auto 32px auto;
}
	
#login_box dl dt {
	font-weight: bold;
	margin-bottom: 12px;
}
	
#login_box dl dd {
	margin-bottom: 20px;
}
	
#login_box p#bt_login {
	width: 302px;
	margin: 25px auto 25px auto;
}
	
p#bt_login .loginButton {
	background: url("../img/template/singleOrder/bt_login_off.png") no-repeat center;
	width: 142px;
	height: 47px;
	border: none;
	box-shadow: none;
}

.button {
	box-shadow: none;
}

#login_box p#bt_login:hover {
    opacity: 0.80;
    -moz-opacity: 0.80; /* Firefox */
    filter: alpha(opacity=80); /* IE6/7 */
    -ms-filter: "alpha(opacity=80)"; /* IE8 */
}

p#no_pw {
	font-size: 75%;
	text-align: right;
	padding-right: 75px;
}

p#no_pw a {
	color: #6e6e6e;
	text-decoration: none;
	}
	
p#no_pw a:hover {
	color: #7e7e7e;
	text-decoration: underline;	
	}
	
#loginId_labelId {
    line-height: 42px;
}

#password_labelId {
	line-height: 42px;
}

#container {
	background: none;
}

.alertMsg {
	font-size: 12px;
}

.alertMessage {
	display: inline-block;	
} 

div#errorGroup {
	text-align: center;
	margin-top: -20px;
}

img#logoImg_disp{
	width:250px;
}
}