div .marginS {
    margin: 20px;
}

div .marginM {
    margin: 40px;
}

.non-displayPc {
    display: none;
}



/* @group フッター */

#footer {
    position: fixed !important;
    width: 100%;
    top: auto !important;
    bottom: 0px;
}

#footer .greyBg {
    background-color: rgba(204,204,200,0.7);
    padding: 20px 0;
}

#footer .greyBg2 {
    background-color: #dcdcda;
    padding: 40px 0;
}

#footer .confirmBtn {
    padding: 10px;
    text-align: center;
    width: 300px;
    font-size: 28px;
    margin: 0 auto;
    display: block;
}

#footer .nextBtn, #footer .backBtn, #footer .loginBtn {
    padding: 10px;
    text-align: center;
    width: 260px;
    font-size: 28px;
    display: inline-block;
    margin: 0 10px;
}

#footer .agreementBtn {
    padding: 10px;
    text-align: center;
    width: 260px;
    background: #98a3a4;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    margin: 0 10px;
}

    #footer .agreementBtn:hover {
        color: #fff;
        text-decoration: none;
    }

    #footer .footerBg {
        display: flex;
        justify-content: flex-end;
        background-color: #404040;
        height: 40px;
        width: 100%;
        line-height: 1.4;
        transition: all 0.4s ease-out 0s;
        transform: translate3d(0, 0, 0);
    }

/* @end */


#wrapper {
    /*   padding-top: 111px;*/
}

    #wrapper .greyBg {
        background-color: #f0f0ee;
        padding: 40px 0px;
    }

    #wrapper .greyBg2 {
        background-color: rgba(204,204,200,0.7);
        padding: 20px 0;
    }

    #wrapper .whiteBg {
        padding: 40px 0;
    }

    #wrapper .inner {
        width: 940px;
        margin: 0 auto;
        text-align: left;
    }

    #wrapper .list {
        text-align: right;
        font-size: 13px;
    }

    #wrapper .photo {
        float: right;
    }

    #wrapper .contents {
        float: left;
        width: 630px;
    }

    #wrapper .tit {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 10px;
        border-bottom: 1px solid #dcdcdc;
    }

    #wrapper .jobofferImage {
        position: relative;
        float: right;
        clear: none;
        width: 40%;
        max-width: 300px;
        height: auto;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    #wrapper .guidelines dt {
        padding: 3px 0;
        text-align: center;
        width: 70px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #8c8c8c;
        color: #fff;
        font-size: 13px;
        margin-right: 1000px;
        margin-top: 10px;
        position: relative;
        behavior: url(../js/PIE.htc);
    }

    #wrapper .guidelines {
        margin: 20px 0 15px;
    }

        #wrapper .guidelines dd {
            font-weight: bold;
            margin-right: 20px;
            font-size: 13px;
            padding-top: 3px;
        }

        #wrapper .guidelines dd.non-displayPc {
            display: none;
        }

    #wrapper .tag {
        margin-bottom: 20px;
    }

        #wrapper .tag li {
            font-size: 13px;
            display: inline-block;
            /*padding-right: 5px;*/
            padding-right: 10px;
            border-right: 1px solid #555;
            margin-right: 5px;
        }

            #wrapper .tag li:last-child {
                border-right: none;
            }

            #wrapper .tag li a {
                color: #555;
            }

    #wrapper .contents p {
        font-size: 16px;
        line-height: 1.8;
    }

    #wrapper .contentsTit {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 10px;
    }

    #wrapper .inner p {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

.wrapper-container {
    padding-bottom: 140px;
}


/* @group 日程一覧 */

#schedule .tit2,
#schedule .tit4 {
    font-size: 26px;
    float: left;
    margin-bottom: 20px;
}

#schedule .tit3 {
    font-size: 26px;
    margin-bottom: 20px;
}

#schedule #sorting {
    display: none;
}

#schedule ul.pageNav {
    text-align: right;
    float: right;
    padding-top: 10px;
}

    #schedule ul.pageNav .back {
        margin-right: 15px;
    }

    #schedule ul.pageNav .next {
        margin-left: 15px;
    }

    #schedule ul.pageNav li {
        display: inline;
        margin: 0 3px;
        padding: 0;
    }

