
.ui-selectmenu-menu
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    margin: 0;
    padding: 0;
}
.ui-selectmenu-menu .ui-menu
{
    overflow: auto;
    overflow-x: hidden;

    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup
{
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;

    height: auto;
    margin: .5em 0 0 0;
    padding: 2px .4em;

    border: 0;
}
.ui-selectmenu-open
{
    display: block;
}

.cutome-thema-select.ui-selectmenu-button
{
    line-height: 30px;

    position: relative;

    display: inline-block;
    float: left;
    overflow: hidden;

    height: 30px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    border: 1px solid #c5c5c5;
}


.cutome-thema-select.ui-selectmenu-button span.ui-icon
{
    position: absolute;
    right: 2em;
    left: auto;

    margin-top: -12px;
}


.cutome-thema-select.ui-selectmenu-button span.ui-icon:before
{
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 10px;
    left: 0;

    padding-right: .5em;

    content: '\f0dd';
    text-decoration: inherit;

    color: #9b9b9b;
}


.cutome-thema-select.ui-selectmenu-button span.ui-selectmenu-text
{
    line-height: 30px;

    display: block;
    overflow: hidden;

    padding-left: 20px;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cutome-thema-select-drop.ui-menu
{
    position: relative;
    z-index: 300;

    display: block;

    margin: 0;
    padding: 0;

    list-style: none;

    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    outline: none;
    background-color: #c5c5c5;
}


.cutome-thema-select-drop.ui-menu .ui-menu-item
{
    line-height: 30px;

    position: relative;

    min-height: 0;
    margin: 0;
    padding-left: 20px;

    cursor: pointer;

    border-bottom: 1px solid #dfdfdf;
    background: transparent url('../img/icon/icon_select_arrow.svg') 95% center no-repeat;
}

.cutome-thema-select-drop.ui-menu .ui-menu-divider
{
    font-size: 0;
    line-height: 0;

    height: 0;
    margin: 5px 0;

    border-width: 1px 0 0 0;
}
.cutome-thema-select-drop.ui-menu .ui-state-focus,
.cutome-thema-select-drop.ui-menu .ui-state-active
{
    font-weight: bold;

    color: #fff;
    background-color: #9b9b9b;
}


.searchbox
{
    display: inline-block;

    width: 100%;
    /*margin: 2em auto;*/
    padding: 13px;
    padding: 2em;

    text-align: center;
    vertical-align: middle;

    border: 1px solid rgb(180,180,180);
}
.searchbox .searchboxWrap
{
    /*border: 1px solid #000;*/
    display: table;

    min-width: 500px;
    max-width: 700px;
    margin: auto;

    text-align: center;
}

.searchbox input[type='search']
{
    font-weight: 500;

    display: inline-block;
    float: left;

    width: 340px;
    height: 30px;
    padding-left: 15px;

    color: #939393;
    border: none;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

.searchbox button[type='submit']
{
    float: left;

    width: 35px;
    height: 30px;

    cursor: pointer;

    border: none;
    border: 1px solid #c5c5c5;
    background-color: transparent;
    background-image: url(../img/search-btn.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 20px 20px;
}



/***** notice type *****/
.noticeDiv
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
}

.noticeDiv mark.se
{
    font-size: .9em;
    font-weight: normal;

    padding: 2px 5px;

    color: #fff;
    border: 1px solid gray;
    background-color: darkcyan;
    /*display: inline-block;*/
}
.noticeDiv mark.re
{
    font-size: .9em;
    font-weight: normal;

    margin: 0 5px;
    padding: 2px 5px;

    color: #fff;
    border: 1px solid gray;
    background-color: indigo;
}

.noticeDiv ul
{
    margin: 0;
    padding: 0;
}

.noticeDiv ul li
{
    position: relative;
    z-index: 1;

    float: left;
    /*width: 257px;*/

    width: 33.3%;
    height: 227px;
    margin: 0;
    padding: 0;
}

.noticeDiv ul li a
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /*width: 100%;*/
    height: 96%;
    margin: 0 2%;
    padding: 5%;

    border: 1px solid rgb(180,180,180);
    outline: 1px solid transparent;
    background-color: rgb(250,250,250);
}
.noticeDiv ul li a.not
{
    border: 1px solid #0c54a0;
}

.noticeDiv ul li a:hover
{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%; */
    /*left: 0;*/
    /*top: 0;*/
    z-index: 2;

    border: 2px solid #d84727;
    /*outline: 1px solid #d84727;*/
}

.noticeDiv ul li a .conf
{
    position: relative;

    overflow: hidden;

    height: 100%;
    /*width: 207px;*/
    margin: .5em auto 0;
    padding: 0;
}

.noticeDiv ul li a .conf .newspaper
{
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;

    display: inline-block;

    margin: 0 0 8px 0;
    padding: 0 10px;

    color: #fff;
    border-radius: 10px;
    background: #d84727;
}

.noticeDiv ul li a .conf .tit
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;

    color: #333;
}

.noticeDiv ul li a .conf .subject
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;

    padding: 0 0 30px 0;

    color: #333;
}

