.alumni-header {
    background: url('images/back-image.png') repeat top left;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.nav_ul {
    list-style: none;
    margin: 0;
    height: 74px;
}
.nav_ul > li {
    float: left;
    width: 25%;
}
.nav_ul > li > a {
    position: relative;
    display: block;
    padding: 8px;
    border: 3px solid;
    margin: 2px;
}
.alumni-banner {
    min-height: 66px; /* banner height */
}
.alumni-banner > a {
    float: left;
    width: 300px; /* banner width */
    min-height: 66px; /* banner height */
    background: url(images/WHS_site-logo2.png) no-repeat left;
}
.alumni-banner:active {
    opacity: 0.8;
}
.alumni-navigator {
    text-align: center;
    background-color: #fff;
    color: rgb(142, 23, 40) !important;
    font-size: 1.5vw;
    line-height: 1.2em;
}
.alumni-navigator:hover:not(:active) {
    background-color: #eeefef;
}
.spread {
    background-color: rgb(142, 23, 40);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom: 1px solid #000;
}
.cover {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    line-height: 1.0;
    font-weight: bold;
}
.cover_img {
    width: 50%;
    margin: auto;
    position: relative;
}
.cover_img > img {
    width: 100%;
    height: auto;
}
.cover_label {
    position: absolute;
    bottom: 2%;
    text-align: center;
    width: 100%;
}
.cover_label > p > img {
    height: auto;
    max-width: 15%;
    padding-bottom: 5px;
}
.cover_logo {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    text-align: center;
}
.cover_logo > img {
    width: 20%;
    height: auto;
}
.covertitle {
    position: absolute;
    font-size: 35px;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgb(142, 23, 40);
    width: 100%;
}
.covertitle label {
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.2em;
}
.backcover {
    color: rgb(142, 23, 40);
    font-size: 10px;
    line-height: 1.0;
    vertical-align: bottom;
    margin-left: 5px;
}
.logos {
    padding-top: 5%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.logos > img {
    background-color: #fff;
    width: 20%;
    height: auto;
    padding: 25px 40px 25px 25px;
}
.logos + div {
    padding: 5% 0 2% 0;
    width: 100%;
    vertical-align: bottom;
}
.backcover table {
    color: #fff;
    margin: auto;
}
.backcover th {
    padding: 0 5px;
    font-size: 13px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.backcover td {
    line-height: 1.2;
    padding-left: 5px;
    text-align: left;
    font-size: 13px;
}
.e-mail {
    font-size: 18px;
}
.min-url {
    font-weight: bold;
    color: rgb(142, 23, 40);
}
.access {
    font-size: 26px;
    color: #fff;
}
.pamphlet_detail {
    color: rgb(142, 23, 40);
    margin: 20px;
    position: relative;
    background: url('images/back-image.png') repeat top left;
    
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.join {
    padding: 5px 0 10px 10px;
    text-align: left;
    line-height: 1.2em;
    font-size: 30px;
    font-weight: bold;
}
.join_label {
    padding-top: 1em;
    letter-spacing: 0.3em;
    text-indent: 2em;
    text-align: center;
}
.join_logo {
    position: absolute;
    width: 5%;
    top: -20px;
    left: 5%;
}
.join_explain {
    line-height: 1.3em;
    padding: 5% 0 0 3%;
    font-size: 17px;
    font-weight: normal;
}
.join_flow {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.join_flow img {
    padding-top: 20px;
    width: 80%;
}
.left_ask {
    float: left;
    width: 50%;
}
.right_ask {
    float: right;
    width: 50%;
}
.ask {
    text-align: left;
    padding: 5px;
    margin:0 2em 2em 3em;
    line-height: 1.2;
}
.ask > hr{
    border: 0;
    height: 0;
    border-bottom: 1px solid #210B0B;
}
.ask p {
    font-weight: bold;
    font-size: 20px;
    margin-left:1.0em;
    text-indent: -3em;
}
.ask label {
    text-indent: -1.0em;
}
.ask ul {
    padding: 5px 0 5px 20px;
    margin-left: 1.0em;
    color: #210B0B;
    list-style-image: url('images/marker.png');
}
.ask li {
    text-indent: -1.0em;
    padding-bottom: 1em;
    font-size: 17px;
}
.qNumber {
    font-size: 28px;
    padding: 5px 10px;
}
.hilight {
    color: #210B0B;
}
.s-initial {
    color: rgb(142, 23, 40);
    font-weight: bold;
}
.q2 > table {
    width: 100%;
    height: 100%;
    border-collapse: separate;
}
.merit {
    width: 50%;
    border:10px solid rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
    padding: 1em;
    display: table-cell;
    background-clip: padding-box;
    vertical-align: top;
    line-height: 19px;
}
.merit span {
    font-size: 17px;
    line-height: 1.4;
}
.merit > hr {
    border: 0;
    height: 0;
    border-bottom: 2px solid #E2E3E5;
}
.merit_label {
    border-top: 1px solid #E2E3E5;
    border-bottom: 1px solid #E2E3E5;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 1.6;
}
.note {
    background: url('images/line.png');
    line-height: 28px;
    margin: 0;
    padding-bottom: 10px;
}
.remark {
    color: #210B0B;
    margin-left: 1.0em;
    font-size: 14px;
}
.q4 > img {
    padding-left: 25%;
    margin-top: -30px;
    width: 80%;
}
.q4 li {
    padding-right: 40%;
    padding-bottom: 0;
}
