@charset "utf-8";
/* CSS Document */
.loginBox{
background:url(../images/login_bg.gif) left top repeat-x;
background-color:#2b2b2a;
padding:35px 24px 10px 24px; 
}
.loginBox .for_line{
background:url(../images/lineIco.gif) left bottom repeat-x;
padding-bottom:35px;
}
.cm_box{
width:464px;
margin:0 auto;
background-color:#000;
color:#fff;
border:solid 1px #252525;
}
.mB25{
margin-bottom:25px;
}
.cm_box h3{
font-size:135%;
color:#000;
background:url(../images/cmTtl_bg.gif) left top repeat-x;
background-color:#ffde00;
padding:8px 15px;
font-family: "Microsoft JhengHei","Microsoft Yahei",'Lucida Grande', Verdana, Arial, sans-serif;
letter-spacing:2px;
}
.cm_box h3 span{
display:block;
background:url(../images/lockIco.gif) left top no-repeat;
padding-left:25px;
}
.cm_box h3.regTtl span{
display:block;
background:url(../images/humanIco.gif) left center no-repeat;
padding-left:25px;
}
.cm_box p{
margin:0 15px;
}
.cm_box p.hint01{
padding:10px 0;
}
.cm_box p.hint02{
padding:15px 0;
margin:20px 15px;
background-color:#252525;
text-align:center;
}
.loginInfo{
margin:0 15px;
padding:10px 0 8px;
border:solid 1px #333;
border-width:1px 0 0 0;
}
.centerPostion{
text-align:center;
padding:15px 0;
border:solid 1px #333;
border-width:1px 0 0 0;
}
.loginInfo table td{
background-color:#262626;
padding:6px 8px;
border-bottom:solid 1px #000;
}
.loginInfo table th{
background-color:#262626;
text-align:right;
border-bottom:solid 1px #000;
padding:6px 8px;
font-weight:normal;
}
.loginInfo table tr.sp td,
.loginInfo table tr.sp th{
background:none;
border-bottom:none;
padding:10px 10px 0 10px;
}
.loginInfo label{
line-height:1.2;
}
.inputType{
width:250px;
border:solid 1px #000;
background-color:#515151;
padding:2px;
color:#FFF;
margin-right:7px;
}
a.password{
background:url(../images/arrowIco.gif) left center no-repeat;
padding-left:10px;
color:#FFF;
}
.loginInfo label input{
background-color:#878787;
border:solid 1px #878787;
margin-right:5px;
vertical-align:middle;
}