#schedule #map_canvas {
    width: 90%;
    height: 350px;
}

/* @group stacktable */

.stacktable {
    width: 100%;
}

.st-head-row {
    padding-top: 1em;
}

    .st-head-row.st-head-row-main {
        font-size: 1.5em;
        padding-top: 0;
    }

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

/* @end */


#schedule .scheduleTb {
    width: 940px;
}

    #schedule .scheduleTb th {
        font-size: 16px;
        border-right: 1px solid #c8c8c8;
        text-align: center;
        padding: 20px;
    }

        #schedule .scheduleTb th.place {
            width: 200px;
        }

    #schedule .scheduleTb td {
        font-size: 16px;
        border-right: 1px solid #c8c8c8;
        text-align: center;
        padding: 20px;
    }

    #schedule .scheduleTb .none {
        border-right: none;
    }

    #schedule .scheduleTb tr.grey td {
        background-color: #f0f0ee;
    }

#schedule .reservationBtn {
    text-align: center;
    width: 150px;
    font-size: 18px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
}

#schedule .cancelBtn {
    text-align: center;
    width: 150px;
    font-size: 18px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
}

#schedule .fullhouseBtn {
    text-align: center;
    width: 150px;
    background: #a5aeaf;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
}

#schedule .lead {
    margin-bottom: 30px;
    font-size: 16px;
}

    #schedule .lead img {
        vertical-align: middle;
        margin-right: 10px;
    }

#schedule .date {
    margin-bottom: 30px;
    width: 940px;
}

    #schedule .date td {
        text-align: left;
        font-size: 22px;
        padding: 10px 20px;
    }

    #schedule .date tr:last-child {
        border-bottom: none;
    }


#schedule .map {
    width: 700px;
    margin: 10px auto 20px;
}

#schedule .mapMail {
    width: 100%;
    margin: 40px auto 40px;
    font-size: 16px;
}

    #schedule .mapMail p {
        float: right;
    }

#schedule iframe {
    margin-bottom: 15px;
}

#schedule .sendBtn {
    text-align: center;
    font-size: 18px;
    padding: 10px 45px;
    background: #a5aeaf;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    margin-bottom: 30px;
}

    #schedule .sendBtn:hover {
        color: #fff;
        text-decoration: none;
    }

#schedule .scheduleTb2 {
    width: 940px;
}

    #schedule .scheduleTb2 th {
        font-size: 16px;
        border-bottom: 1px solid #fff;
        text-align: center;
        padding: 20px;
    }

    #schedule .scheduleTb2 td {
        font-size: 16px;
        border-bottom: 1px solid #fff;
        text-align: left;
        padding: 20px;
    }

    #schedule .scheduleTb2 .none {
        border-bottom: none;
    }

    #schedule .scheduleTb2 tr.grey td {
        background-color: #f0f0ee;
    }

#schedule .backBtn, #schedule .cancelBtn2 {
    padding: 10px;
    text-align: center;
    /*width: 300px; 
    font-size: 28px;*/
    margin: 0 10px;
    display: inline-block;
}

#inline_content {
    font-size: 18px;
}

    #inline_content a {
        margin-right: 10px;
        margin-left: 10px;
        float: left;
    }

        #inline_content a.okBtn {
            padding: 5px;
            text-align: center;
            width: 130px;
            background: #879191;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
        }

        #inline_content a.noBtn {
            padding: 5px;
            text-align: center;
            width: 130px;
            background: #918787;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
        }


/* gimmickbutton押下時処理中ギミック */
.spinner3 {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

    .spinner3 > div {
        background-color: #ffffff;
        height: 150%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }
    /*ディレイ指定*/
    .spinner3 .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner3 .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner3 .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner3 .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
    }
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.7);
}

#text {
    font-size: 40px;
    color: #eee;
    position: relative;
    height: 50%;
    vertical-align: middle;
    font-weight: bold;
}

#close {
    width: 100%;
    height: 100%;
}


/*　処理中ギミック　ここまで */


#inline_content {
    font-size: 18px;
}

    #inline_content a {
        margin-right: 10px;
        margin-left: 10px;
        float: left;
    }

        #inline_content a.okBtn {
            padding: 5px;
            text-align: center;
            width: 130px;
            background: #879191;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
        }

        #inline_content a.noBtn {
            padding: 5px;
            text-align: center;
            width: 130px;
            background: #918787;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
        }

        #inline_content a.okBtn:hover, a.noBtn:hover {
            color: #fff;
            text-decoration: none;
        }

