@charset "UTF-8";

/*---------------------------検索ページ-------------------------------------*/
.search-box {
    width: 70%;
}

.search-box span {
    font-size: 24px;
    margin-left: 0px;
}

.search-box input {
    margin: 0px;
    width: 100%;
    font-size: 20px;
    height: 50px;
}

.search-box select {
    margin: 0 0 30px;
    width: 100%;
    font-size: 20px;
    height: 50px;
    background-color: #FFFFCC;
}

.search-text{
    text-align: center;
    margin: 30px 0;
}

.search-text p {
    text-align: left;
    display: inline-block;
}


.search-box a {
    color: #0000ff;
    text-decoration: underline;
}

.search-box a:hover{
    text-decoration: none;
}

.search-text p a{
    color: #0000ff;
    text-decoration: underline;
}

.search-text p a:hover{
    text-decoration: none;
}
.btn-search{
    font-weight: bold;
    font-size: 22px;
    line-height: 64px;
    letter-spacing: 0px;
    color: #fff;
    margin: 25px;
    width: 15%;
}


.btn-search{
    font-weight: bold;
    font-size: 22px;
    line-height: 64px;
    letter-spacing: 0px;
    color: #fff;
    margin: 25px;
    width: 15%;
}

@media screen and (max-width: 1023px) {
    .search-box span {
        font-size: 22px;
    }
    
    .btn-search{
        width: 60%;
    }
    
    .flex-colimn{
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin: 3px;
    }
    .flex-colimn span{
        margin-top: 2px;
    }
    
}


@media screen and (max-width: 599px) {
    .main {
        margin-top: 80px;
    }
    
    .search-text{
        margin: 30px 10PX;
    }
    
    .search-box {
        width: 75%;
    }
    
    .search-box select {
        font-size: 16px;
    }
    
    .search-box span {
        font-size: 18px;
        margin-left: 0px;
    }
    
    .search-box input {
        height: 40px;
    }

    .search-box select {
        height: 40px;
    }

}

/*-----------------------------ページャー-------------------------------------*/
.pager li {
    border: 1px solid #c0c0c0;
}
.table.example tr th{
    border-right: 1px solid #eaeaea !important;
}

@media screen and (max-width: 1023px) {
    .pager-sp{
        /*background-color: #FFFFCC;*/
        background-color: #FFDFDD;
    }

}


/*.table.example tr td:not(:last-child) {
    border-right: 1px solid #eaeaea !important;
}*/

/*卒業生一覧
------------------------------------------------------------------------------*/
.th-color{
    background-color:  #ffd700;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
}

.th-color[data-css-center] {
	text-align: center;
}

.graduates-list{
    margin:auto;
    width: 90%;
}

.graduates-list th{
    width: 40%;
}

.graduates-list .table tr:nth-child(odd){
    background-color: #FFFFCC;
}

.graduates-list .table{
    margin: 0px;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .th-color{
        font-size: 20px;
    }

}


@media screen and (max-width: 599px) {
    .th-color{
        font-size: 16px;
    }
}

/*検索結果
------------------------------------------------------------------------------*/

.scholl-name{
    font-size: 34px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
}

.scholl-nanber{
    font-size: 100px;
    /*color: #ffd700;*/
    color: #f48825;
    font-weight: 200;
    margin: 15px auto;
    text-align: center;
}

@media screen and (max-width: 1023px) {

}


@media screen and (max-width: 599px) {
    .scholl-name{
        font-size: 24px;
    }

    .scholl-nanber{
        font-size: 70px;
    }
}
.graduates-td{
    border-right: 1px solid #eaeaea !important;
}
.pdf-link a{
    color: #0000FF;
    text-decoration: underline;
}