/* ボタン */
a.start_button {
  color: #fff;
  background: #5958a3;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
}

.start_button:hover {
  background-color: rgba(0, 174, 255, 0.568);
}

.start_button:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
              inset 2px 2px 3px rgba(0, 0, 0, .6);
}

/* スタート画面 */

body.title.h1{
  margin-left: auto;
  margin-right: auto;
  width: 8em;
}

.main{
text-align: center;
}

/* アシスト */

.fieldArea{
  padding: 270px 550px;
  position: relative;
  background-color: rgba(0, 255, 76, 0.568);
}

#side{
  position:absolute; top:170px; left:50px;
  background-color: rgba(0, 119, 255, 0.712);
  border-radius: 10px;
  padding: 30px 30px;
}

#side_n{
width:60px;
}

#battle{
  position:absolute; top:50px;left: 500px;
  background-color: rgba(255, 145, 0, 0.712);
  border-radius: 10px;
  padding: 0px 10px 5px 10px;
}
.display{
  width: 60px;
}
.plus{
  width: 60px;
}
.normal_btn{
  width: 68px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.reset{
  width: 68px;
  margin-top: 15px;
}
#bench{
  position:absolute; bottom:30px;left: 270px;
  background-color: rgba(0, 255, 64, 0.712);
  border-radius: 10px;
  padding: 0px 0px 10px 0px;
  display: flex;
}

.bench{
text-align: center;
width: 100px;
margin-left: 5px;
margin-right: 5px;
background-color: aquamarine;
border-radius: 10px;
}

.ben_mozi{
  border-radius: 10px;
  margin: 0;
}

#deck{
  position:absolute; top:50px; left:1050px;
  background-color: rgba(255, 251, 0, 0.712);
  border-radius: 10px;
  padding: 30px 30px;
}

#deck:hover {
  background-color: rgba(229, 241, 159, 0.568);
}

#suppo{
  position:absolute; top:220px; left:1050px;
  background-color: rgba(138, 137, 101, 0.712);
  border-radius: 10px;
  padding: 30px 30px;
}

#energy{
  position:absolute; bottom:70px; left:1050px;
  background-color: rgba(0, 89, 255, 0.555);
  border-radius: 10px;
  padding: 30px 30px;
}

#energy:hover {
  background-color: rgba(182, 197, 248, 0.568);
}

#turn_end{
  position:absolute; top:80px; left:800px;
  background-color: rgba(0, 89, 255, 0.555);
  border-radius: 10px;
  padding: 30px 30px;
}

.mozi{
text-align: left;
vertical-align: top;
display: table-cell;
border-radius: 10px;
}