body {
    cursor: default; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#tbl_form td { height: 30px; }
.required:after { content:" * "; color: red; }

/*--------------------------------------------------------------------------------*/
.label {font-size: 7px; box-shadow: 5px 5px 15px #888888; background-color: white; line-height: 1.05;font-family: arial, helvetica, sans-serif; }
.border-red { border: 1px solid red; }

.table-size { border-style: solid; border-color: #333; border-width: 0.5px; border-collapse: collapse; width: 86%; margin: auto; }

.table-size td { border-style: solid; border-color: #333; border-width: 0.5px; }
.content:nth-child(odd) {padding-right:30px;}
.content:nth-child(even) {padding-left:30px;}
@font-face {
    font-family: font1;
    src: url(font1.ttf);
}

@font-face {
    font-family: arial;
    src: url(arial.ttf);
}

@font-face {
    font-family: HuaWenHeiTi;
    src: url(HuaWenHeiTi.ttf);
}

@font-face {
    font-family: Hiragino;
    src: url(Hiragino maru go ProN W4.ttc);
}

.pdfcontent img { margin: 5px; }

.page {
    /*rotate : 180;
    transform: rotate(180deg);*/
}