div .marginS {
    margin: 20px;
}

div .marginM {
    margin: 40px;
}

div .topcustom {
    display: none;
}

.non-displaySP {
    display: none;
}

body {
    font-size: 14px;
    -webkit-text-size-adjust: 100%; /* 文字サイズを自動調整する機能を無効化 */
}

/* @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: 20px;
}

#footer .confirmBtn {
    padding: 8px;
    text-align: center;
    width: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    font-size: 18px;
    margin: 0 auto;
    display: block;
}

#footer .nextBtn, #footer .backBtn {
    padding: 5px;
    text-align: center;
    width: 100px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
}

#footer .agreementBtn {
    padding: 5px;
    text-align: center;
    width: 120px;
    background: #98a3a4;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
}

    #footer .agreementBtn:hover {
        color: #fff;
        text-decoration: none;
    }

#footer .loginBtn {
    padding: 5px;
    text-align: center;
    width: 200px;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
}

#footer .footerBg {
    display: flex;
    justify-content: flex-end;
    background-color: #404040;
    height: 40px;
    width: 100%;
    font-size:10px;
    transition: all 0.4s ease-out 0s;
}

/* @end */

#wrapper .greyBg {
    background-color: #f0f0ee;
    padding: 20px;
}

#wrapper .greyBg2 {
    background-color: rgba(204,204,200,0.7);
    padding: 20px;
}

#wrapper .whiteBg {
    padding: 20px;
}

#wrapper .inner {
    margin: 0 auto;
    text-align: left;
}

#wrapper .list {
    text-align: right;
    margin-bottom: 10px;
}

#wrapper .photo {
    display: none;
}

#wrapper .jobofferImagediv {
    text-align: center;
}
#wrapper .jobofferImage {
    position: relative;
    max-width: 280px;
    margin-bottom: 15px;
}

#wrapper .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

#wrapper .guidelines {
    margin-bottom: 10px;
}

    #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;
        position: relative;
        behavior: url(../js/PIE.htc);
        font-size: 13px;
        margin-right: 10px;
        float: left;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #wrapper .guidelines dd {
        font-weight: bold;
        margin-right: 20px;
        font-size: 13px;
        padding-top: 3px;
        clear: left;
        height: 30%;
        margin-bottom: 5px;
    }

#wrapper .tag {
    margin-bottom: 20px;
}

    #wrapper .tag li {
        font-size: 11px;
        display: inline-block;
        /*padding-right: 5px;*/
        padding-right: 10px;
        border-right: 1px solid #333;
        margin-right: 5px;
    }

        #wrapper .tag li:last-child {
            border-right: none;
        }

        #wrapper .tag li a {
            color: #555;
        }

#wrapper .contentsTit {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

#wrapper .inner p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.wrapper-container {
    padding-bottom: 140px;
}

/* @group ID・パス確認 */

#reminder .whiteBg {
    padding: 0 20px 20px;
}

#reminder .box {
    background-color: #f0f0ee;
    border: 1px solid #c8c8c8;
    margin: 20px 0 10px;
    padding: 10px 20px;
}

    #reminder .box table {
        width: 100%;
    }

    #reminder .box td {
        padding: 5px 0;
    }

#reminder .inputL {
    width: 100%;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 4px;
}

#reminder td .wrapper {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 4px);
}

#reminder td .wrapper .spacer {
    width: 28px;
}

#reminder .note {
    color: #c30d23;
    border: 1px solid #c30d23;
    margin: 20px 0;
}

    #reminder .note p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #reminder .note ul {
        padding: 20px;
    }

    #reminder .note li {
        text-indent: -1em;
        margin-left: 1em;
    }

/* @end */

/* @group 退会 */

#leave .whiteBg {
    padding: 0 20px 20px;
}

#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: 100%;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 4px;
}

#leave .note {
    color: #c30d23;
    border: 1px solid #c30d23;
    margin: 20px 0;
}

    #leave .note p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #leave .note ul {
        padding: 20px;
    }

    #leave .note li {
        text-indent: -1em;
        margin-left: 1em;
    }

#leave .comment {
    width: 100%;
    height: 150px;
}

#leave .commentInfo {
    padding-top: 20px;
}

