﻿/* @group ヘッダー */
div .topcustom {
    display: inline-block;
}

.inputM {
    /*width: 230px=>200px;*/
    width: 200px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
}

header {
    top: 0;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    z-index: 999;
    height: 70px;
}

    header #systemRequirements {
        padding: 5px 20px;
        font-weight: bold;
        background-color: #fbebdd;
        font-size: 11px;
    }

        header #systemRequirements .attention {
            color: #c30d23;
        }

            header #systemRequirements .attention img {
                margin-right: 5px;
                vertical-align: middle;
            }

    header .inner {
        width: 980px;
        margin: 0 auto;
        text-align: left;
    }

    header .logo {
        padding: 20px 0;
        float: left;
    }

        /* ロゴ画像はレイアウトが崩れないように最大値を設定*/
        header .logo img {
            max-height: 30px;
            max-width: 300px;
        }

    header #loginForm {
        float: right;
        padding-top: 25px;
    }

        header #loginForm div {
            float: left;
        }

    header input {
        color: #999;
        height: 30px;
        width: 160px;
        font-size: 12px;
        border: 1px solid #999;
        margin-right: 8px;
        padding: 0 10px;
        vertical-align: middle;
    }
    /* padding修正 */
    header #loginForm .loginbtn {
        padding: 5px;
        text-align: center;
        width: 90px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        position: relative;
        font-size: 12px;
        /*
        padding: 8px 5px;
        text-align: center;
        width: 90px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        position: relative;
        font-size: 12px;
        */
    }

/* @group ふきだし　ログインできない */
/* Main */
#forget {
    float: left;
    font-size: 12px;
}

    #forget li {
        position: relative;
        padding-top: 5px;
        display: block;
        padding-bottom: 25px;
    }

        #forget li:hover > ul {
            display: block;
        }

    /* Sub-menu */
    #forget ul {
        list-style: none;
        margin: 0;
        padding: 10px;
        display: none;
        position: absolute;
        top: 30px;
        z-index: 99999;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        right: -10px;
    }

        #forget ul li {
            float: none;
            margin: 0;
            padding: 0;
            display: block;
        }

        #forget ul a {
            height: auto;
            line-height: 1;
            display: block;
            white-space: nowrap;
            float: none;
            text-transform: none;
            padding: 5px 0;
        }

        #forget ul:after, #forget ul:before {
            bottom: 100%;
            left: 50%;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        #forget ul:after {
            border-width: 4px;
            margin-left: -4px;
        }

        #forget ul:before {
            border-width: 5px;
            margin-left: -5px;
        }

/* @end */

header #loginForm2 {
    float: right;
    padding-top: 25px;
}

    header #loginForm2 .mail {
        margin-right: 15px;
        font-size: 12px;
        float: left;
        padding-top: 8px;
    }

    header #loginForm2 .message {
        position: relative;
        float: left;
        margin-right: 20px;
        padding-top: 3px;
    }

.badge {
    background-color: #c30d23;
    border-radius: 11px;
    color: #fff;
    font: 14px/15px Helvetica, Verdana, Tahoma;
    height: 18px;
    padding: 4px 3px 0;
    text-align: center;
    min-width: 14px;
    position: absolute;
    top: -6px;
    left: 20px;
}

header #loginForm2 .mypageBtn {
    padding: 5px;
    text-align: center;
    width: 90px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px 0 0 6px;
    position: relative;
    font-size: 12px;
    height: 20px;
}

/*   header #loginForm2 .mypageBtn span
    {
        display: table-cell;
        text-align: center;
        width: 90px;
        vertical-align: middle;
        height: 20px;
    }
*/

header #loginForm2 .logout {
    padding: 5px;
    text-align: center;
    width: 20px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    position: relative;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    margin-bottom: 20px;
}

    header #loginForm2 .logout img {
        vertical-align: middle;
    }



/* @group ふきだし */
/* Main */
#menu {
    float: left;
}

    #menu li {
        float: left;
        position: relative;
    }

        #menu li:hover > ul {
            display: block;
        }

    /* Sub-menu */
    #menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        top: 40px;
        z-index: 99999;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        right: -9px;
    }

        #menu ul li {
            float: none;
            margin: 0;
            padding: 0;
            display: block;
        }

            #menu ul li:last-child {
                border-bottom: none;
            }

        #menu ul a {
            padding: 10px;
            height: auto;
            line-height: 1;
            display: block;
            white-space: nowrap;
            float: none;
            text-transform: none;
        }

        #menu ul:after, #menu ul:before {
            bottom: 100%;
            left: 80%;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        #menu ul:after {
            border-width: 4px;
            margin-left: -4px;
        }

        #menu ul:before {
            border-width: 5px;
            margin-left: -5px;
        }

/* @end */

/* @confirm */
.cancelBtn2 {
    padding: 10px;
    text-align: center;
    width: 300px;
    font-size: 28px;
    margin: 0 10px;
    display: inline-block;
}

