@charset "utf-8";
/*----------------------------------------------------
    パスワード再発行画面用CSS
----------------------------------------------------*/
#InputArea{
    background-color: #bae2e8;
}
#usrId {
    float: left;
}

#InputArea2{
    background-color: #bae2e8;
    width: 150px;
    height:30px;
}

#eMailInput{
    float: left;
}

#passEmail{
    width: 320px;
    float: left;
    ime-mode: disabled;
}

#eMailArea{
    float: left;
}

#message{
    float: left;
    font-size:12px;
    margin-left:0px;
}

#tdWidth{
    width: 40px;
}

#idErrorMessage {
    float: left;
    color: #f00;
    font-size:12px;
}

#passUsrId {
    width: 160px;
    ime-mode: disabled;

}

#passSubId {
    width: 160px;
    ime-mode: disabled;
}

#localTableArea {
    border-collapse: separate;
    border-spacing: 2px;
}

#inputArea2{
    width:98%;
    text-align: left;
}

#QueryBtn{
    width:90px;
    text-align: left;
}

#commonMenuArea {
	padding: 0 10px;
	min-height: 49px;
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#inputArea2 a {
     background: url(../images/button/btn_sbtn_default.png) left top no-repeat;
     text-align: center;
     display: block;
     text-decoration: none;
     width: 141px;
     height: 42px;
     padding-top: 12px;
     font-size: 108%;
     font-weight: bold;
}

#inputArea2 h2 {
    text-align: left;
}

#inputArea2 a#closeLink:hover {
    background: url(../images/button/btn_sbtn_defaultOn.png) left top no-repeat;
    text-align: center;
    display: block;
    width: 141px;
    height: 42px;
    padding-top: 12px;
    font-size: 108%;
    font-weight: bold;
    text-align: center;
}
#inputArea2 a.queryBtnActive:hover {
    background: url(../images/button/btn_sbtn_defaultOn.png) left top no-repeat;
    text-align: center;
    display: block;
    width: 141px;
    height: 42px;
    padding-top: 12px;
    font-size: 108%;
    font-weight: bold;
    text-align: center;
}
.queryBtnInActive {
    opacity: 0.5;
    cursor: default;
}
.leftH{
    font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
    width:93%;
    border-bottom:1px solid #e5e5e5;
    background: none;
    font-size: 153.9%;
    padding: 0 0 0.5em 0;
}

.tableinsert{
    width:100%;
    margin:0 auto 0 auto;

    border-spacing:2px;
    margin-left : 20px;
}

#menuFirst {
    height: 25px;
    width: 99%;
    min-width: 984px;
    margin: 0 auto;
    text-align: left;
}

#QueryLink {
    text-align: left;
    height: 100%;
    min-height: 100%;
    margin: 40px 0px 0px 0px;
    color: #434343
}

#closeLink {
    text-align: left;
    height: 100%;
    min-height: 100%;
    margin: 40px 0px 0px 280px;
    color: #434343
}

#closeIdLink{
    text-align: left;
    height: 100%;
    min-height: 100%;
    margin: 0px 0px 0px 385px;
    color: #434343
}

#closeCompleteLink{
    text-align: left;
    height: 100%;
    min-height: 100%;
    margin: 0px 0px 0px 385px;
    color: #434343
}
#errorMsg {
    padding-left: 100px;
    color: rgba(255, 0, 0, 1);
}
