@charset "UTF-8"; 
	 
@import "screen.css"; 
  
/**
 * ========================================
 * 採用情報 CSS 
 * ========================================
 *
 * TOC
 * ----------------------------------------
 *
 *
 *
 *
 */
 
/**
 * ========================================
 * インタビュー一覧 
 * ========================================
 */
	 
.Interview 
{
	margin-bottom: 20px;
}
	 
*+html .Interview 
{
	margin-bottom: 0;
}
 
* html .Interview 
{
	margin-bottom: 0;
}
 
.Interview p a 
{
	display: block;
	margin-bottom: 5px;
}
 
.Interview .Right, 
.Interview .Left
{
	width: 304px;
}
 	
.Interview .Right 
{
	float: right;
}
 
.Interview .Left 
{
	float: left;
}
  
/**
 * 挿絵 
 * ========================================
 */
	 
.illustration 
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
 
/**
 * 
 * ------------------------------
 */
   
dl.Data 
{
}
	 
dl.Data dd 
{
	margin-left: 1em;
	line-height: 1.4;
}
  
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ------------------------------
 */
   
/**=
 * ========================================
 * clearfix 
 * ========================================
 */
	 
.Interview:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
.Interview 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.Interview 
{
	display:block;
}
/* End hide from IE Mac */
   
/**
 * ========================================
 * 
 * ========================================
 */
	
/**
 * 
 * ========================================
 */
	
/**
 * 
 * ------------------------------
 */
   