#leave .reason label {
    padding-left: 5px;
}
/* @end */


/* @group 日程一覧 */

#schedule .tit2,
#schedule .tit4 {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

#schedule .tit3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#schedule #sorting {
    text-align: right;
    font-size: 13px;
    padding-top: 3px;
}

#schedule #address {
    float: right;
    margin: 10px 0 15px;
}

#schedule ul.pageNav {
    width: 100%;
    text-align: center;
    font-size: 13px;
}

    #schedule ul.pageNav .back {
        margin-right: 20px;
    }

    #schedule ul.pageNav .next {
        margin-left: 20px;
    }

    #schedule ul.pageNav li {
        display: inline;
        margin: 0 7px;
        padding: 0;
    }


/* @group stacktable */

.stacktable.large-only {
    display: none;
}

.stacktable.small-only {
    display: table;
}

/* @end */

#schedule .scheduleTb {
    width: 100%;
}

#schedule .stacktable {
    margin: auto;
}

#schedule table .st-head-row-main {
    display: none;
}

#schedule .stacktable th {
    vertical-align: middle;
}

#schedule .stacktable td {
    text-align: center;
    padding: 0 10px;
}

    #schedule .stacktable td.st-key {
        width: 4em;
    }

#schedule .reservationBtn {
    margin: 20px auto;
    text-align: center;
    width: 150px;
    font-size: 17px;
    padding: 6px 0;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
}

#schedule .cancelBtn {
    margin: 20px auto;
    text-align: center;
    width: 150px;
    font-size: 17px;
    padding: 6px 0;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
}

#schedule .fullhouseBtn {
    margin: 20px auto;
    text-align: center;
    width: 150px;
    background: #a5aeaf;
    color: #fff;
    font-size: 17px;
    padding: 6px 0;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
}

#schedule .lead {
    margin-bottom: 20px;
}

    #schedule .lead img {
        vertical-align: middle;
        margin-right: 5px;
        height: 20px;
        width: auto;
    }

#schedulePrint .subTit {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

#schedule .date {
    margin-bottom: 20px;
    width: 100%;
}

    #schedule .date td {
        text-align: left;
        padding: 5px 10px;
    }

    #schedule .date tr:last-child {
        border-bottom: none;
    }

#schedule .map {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    height: 0;
    /*1119  overflow: hidden;*/
    padding: 30px 0 56.25%;
}

.map iframe,
.map object,
.map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#schedule .sendBtn {
    text-align: center;
    padding: 5px 35px;
    background: #a5aeaf;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    margin-bottom: 20px;
    display: block;
    margin-top: 5px;
}

    #schedule .sendBtn:hover {
        color: #fff;
        text-decoration: none;
    }


#schedule .scheduleTb2 th {
    text-align: left;
    padding: 5px 10px;
    border-top: none;
    border-bottom: 1px solid #fff;
    width: 60px;
}

#schedule .scheduleTb2 td {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
}

#schedule .scheduleTb2 .none {
    border-bottom: none;
}

#schedule .scheduleTb2 tr.grey td {
    background-color: #f0f0ee;
}

#schedule .backBtn, #schedule.cancelBtn2 {
    padding: 8px;
    text-align: center;
    width: 100px;
    font-size: 18px;
    margin: 0 5px;
    display: inline-block;
}

#schedule #map_canvas {
    width: 100%;
    /*height: 180px;*/
}


#inline_content a.okBtn {
    padding: 5px;
    text-align: center;
    width: 90px;
    background: #879191;
    color: #fff;
    font-size: 15px;
    margin: 20px 5px 0;
    display: inline-block;
}

#inline_content a.noBtn {
    padding: 5px;
    text-align: center;
    width: 90px;
    background: #918787;
    color: #fff;
    font-size: 15px;
    margin: 20px 5px 0;
    display: inline-block;
}

#inline_content a.okBtn:hover, a.noBtn:hover {
    color: #fff;
    text-decoration: none;
}

#cboxContent {
    padding: 50px 20px 20px;
}


/* 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%;
}

/*　処理中ギミック　ここまで */

#schedule .printBtn {
    display: none;
}