#cboxContent {
    padding: 50px;
}

#schedule .btn {
    float: right;
}

#schedule .printBtn {
    background-color: #f0f0ee;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 5px 20px;
    font-size: 18px;
    margin-right: 15px;
    color: #555;
}

#schedule .calendarBtn {
    background-color: #f0f0ee;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 5px 20px;
    font-size: 18px;
    color: #555;
}

    #schedule .printBtn img, #schedule .calendarBtn img {
        vertical-align: middle;
        margin-right: 15px;
    }

    #schedule .printBtn a, #schedule .printBtn:hover,
    #schedule .calendarBtn a, #schedule .calendarBtn:hover {
        color: #555;
        text-decoration: none;
    }

    #schedule .printBtn:hover,
    #schedule .calendarBtn:hover {
        color: #555;
        text-decoration: none;
    }

/* @end */


/* @group スケジュール印刷用 */

#schedulePrint header {
    border-bottom: none;
    position: static;
}

#schedulePrint .tit {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 3px;
    font-size: 14px;
    width: 600px;
    margin: 30px auto 0;
    text-align: left;
}

#schedulePrint #wrapper {
    width: 600px;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
}

#schedulePrint .subTit {
    font-weight: bold;
    font-size: 16px;
    margin-top: 45px;
}

#schedulePrint .qr {
    border: 1px solid #c8c8c8;
    float: right;
    margin-bottom: 20px;
}

#schedulePrint table {
    width: 100%;
    margin-bottom: 20px;
}

#schedulePrint th {
    background-color: #f0f0ee;
    border: 1px solid #c8c8c8;
    padding: 10px 20px;
}

#schedulePrint td {
    padding: 10px 20px;
    border: 1px solid #c8c8c8;
}

#schedulePrint .btn {
    margin: 30px auto;
    width: 600px;
    text-align: center;
}

#schedulePrint .closeBtn {
    background-color: #879191;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    margin: 0 20px;
    width: 140px;
}

    #schedulePrint .closeBtn:hover {
        color: #fff;
        text-decoration: none;
    }

#schedulePrint .page-top {
    text-align: right;
    font-size: 12px;
    margin-bottom: 30px;
}

    #schedulePrint .page-top a,
    #schedulePrint .page-top a:hover {
        color: #555;
    }


/* @end */


/* @group 求人詳細 */

#details .tit3 {
    font-size: 26px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
}

#details #outline {
    font-size: 16px;
}

#details .box {
    margin-bottom: 30px;
}

#details th {
    width: 6em;
    vertical-align: top;
    padding-bottom: 5px;
}

#details td {
    padding-bottom: 5px;
}

#details p.allowance {
    margin-bottom: 10px;
}

#details .entryBtn {
    padding: 10px;
    text-align: center;
    width: 260px;
    font-size: 28px;
    margin: 0 auto;
    display: inline-block;
}

#details .tit2 {
    font-size: 26px;
    margin-bottom: 30px;
}


#details #faq td.qTxt {
    font-size: 18px;
    font-weight: bold;
    min-height: 36px;
    padding-top: 3px;
}

#details #faq th {
    width: 50px;
}

#details #faq td.line {
    border-top: 1px solid #dcdcdc;
    border-bottom: none;
    padding-bottom: 30px;
}

#details #faq tr.q td {
    padding-bottom: 15px;
}

#details #faq tr.a td {
    padding-bottom: 30px;
}

#details #faq th .qIco,
#details #faq th .aIco {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    width: 36px;
    height: 36px;
}

#details #nav ul {
    width: 940px;
    margin: 0 auto;
}

#details #nav li a {
    float: left;
    width: 313px;
    padding-top: 30px;
    border-bottom: 8px solid #703b97;
    height: 92px;
}

    #details #nav li a:hover,
    #details #nav li.active a {
        border-bottom: 8px solid #a989c1;
    }

#details .isStuck {
    left: 0px;
    width: 100%;
    padding-top: 110px;
}


/* @group ナビ */

#details ul#tabs-list {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

