/*****************
 * 
 * box-shadow
 * 
 ****************/
/****** public *****/
.nav-list a:hover {
    background:url(../images/nav_line.png) repeat-y right center;
}
a:hover {
    background-color: white;
}

#keyword:focus {
    border: none;
    outline: medium;
}

#ta:focus {
    outline:none;
}

.page-level1 {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 20px 0 5px;
}

    .page-level1 img {
        width: 20px;
        height: 20px;
        float: left;
        margin: 0 8px 0 -2px;
    }

.temp-list-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 44px;
    padding-top: 15px;
}

    .temp-list-box .page-box {
        padding-top: 38px;
    }

.temp-list-title {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 12px;
}

    .temp-list-title img {
        width: 16px;
        height: 16px;
        margin: -3px 10px 0 0;
    }

.temp-list {
    display: block;
    border: solid 1px #dadada;
    max-height: 506px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
}

    .temp-list table {
        width: 100%;
        max-width: 100%;
        border: none;
        margin-bottom: -1px;
    }

    .temp-list th,
    .temp-list td {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        border: solid 1px #d0d0d0;
        word-break: break-word;
        text-align: left;
        vertical-align: middle;
    }

    .temp-list tbody tr:nth-child(odd) td.th2,
    .temp-list tbody tr:nth-child(odd) td.th3,
    .temp-list tbody tr:nth-child(odd) td.th4,
    .temp-list tbody tr:nth-child(odd) td.th5,
    .temp-list tbody tr:nth-child(odd) td.th6 {
        background: #f7f7f7;
    }

    .temp-list .th1 {
        width: 16.6%;
        min-width: 112px;
        border-left: none;
    }

    .temp-list .th2 {
        width: 18%;
        min-width: 122px;
    }

    .temp-list .th3 {
        width: 36%;
        min-width: 264px;
    }

    .temp-list .th4,
    .temp-list .th5,
    .temp-list .th6 {
        width: 50px;
        min-width: 50px;
    }

    .temp-list .th6 {
        border-right: none;
    }

    .temp-list th {
        padding: 5px 8px;
        border-top: none;
        background: #dcdcdc;
        white-space: nowrap;
        word-break: normal;
    }

    .temp-list td {
        padding: 10px 8px;
    }

        .temp-list td.th1 {
            background: #ededed;
            vertical-align: top;
        }

        .temp-list td.th4,
        .temp-list td.th5,
        .temp-list td.th6 {
            text-align: center;
        }

            .temp-list td.th4 img,
            .temp-list td.th5 img,
            .temp-list td.th6 img {
                width: 16px;
                height: 16px;
            }

.page-box {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

    .page-box a {
        width: 22px;
        height: 22px;
        display: inline-block;
        *float: left;
        vertical-align: middle;
        margin-right: -1px;
        text-align: center;
        border: solid 1px #d1d1d1;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 14px;
        line-height: 22px;
        color: #333;
    }

        .page-box a.fn {
            background-color: #f4f4f4;
        }

        .page-box a:hover,
        .page-box a.current {
            background-color: #d71921;
            color: #fff;
            border-color: #d71921;
        }

.page-start {
    background-image: url(../images/page_01.png);
}

    .page-start:hover {
        background-image: url(../images/page_01_h.png);
    }

.page-prev {
    background-image: url(../images/page_02.png);
}

    .page-prev:hover {
        background-image: url(../images/page_02_h.png);
    }

.page-next {
    background-image: url(../images/page_03.png);
}

    .page-next:hover {
        background-image: url(../images/page_03_h.png);
    }

.page-end {
    background-image: url(../images/page_04.png);
}

    .page-end:hover {
        background-image: url(../images/page_04_h.png);
    }

.page-num {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    *float: left;
}

.pop-inquiry-list .pop-inner {
    width: 550px;
    margin: -192.5px 0 0 -300px;
}

.inquiry-list-item {
    padding: 13px 0;
}

    .inquiry-list-item .inner {
        width: 365px;
        overflow: hidden;
        padding: 36px 151px 36px 32px;
        position: relative;
        background: url(../images/bg_03.png) repeat-x center bottom #ffffff;
        border: solid 1px #ccc;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    .inquiry-list-item .title {
        width: 100%;
        word-break: break-word;
        font-size: 18px;
        line-height: 28px;
        color: #333333;
    }

        .inquiry-list-item .title .small {
            display: block;
            font-size: 14px;
            color: #666;
        }

    .inquiry-list-item .icon-next {
        width: 60px;
        height: 60px;
        display: block;
        background: url(../images/btn_03.png) no-repeat center center;
        position: absolute;
        right: 32px;
        top: 50%;
        margin-top: -30px;
    }

.pop-inquiry-detail .pop-inner {
    width: 540px;
    margin: -172.5px 0 0 -295px;
}

.inquiry-detail {
    width: 476px;
    min-height: 160px;
    padding: 44px 31px;
    background: #f5f5f5;
    border: solid 1px #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

    .inquiry-detail .doc {
        margin-bottom: 14px;
    }

    .inquiry-detail .addr {
        color: #d71921;
        text-decoration: underline;
    }

.pop-inquiry-form .pop-inner {
    width: 540px;
    margin: -324px 0 0 -295px;
}

.inquiry-form-item {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

    .inquiry-form-item .frm-title {
        width: 100%;
        display: block;
        overflow: hidden;
        font-size: 14px;
        line-height: 30px;
        color: #333333;
        font-weight: bold;
        text-indent: 6px;
    }

        .inquiry-form-item .frm-title .must {
            color: #d71820;
            margin-right: 5px;
        }

    .inquiry-form-item .frm-box {
        width: 445px;
        padding: 15px;
        background: #ececec;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }

    .inquiry-form-item .frm-group {
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .inquiry-form-item .control-label {
        float: left;
        white-space: nowrap;
        min-width: 115px;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        margin: 0 8px 0 0;
        font-weight: normal;
        position: relative;
        padding: 0 10px 0 0;
    }

        .inquiry-form-item .control-label .must {
            width: 10px;
            display: block;
            text-align: center;
            color: #d71820;
            position: absolute;
            right: 0;
            top: 0;
        }

    .inquiry-form-item .form-control {
        float: left;
        background: #fff;
        height: 22px;
        border: solid 1px #e4e5e9;
        padding: 0 4px;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
    }

    .inquiry-form-item input[type='text'].form-control {
        width: 240px;
        border-top-color: #aaa;
    }

    .inquiry-form-item select.form-control {
        min-width: 132px;
        padding-right: 22px;
        background: url(../images/icon_07.png) no-repeat right center #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .inquiry-form-item .messarea-box textarea {
        width: 100%;
        height: 118px;
        min-height: 118px;
        display: block;
        background: #fff;
        border-top: solid 2px #aaa;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        padding: 4px;
    }

    .inquiry-form-item .messarea-box .upload {
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        line-height: 22px;
        color: #333;
        margin: 5px 0;
    }

        .inquiry-form-item .messarea-box .upload .tips {
            margin-right: 5px;
        }
