@charset "utf-8";
/*------------------------------------------------------------------------------
Date: 2014-08-18
Copyright (C) HOKKAI SHIKAN CO.,LTD. All Rights Reserved.
------------------------------------------------------------------------------*/
/* ----------------------------------------

- Table Style

---------------------------------------- */
/* tbl
------------------------------- */
.formTbl01 table {
    width: 100%;
    margin-bottom: 30px;
    border: 7px solid #edebe1
    }
.formTbl01 table th, .formTbl01 table td {
    padding: 13px 15px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle
    }
.formTbl01 table th {
    font-weight: 700;
    vertical-align: middle;
    background: #faf8f0
    }
.formTbl01 table td {
    word-break: break-all
    }
/*  option and required  */
.formTbl01 table td.required, .formTbl01 table td.option {
    font-weight: 400;
    font-size: 85.8%;
    color: #fff;
    vertical-align: middle
    }
.formTbl01 table td.required p, .formTbl01 table td.option p {
    width: 3.5em;
    margin: 0 auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center
    }
.formTbl01 table td.option {
    background: #faf8f0;
    border-left: none
    }
.formTbl01 table td.option p {
    background: #666
    }
.formTbl01 table td.required {
    background: #faf8f0;
    border-left: none
    }
.formTbl01 table td.required p {
    background: #cc3d00
    }
/* innerTable */
.formTbl01 table th.inTH {
    vertical-align: middle;
    background-color: #fff
    }
/* table01
------------------------------- */
.table01 table {
    width: 100%;
    margin-bottom: 20px;
    border: none
    }
.table01 table th, .table01 table td {
    vertical-align: top;
    padding: 0.8em;
    border: 1px solid #ccc
    }
.table01 table th {
    background-color: #eee;
    font-weight: 700
    }
@media screen and (max-width: 767px) {
    input, textarea, select {
        font-size: 16px
        }
    .formTbl01 table {
        margin-bottom: 15px
        }
    .formTbl01 table th {
        width: auto;
        height: auto;
        border-top: none;
        border-bottom: none
        }
    .formTbl01 table th, .formTbl01 table td {
        display: block
        }
    /* rspTag */
    .rspTag table th {
        margin-bottom: -26px
        }
    .rspTag table td.option, .rspTag table td.required {
        position: relative;
        height: 0;
        background: transparent;
        border-left: 1px solid #e5e5e5
        }
    .rspTag table td.option p, .rspTag table td.required p {
        position: absolute;
        top: -8px;
        right: 15px
        }
    .rspTag table .noThRow td.option, .rspTag table .noThRow td.required {
        position: static;
        height: auto;
        background: #faf8f0;
        border-left: 1px solid #e5e5e5;
        text-align: right
        }
    .rspTag table .noThRow td.option p, .rspTag table .noThRow td.required p {
        position: static;
        display: inline-block
        }
    /* sclTbl */
    .sclTbl {
        width: 100%;
        overflow: scroll
        }
    .sclTbl table {
        width: 800px
        }
    .sclTbl table th, .sclTbl table td {
        display: table-cell
        }
    /* table01 */
    .table01 table {
        display: block;
        width: 100%;
        margin-bottom: 12px;
        border: none
        }
    .table01 thead {
        display: block;
        width: 30%;
        float: left
        }
    .table01 tbody {
        display: block;
        width: 62%;
        float: left
        }
    .table01 tr {
        display: inline-block
        }
    .table01 table th:first-child, .table01 table td:first-child {
        border-top: 1px solid #ccc
        }
    .table01 table th {
        padding-left: 10%
        }
    .table01 table th, .table01 table td {
        display: block;
        width: 100%;
        height: 34px;
        border-top: none;
        border-bottom: 1px solid #ccc
        }
    .table01 table td .medium01 {
        width: 98%
        }
    .table01 table th {
        margin-bottom: 0
        }
    }
/* memberEventSearch table
------------------------------- */
#memberEventSearch table.list02 td {
    white-space: normal
    }
#memberEventSearch table.list02 td #EventSearchOpenDate {
    margin-bottom: 5px
    }
@media screen and (max-width: 767px) {
    #memberEventSearch .checkbox {
        display: block
        }
    #eventForm th {
        white-space: nowrap
        }
    }
