/* jobs.css */

/* 採用情報・スタイルシート */

/*
■■■トピックス
--------------------- */
.topmessage {
	margin-bottom:25px;
}
.topVisual {
    float:left;
	margin:0 10px 10px 0;
}
.topicsBlock:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.topicsBlock {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .topicsBlock { height: 1%; }
.topicsBlock { display: block; }
/* End hide from IE-mac */

.topicsBlock{
   margin:15px 0;
}
.topicsLeft {
   width:295px;
   float:left;
   margin:0;
} 
.topicsRight {
   width:295px;
   float:right;
   margin:0;
}
