#apps-conteiner .recruit table.entry {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#apps-conteiner .recruit table.entry th,
#apps-conteiner .recruit table.entry td {
    /*line-height: 3px;*/
    padding:6px 6px;
    border: 1px solid #cccccc;
    vertical-align: middle;
    display: block;
}
#apps-conteiner .recruit table.entry th {
    background: #EDF4FA;
    font-weight: normal;
    white-space: nowrap;
}
@media only screen and (min-width:768px) {
    #apps-conteiner .recruit table.entry th,
    #apps-conteiner .recruit table.entry td {
        display: table-cell;
    }
}

#apps-conteiner {
    min-height: 300px;
}


h3.sub-title {
    border-left: 5px solid #003399;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 2px 2px 2px 14px;
}

.vtop {
    vertical-align: top;
}

span.req {
    color: #FF0000;
    font-size: 11px;
    margin: 0 0 0 6px;
    padding: 2px;
}
div.desc,
span.desc{
    color: #666666;
    margin: 0 0 0 3px;
    font-size: 12px;
}

.row:after {
    clear: both;
}

.mb01 {
    margin-bottom: 6px;
}

.ime-on {
    ime-mode: active;
}
.ime-off {
    ime-mode: inactive;
}
.ime-disabled {
    ime-mode: disabled;
}

#apps-conteiner input[type="text"],
#apps-conteiner input[type="password"],
#apps-conteiner textarea {
    border: 1px solid #bbbbbb;
    padding: 2px;
}
#apps-conteiner select {
    border: 1px solid #bbbbbb;
    padding: 0px 2px;
}

#apps-conteiner input[type="text"] {
    /*height:18px;*/
}

#apps-conteiner input[type="text"]:focus,
#apps-conteiner input[type="file"]:focus,
#apps-conteiner input[type="radio"]:focus,
#apps-conteiner input[type="checkbox"]:focus,
#apps-conteiner textarea:focus,
#apps-conteiner select:focus
{
    border-color: #66afe9;
    /*background-color: #EDF4FA;*/
}

input.your-name {
    /*width: 150px;*/
}
input.zip-code {
    /*width: 40px;*/
    width: 60px;
}
input.address {
    /*width: 400px;*/
    width: 90%;
}
input.year {
    width: 60px;
}
select.month,
select.day {
    width: 60px;
    /*height: 20px;*/
}

input.tel {
    width: 60px;
}
input.email {
    /*width: 400px;*/
    width: 90%;
}

.entry-file-btn {
    width: 280px;
}

input.school {
    /*width: 400px;*/
    width: 90%;
}

select.grad-status {
    width: 100px;
    /*height: 20px;*/
}

input.company {
    /*width: 400px;*/
    width: 90%;
}
select.employed-status {
    width: 130px;
    /*height: 20px;*/
}

textarea.experience-detail {
    /*width:400px;*/
    width: 90%;
    max-width: 520px;
    height: 80px;
}
input.license {
    /*width: 400px;*/
    width: 90%;
}
input.num {
    width: 40px;
}

textarea.reason-for-apply,
textarea.other {
    /*width: 500px;*/
    width: 90%;
    max-width: 650px;
    height: 120px;
}

.agreement-box {
    /*overflow:auto;*/
    width:100%;
    /*height:150px;*/
    margin: 9px 0px;
    border: 1px solid #cccccc;
}
.agreement-box-inner {
    padding: 12px 9px;
}

.agreement-box-check {
    margin: 15px 0;
    text-align: center;
}
.announce-center {
    margin: 15px 0;
    text-align: center;
}

.dsp-actions-bottom {
    margin: 12px 0px;
    text-align: center;
    position: relative;
}
.dsp-actions-bottom img {

    vertical-align: top;
}

/*エラー表示*/
.error {
    margin: 3px 0 1px 0;
    padding: 1px 6px;
}

.license_name_confirm {
    display: block;
    float: left;
    min-width: 360px;
}

.bottom-line {
    border-bottom: 1px solid #dedede;
}

.complete-frame,
.announce-frame {
    margin: 12px;
    padding: 24px;
    border: 1px solid #cccccc;
}

.readme {
    font-size: 105%;
    line-height: 200%;
}

.attention {color:#ff0000;}
.bold {font-weight: bold;}

/***************************************************************/
.panel {
    margin-bottom: 12px;
    background-color: #ffffff;
    border: 1px solid transparent;
}

.panel-body {
    padding: 9px 3px 9px 12px;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 3px 6px;
    border-bottom: 1px solid transparent;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default > .panel-heading {
    color: #333333;
    /*background-color: #f5f5f5;*/
    background-color: #eee;
    border-color: #dddddd;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active
{
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-custom {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active
{
    color: #333333;
    background-color: #cdcdcd;
    border-color: #adadad;
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.dsp-pic img {border:1px solid #cccccc;}

/*-----------------------------------------------------*/
/* 印刷用  */
/*-----------------------------------------------------*/
.print-only {
    display : none;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    @page  {
        margin: 1cm .5cm;
    }

    .print-only {
        display : block;
    }

    td.bg-color-blue {
        width: 100px;
    }

    div#header,
    div#footer,
    div#cp-logo,
    div#gnav,
    h3.sub-title,
    .announce-center,
    .dsp-actions-bottom,
    a {
        display: none;
    }

    .license_name_confirm {
        min-width: 160px;
    }

}