#details span.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 150px;
    cursor: pointer;
    -webkit-transition-property: border-top, background-color, color;
    transition-property: border-top, background-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    padding: 20px 0;
}

#details #panels section header span.panel-label {
    padding: 12px 24px;
}

#details #panels section main {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden;
    display: none;
}

#details #panels section.selected main {
    max-height: initial;
    opacity: 1;
    display: inline;
}

#details ul#tabs-list li {
    display: inline-block;
    text-align: center;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

    #details ul#tabs-list li.selected {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px);
    }

#details #open-nav-label, #close-nav-label {
    display: none;
}

#details #nav-ctrl {
    display: none;
}

#details main {
    margin: 0 auto;
}

#details .panel-radios {
    xdisplay: none;
    xposition: absolute;
    xtop: -3000px;
    xz-index: -9999;
}

/* @end */

/* @end */


/* @group ID・パス確認 */

#reminder .tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

#reminder .box {
    background-color: #f0f0ee;
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 40px 0 80px;
}

    #reminder .box p {
        display: inline-block;
        margin-right: 20px;
        width: 120px;
    }

    #reminder .box td {
        padding: 10px 20px;
    }

#reminder .boxCenter {
    width: 72%;
    margin: 0 auto 0 auto;
}

#reminder .inputL {
    width: 470px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#reminder td .wrapper {
    display: flex;
    justify-content: space-between;
    width: 478px;
}

#reminder td .wrapper .spacer {
    width: 28px;
}

#reminder .note {
    color: #c30d23;
    border: 1px solid #c30d23;
    margin: 30px 0;
}

    #reminder .note p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #reminder .note ul {
        padding: 20px;
    }
/* @end */

/* @group 退会 */

#leave .tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

#leave .box {
    position: relative;
    background-color: #f0f0ee;
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 20px 0 0px;
}

#leave .box2 {
    padding: 20px 0px 20px 0px;
}

#leave .innerbox {
    padding: 20px;
    border: 1px solid #c8c8c8;
}

#leave .messagebox {
    position: relative;
    background-color: #f0f0ee;
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 20px 0 0px;
    height: 80px;
    text-align: center;
}

#leave .boxCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: -0.8em 0 0 -50%;
}

#leave .inputL {
    width: 470px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#leave .note {
    color: #c30d23;
    border: 1px solid #c30d23;
    margin: 30px 0;
}

    #leave .note p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #leave .note ul {
        padding: 20px;
    }

#leave .comment {
    width: 100%;
    height: 150px;
}

#leave .commentInfo {
    padding-top: 20px;
}

#leave .reason label {
    padding-left: 5px;
}
/* @end */


/* @group エントリー */

#entry .greyBg {
    background-color: #dcdcda;
}

#entry .greyBg2 {
    background-color: #f0f0ee;
    padding: 40px 0;
}

#entry .tit {
    border-bottom: none;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    padding: 10px 0;
}

#entry2 .tit {
    border-bottom: none;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    padding: 10px 0;
}


#entry .detail {
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
}

#entry2 .detail {
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
}
/*
#entry .contents2 {
    float: none;
    width: auto;
}
*/

#entry .guidelines {
    margin: 0 0 15px;
}


#entry .tit2 {
    font-size: 32px;
    margin-bottom: 30px;
}

#entry .note {
    background-color: #fbebdd;
    color: #c30d23;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 40px;
}

#entry .font16 {
    font-size: 16px;
    margin-bottom: 40px;
}

#entry #policy {
    font-size: 13px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    height: 280px;
    overflow-y: scroll;
}

    #entry #policy dd {
        margin-bottom: 15px;
        margin-left: 1em;
    }

#entry .grey {
    color: #c3c3c3;
}

#entry .agreementBtn {
    padding: 15px;
    text-align: center;
    width: 300px;
    background: #98a3a4;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    margin: 0 10px;
}

    #entry .agreementBtn:hover {
        color: #fff;
        text-decoration: none;
    }

#entry .tit3 {
    font-size: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
}

#entry .mt20 {
    margin-top: 40px;
}

#entry .note2 {
    color: #c30d23;
    margin-bottom: 30px;
    border: 1px solid #c30d23;
}

    #entry .note2 p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #entry .note2 ul {
        padding: 20px;
    }