.noticeDiv ul li a .conf .txt
{
    font-size: 13px;
    line-height: 1.4rem;

    overflow: hidden;

    height: 90px;
    padding: 10px 0;

    text-overflow: ellipsis;

    color: #666;
}
.noticeDiv ul li a .conf .txt img
{
    max-width: 50%;

    vertical-align: middle;
}

.noticeDiv ul li a .conf .txt > span
{
    display: block;

    margin-top: 1em;
}

.noticeDiv ul li a .conf .day
{
    font-size: 13px;
    font-weight: normal;

    position: absolute;
    bottom: 2%;

    width: 100%;
    padding: 14px 0 0 0;

    color: #aaa;
    border-top: 1px rgb(220,220,220) solid;
}

.noticeDiv ul li a .conf .day span
{
    font-size: 13px;
    font-weight: normal;

    float: right;

    text-align: right;
}


/* ë„¤ë¹„ê²Œì´ì…˜ */


.navagation
{
    /*  width: 100%;*/
    clear: both;

    margin: 20px auto;
}

.navagation tr td
{
    font-size: small;

    margin: 0;
    padding: 0 2px;

    text-align: center;
    text-align: center;
    vertical-align: middle;
}

.navagation tr td img
{
    vertical-align: middle;
}

.navagationNum
{
    line-height: 24px;

    display: block;

    width: 26px;
    height: 24px;

    color: #000;
    border: 1px solid #d6d6d6;
}

.navagationNumActive
{
    line-height: 24px;

    display: block;
    /*border: 1px solid #d6d6d6;*/

    width: 26px;
    height: 24px;

    color: #fff !important;
    background-color: #d84727;
}

/***** view *****/
.viewHead
{
    position: relative;

    border-top: 1px #644734 solid;
}

.viewHead:after
{
    display: block;
    clear: both;

    content: '';
}

.viewHead .subject
{
    font-size: 15px;
    line-height: 1.2;

    position: relative;

    padding: 14px 170px 14px 26px;

    color: #333;
    border-right: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
    border-left: 1px #dbdbdb solid;
    background: #fafafa;
}

.viewHead .subject:after
{
    display: block;
    clear: both;

    content: '';
}

.viewHead .subject .day
{
    font-size: 13px;

    position: absolute;
    top: 18px;
    right: 25px;

    color: #666;
}

.viewHead .subject .day span
{
    font-size: 13px;

    color: #333;
}

.viewHead .subject.ty
{
    background: #f7f4f3;
}

.viewHead .file
{
    line-height: 1.2;

    padding: 14px 25px 14px 26px;

    text-align: right;

    border-right: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
    border-left: 1px #dbdbdb solid;
}

.viewHead .file span
{
    font-size: 13px;
    line-height: 1.2;

    position: relative;

    padding: 4px 0 4px 20px;

    color: #666;
    /*background: url('../images/ico/ico_file.gif') left 4px no-repeat;*/
    /*border: 1px solid #000;*/
}