.alertConfirm {
    font-size: 18px;
}

    .alertConfirm a {
        margin-right: 10px;
        margin-left: 10px;
        float: left;
    }

        .alertConfirm a.okBtn {
            padding: 5px;
            text-align: center;
            width: 130px;
            background: #879191;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
            margin-left: 20px;
        }

        .alertConfirm a.noBtn {
            padding: 5px;
            text-align: center;
            width: 130px;
            background: #918787;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
        }

        .alertConfirm a.okBtn:hover, a.noBtn:hover {
            color: #fff;
            text-decoration: none;
        }

        .alertConfirm a.login {
            margin-left: 100px;
        }

#cboxContent {
    padding: 50px;
}

#details th.recruiter_box {
    background: #fff;
    width: 910px;
    /*height: 130px;*/
    display: flex;
    padding: 25px 20px 25px;
    vertical-align: middle;
    box-sizing: border-box;
}

.group_tab {
    display: flex;
    width: 940px;
    /*margin-left: -20px;*/
    position: relative;
}

    .group_tab :first-child {
        margin-right: 2px;
    }

.tab {
    background-color: #BEBEBE;
    flex-grow: 1;
    width: 50%;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 8px solid;
    border-right: 8px solid;
    border-top: 8px solid transparent;
    position: absolute;
    top: 40px;
}

.eventTriangle {
    left: calc(25% - 10px);
}

/*面接官一覧が活性化されている時にこちらのstyleが適用される*/
.recruiterTriangle {
    left: calc(75% - 10px);
}

/*.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid;
    border-right: 10px solid;
    border-top: 10px solid transparent;
    position: absolute;
    left: calc(75% - 10px);
    top: 40px;
}*/

.recruiter_name {
    font-size: 16px;
    font-weight: bold;
}

.department {
    font-size: 14px;
}

.position {
    font-size: 14px;
}

#wrapper .inner {
    margin: 0 auto;
    text-align: left;
    max-width: 900px;
}

.recruiter_list {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
}

#schedule #RecruiterSearch {
    margin: 0px auto;
}

#schedule input.searchText {
    flex-basis: auto;
    padding: 4px 6px;
    height: 20px;
    width: calc(100% - 86px);
    font-size: 14px;
    color: #999;
}

table.schedule tr {
    width: 100%;
    height: auto;
}

th.recruiter_box .recruiter_img {
    /*flex-basis: 95px;*/
    margin-right: 15px;
    text-align: center;
}

    th.recruiter_box .recruiter_img img {
        max-width: 95px;
        max-height: 95px;
    }

.recruiter_introduction {
    display: flex;
    flex-direction: column;
    margin: 0;
}

table th.recruiter_text_box {
    background: #fff;
    color: #555;
    vertical-align: middle;
    text-align: left;
    font-size: 17px;
    padding: 24px 15px;
    width: 60%;
    height: 124px;
    overflow: visible;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}

table.schedule {
    width: 940px;
    /*margin-left: -20px;*/
    border-collapse: collapse;
    border-spacing: 0 15px;
    font-size: 12px;
}

#pnl_recruiter tr {
    border-bottom: 2px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
}

#pnl_recruiter td {
    text-align: center;
    width: 30px;
}

#recruiter_agenda tr {
    border-bottom: 2px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
}

#recruiter_agenda td {
    padding: 16px;
    padding-top: 5px;
}

#details #recruiter_agenda th.recruiter_box {
    display: table-cell;
}


/*検証用　不要ならdisplay:none→block*/
.decidebtn {
    background: #607bae;
    color: #eeeeee;
    /*display: block;*/
    display: none;
    /*margin: 10px 0;*/
    margin: 10px 20px;
    text-align: center;
    font-size: 20px;
    padding: 11px 0px;
    cursor: pointer;
    border-radius: 0px;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.searchBtn {
    text-align: center;
    width: 70px;
    border: none;
    background: url(../common/search_ico.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    height: 32px;
    cursor: pointer;
    position: relative;
    float: right;
}

.searchBox {
    display: flex;
    width: 100%;
    margin-left: 20px;
    margin-top: 40px;
    /*margin-bottom: 20px;*/
}

    .searchBox .searchInput {
        color: #999;
        height: 30px;
        font-size: 14px;
        border: 1px solid #999;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
    }

    .searchBox .searchBtn {
        text-align: center;
        width: 60px;
        border: none;
        background: url(../common/search_ico.png) no-repeat center center;
        float: none;
        text-indent: -9999px;
        height: 32px;
        cursor: pointer;
    }

.backschedulebtn {
    background: #607bae;
    color: #eeeeee;
    display: none;
    margin: 10px 20px 30px;
    text-align: center;
    font-size: 20px;
    padding: 11px 0px;
    cursor: pointer;
    border-radius: 0px;
}

.recruiter_profile {
    margin: 5px 0 25px 0;
}

/*
#footer :first-child {
    margin-top: 20px;
}
*/

/* @end */
