@charset "UTF-8";

.popup {
    position: fixed;
    width: 450px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 170px;
    padding: 20px 10px;
    border-radius: .6em;
    background-color: rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    z-index: 10000;
}
.popup a {
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-box-shadow: 0 -3px 0 #eee inset;
    -webkit-box-shadow: 0 -3px 0 #eee inset;
    box-shadow: 0 -3px 0 #eee inset;
    color: #333;
    font-size: 16px;
    display: block;
    margin: 5px 0;
    padding: .6em .5em .7em;
    border: none;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
p.kentou {
    font-size: 18px;
}
p.underreview_text {
    font-size: 13px;
    line-height: 1.8em;
    padding: 15px 0;
    width: 450px;
    height: 70px;
    vertical-align: middle;
    display: table-cell;
}
.mask {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 130%;
    height: 130vh;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    opacity: 0.92;
}