#schedule .calendarBtn {
    background-color: #f0f0ee;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    padding: 5px 20px;
    color: #555;
}

    #schedule .calendarBtn img {
        vertical-align: middle;
        margin-right: 15px;
    }

    #schedule .calendarBtn a, #schedule .calendarBtn:hover {
        color: #555;
        text-decoration: none;
    }

/* @end */


/* @group 求人詳細 */

#details .tit3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

#details .box {
    margin-bottom: 30px;
}

#details th {
    width: 6em;
    vertical-align: top;
}

#details .entryBtn {
    padding: 8px;
    text-align: center;
    width: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    font-size: 18px;
    margin: 0 auto;
    display: block;
}

#details .tit2 {
    font-size: 18px;
    font-weight: bold;
}

#details #faq td.qTxt {
    font-size: 15px;
    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: 20px;
}

#details #faq tr.q td {
    padding-bottom: 10px;
}

#details #faq tr.a td {
    padding-bottom: 20px;
}

#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: 30px;
    height: 30px;
}

#details #faq dt {
    font-size: 15px;
    font-weight: bold;
    min-height: 36px;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 10px;
}

#details #faq dd {
    margin-bottom: 20px;
    min-height: 36px;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

    #details #faq dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

#details #nav ul {
    margin: 0 auto;
}

#details #nav li a {
    float: left;
    width: 31%;
    padding-top: 15px;
    border-bottom: 8px solid #703b97;
    height: 67px;
}

    #details #nav li a:hover, #details #nav li.active a {
        border-bottom: 8px solid #a989c1;
    }

#details .isStuck {
    left: 0px;
    width: 100%;
}

/* @group ナビ */
#details ul#tabs-list {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

#details span.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transition-property: border-top, background-color, color;
    transition-property: border-top, background-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

#details #panels .container {
    text-align: left;
}

#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 #open-nav-label {
    display: block;
    max-height: 36px;
    overflow-y: hidden;
    padding: 12px 24px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
}


    #details #open-nav-label .ico {
        right: 20px;
        position: absolute;
        width: 30px;
        height: 25px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 10px;
        top: 8px;
        padding-top: 5px;
    }

#details #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    padding: 0px;
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
}

#details #tabs-list.open #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
}

#details #tabs-list {
    position: relative;
}

    #details #tabs-list span.panel-label {
        padding: 12px 0;
    }

    #details #tabs-list li {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }

        #details #tabs-list li.selected {
            opacity: 1;
        }

    #details #tabs-list.open li {
        max-height: 46px;
        opacity: 1;
    }

#details #panels section header {
    display: block;
}

#details main {
    margin: 0 auto;
}

#details .panel-radios {
    xdisplay: none;
}

/* @end */

/* @end */


/* @group エントリー */
#entry .greyBg {
    background-color: #dcdcda;
    padding: 30px 20px;
}

#entry .whiteBg {
    padding: 0 20px 140px;
}

#entry .greyBg2 {
    background-color: #f0f0ee;
    padding: 20px;
}

#entry .contents {
    float: none;
    width: auto;
}

#entry .tit {
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
}

#entry2 .tit {
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
}

#entry .detail {
    font-size: 13px;
    vertical-align: middle;
    font-weight: normal;
}

#entry2 .detail {
    font-size: 13px;
    vertical-align: middle;
    font-weight: normal;
}

#entry .contents {
    float: none;
    width: auto;
}

/* 
#entry .allOpenBtn:after,
#entry .switchHat:after {
	content: " ▼";
    font-size: 13px;
	vertical-align: middle;
}

#entry .nowOpen:after {
	content: " ▲";
    font-size: 13px;
	vertical-align: middle;
}
*/

#entry .guidelines {
    margin: 0 0 10px;
}

#entry .tit2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#entry .note {
    background-color: #fbebdd;
    color: #c30d23;
    padding: 15px;
    margin-bottom: 20px;
}

#entry .font16 {
    margin-bottom: 30px;
}

#entry #policy {
    height: 280px;
    overflow-y: scroll;
    padding: 1em
}

section#policy::-webkit-scrollbar {
    background: #eee;
    width: 6px;
}

section#policy::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 50px;
    height: 50px;
}