#entry .required {
    color: #c30d23;
}

#entry .p01 {
    margin-bottom: 30px;
}

#entry .lefttext {
    margin-bottom: -10px;
}

#entry .rightbutton {
    text-align: right;
    margin-bottom: -30px;
}

#entry .entryTb {
    width: 940px;
    border: 1px solid #c8c8c8;
    margin-bottom: 20px;
}

    #entry .entryTb th {
        background-color: #f0f0ee;
        border-bottom: 1px solid #c8c8c8;
        padding: 10px 20px;
        font-weight: bold;
    }

    #entry .entryTb td {
        padding: 10px 20px;
    }

    #entry .entryTb tr.first td {
        padding-top: 20px;
    }

    #entry .entryTb tr.last td {
        padding-bottom: 20px;
    }

    #entry .entryTb td.td01 {
        width: 160px;
    }

    #entry .entryTb td.td02 {
        width: 470px;
    }

    #entry .entryTb td.td03 {
        width: 280px;
    }

    #entry .entryTb td.top {
        vertical-align: top;
    }

.inputMText {
    /*width: 230px=>200px;*/
    width: 200px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#entry .inputL {
    width: 470px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
}

#entry .inputSText {
    width: 110px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#entry .addSeach {
    text-align: center;
    width: 90px;
    height: 26px;
    font-size: 12px;
    display: inline-block;
    padding-top: 6px;
    vertical-align: bottom;
}

#entry select {
    font-size: 16px;
}

#entry .link a {
    color: #c30d23;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

    #entry .link a:hover {
        color: #c30d23;
        text-decoration: none;
    }

#entry .editing {
    font-size: 14px;
    color: #c30d23;
    text-decoration: underline;
    font-weight: normal;
    float: right;
}

    #entry .editing:hover {
        color: #c30d23;
        text-decoration: none;
    }

#entry .pass {
    color: #c30d23;
    text-decoration: underline;
}

    #entry .pass:hover {
        color: #c30d23;
        text-decoration: none;
    }

#entry select.w200 {
    width: 200px;
}

#entry .switchHat {
    cursor: pointer;
}

#entry2 .switchHat {
    cursor: pointer;
}

/* @end */





/* @group アンケート */

#questionnaire .greyBg {
    background-color: #dcdcda;
}

#questionnaire .tit2 {
    font-size: 32px;
    margin-bottom: 30px;
}

#questionnaire .p01 {
    margin-bottom: 30px;
}

#questionnaire .sub {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

#questionnaire .grey {
    color: #c3c3c3;
}

#questionnaire .tit3 {
    font-size: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
}

#questionnaire .mt30 {
    margin-top: 30px;
}

#questionnaire .mt40 {
    margin-top: 40px;
}

#questionnaire .qTb {
    width: 940px;
    border: 1px solid #c8c8c8;
    margin-bottom: 20px;
}

    #questionnaire .qTb th {
        background-color: #f0f0ee;
        border-bottom: 1px solid #c8c8c8;
        padding: 10px 20px;
        font-weight: bold;
    }

    #questionnaire .qTb tr.first td {
        padding-top: 20px;
    }

    #questionnaire .qTb tr.last td {
        padding-bottom: 20px;
    }

    #questionnaire .qTb td.td01 {
        width: 160px;
    }

    #questionnaire .qTb td.td02 {
        width: 470px;
    }

    #questionnaire .qTb td.td03 {
        width: 280px;
    }

    #questionnaire .qTb td.top {
        vertical-align: top;
    }

    #questionnaire .qTb .check {
        margin-right: 5px;
    }

#questionnaire .qTb2 {
    width: 940px;
    border: 1px solid #c8c8c8;
    margin-bottom: 20px;
}

    #questionnaire .qTb2 th {
        background-color: #f0f0ee;
        border-bottom: 1px solid #c8c8c8;
        padding: 10px 20px;
        font-weight: bold;
    }

    #questionnaire .qTb2 td {
        padding: 10px 20px;
    }

    #questionnaire .qTb2 tr.first td {
        padding-top: 20px;
    }

    #questionnaire .qTb2 tr.last td {
        padding-bottom: 20px;
    }


#questionnaire .qTb td {
    padding: 10px 20px;
}

