.btn{
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  background: #b82a06;
  color: #FFF;
  border :solid 0px #000000;
  border-bottom: solid 4px #751202;
  border-radius: 4px;
  text-align:center;

  font-size: 1.8em;
  font-weight: bold;
  width:120px;
  height:60px;
  line-height:60px;
}
.btn:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}

.btn.move_btn{
  padding: 0.1em 0.1em;
  background: #A0A0A0;
  color: #000;
  border-bottom: solid 2px #606060;
  border-radius: 2px;

  font-size: 1.0em;
  width:80px;
  height:30px;
  line-height:30px;
}
.btn.move_btn:active {
  border-bottom: none;
}

.btn.lmenu_btn{
  padding: 0.3em 0.0em;
  background: #264a98;
  border-bottom: solid 4px #223255;
  width:153px;
  height:60px;
}
.btn.lmenu_btn:active {
  border-bottom: none;
}

.btn.smenu_btn{
  padding: 0.55em 0.0em;
  background: #264a98;
  border-bottom: solid 4px #223255;

  font-size: 1.4em;
  width:100px;
  height:76px;
  line-height: 80px;
}
.btn.smenu_btn:active {
  border-bottom: none;
}

.btn.smenu_btnl{
  padding: 0.24em 0.0em;
  background: #264a98;
  border-bottom: solid 4px #223255;

  font-size: 2.2em;
  width:100px;
  height:84px;
  line-height: 80px;
}
.btn.smenu_btnl:active {
  border-bottom: none;
}

.btn.pow_btn{
  width:118px;
  height:60px;
}
.btn.pow_btn:active {
  border-bottom: none;
}

.btn.num_btn{
  padding: 0.4em 0.0em;
  background: #163a58;
  border-bottom: solid 4px #122235;

  width:100px;
  height:48px;
  line-height: 50px;
}
.btn.num_btn:active {
  border-bottom: none;
}

.btn.num_btn_dis{
  padding: 0.4em 0.0em;
  background: #101620;
  color: #333;
  border-bottom: solid 4px #080a14;

  width:100px;
  height:48px;
  line-height: 50px;
}

.btn.remote_btn{
  padding: 0.3em 0.4em;
  background: #163a58;
  border-bottom: solid 4px #122235;

  font-size: 1.2em;
  width:110px;
  height:60px;
  line-height:60px;
}
.btn.remote_btn:active {
  border-bottom: none;
}

