
    .bbs .file-icon {
        color: #666;
    }

    .bbs .ti-volume {
        font-size: 1.3em;
        color: #87B87F
    }

    .bbs .notice {
        background: #f7f9fb;
    }

    .bbs .board-icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
        padding: 2px 4px;
        font-size: 11px;
        text-align: center;
    }

    .board-icon.new {
        border-radius: 3px;
        color: #fff;
        background: #dd5044;
        padding: 2px 5px;
    }

    .board-icon.comment {
        margin: 0px;
        color: #F26520;
    }

    .bbs img.reply {
        margin-right: 5px;
    }

    .management input {
        vertical-align: middle;
        margin: 0px 0 2px 0;
        width: 13px;
        height: 13px;
    }

    #detail-content .board_info .Search_rss {
        min-width: 50%;
    }

    #detail-content .board_info fieldset span {
        float: none !important;
    }
    span.form-select{width: 15rem;}
	span.form-select select{ display: inline-block; width: 40%;}


	ul.board_pdf .btn{
        float:none !important;
	}
	ul.board_pdf i,
	ul.board_pdf div.group div.item {
		cursor: pointer;
	}

    .board_pdf .btn a {
        width: calc(100% - 0.25rem) !important;
    }

	    .pi-btn > span:after {
        top: 3px;
    }
	




    .status_box {
        display: inline-block;
        border: 1px solid #ddd;
        width: 60px;
        padding: 5px;
        text-align: center;
    }

    .status_box.ongoing {
        background-color: #dd5044;
        color: #fff;
    }

    .status_box.termination {
        background-color: #888;
        color: #fff;
    }



@media screen and (max-width: 1024px) {
	div.tstyle_list ul li.m-hidden{ display: none; }
}

