@charset "UTF-8";

a:hover,
a:focus{
  text-decoration: none;
}

.windowArea{
  display: table;
  width: 100%;
  height: 100vh;
}

.contentMainArea{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fortuneBtnArea{
  position: absolute;
  top: 0;
  left: 0;
}

.fortuneBtn{
  /*color: #000000 !important;
  background: #cccccc;
  width: 300px;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 2em;
  border-radius: 10px;
  margin: auto;*/
  transition: all .3s;
}

.fortuneBtn:hover{
  /*color: #000000;
  background: #dddddd;*/
  transition: all .3s;
}

.fortuneBtn img{
  height: auto;
  MAX-WIDTH: 100%;
}

.winingImg,
.missImg{
  width: 100%;
}
.winingImg img,
.missImg img{
  width: 100%;
  height: auto;
}
