#recruit_mbox {
	background-color: #ffffff;
    padding: 10px 25px;
    border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 1px 1px 3px 0px #777;
   -webkit-box-shadow: 1px 1px 3px 0px #777;
   -moz-box-shadow: 1px 1px 3px 0px #777;
   border: solid 1px #E0E0E0\9;
}
#recruit_mbox p {
	line-height: 1.5em;
	font-size: 14px;
	padding: 10px 0 0 0;
}
#recruit_mbox table {
	width: 600px;
	margin: 10px auto;
}
#recruit_mbox th {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccf;
}
#recruit_mbox tr td {
	line-height: 1.5em;
	border: 1px solid #ccf;
	padding: 5px;
}

/* =====
20151204 
==== */
#recruit_mbox .msg_topwords{
	position:relative;
	top:0em;
	left:2em;
	font-size: 10pt;
	font-weight: bold;
	color:rgba(255,0,0,1.0);
	line-height: 1.5em;
	text-align:left;
}

#recruit_mbox .top_words{
	position:relative;
	width:auto;
	top:0.2em;
	left:0.5em;
	font-size: 16pt;
	color:rgba(0,50,255,1.0);
}
