﻿
/* 修正粗體 */
@font-face
{
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: bold;
    src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face
{
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體);
}

*
{
    font-size: 16px;
    font-family: verdana, 微軟正黑體修正, 微軟正黑體; /*微軟正黑體*/
    line-height: 25px;
    /*font-weight: 500;*/
    /*font-family: Arial, Microsoft JhengHei;*/
}

body
{
    background-color: #fff;
    margin-bottom: 85px;
}

.lblBreak
{
    WORD-WRAP: break-word;
}

.form-control-ddl
{
    padding-left: 40%;
}

.imgfull
{
    max-width: 100%;
}

table td.name
{
    text-align: right;
}

table.recruit th
{
    background-color: #016209;
    color: #fff;
}

table.recruit td.name
{
    width: 100px;
    background-color: #d0f2e2;
}

.gv-header
{
    text-align: center;
    color: black !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.word_break
{
    word-break: break-all;
}