/*青色ボタン*/
.fill-blue-btn{
  color: #fff;
  background-color: #0085c6;
  border: none;
  width :100%;
  height :40px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 14px; 

}
.fill-blue-btn:hover {
  color: #fff;
  background: #41a2e2;
}
.fill-blue-btn:disabled {
  color: #fff;
  background: #aaddff;
}

/*--------------------------------------------*/
  /*青色ボタン(半分)*/
.btn-blue-harf{
  color: #fff;
  background-color: #0085c6;
  border: none;
  width :49%;
  height :40px;
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
  margin-top: 20px;
  margin-bottom: auto;
  font-size: 14px; 
}
.btn-blue-harf:hover {
  color: #fff;
  background: #41a2e2;
}

.btn-blue-harf:disabled
{
  color: #fff;
  background: #aaddff;

}

/*--------------------------------------------*/
  /*青色ボーダー*/
.btn-blue-border {
  color: #0085c6;
  background-color: #fff;
  border: 2px solid #0085c6;
  width :49%;
  height :40px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
  font-size: 14px; 
}

.btn-blue-border:hover{
  color: #0085c6;
  background: #cfecff;
}



/*青色ボーダー*/
.qtr-blue-border{
  color: #0085c6;
  background-color: #fff;
  border: 2px solid #0085c6;
  width :26%;
  height :40px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
  font-size: 14px; 
}

/*--------------------------------------------*/
/*灰色ボーダーボタン*/
.btn-gray-border{
    background-color: #fff;
    border: 2px solid #a8a8a8;
    height :40px;
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 5px;
}
.btn-gray-border:hover{
    background: #f0f0f0;
}


/*--------------------------------------------*/
/*灰色ボタン*/
.fill-gray
{
    color:#fff;
    background-color: #535353;
    border: 1px solid #535353;
    height :30px;
    width:80%;
    border-radius: 5px;
/*
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
*/
}

/*灰色ボタン*/
.fill-harf-gray
{
    color:#fff;
    background-color: #a3a3a3;
    border: 1px solid #a3a3a3;
    width :49%;
    height :40px;
    border-radius: 5px;
    padding: 3px 5px 3px 5px;
    margin-top: 20px;
    margin-bottom: auto;

    
}

.fill-harf-gray:hover{
  background: #dbdbdb;
}



/*--------------------------------------------*/
/*白色ボタン*/
.btn-white {
    border: none;
    color:#a8a8a8;
    background-color: #fff;
    height :30px;
    width :30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 20px;
}
/*--------------------------------------------*/
.btn-reset {
  border: none;
  outline:none;
  background: transparent;
}

.btn-reset:hover
{
  border: 1px solid #a3a3a3;
  border-radius: 5px;
}

/*--------------------------------------------*/