section#policy {
    border: 2px solid #dcdcdc;
}

    #entry #policy dt {
        font-weight: bold;
        margin-left: 1em;
        text-indent: -1em;
    }

    #entry #policy dd {
        margin-bottom: 15px;
        margin-left: 1em;
    }

#entry .grey {
    color: #c3c3c3;
}

#entry .tit3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
}

#entry .note2 {
    color: #c30d23;
    margin-bottom: 20px;
    border: 1px solid #c30d23;
}

    #entry .note2 p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 10px;
        border-bottom: 1px solid #c30d23;
    }

    #entry .note2 ul {
        padding: 10px;
    }

    #entry .note2 li {
    }

#entry .required {
    color: #c30d23;
}

#entry .p01 {
    margin-bottom: 20px;
}

#entry .entryTb {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
}

    #entry .entryTb th {
        background-color: #f0f0ee;
        padding: 5px 10px;
        font-weight: bold;
    }

    #entry .entryTb td {
        padding: 5px 10px;
    }

    #entry .entryTb tr.first td {
        padding-top: 10px;
    }

    #entry .entryTb tr.last td {
        padding-bottom: 10px;
    }

    #entry .entryTb td.td01 {
        width: 70px;
        padding-right: 0;
    }

    #entry .entryTb td.td02 {
        width: 470px;
    }

    #entry .entryTb td.td03 {
        width: 80px;
    }

    #entry .entryTb td.top {
        vertical-align: top;
    }


/* 
#entry .stacktable {
	margin-bottom: 20px;
}

#entry .stacktable th.st-head-row-main {
	background-color: #f0f0ee;
	padding: 5px 10px;
	font-weight: bold;
}

#entry .stacktable td.st-val {
	padding: 0;
	font-size: 12px;
}
*/

.inputMText {
    width: 80px;
    height: 25px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 4px;
}

#entry .inputL {
    width: 100%;
    height: 25px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
}

#entry .inputSText {
    width: 40px;
    height: 25px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 4px;
}

#entry .addSeach {
    text-align: center;
    width: 70px;
    height: 23px;
    display: inline-block;
    padding-top: 5px;
    vertical-align: bottom;
}

#entry select {
    font-size: 15px;
}

#entry .birth01 {
    margin-bottom: 10px;
}

#entry .link a {
    color: #c30d23;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

    #entry .link a:hover {
        color: #c30d23;
        text-decoration: none;
    }

#entry .editing {
    color: #c30d23;
    text-decoration: underline;
    font-weight: normal;
    float: right;
    font-size: 12px;
}

    #entry .editing:hover {
        color: #c30d23;
        text-decoration: none;
    }

#entry .pass {
    color: #c30d23;
    text-decoration: underline;
}

    #entry .pass:hover {
        color: #c30d23;
        text-decoration: none;
    }

/* @end */

/* @group アンケート */

#questionnaire .greyBg {
    background-color: #dcdcda;
}

#questionnaire .tit2 {
    font-size: 18px;
    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: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
}

#questionnaire .mt30 {
    margin-top: 30px;
}

#questionnaire .mt40 {
    margin-top: 40px;
}

#questionnaire .inputM {
    width: 230px;
    height: 26px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 4px;
}

#questionnaire .inputL {
    width: 100%;
    height: 25px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 4px;
}

#questionnaire .inputS {
    width: 110px;
    height: 26px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
}

#questionnaire select {
    font-size: 16px;
    margin-bottom: 5px;
}

    #questionnaire select.w200 {
        width: 200px;
    }

/*
#questionnaire .stacktable {
	margin-bottom: 20px;
}

#questionnaire .stacktable th.st-head-row-main {
	background-color: #f0f0ee;
	padding: 5px 10px;
	font-weight: bold;
}

#questionnaire .stacktable td.st-val {
	padding: 0;
	font-size: 12px;
}
*/

#questionnaire .qTb {
    width: 100%;
}

    #questionnaire .qTb th {
        background-color: #f0f0ee;
        padding: 5px;
        font-weight: bold;
    }

    #questionnaire .qTb tr.first td {
        padding-top: 10px;
    }

    #questionnaire .qTb tr.last td {
        padding-bottom: 10px;
    }

