@charset "utf-8";
/* CSS Document */

.form_set{width:100%;}
table#c_form{width:100%;border:2px solid #555;}
table#c_form th,table#c_form td{padding:5px 10px;border:1px solid #555;}
table#c_form th{white-space: nowrap;text-align:left;background-color:#ddd;}

#notice{margin:20px 0;width:100%;padding:10px;border:1px solid #555;}
#notice h4{text-align:center;font-weight:bold;font-size:18px;}
#notice ul{margin:10px 0 0 30px;list-style-type: disc;}
#notice ul li{list-style-type: disc;}
#notice .t_red{color:#a00;text-decoration: underline;}

table.sur_table{width:100%;border:2px solid #555;}
table.sur_table th,table.sur_table td{padding:5px 10px;border:1px solid #555;}
table.sur_table th{line-height:1.8em;background-color:#ddd;}
table.sur_table td{text-align:center;}
table.sur_table input.salary {width:140px;text-align:right;}
table.sur_table input.note {width:220px;}


input[name="office_name"] {width:98%;}
input.pic_name {width:16em;}
input.etc_form {width:16em;}
input.num_value {width:8em;margin:0 5px 0 10px;text-align:right;padding-right:10px;}










