
table {
    font-size: 100%;
}

.table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

.table th {
    vertical-align: top;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
}

.table td {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

/*--↑↑reset.cssに入っていたタグ↑↑--*/
.table {
    clear: both;
    width: 100%;
    font-size: 1.0em;
    line-height: 1.5;
    margin-bottom: 15px;
}

.table th,
.table td {
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    padding: 15px;
}

.table th {
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    background-color: #F6F6F6;
    padding: 15px 3px;
}

.table td {
    text-align: left;
    background-color: #fff;
}

.table p,
.table ul,
.table ol,
.table dl {
    margin: 0;
}

.table ol {
    list-style: decimal;
    margin-left: 2em;
}

.table input[type="password"] {
    width: 96%;
    padding: 5px;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-size: 1.3em;
}

.table textarea {
    padding: 5px;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-size: 1.3em;
}

#white_front_layer {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:#000000;
    opacity:0.9;
    width:100%;
    height:100%;
    z-index:9999;
    color:#FFFFFF;
    margin: auto;
}

#white_front_layer p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
}