.viewHead .file span:before
{
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    padding-right: .5em;

    content: '\f0c7';
    text-decoration: inherit;
    /*--adjust as necessary--*/

    color: #666;
}

.viewHead .file a
{
    font-size: 13px;
    line-height: 1.2;

    text-decoration: underline;

    color: #166e9b;
}

.viewContent
{
    padding: 40px 60px;

    border-right: 1px #dbdbdb solid;
    /*   font-size: 13px;
	color: #666;
	line-height: 1.4; */
    border-left: 1px #dbdbdb solid;
}

.contentWrite
{
    border-bottom: 1px #dbdbdb solid;
}

.viewContent mark.qu
{
    font-size: .9rem;
    font-weight: normal;

    display: block;

    width: 100px;
    margin: 15px;
    padding: 2px 5px;

    text-align: center;

    color: #fff;
    border: 1px solid gray;
    background-color: deepskyblue;
}
.viewContent mark.re
{
    font-size: .9rem;
    font-weight: normal;

    display: block;

    width: 100px;
    margin: 15px;
    padding: 2px 5px;

    text-align: center;

    color: #fff;
    border: 1px solid gray;
    background-color: indigo;
}

.viewContent:after
{
    display: block;
    clear: both;

    content: '';
}

/***** pre next table*****/
.preNext
{
    overflow: hidden;

    width: 100%;

    border-top: 1px #cacaca solid;
}

.preNext table
{
    font-size: 12px;

    width: 100%;

    border-spacing: 0;

    border-width: 0;
    border-style: none;
}

.preNext th
{
    font-size: 13px;

    padding: 14px 0 13px 0;

    text-align: left;
    vertical-align: middle;

    color: #666;
    border-width: 0 0 1px 1px;
    border-style: none none solid solid;
    border-color: #cacaca;
    background: #f8f8f8;
}

.preNext th span
{
    font-size: 13px;

    padding: 0 27px 0 26px;

    color: #666;
}

.preNext th span.pre
{
    position: relative;
}

.preNext th span.pre:after
{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 0;
    right: 0;
    /*font-size: 18px;*/

    padding-right: .5em;

    content: '\f106';
    text-decoration: inherit;
    /*--adjust as necessary--*/

    color: #666;
}

.preNext th span.next
{
    position: relative;
}

.preNext th span.next:after
{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 0;
    right: 0;
    /*font-size: 18px;*/

    padding-right: .5em;

    content: '\f107';
    text-decoration: inherit;
    /*--adjust as necessary--*/

    color: #666;
}


.preNext td
{
    font-size: 13px;
    line-height: 1.2;

    padding: 14px 10px 13px 20px;

    text-align: left;
    vertical-align: middle;

    color: #666;
    border-width: 0 1px 1px 0;
    border-style: none solid solid none;
    border-color: #cacaca;
}

.preNext td a
{
    color: #666;
}

    .table-custom
    {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        border-top: 2px solid #5b5b5b;
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }
    .table-custom > tbody > tr > td
    {
        font-weight: normal;
        /*font-weight: normal;*/
        /*padding-left: 3% !important;*/

        /*background-color: #f3f3f3;*/
        /*background-image: url(../../img/pattren_dot_gray.gif);*/
        /*background-repeat: repeat;*/
        padding: 12px 10px;
        line-height: 1.42857143;
        text-align: center;
        border: 1px solid #ddd;
        /*-webkit-print-color-adjust: exact;*/
    }

    .table-custom > thead > tr > th
    {
        font-weight: normal;
        border: 1px solid #ddd;
        text-align: center;

        background-color: #e6e6e6;
        padding: 12px 10px;
        line-height: 1.42857143;
        background-image: url(../img/pattren_dot_gray.gif);
        background-repeat: repeat;
        /*-webkit-print-color-adjust: exact;*/
    }

    .table-custom > thead
    {
        border-bottom: 1px solid #5b5b5b;
    }