﻿body {
}

.class1{ 
  font-family:游ゴシック;
}

.tblLogin{
  Width:350px;
}

::placeholder {
    font-family:游ゴシック;
}

.txtbox1{
  position: relative;
  display: block;
  height:40px;
  width:316px;
}

.button1 {
    height:40px;
    width: 150px;
    font-family:游ゴシック;
    color: white;             /* 文字色 */
    background-color: #292527;   /* 背景色 */
    cursor: pointer;          /* カーソル当てたとき指マークにする*/
    font-weight: bold;
    
}
 
.button1:hover{
    color: #000;                  /* 文字色 */
    background-color: #c9c9c9;    /* 背景色 */
}


.button2 {
    height:40px;
    width: 220px;
    font-family:游ゴシック;
    color: white;             /* 文字色 */
    background-color: #292527;   /* 背景色 */
    cursor: pointer;          /* カーソル当てたとき指マークにする*/
    font-weight: bold;
}
 
.button2:hover{
    color: #000;                  /* 文字色 */
    background-color: #c9c9c9;    /* 背景色 */
}