@charset "utf-8";


#allContent { margin-bottom:50px; }
#allContent h2 { background:transparent url(../common/img/contentheaderL.png) no-repeat left top; }
#allContent p { padding:10px; }

#imageWrap { margin-bottom:40px; }

h3{
	font-weight:bold;
	background:url(../common/img/arrow-right.png) left center no-repeat;
	padding:5px 5px 5px 15px;
	margin-left:10px;
}


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  

.recruit_box{
	padding-bottom:10px;
	margin:10px 5px;
	width:100%;
	border-bottom:dotted #CCCCCC 1px;
}

.recruit_title{
	font-weight: bold;
	width: 90px;
	float: left;
	margin: 10px 0 0 15px;
}

.recruit_contents{
	width:800px;
	margin-left:5px;
	float:left;
}

.recruit_cont a{
    color: #009 !important;
    text-decoration: underline;
}
.recruit_cont a:hover{
    color: #468CF7 !important;
    text-decoration: underline;
}

.news_box{
	border-bottom: #CCC 1px solid;
	padding:10px 5px;
}
.news_box p span{
	font-weight:bold;
	color:#BD0F13;
}
