#win{
    display: none;
    font-weight: bold;
    font-size: 120%;
    color:#e4007f;
}
#notice{
    display: none;
    font-size: 80%;
    text-align: left;
}
#from{
    display: none;
    width: 100%;
}
#label{
    display: none;
    width: 100px;
     font-weight: bold;
     font-size: 100%;
     margin: 5px 0px;
     margin: 0 auto;
}
#handle{
    display: none;
    width: 200px;
     font-weight: bold;
     font-size: 100%;
     margin: 5px 0px;
     border: 1px solid #2b2b2b;
     margin: 0 auto;
     margin-top: 10px;
     text-align: left;
}
#select{
    text-align: center;
    display: none;
    margin:0 auto;
    margin-top: 5px;
    padding:0px 5px;
    color:#808080;
    border: 1px solid #2b2b2b;
    font-weight: bold;
}
.alert{
    color:red;
    font-size: 80%;
}
#submit{
    display: none;
    width: 90px;
    color:#fff;
    border: 1px solid #e4007f;
    border-radius: 20px 20px;
    background: #e4007f;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#name{
    margin-top:20px;
    text-align:center;
    font-weight: bold;
    font-size: 160%;
    color:#2b2b2b;
}
#img{
    width:100px;
    margin-left: auto;
    margin-right: auto;
}
#detail{
    margin-top:20px;
    text-align:center;
    font-weight: bold;
    font-size: 100%;
    color:#2b2b2b;
}
#fortune-telling{
    display:none;
    text-align: left;
}
#card{
    display:none;
    font-weight: bold;
    font-size: 110%;
}
.ad{
margin-top: 20px;
margin-bottom: 5px;
text-align: center;
width: 100%;
float: left;
}
.recommend{
margin-top: 10px;
margin-bottom: 5px;
text-align: center;
width: 100%;
float: left;
}
.recommend img{
	width:200px;
}
.modalContents{
    text-align: center;
}
#ranking{
    text-align: center;
}
#ranking table{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#ranking td{
    padding: 5px 5px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
}
.rank{
    font-weight: bold;
    font-size: 120%;
}
.modalContents h2{
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    color: #2b2b2b;
    margin: 10px; 0px;
    border: 2px solid #2b2b2b;
    border-radius: 20px 20px;
}
#none{
    display:none;
    font-weight: bold;
    font-size:120%;
}
#result{
    display:none;
    width:300px;
    margin-left: auto;
    margin-right: auto;
}
#result h3{
    margin-top:10px;
    display: none;
    font-weight: bold;
    font-size:140%;
    margin:10px 0px;
    border: 2px solid #2b2b2b;
    border-radius: 20px 20px;
}

#result h5{
    display: none;
    font-weight: bold;
    font-size:120%;
    margin:10px 0px;
}
#fortune h4{
    margin-top:10px;
    display: none;
    font-weight: bold;
    font-size:120%;
    margin:10px 0px;
    border: 2px solid #2b2b2b;
    border-radius: 20px 20px;
}
#ranking h6{
    width: 300px;
    display: none;
    font-weight: bold;
    font-size:120%;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:10px;
    border: 2px solid #2b2b2b;
    border-radius: 20px 20px;
}
#result table{
    margin-left: auto;
    margin-right: auto;
}
#result td{
    padding: 5px 20px;
    font-weight: bold;
}
#result img{
    width: 30px;
}
#result ul{
display: block;
text-align: center;
width: 180px;
margin-left: auto;
margin-right: auto;
}
#result ul li{
padding-left: 0px;
height: 40px;
background: left top no-repeat;
}
#result ul li:nth-child(1){
font-size: 120%;
font-weight: bold;
background-image: url(img/stone0.png);
background-size: 30px auto;
}
#result ul li:nth-child(2){
font-size: 120%;
font-weight: bold;
background-image: url(img/stone1.png);
background-size: 30px auto;
}
#result ul li:nth-child(3){
font-size: 120%;
font-weight: bold;
background-image: url(img/stone2.png);
background-size: 30px auto;
}
#result ul li:nth-child(4){
font-size: 120%;
font-weight: bold;
background-image: url(img/stone3.png);
background-size: 30px auto;
}
.modalArea {
  visibility: hidden; 
  opacity : 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  overflow:scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  max-width: 500px;
  max-height:100vh;
  padding: 10px 30px;
  background-color: #fff;
  
}

.closeModal {
font-size: 200%;
font-weight: bold;
position: absolute;
top: 20px;
right: 1.2rem;
cursor: pointer;
}

.is-show {
  visibility: visible;
  opacity : 1;
}

.op-modal {
 position:absolute;
    font-size: 120%;
    width:150px;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px;
}

#openModal {
display:none;
/* transform:translate(-50%,-50%); */
z-index: 1;
}
.modal-footer{
width: 100%;
height: 100px;
float :left;
}

@media screen and (max-width:768px){
#ranking table{
    width: 100%;
}
#ranking td{
    padding: 0px 5px;
    font-size: 80%;
    }
}