@charset "Shift_JIS";
@import url("common.css");
@import url("common_table.css");	/* Commonテーブル設定 */



/* ページの土台 */
#contents_base{ width:533px; margin:7px 0px 18px 22px; }

/* リスト部分の土台 */
#list_base{ }

/* 情報一件分の土台 */
.list_item{ width:515px; margin:0 0 10px 0; padding:3px; border:solid 1px #ccc; }

/* リクルート詳細情報 */
.detail_table{ width : 100%;}
.detail_table th.detail{ width:100px; height : 18px; font-weight : normal; padding : 1px 10px; white-space: nowrap;}
.detail_table td.detail{ height : 18px; padding : 1px 10px;}

/* 注釈 */
p.main_description{ color : black; font-size : 12px; }

/* イメージ画像 */
.recruit_image{ margin-bottom : 3px; }

/* 求人情報が無い場合の通知領域 */
div.no_item_notify{
	padding:20px;
	font-size:12px;
}