#questionnaire .inputM {
    width: 230px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#questionnaire .inputL {
    width: 700px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#questionnaire .inputS {
    width: 110px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
}

#questionnaire select {
    font-size: 16px;
    padding-left: 2px;
}

    #questionnaire select.w200 {
        width: 200px;
    }

#questionnaire .matrix {
    width: 100%;
}


    #questionnaire .matrix th {
        background-color: #f0f0ee;
        border: 1px solid #c8c8c8;
        padding: 10px 20px;
        line-height: 1.5;
    }

    #questionnaire .matrix td {
        padding: 10px 20px !important;
        border: 1px solid #c8c8c8;
        /* 1119 text-align: center; */
    }

#questionnaire textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #c8c8c8;
    padding: 6px;
}

#questionnaire .note2 {
    color: #c30d23;
    margin-bottom: 30px;
    border: 1px solid #c30d23;
}

    #questionnaire .note2 p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #questionnaire .note2 ul {
        padding: 20px;
    }

#questionnaire .required {
    color: #c30d23;
    font-weight: normal;
}

#questionnaire .select {
    background-color: #ffff33;
    padding: 5px;
}

.txtboxFrame {
    position: relative;
    display: inline-block;
}

.txtboxClearBtn {
    position: absolute;
    top: 4px;
    width: 24px;
    height: 24px;
    right: 4px;
    display: inline-block;
    border-radius: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../common/img/icon/txtbox_clearM.png);
    background-color: #4185bd;
}





#error .note {
    color: #c30d23;
    border: 1px solid #c30d23;
    margin: 50px 0;
    padding: 50px;
    font-size: x-large;
    text-align: center;
}
/* @end */


/* @group セキュリティに関するお知らせ */
#passwordAlert .tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

#passwordAlert .box {
    background-color: #f0f0ee;
    border: 1px solid #c8c8c8;
    padding: 10px;
    margin: 40px 0 40px;
}

    #passwordAlert .box p {
        display: inline-block;
        margin-right: 20px;
        width: 130px;
    }

    #passwordAlert .box td {
        padding: 10px 20px;
    }

#passwordAlert .boxCenter {
    width: 76%;
    margin: 0 auto 0 auto;
}

#passwordAlert .inputL {
    width: 470px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#passwordAlert .note {
    color: #c30d23;
    border: 1px solid #c30d23;
    margin: 30px 0;
}

    #passwordAlert .note p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #passwordAlert .note ul {
        padding: 20px;
    }


#passwordAlert .noDisplayInformationBox {
    margin-top: 20px;
    padding: 10px 10px 10px 20px;
    border: solid 1px #969696;
    overflow: auto;
}

#passwordAlert .noDisplayInformation {
    float: left;
    height: 40px;
    line-height: 45px;
    vertical-align: middle;
}

#passwordAlert .gotoTopPageBtn {
    float: right;
    position: inherit;
}

#passwordAlert .box {
}

#passwordAlert .passAlertButtonBox {
    height: 40px;
}

#passwordAlert .linkBtn {
    margin: 0px 0px 0px 5px;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(../js/PIE.htc);
    font-size: 18px;
    float: right;
    display: block;
}

#passwordAlert .logoutBtn {
    width: 120px;
}

#passwordAlert .saveBtn {
    width: 120px;
}

#passwordAlert .gotoTopPageBtn {
    width: 120px;
    float: right;
    top: 10px;
}

#passwordAlert #pnl_ErrMsg {
    border: solid 1px red;
}

    #passwordAlert #pnl_ErrMsg h3 {
        color: #f00;
        border-color: #f00;
        background-color: #f3faff;
        padding: 3px 10px;
        border-bottom: 1px solid;
    }

    #passwordAlert #pnl_ErrMsg #blt_ErrList {
        color: #f00;
        padding: 10px 15px;
    }

#passwordAlert .disabledBtn {
    padding: 5px;
    text-align: center;
    width: 120px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #dcdcdc;
    color: #666;
    position: relative;
    behavior: url(../js/PIE.htc);
    font-size: 18px;
    float: right;
}

#passwordAlert #cbx_NoDispAlert {
    margin-right: 14px;
}

.spOnly {
    display: none !important;
}

.width100 {
    width:100%;
}
/* @end */