#questionnaire .qTb2 {
    width: 100%;
}

    #questionnaire .qTb2 th {
        background-color: #f0f0ee;
        font-weight: bold;
        padding: 5px;
    }

    #questionnaire .qTb2 .small-only {
        margin-top: 0;
        empty-cells: hide;
    }

        #questionnaire .qTb2 .small-only th {
            line-height: 1.5;
            padding: 15px 10px 5px;
            background-color: #fff;
        }

        #questionnaire .qTb2 .small-only td {
            padding: 5px 10px;
            font-weight: normal;
            text-align: left;
            line-height: 1.3;
        }

#questionnaire br.sp {
    margin-bottom: 10px;
}

#questionnaire textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #c8c8c8;
    padding: 4px;
}

#questionnaire .matrix {
    margin-top: 10px;
    width: 100%;
}

    #questionnaire .matrix th {
        padding: 5px;
        line-height: 1.5;
    }

    #questionnaire .matrix td {
        padding: 5px 5px 10px;
    }

#questionnaire .note2 {
    color: #c30d23;
    margin-bottom: 20px;
    border: 1px solid #c30d23;
}

    #questionnaire .note2 p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 10px;
        border-bottom: 1px solid #c30d23;
    }

    #questionnaire .note2 ul {
        padding: 10px;
    }

#questionnaire .required {
    color: #c30d23;
    font-weight: normal;
}

#questionnaire .select {
    background-color: #ffff33;
    padding: 5px;
}

.txtboxFrame {
    position: relative;
    display: inline-block;
}

.txtboxClearBtn {
    position: absolute;
    top: 2px;
    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: 20px 0;
    padding: 50px;
    font-size: 14px;
    text-align: center;
}

/* @end */

/* @group セキュリティに関するお知らせ */
#passwordAlert {
    padding: 0px 20px 0px 20px;
}

    #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: 100%;
        }

        #passwordAlert .box td {
            padding: 10px 20px;
        }

    #passwordAlert .boxCenter {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    #passwordAlert table {
        width: 100%;
    }

    #passwordAlert .inputL {
        width: 100%;
        height: 30px;
        border: 1px solid #c8c8c8;
        font-size: 14px;
        padding-left: 4px;
    }

    #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;
        overflow: auto;
        padding: 10px 10px 10px 10px;
        border: solid 1px #969696;
    }

    #passwordAlert .noDisplayInformation {
        float: left;
        height: 40px;
        line-height: 45px;
        vertical-align: middle;
    }

    #passwordAlert .gotoTopPageBtn {
        float: right;
    }

    #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;
    }

    #passwordAlert #pnl_ErrMsg {
        border: solid 1px red;
    }

        #passwordAlert #pnl_ErrMsg h3 {
            color: #f00;
            border-color: #f00;
            background-color: #f3faff;
            padding: 7px 10px;
            border-bottom: 1px solid;
        }

        #passwordAlert #pnl_ErrMsg #blt_ErrList {
            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: 4px;
    }

#schedulePrint td {
    padding: 10px 20px;
    border: 1px solid #c8c8c8;
    display: block;
}

#schedulePrint th {
    background-color: #f0f0ee;
    border: 1px solid #c8c8c8;
    padding: 10px 20px;
    display: block;
}

#schedulePrint #wrapper {
    text-align: left;
    margin: 0 auto;
    padding: 20px;
}

#schedulePrint .qr {
    text-align: center;
    margin-bottom: 20px;
}

#schedulePrint .tit {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 3px;
    font-size: 14px;
    margin: 30px auto 0;
    text-align: center;
}

#schedulePrint header {
    border-bottom: none;
    position: static;
}

#schedulePrint table {
    width: 100%;
    margin-bottom: 20px;
}

#schedule .printBtn {
    background-color: #f0f0ee;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    padding: 5px 20px;
    color: #555;
    margin-bottom: 10px;
}

    #schedule .printBtn img {
        vertical-align: middle;
        margin-right: 15px;
    }

    #schedule .printBtn a, #schedule .printBtn:hover {
        color: #555;
        text-decoration: none;
    }

.pcOnly,
#schedulePrint div.btn {
    display: none !important;
}

#schedule table#tbl_Event.scheduleTb2 {
    width: 100%;
}

.width100 {
    width: 100%;
}
/* @end */
