/*

レジュメ登録＆PDF出力用

*/
table.mailform {
	width:100%;
}
table tr td.headline {
	background-color:#D46100;
	text-align:center;
	color:#fff;
}
table.sub_table {
	width:100%;
	margin:0 0 10px 0;
}
table.sub_table tr:last-child th,
table.sub_table tr:last-child td{
	border:none;
}
table.hidden {
	display:none;
}
table tr td.headline2 {
	background-color:#FF9135	;
	color:#fff;
}
table tr td.break {
	background-color:#FFFFFF;
}
span.memo {
	font-size:1em;
}
table tr th span.example,
span.example {
	font-size:1em;
	line-height:1.6em;
	color:#666666;
}
input[type=button].remove_job_history {
	float:right;
}
p.error {
	margin:10px 0;
	color:#FF0000;
}
img.border {
	border:1px solid #CCCCCC;
}
textarea.input_textarea {
	max-height:60px;
}
table tr th.align_top{
	vertical-align: top;
}
p.p_right {
	float:right;
	font-size:90%;
}
