/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://iforce.sixcore.jp/mt5/mt-static/themes-base/blog.css);
@import url(http://iforce.sixcore.jp/mt5/mt-static/support/themes/professional-blue/professional-blue-recruit.css);
/* end StyleCatcher imports */

h5 {
       font-weight: bold;
       text-decoration:  underline;
      }

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.RecruitTable h3{
	font-size:100%;
	margin-bottom:10px;
	font-weight:bold;
	color:orangered;
	text-decoration:underline;
}
.RecruitTable p{
	font-size:100%;
	margin-bottom:20px;
	font-weight:bold;
	color:midnightblue;;
	text-decoration:underline;
}
.RecruitTable table{
	width:800px;
	margin:20px;
	border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.RecruitTable caption{
	font-size:120%;
	margin-bottom:10px;
	font-weight:bold;
	color:seagreen;
}
.RecruitTableTitle{
	width:20%;
	height:40px;
	border:1px solid #663300;
	padding-left:10px;
	background-color:wheat;
}
.RecruitTableContent{
	width:80%;
	height:40px;
	border:1px solid #663300;
	padding-left:10px;
	background-color:lemonchiffon;
}
.TextBrown{
	font-weight:bold;
	color:palevioletred;
}
.TextRed{
	font-weight:bold;
	color:red;
}
