@charset "UTF-8";
/* ******************************************************************

--contact.css--

1. Layout setting

****************************************************************** */


/*==================================================================
1. Layout setting
===================================================================*/
#gNav li#contact a {
    background-color: #FFD8CE;
}
#main {
    margin: 0 auto;
    width: 980px;
}
.leadTxt {
    margin-bottom: 10px;
}
.note {
    color: #666;
    font-size: 12px;
    margin-bottom: 100px;
}
.contactDetail table {
    margin-bottom: 48px;
    width: 100%;
}
.contactDetail table th,
.contactDetail table td {
    font-weight: 600;
    padding-bottom: 36px;
    vertical-align: top;
}
.contactDetail table th {
    font-size: 18px;
    padding-top: 16px;
    width: 180px;
}
.contactDetail table tr.boxArea th {
    padding-top: 0;
}
.contactDetail table th label {
    position: relative;
}
.contactDetail table th label em {
    color: #C00;
    font-size: 14px;
    font-weight: 500;
    left: -3px;
    position: absolute;
    top: 27px;
}
.contactDetail table td {
    font-size: 16px;
}
.contactDetail td ul {
    margin-left: 9px;
}
.contactDetail td ul li {
    float: left;
    margin-right: 2px;
    margin-bottom: 20px;
    width: 33%;
}
.contactDetail table td span {
    font-weight: normal;
}
.contactDetail td input[type=text],
.contactDetail td textarea {
    border: 1px solid #4D4D4D;
    height: 68px;
    padding-left: 10px;
    width: calc(100% - 10px);
}
.contactDetail td textarea {
    padding-top: 20px;
    height: 335px;
}
.sizeS {
    width: 176px!important;
}
.checkboxList label {
    display: block;
    position: relative;
    padding-left: 35px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
    user-select: none;
}
.checkboxList label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkboxList .checkmark {
    border: 1px solid #4D4D4D;
    position: absolute;
    top: -2px;
    left: -9px;
    height: 32px;
    width: 32px;
    background-color: #fff;
}
.checkboxList .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxList label input:checked ~ .checkmark:after {
    display: block;
}
.checkboxList label .checkmark:after {
    left: 11px;
    top: 5px;
    width: 6px;
    height: 13px;
    border: solid #4D4D4D;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnGroup {
    text-align: center;
}
.btnGroup .link {
    margin-bottom: 10px;
}
.btnGroup .link i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 1px;
}

@media only screen and (max-width:980px) {
    #main {
        width: 100%;
        padding: 0 20px;
    }
    .contactDetail table td {
        font-size: 13px;
    }
}

@media only screen and (min-width:768px) {
    .contactDetail td ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:768px) {
    .contactDetail td ul li {
        width: 49%;
    }
}

@media only screen and (max-width:640px) {
    .contactDetail table th,
    .contactDetail table td {
        display: block;
        width: 100%;
    }
    .contactDetail table th {
        padding-bottom: 10px;
    }
    .contactDetail table th label em {
        margin-left: 10px;
        left: 0;
        position: static;
        top: 0;
    }
}

@media only screen and (max-width:480px) {
    .contactDetail table td {
        padding-bottom: 20px;
    }
    .contactDetail td ul li {
        margin-right: 0;
        width: 100%;
    }
    .contactDetail td input[type=text],
    .contactDetail td textarea {
        height: 50px;
    }
    .contactDetail td textarea {
        height: 200px;
    }
}