/* ----------------------------------------

- Form Style

---------------------------------------- */
.formTbl01 input.txt, .formTbl01 textarea.txt {
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.formTbl01 input.txt {
    padding: 5px 2px
    }
.formTbl01 input[type="text"]:focus, .formTbl01 input[type="password"]:focus, .formTbl01 textarea:focus {
    border: 1px solid #f19900;
    background: #fff5d6
    }
.formTbl01 td p {
    margin-bottom: 5px
    }
/* error
------------------------------- */
input.err, textarea.err, select.err {
    border-color: #ff6060;
    background: #fff0f0
    }
input.err:focus, textarea.err:focus {
    border-color: #ee5959
    }
.errorTxt {
    margin-top: 8px;
    font-size: 83.4%;
    color: #f00
    }
/* dl list
------------------------------- */
dl.list01 dt {
    float: left;
    clear: left;
    width: 8em;
    padding-top: 0.5em
    }
dl.list01 dd {
    padding-left: 8.5em;
    margin-bottom: 8px
    }
dl.list02 dt {
    float: left;
    clear: left;
    width: 5em
    }
dl.list02 dd {
    padding-left: 5.5em;
    margin-bottom: 8px
    }
div.checkbox {
    display: inline-block;
    margin-right: 10px
    }
div.checkbox input {
    margin-right: 4px
    }
.ilListChild {
    display: inline-block;
    margin-right: 10px
    }
/* member_edit
------------------------------- */
#member_edit {
    text-align: center;
    margin-bottom: 20px
    }
#member_edit h3 {
    font-size: 16px;
    font-weight: 700;
    background: #e5dec1;
    padding: 8px 0;
    border-radius: 6px 6px 0 0
    }
.member_edit_information {
    background: #faf8f0;
    padding: 15px 30px 30px;
    border-radius: 0 0 6px 6px
    }
.member_edit_information p {
    margin-bottom: 10px
    }
.member_edit_information textarea {
    width: 100%;
    height: 10em
    }
/* eventForm btnUnit
------------------------------- */
@media screen and (max-width: 767px) {
    .mainBlock .btnUnit li.left {
        text-align: center
        }
    }
/* ----------------------------------------

- Text Style

---------------------------------------- */
.lead {
    margin-bottom: 20px
    }
.formTbl01 .note01 {
    margin-top: 5px;
    font-size: 83.4%;
    color: #715e5e
    }
form .note01 {
    margin-top: 5px;
    font-size: 83.4%;
    color: #715e5e
    }
.information {
    line-height: 30px;
    color: #808080
    }
.attention {
    line-height: 30px;
    color: #f00;
    font-weight: 600
    }
.largeCtgr {
    margin-top: 10px
    }
.smallCtgr {
    padding-left: 20px;
    margin-bottom: 10px
    }
/* buttonPosition
------------------------------- */
.buttonPosition {
    background: rgba(255, 255, 255, 0.8);
    border-top: 2px solid #d8d3bf;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    width: 100%
    }
.buttonPosition ul li:nth-child(3) {
    padding-right: 80px
    }
.buttonPosition .btnUnit {
    padding: 20px 0 0
    }
@media screen and (max-width: 767px) {
    .buttonPosition ul li:nth-child(3) {
        padding-right: 40px
        }
    }
/* ----------------------------------------

- module

---------------------------------------- */
/* æ¨ªå¹
------------------------------- */
.wAuto {
    width: auto !important
    }
.w5em {
    width: 5em !important
    }
.w10em {
    width: 10em !important
    }
.w15em {
    width: 15em !important
    }
.w20em {
    width: 20em !important
    }
.w50 {
    width: 50px !important
    }
.w150 {
    width: 150px !important
    }
.w100 {
    width: 100px !important
    }
.w210 {
    width: 210px !important
    }
.w200 {
    width: 200px !important
    }
.w250 {
    width: 250px !important
    }
.w300 {
    width: 300px !important
    }
.w350 {
    width: 350px !important
    }
.w50per {
    width: 50% !important
    }
.w98per {
    width: 98% !important
    }
@media screen and (max-width: 767px) {
    .spwAuto {
        width: auto !important
        }
    .spw5em {
        width: 5em !important
        }
    .spw10em {
        width: 10em !important
        }
    .spw15em {
        width: 15em !important
        }
    .spw20em {
        width: 20em !important
        }
    .spw50 {
        width: 50px !important
        }
    .spw150 {
        width: 150px !important
        }
    .spw100 {
        width: 100px !important
        }
    .spw200 {
        width: 200px !important
        }
    .w210 {
        width: 210px !important
        }
    .spw250 {
        width: 250px !important
        }
    .spw300 {
        width: 300px !important
        }
    .spw350 {
        width: 350px !important
        }
    .spw50per {
        width: 50% !important
        }
    .spw98per {
        width: 98% !important
        }
    }
/* ----------------------------------------

clearfix

---------------------------------------- */
/* Modern Browsers
------------------------------- */
.flowBar01:after, #inquiry:after, .table01 table:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0
    }
/* Legacy IE
------------------------------- */
.formTbl01 table input {
    margin-right: 3px;
    position: relative;
    top: 2px
    }