
@charset "utf-8";

/****************************************************************************************************
  リクルート社員インタビューページ用CSS
  
  作成日： 2018/11/12
****************************************************************************************************/

/* 【注意】
 *   このcssはカテゴリーページの共通スタイルを指定する物です。
 *   ページの余白設定などは基本設定を継承しますので、
 *   base_other.css と併用する形で読み込みを行ってください。
 */

div.interview_image {
	margin: 0 0 5px 30px;
	border-bottom: 0px none;
}

div.interview_content {
	width: 490px;
	margin: 4px 0 0 24px;
	border-bottom: 0px none;
}

div.interview_content div.content_title {
	background-image: url("../images/recruit_int_emp/recruit_content_bg.gif");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 6px 0  0 12px;
	width: 475px;
	height: 19px;
	color: #f14794;
	font-size: 11pt;
	font-weight: bold;
}

div.interview_text {
	width: 460px;
	margin: 0 0 10px 38px;
	border-bottom: 0px none;
	line-height: 20px;
}

