@CHARSET "UTF-8";

/*表示制御----------------------------*/
    #container.padStyle #gFooter {
        text-align: center;
    }

@media (max-width: 896px){
    #main .comForm .bg {
        padding: 1px 24px 32px;
    }

    #main .comForm select, #main .comForm input[type="text"], #main .comForm input[type="password"], #main .comForm input[type="email"], #main .comForm input[type="tel"]{
        height: 38px;
        border-radius: 4px;
    }

    #container.padStyle #gFooter {
        padding: 0px 0px 30px;
        margin: 10px 0 0;
        border-top: 2px solid #ec1234;
    }
}


/*アンケート入力のチェックボックス表示 checkbox*/
.comForm input[type="radio"],
.comForm input[type="checkbox"] {
    display: none;
    padding: 0;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.comForm input[type="radio"] + span,
.comForm input[type="checkbox"] + span {
    padding: 4px 0 4px 28px;
    border-radius: 0;
    line-height: 1.5;
    border: none;
    display: inline-block;
    background: url(/img/common/check_bg.jpg) no-repeat left top 5px;
    background-size: 20px 20px;
}

.comForm input[type="radio"]:checked + span,
.comForm input[type="checkbox"]:checked + span {
    background-image: url(/img/common/check_bg_over.jpg);
}

.comForm .cmIptError input + span {
    background: url(/img/common/check_error_bg.jpg) no-repeat left top 5px;
    background-size: 20px 20px;
}

.comForm .checkUl02 li {
    margin-right: 0;
    padding-right: 3px;
    width: 192px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*時間選択プルダウン*/
#main .timeSelectUI li:nth-child(2n),
#main .timeSelectUI li:nth-child(2n) {
    width: 192px;
}

#main .comForm select {
    /*float: left;*/
    width: 66%;
}

.timeSelectUI li::after {
    content: "時";
    display: block;
    width: 50px;
    margin: 3px 0 0 10px;
    float: right;
    font-size: 16px;
}


@media screen and (max-width: 896px) {
/*時間選択プルダウン*/
    .timeSelectUI li::after {
        font-size: 1.6rem;
        width: 40px;
    }
}


/*エラー時の入力フォーム 赤枠*/
.comForm .cmIptError select,
.comForm .cmIptError input[type="text"],
.comForm .cmIptError input[type="tel"],
.comForm .cmIptError textarea {
    border: 2px solid #ec1234;
    border-color: rgba(236,18,52,70%);
}

/*入力エラー時のテキスト 赤字*/
.comForm form .cmIptError .inputError {
    color: #ec1234;
    margin: 0;
    font-size: 1.3rem;
}

/*ブラウザバックのボタン調整用*/
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
    #pop.popBox .innerBox {
        overflow: hidden;
    }

    #pop .comBtn.back{
        float: left;
        margin-left: 15px;
    }

    #pop .comBtn{
        float: right;
        margin-right: 15px;
    }
}

@media (max-width: 896px){
    #pop .comBtn.back{
        margin-bottom: 15px;
    }
}

/*無料引き取り用のテーブル定義*/
.comTable_calendar tr.comTable_tr > th, .comTable_calendar tr.comTable_tr  > td {
    margin-bottom: 8px;
    width: 100%;
    float: left;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

.comTable_calendar tr.comTable_tr > td {
    margin-bottom: 24px;
    color: #707070;
}

/*カレンダー用のスタイル---------------------*/
/* 日曜日のカラー設定 fbfbfb*/
td a.ui-state-default{
  background-color: #fbfbfb;   /* 背景色を設定 */
}

td.ui-datepicker-week-end:first-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}

/* 平日のカラー設定 ui-state-default　 is-weekday*/
td.is-weekday a.ui-state-default{
  background: #fcfcfc;   /* 背景色を設定 */
}

/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}

/* 当日のカラー設定 */
td.is-weekday a.ui-state-default.ui-state-highlight{
  background: #fffa90;   /* 背景色を設定 */
}

/* 選択時のカラー設定 */
td.is-weekday a.ui-state-default.ui-state-active{
  background: #007fff;   /* 背景色を設定 青色*/
  color: #fff;
}

.ui-datepicker-calendar td.is-holiday a{
  background-color: #ffecec;
  color: #f00!important;
}

/*カレンダー大きさ調査*/
#ui-datepicker-div.ui-datepicker {
    width: 19em;
}

#ui-datepicker-div.ui-datepicker td span,
#ui-datepicker-div.ui-datepicker td a {
    font-size:1.3em;
}



/*送信ボタン　表示*/
.comForm .submit .cmBtn01M {
    padding: 20px 40px 20px 15px;
    width: 311px;
    font-size: 1.2rem;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 1px #2b2b2b;
    text-align: left;
    letter-spacing: 0.1em;
    border-radius: 0;
    background: #fff url(/img/common/icon03.png) no-repeat right 17px center;
    background-size: 18px auto;
    cursor: pointer;
    color: #2b2b2b;
}

@media (min-width: 897px){
    .comForm .submit .cmBtn01M:hover {
        color: #ec1234;
        border-color: #ec1234;
        background-image: url(/img/common/icon51.png);
    }
}

@media (max-width: 896px){
    .comForm .submit .cmBtn01M {
        width: 100%;
        max-width: 311px;
    }
}
/*.contact .comForm #MainForm .submit input::after {
    content: '内容確認へ';
}*/

/*規約ボックス*/
.cmScrollBox {
    width: 100%;
    margin: 0 auto;
    height: 300px;
    box-sizing: border-box;
    padding: 10px;
    border: solid 2px #e6e6e6;
    border-radius: 3px;
    background: #fff;
    color: #2b2b2b;
}

.cmScrollBox2 {
    height: 350px;
}

.cmScrollBox .cmScrollBoxInr {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6px 10px 6px 6px;
    font-size: 13px;
    line-height: 1.6;
}

#main .contact_registration .comForm .thStyle {
    font-weight: normal;
}

.cmScrollBox a {
    text-decoration: underline;
    color: #04f;
}

.cmScrollBox p {
    padding: 0 0 5px;
    font-size: 1.1em;
}

.cmScrollBox .cmList01.cmSecM {
    padding: 0 0 25px;
}

.cmScrollBox div.cmList01Mrk.cmTxtM{
    text-decoration: underline;
    padding-top: 15px;
}

.cmScrollBox .cmPosRight{
    text-align: right;
}

#main .comTable .inputUl.addressUI div{
    margin-right: 14px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
}
