/*------------------------------------------------
  ログイン画面 スタイルシート
-------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
} 
body {
   font-family: Meiryo, "MS PGothic", sans-serif;
   font-size:10pt;
   margin: 0px;
   padding: 0px;
}
/*------------------------------------------------
  一般共通
-------------------------------------------------*/
button {
   width: 180px;
   padding: 2px 10px 2px 10px;  /* 上右下左 */
   background-color: #4472c4;
   color: #ffffff;
   border-radius: 6px;
   margin-top: 6px;
}
button:not(:disabled) {
   cursor:pointer;
}
input[type="text"] {
    padding: 2px 0px 1px 4px;  /* 上右下左 */
   margin-bottom: 6px;
}
input[type="password"] {
   margin-bottom: 6px;
}
.div_msg {
   margin-top: 6px;
}
.clearboth:after {
    content: "";
    display: block;
    clear: both;
}
div.frame1 {
   width:360px;
   white-space:nowrap;
   margin: 20px auto;
}
div.frame2 {
   width:360px;
   white-space:nowrap;
   margin: 20px auto;
}
div.frame3 {
   width:300px;
   margin: 10px auto;
}
/*------------------------------------------------
  ヘッダ
-------------------------------------------------*/
#div_titlebar {
  font-size: 13pt;
  font-weight: normal;
  width: 100%;
  background-color: #dae3f3;
  height: 80px;
  position:relative;
}
#div_titlebar .red {
  color: #ff0000;
}
img.logo { /* ロゴ */
  vertical-align:middle;
   height: 90px;
  position:absolute;
  top:-5px;
  left:-5px;
}
#div_titlebar div{
  display: inline-block;
   margin: 26px 0px 0px 100px;  /* 上右下左 */
}
/*------------------------------------------------
  フッタ
-------------------------------------------------*/
#div_footer {
  position: absolute;
  width: 100%;
  padding: 4px;
  background-color: #2f5597;
  color: #ffffff;
}
#div_footer .footerlinks {
   float:right;
}
#div_footer .footerlinks a {
  color: #ffffff;
   margin-right: 16px;
}
#div_footer .copyright {
   float:right;
   padding: 2px 16px 0px 0px;  /* 上右下左 */
}
/*------------------------------------------------
  個別
-------------------------------------------------*/
#txt_userid, #txt_userid_reset, #txt_password, #txt_logincode, #btn_login1 , #btn_login2 {
   width: 300px;
}
#btn_resetpass1, #btn_resetpass2, #btn_resetback {
   width: 300px;
}
#txt_resetcode, #txt_password_new, #txt_password_new2 {
   width: 180px;
}
#a_resetpass {
   display: block;
   margin: 20px 0px 0px 50px;  /* 上右下左 */
}
#btn_resetback {
   background-color: #7f6000;
}
#btn_logingamen {
   width: 320px;
}
#a_newuser {
   display: block;
   margin: 10px 0px 0px 50px;  /* 上右下左 */
}
#div_p_end .div_info {
   color: #008000;
}


