#main .personal_btn {
	cursor: pointer;
}
#main .box_detail {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 10px;
	border: 3px solid #FFC926;
}
#main .number {
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
	float:left;
}
#main .number2 {
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	float:left;
	margin-left: 130px;
}
#main .job {
	position: relative;
	float: right;
	float: right;
}
#main .box_detail table {
	clear: both;
	margin-bottom: 10px;
}
#main .title_table {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#main .title_table th {
	background-color: #EA5B69;
	color: #FFFFFF;
	border: 1px solid #FFC8C8;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#main .title_table td {
	border: 1px solid #EA5B69;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
#main .box_detail .detail_table {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 10px;
}
#main .box_detail .detail_table th {
	background-color: #797979;
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}
#main .box_detail .detail_table td {
	padding: 10px;
	font-weight: normal;
}
#main .box_detail .detail_table td.td_left {
	padding: 10px;
	font-weight:bold;
	text-align: left;
	font-size: 14px;
	vertical-align: top;
}
#main .box_detail .detail_table td.td_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main .box_detail .detail_table td.td_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#main .title_text {
	font-size:18px;
	font-weight: bold;
	color: #000000;
}
.list_right {
    float: right;
    margin-top: 5px;
    text-align: right;
}
ul.page_navi {
    clear: left;
    list-style-type: none;
    margin-bottom: 8px;
    margin-top: 8px;
}
ul.page_navi li {
    display: inline;
}
ul.page_navi a, ul.page_navi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}
ul.page_navi a:hover, ul.page_navi span.current {
    background-color: #FEE2E7;
    font-weight: bold;
}
ul.page_navi span.current {
    font-weight: bold;
}
.font_org {
	color: #FF9900;
	font-weight: bold;
}
