@charset "utf-8";
.list_search {
    display: inline-block;
    width:100%;
    height: 33px;
}
.list_search li {
    list-style-type: none;
}
.list_search .float_left {
    float: left;
    margin-right: 10px;
    display: none;
}
.list_search .float_right {
    float: right;
    margin-right: 10px;
}

.list_search .category {
    float: right;
    margin-right: 10px;
}

#pageno_top {
    padding: 0px;
    text-align: center;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#pageno_top ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style-type: none;
}
#pageno_top ul li {
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style-type: none;
    display: inline-block;
}
#pageno_top ul a {
    margin: 0px;
    padding: 0px;
    color: #333333;
}
#pageno_top ul a:hover {
    color: #333333;
    text-decoration: underline;
}
#pageno_top ul ul a {
    margin: 0px;
    padding: 5px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ddd;
}
#pageno_top ul ul a:hover {
    background-color: #9e60ab;
    color: #FFF;
    text-decoration: none;
}
#pageno_top ul ul ul a {
    margin: 0px;
    padding: 5px;
    text-align: center;
    background-color: inherit;
}
#pageno_top ul ul ul a:focus {
    background-color: #9e60ab;
    color: #FFF;
    text-decoration: none;
}



#pageno_botton {
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style-type: none;
    width: 100%;
    display: inline-block;
}
#pageno_botton ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style-type: none;
    width: 100%;
}

#pageno_botton ul li {
    padding: 0px;
    text-align: left;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
    display: inline-block;
}




#css_table {
    display: table;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    table-layout: fixed;
}

.css_tr{
    display: table-row;
    width: 100%;
    table-layout: fixed;

}
.css_hd{
    display: table-cell;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFF;
    border-left-color: #FFF;
}
.css_td{
    display: table-cell;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}
.css_td a{
    color: #333;
}
.css_td a:hover{
    text-decoration: underline;
}
.list_head{
    text-align: center;
    background: #59D2DA;
    font-weight: bold;
}

.list_list{
}
.list_list:hover{
    background-color: #eee;
}
.list_icon{
    width: 25px;
    text-align: center;
}
.list_date{
    width: 100px;
    display:none;
}
.list_title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:inherit;
	line-height: 20px;
}
.list_bid{
	overflow: hidden;
   width: 100px;
}
.list_dept{
    text-align: left;
    width: 150px;
    display:none;
}
@media only screen and (min-width:481px) {
    .list_search .float_left {
        float: left;
        margin-right: 10px;
        display:block;
    }
    .list_icon{

    }
    .list_date{
        width: 100px;
        display: block;
        display: table-cell;

    }
    .list_title{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width:inherit;
    }
	.list_bid{
        overflow: hidden;
       width: 155px;
    }
    .list_dept{
        width: 150px;
        display: none;
    }


}

@media only screen and (min-width:901px) {
    .list_search .float_left {
        float: left;
        margin-right: 10px;
        display:block;
    }

    .list_search .category {
        float: left;
        margin-right: 10px;
        display:block;
    }

    .list_icon{

    }
    .list_date{
        width: 100px;
        display: block;
        display: table-cell;
    }
    .list_title{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width:inherit;
    }
	.list_bid{
        overflow: hidden;
       width: 155px;
    }
    .list_dept{
        width: 150px;
        display: block;
        display: table-cell;
    }


}

/*View��*/
/*
.content_css_table {
    width:100%;
}
.content_css_tr {

}
.content_css_td01 {
    !*background: #ecf2f6;
    border: 1px solid #CCC;*!
    !*padding: 5px;*!
    !* font-size: 1em; *!
    color: #85765a;
    padding-left: 5px;
    font-weight: bold;
    line-height: 30px;
}
.content_css_td02 {
    !*background: #ffffff;
	border: 1px solid #CCC;*!
    !*padding: 5px;*!
	!* font-size: 1em; *!
    color: #333;
    font-weight: bold;
    line-height: 25px;
}



@media only screen and (min-width: 481px) {
    .content_css_table {
        display: table;
        width:90%;
    }
    .content_css_tr {
        display: table-row;
        width: 100%;
    }
    .content_css_td02 {
        !*background: #ffffff;*!
        !*width:80%;*!
		!* font-size: 1em; *!
        display: table-cell;
		word-break: break-all;
        line-height: 25px;
    }
    .content_css_td02_qanda {
        !*background: #ffffff;*!
        !*width:80%;*!
        display: table-cell;
		word-break: break-all;
    }
}

@media only screen and (min-width:720px) {
    .content_css_td01 {
		!* font-size: 1em; *!
        width: 134px;
        display: table-cell;
        line-height: 30px;
    }
    .content_css_td01_qanda {
        width: 55px;
        display: table-cell;
    }

}

@media only screen and (max-width: 719px) and (min-width:588px) {
    .content_css_td01 {
		!* font-size: 1em; *!
        width: 134px;
        display: table-cell;
        line-height: 30px;
    }
    .content_css_td01_qanda {
        width: 55px;
        display: table-cell;
    }
}

@media only screen and (max-width: 587px)  and (min-width:468px) {
    .content_css_td01 {
		!* font-size: 1em; *!
        width: 134px;
        display: table-cell;
        line-height: 30px;
    }
    .content_css_td01_qanda {
        width: 55px;
        display: table-cell;
    }
}

@media only screen and (max-width:469px) {
    .content_css_td01 {
		!* font-size: 1em; *!
        width: 134px;
        display: table-cell;
        line-height: 30px;
    }
    .content_css_td01_qanda {
        width: 55px;
        display: table-cell;
    }
}

!*.style_40-1 {*!
!*font-family: "�L�n������";*!
!*line-height: 30px;*!
!*font-size: 1.5625em;*!
!*font-weight: bold;*!
!*color: #0288a6;*!
!*padding-top: 10px;*!
!*padding-left: 21px;*!
!*padding-bottom: 10px;*!
!*}*!

!*.style_40-2 {*!
!*font-size: 1em;*!
!*color: #85765a;*!
!*padding-left: 10px;*!
!*font-weight: bold;*!
!*border-bottom-width: 1px;*!
!*border-bottom-style: dotted;*!
!*border-bottom-color: #FFF;*!
!*}*!

.style_40-1 {
    font-family: "�L�n������";
    line-height: 30px;
    font-size: 1.5625em;
    font-weight: bold;
    color: #E16C13;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.style_40-2 {
    !* font-size: 1em; *!
    color: #85765a;
    padding-left: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
	display: table-cell;
	width: 117px;
}

.style_40-3 {
    color: #ea5541;
    !* font-size: 1em; *!
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
	display: table-cell;
}

.style_40-4 {
    !* font-size: 1em; *!
    color: #333;
	font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
    line-height: 20px;
	display: table-cell;
}

.style_40-5 {
	!* font-size: 1em; *!
    padding-left: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
}*/

.style_40-1 {
    font-family: "Microsoft JhengHei";
    line-height: 30px;
    font-size: 1.9375em;
    margin-bottom: 10px;
    color: #39004A;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.style_40-2 {
	color: #85765a;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}

.style_40-3 {
    color: #ea5541;
    font-size: 95%;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
}

.style_40-4 {
    font-size: 1em;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
    line-height: 20px;
}

.style_40-5 {
    padding-left: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
}

.content_css_table {
    width: 100%;
    padding-left: 5px;
    line-height: 25px;
}
.content_css_tr {
    width: 100%;
}
.content_css_td01, .content_css_td03, .content_css_td04 {
    color: #85765a;
    /*font-size: 1em;*/
    font-weight: bold;
    display: table-cell;
}
.content_css_td02 {
    color: #333;
    /*font-size: 1em;*/
    /*font-weight: bold;*/
    line-height: 20px;
    display: table-cell;
    word-break: break-all;
}
@media only screen and (min-width: 481px) {
    .content_css_table {
        display: table;
        width: 100%;
        padding-left: 5px;
        line-height: 25px;
    }
    .content_css_tr {
        display: table-row;
        width: 100%;
    }
    .content_css_td02_qanda {
        display: table-cell;
        word-break: break-all;
    }
}
@media only screen and (min-width:720px) {
    .content_css_td01 {
        width: 97px;
    }
    .content_css_td03 {
        width: 130px;
    }
    .content_css_td04 {
        width: 155px;
    }
    .content_css_td01_qanda {
        width: 55px;
        display: table-cell;
    }
}
@media only screen and (max-width: 719px) and (min-width:588px) {
    .content_css_td01 {
        width: 97px;
    }
    .content_css_td03 {
        width: 130px;
    }
    .content_css_td04 {
        width: 155px;
    }
    .content_css_td01_qanda {
        width: 55px;
        display: table-cell;
    }
}
@media only screen and (max-width: 587px) and (min-width:468px) {
    .content_css_td01 {
        width: 97px;
    }
    .content_css_td03 {
        width: 130px;
    }
    .content_css_td04 {
        width: 155px;
    }
    .content_css_td01_qanda {
        width: 55px;
        display: table-cell;
    }
}
@media only screen and (max-width:469px) {
    .content_css_td01 {
        width: 97px;
    }
    .content_css_td03 {
        width: 130px;
    }
    .content_css_td04 {
        width: 155px;
    }
    .content_css_td01_qanda {
        width: 55px;
        display: table-cell;
    }
}