@charset "shift_jis";

div#content div.grid div.main,
div#content div.grid div.sub {
	padding-top: 0;
}
div#content div.grid div.main div.send_mail {
	margin-top: 0;
}
div#content label {
	cursor: pointer;
}
div#content ul.horizontal {
	_height: 1%;
	*zoom: 1;
}
div#content ul.horizontal:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.horizontal li {
	float: left;
	margin-right: 15px;
	white-space: nowrap;
}
div#content ul.link li {
	background-position: 0 0.5em /* = 6px */;
}
div#content ul.link.separated li {
	background: url(img/content/background_separator_01.gif) repeat-x;
	margin-top: 6px;
	padding-left: 0;
	padding-top: 9px;
}
div#content ul.link.separated li:first-child,
div#content ul.link.separated li.first_child {
	background: none;
	margin-top: 0;
	padding-top: 0;
}
div#content ul.link.separated li a {
	background: url(img/icon_link_a_01.png) 0 0.5em /* = 6px */ no-repeat;
	padding-left: 10px;
	display: inline-block;
}

div#content div#title {
	background: url(img/content/background_separator_01.gif) 0 100% repeat-x;
	font-size: 1.333em /* = 16px */;
	line-height: 1.5em /* = 24px */;
	padding-bottom: 6px;
	margin-bottom: 5px;
}
div#content div#title.no_border {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
div#content div#title h1 {
	background: url(img/jobsearch/background_title_01.gif) 0 0.188em /* = 3px */ no-repeat;
	padding-left: 13px;
}
div#content p.result_information {
	font-size: 0.833em /* = 10px */;
	line-height: 1.6em /* = 16px */;
	margin-bottom: 5px;
}

/* フィールド
------------------------------------------------------------ */
div#content ul.fieldset {
	_height: 1%;
	*zoom: 1;
}
div#content ul.fieldset:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.fieldset li {
	float: left;
	_height: 1%;
	margin-right: 20px;
	*zoom: 1;
}
div#content ul.fieldset li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.fieldset li i,
div#content ul.fieldset li input,
div#content ul.fieldset li select,
div#content ul.fieldset li span {
	float: left;
	margin: 0 5px 0 0;
	outline: none;
}
div#content ul.fieldset li i {
	margin-top: 3px;
}
div#content ul.fieldset li span {
	margin-top: 4px;
	*white-space: nowrap;
}
div#content ul.fieldset.compact {
	padding-bottom: 3px;
	padding-top: 2px;
}
div#content ul.fieldset.compact li {
	margin-right: 10px;
}
div#content ul.fieldset li input[type="checkbox"],
div#content ul.fieldset li input[type="radio"] {
	height: 13px;
	margin: 6px 5px 6px 0;
	padding: 0;
	width: 13px;
}
div#content ul.fieldset.compact li input[type="checkbox"],
div#content ul.fieldset.compact li input[type="radio"] {
	margin-bottom: 3px;
	margin-top: 4px;
}
div#content ul.fieldset.compact li span {
	margin-top: 2px;
}

/* ページネーション
------------------------------------------------------------ */
div#content div.pagination {
	_height: 1%;
	margin-bottom: 14px;
	*zoom: 1;
}
div#content div.pagination:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.pagination p {
	float: left;
	position: relative;
	top: 4px;
}
div#content div.pagination p span {
	color: #ff2800;
	font-size: 2em /* = 24px */;
	line-height: 1em /* = 24px */;
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	top: 1px;
}
div#content div.pagination ul {
	float: right;
	_height: 1%;
	*zoom: 1;
}
div#content div.pagination ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.pagination ul li {
	background-color: #fff;
	margin-left: 3px;
	float: left;
}
div#content div.pagination ul li.disabled {
	background-color: #ececec;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #8f8f8f;
	padding: 2px 7px 1px;
	text-decoration: none;
	behavior: url(/lib/js/2012/PIE/ie-css3.htc);
}
div#content div.pagination ul li.ellipsis {
	margin-top: 3px;
}
div#content div.pagination ul li a {
	background-color: #fff;
	border: 1px solid #2c66d0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #0a5fc3;
	padding: 2px 7px 1px;
	text-decoration: none;
	display: block;
	behavior: url(/lib/js/2012/PIE/ie-css3.htc);
	position: relative;
	z-index: 1;
}
div#content div.pagination ul li a:hover {
	background-color: #e8f4ff;
	text-shadow: 1px 1px #fff;
}
div#content div.pagination ul li em {
	background-color: #2c66d0;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	padding: 3px 9px 2px;
	display: block;
	behavior: url(/lib/js/2012/PIE/ie-css3.htc);
	position: relative;
	z-index: 1;
}

/* 結果
------------------------------------------------------------ */
div#content div.result {
	background: url(img/jobsearch/background_result_01.gif) repeat-x;
	margin-bottom: 20px;
	padding-top: 5px;
}
div#content div.result div.inner {
	border-bottom: 3px solid #e1e1e1;
	border-left: 3px solid #e1e1e1;
	border-right: 3px solid #e1e1e1;
}
div#content div.result div.inner div.header {
	background: #f3f3f3 url(img/jobsearch/background_result_02.gif) repeat-x;
	border: 1px solid #fff;
	padding: 7px 9px;
	position: relative;
}
div#content div.result div.inner div.header p.title {
	background: url(img/content/background_separator_03.gif) 0 100% repeat-x;
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
	margin-bottom: 4px;
	padding-bottom: 6px;
	width: 534px;
}
div#content div.result div.inner div.header p.sub_title {
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
	width: 534px;
}
div#content div.result div.inner div.header p.sub_title img {
	margin-left: 10px;
	vertical-align: -2px;
}
div#content div.result div.inner div.header p.new {
	position: absolute;
	top: -9px;
	right: 8px;
}
div#content div.result div.inner div.header p.period {
	background: #fff url(img/jobsearch/background_result_header_01.gif) 0 50% no-repeat;
	border: 1px solid #f52600;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 20px;
	padding-left: 64px;
	position: absolute;
	right: 9px;
	text-align: center;
	top: 9px;
	width: 69px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.result div.inner div.header p.period.last {
	background-image: url(img/jobsearch/background_result_header_02.gif);
}
div#content div.result div.inner div.header p.period span {
	color: #ff2800;
	font-size: 1.5em /* = 18px */;
	font-weight: bold;
	line-height: 1em /* = 18px */;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}
div#content div.result div.inner div.header p.read {
	position: absolute;
	top: 34px;
	right: 9px;
}
div#content div.result div.inner div.mark {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	font-size: 0;
	line-height: 0;
	padding: 6px 10px;
}
div#content div.result div.inner div.mark ul {
	_height: 1%;
	*zoom: 1;
}
div#content div.result div.inner div.mark ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.result div.inner div.mark ul li {
	float: left;
	margin-right: 3px;
}
div#content div.result div.inner div.detail {
	border: 1px solid #fff;
	_height: 1%;
	padding: 6px 9px 5px;
	*zoom: 1;
}
div#content div.result div.inner div.detail:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.result div.inner div.detail.with_copy {
	background: url(img/jobsearch/background_result_03.gif) 100% 0 repeat-y;
}
div#content div.result div.inner div.detail dl {
	background: url(img/content/background_separator_01.gif) repeat-x;
	margin-top: 4px;
	padding-top: 7px;
}
div#content div.result div.inner div.detail dl:first-child,
div#content div.result div.inner div.detail dl.first_child {
	background: none;
	margin-top: 0;
	padding-top: 0;
}
div#content div.result div.inner div.detail dl dt,
div#content div.result div.inner div.detail dl dd {
	display: table-cell;
	*display: inline;
	*zoom:1;
}
div#content div.result div.inner div.detail dl dt {
	*float: left;
	font-size: 0;
	line-height: 0;
	padding-bottom: 3px;
	padding-top: 2px;
	width: 75px;
}
div#content div.result div.inner div.detail dl dd {
	vertical-align: middle;
}
div#content div.result div.inner div.detail dl dd:first-child,
div#content div.result div.inner div.detail dl dd.first_child {
	padding-left: 75px;
}
div#content div.result div.inner div.detail div.list {
	float: left;
	width: 314px;
}
div#content div.result div.inner div.detail div.image_and_text {
	float: right;
	width: 350px;
}
div#content div.result div.inner div.detail div.image_and_text p.image {
	margin-top: 3px;
	margin-bottom: 8px;
}
div#content div.result div.inner div.detail div.copy_and_image_and_text {
	float: right;
	width: 340px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 6px;
}
div#content div.result div.inner div.detail div.copy_and_image_and_text p.copy {
	color: #4a1505;
	font-weight: bold;
	word-wrap: break-word;
}
div#content div.result div.inner div.detail div.copy_and_image_and_text div.image_and_text {
	margin-top: 9px;
	width: 340px;
}
div#content div.result div.inner div.detail div.copy_and_image_and_text div.image_and_text p {
	display: table-cell;
	*display: inline;
	*zoom:1;
	vertical-align: top;
}
div#content div.result div.inner div.detail div.copy_and_image_and_text div.image_and_text p.image {
	*float: left;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 10px;
}
div#content div.result div.inner div.button {
	border-top: 1px solid #e1e1e1;
	_height: 1%;
	*zoom: 1;
	padding: 10px 7px;
}
div#content div.result div.inner div.button:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.result div.inner div.button ul {
	float: left;
	_height: 1%;
	margin-left: 78px;
	*zoom: 1;
}
div#content div.result div.inner div.button ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.result div.inner div.button ul li {
	float: left;
	margin-right: 10px;
}
div#content div.result div.inner div.button ul li span {
	display: none;
}
div#content div.result div.inner div.button div.date {
	color: #777;
	float: right;
	font-size: 0.833em /* = 10px */;
	line-height: 1.6em /* = 16px */;
	margin-top: 2px;
	text-align: right;
	width: 140px;
}
div#content div.result div.inner div.button div.date dl {
}
div#content div.result div.inner div.button div.date dl dt,
div#content div.result div.inner div.button div.date dl dd {
	display: inline;
}
div#content div.result div.inner div.button div.date dl dt {
	margin-right: -0.3em;
}

/* 企業選択
------------------------------------------------------------ */
div#content div.company {
	margin-bottom: 20px;
}
div#content div.company h2 {
	background: url(img/jobsearch/icon_job_01.gif) 0 0.214em /* = 3px */ no-repeat;
	font-size: 1.167em /* = 14px */;
	line-height: 1.286em /* = 18px */;
	margin-top: 13px;
	padding-left: 15px;
}
div#content div.company dl {
	margin-top: 12px;
}
div#content div.company dl dt {
	background-image: url(img/jobsearch/background_job_03.gif);
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	height: 33px;
	line-height: 1.286em /* = 18px */;
	margin-bottom: 13px;
	margin-top: 18px;
	padding: 1px 1px 1px 6px;
	text-shadow: 0 1px 0 #fff;
}
div#content div.company dl dt:first-child,
div#content div.company dl dt.first_child {
	margin-top: 0;
}
div#content div.company dl dt label {
	display: block;
	padding: 7px 10px 8px 9px;
}
div#content div.company dl dt label input {
	height: 13px;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: -2px;
	*vertical-align: middle;
	width: 13px;
}
div#content div.company dl dt span.new a {
	color: #ff2800;
}
div#content div.company dl dd {
	color: #777;
	margin-left: 38px;
	margin-right: -3px;
}
div#content div.company dl dd ul {
	background: url(img/content/background_separator_01.gif) 0 100% repeat-x;
	_height: 1%;
	*zoom: 1;
}
div#content div.company dl dd ul.first_line {
	margin-top: 0;
}
div#content div.company dl dd ul.last_line {
	background: none;
	padding-bottom: 0;
}
div#content div.company dl dd ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.company dl dd ul li {
	float: left;
	height: 20px;
	margin-right: 19px;
	margin-top: 8px;
	padding-bottom: 7px;
	width: 286px;
}
div#content div.company dl dd ul li label {
	_height: 1%;
	*zoom: 1;
}
div#content div.company dl dd ul li label:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.company dl dd ul li label input {
	float: left;
	height: 13px;
	margin: 2px 0 0 0;
	padding: 0;
	width: 13px;
}
div#content div.company dl dd ul li label span {
	display: block;
	float: left;
	width: 900px;
}

/* サブカラム
------------------------------------------------------------ */
div#content div.box {
	background-color: #f0f0f0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #777;
	margin-top: 0;
	*zoom: 1;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.box div.item {
	background: url(img/content/background_separator_03.gif) repeat-x;
	padding: 8px 6px 6px;
}
div#content div.box div.item:first-child,
div#content div.box div.item.first_child {
	background: none;
	padding-top: 6px;
}
div#content div.box div.item div.inner {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	padding: 7px 10px 11px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
	*padding-top: 1px;
}
div#content div.box div.item div.inner h2 {
	background-color: #3b7fcf;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	margin: -6px -9px 7px;
	padding: 9px 8px 7px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.box div.item div.inner p {
	margin-top: 6px;
}
div#content div.box div.item div.inner p:first-child,
div#content div.box div.item div.inner p:first-child {
	margin-top: 0;
}

/* 画面遷移セット
------------------------------------------------------------ */
div#content ul.return {
	font-size: 0;
	_height: 1%;
	line-height: 0;
	margin-top: 30px;
	*zoom: 1;
}
div#content ul.return:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.return li {
	float: left;
}
div#content ul.return li:last-child {
	float: right;
}
div#content ul.return li.last_child {
	float: right;
}

/* 検索結果なし
------------------------------------------------------------ */
div#content div.no_result {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align:center;
}

div#content div.no_result img {
	margin-bottom: 20px;
}

/* カスタム404
------------------------------------------------------------ */
div#content div.srchbox {
	margin-left: -200px;
}

/* ------------------------------------------------------------ 
	企業アーカイブ
------------------------------------------------------------ */
/* 掲載中の求人ナシbox
------------------------------------------------------------ */
#content .box_special_01,
#content .box_special_02{
	border:3px solid #EBEBEB;
	background:#F8FCF9;
	margin-top:15px;
	margin-bottom:10px;
	padding:20px 10px;
	text-align:left;
}
#content .box_special_02{
	background:#F7F8FD;
}

#content .box_special_01 h3,
#content .box_special_02 h3{
	font-size:1.333em /* = 16px */;
	padding:2px 10px 1px 15px;
	background:#D3EBD9;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#content .box_special_02 h3{
	background:#D7DCF1;
}

#content .box_special_01 dl.list_special,
#content .box_special_02 dl.list_special{
	margin:10px 20px 25px;
	_height: 1%;
	*zoom: 1;
}

div#content .box_special_01 dl.list_special:after,
div#content .box_special_02 dl.list_special:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#content .box_special_01 dl.list_special dt,
#content .box_special_02 dl.list_special dt{
	float:left;
	width:220px;
	clear:both;
	margin-top:20px;
}

#content .box_special_01 dl.list_special dt img,
#content .box_special_02 dl.list_special dt img{
	position:relative;
	top:-2px;
	margin-right:10px;
}

#content .box_special_01 dl.list_special dd,
#content .box_special_02 dl.list_special dd{
	float:left;
	width:464px;
	margin-top:20px;
}

/* 掲載中の求人ナシsearch
------------------------------------------------------------ */
#srch .wrapper {
	text-align: center;
}
#srch .searchContainer {
	width: 680px;
	margin: 20px auto;
	text-align: left;
}
#srch .searchContainer .searchBlock {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 20px 0;
}
#srch .searchContainer .searchBlock h4 {
	margin-bottom: 14px;
	padding-bottom: 8px;
	background: url(/img/1304/border_dot_brown.gif) left bottom repeat-x;
}
#srch .searchContainer .searchBlock ul {
	list-style-type: none;
}
#srch .searchContainer .searchBlock ul li {
	margin: 4px;
	padding-left: 12px;
	background: url(/img/1304/arrow_sub_brown.gif) 0 5px no-repeat;
}

/* 求人情報画面タブコンテント
------------------------------------------------------------ */
div#content div.tab_content_company {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
div#content div.tab_content_company h1 {
	color: #0a5fc3;
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
	margin-bottom: 10px;
	padding-bottom: 17px;
	padding-left: 12px;
}
div#content div.tab_content_company h1 img {
	margin-left: 10px;
	vertical-align: -2px;
}

/* 求人情報画面タブヘッダー
------------------------------------------------------------ */
div#content div.tab_header_company {
	background: url(img/jobset/background_tab_header_01.gif) 0 100% repeat-x;
	margin-bottom: 19px;
	padding-top: 8px;
}
div#content div.tab_header_company div.inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 750px;
}
div#content div.tab_header_company div.text {
	margin-bottom: 10px;
	margin-left: 12px;
	width: 730px;
}
div#content div.tab_header_company div.text p.title {
	background: url(img/content/background_separator_03.gif) 0 100% repeat-x;
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
	margin-bottom: 6px;
	padding-bottom: 6px;
	text-align: left;
}
div#content div.tab_header_company div.text p.job {
	font-size: 0.833em /* = 10px */;
	line-height: 1.6em /* = 16px */;
}
div#content div.tab_header_company p.period {
	background: #fff url(img/jobsearch/background_result_header_01.gif) 0 50% no-repeat;
	border: 1px solid #f52600;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 20px;
	padding-left: 64px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 2px;
	width: 69px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.tab_header_company p.period.last {
	background-image: url(img/jobsearch/background_result_header_01.gif);
}
div#content div.tab_header_company p.period span {
	color: #ff2800;
	font-size: 1.5em /* = 18px */;
	font-weight: bold;
	line-height: 1em /* = 18px */;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}
div#content div.tab_header_company div.date {
	color: #777;
	font-size: 0.833em /* = 10px */;
	line-height: 1.6em /* = 16px */;
	position: absolute;
	right: 12px;
	text-align: right;
	top: 31px;
}
div#content div.tab_header_company div.date dl {
}
div#content div.tab_header_company div.date dl dt,
div#content div.tab_header_company div.date dl dd {
	display: inline;
}
div#content div.tab_header_company div.date dl dt {
	margin-right: -0.3em;
}
div#content div.tab_header_company div.date dl dt {
	margin-right: -0.3em;
}

/* 求人情報画面ボタン
------------------------------------------------------------ */
div#content ul.buttonArea_company {
	font-size: 0;
	_height: 1%;
	line-height: 0;
	margin-bottom: 19px;
	margin-top: 22px;
	*zoom: 1;
}
div#content ul.buttonArea_company:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.buttonArea_company li {
	margin-right: 10px;
	text-align: center;
}
div#content ul.buttonArea_company li.apply {
	margin-top: 12px;
}
div#content ul.buttonArea_company li p {
	margin-bottom: 10px;
}
div#content ul.buttonArea_company li p.list {
	font-size: 12px;
	line-height: 1.5em /* = 18px */;
}
div#content ul.buttonArea_company li p.list img {
	margin-right: 6px;
}
div#content ul.buttonArea_company li span {
	display: none;
}

/* 求人情報画面ログインエリア
------------------------------------------------------------ */
.loginMonoPart {
    margin: 0px 95px 20px 95px;
}
.loginMonoRegisterLink {
    margin: -10px 0px 10px 0px;
	text-align: center;
}
.loginMonoRegisterLink img {
	vertical-align: middle;
}
.loginMonoRegisterLink a {
    margin-left: 15px;
}
.commonLoginBlock {
    margin: 20px 0px;
}
.loginFormArea {
    text-align: left;
}
.loginFormArea table td.newRegisterBlock,
.loginFormArea table td.loginBlock {
	background: #ffffff url("/img/0703/cmn/bg_login.gif") left bottom no-repeat;
    vertical-align: top;
}
.loginMonoPart table td.loginBlock {
	background: #ffffff url("/img/0703/cmn/bg_login_mono.gif") left bottom no-repeat;
    vertical-align: top;
}
.loginFormArea table td h4 {
    margin-bottom: 10px;
}
.loginFormArea table td div.loginBtn {
    text-align: center;
}
.loginMonoPart table td div.loginBtn {
    text-align: center;
	width: 360px;
}
.loginFormArea table td.newRegisterBlock {
    width: 500px;
}
.loginFormArea table td.loginBlock {
    width: 500px;
}
.loginFormArea table td.newRegisterBlock div.contents {
    margin-right: 33px;
	margin-bottom: 16px;
	margin-left: 13px;
}
.loginFormArea table td.loginBlock div.contents {
    margin-right: 13px;
	margin-bottom: 16px;
	margin-left: 13px;
}
.loginMonoPart table td.loginBlock div.contents {
    margin-right: 95px;
	margin-bottom: 16px;
	margin-left: 95px;
}
.loginFormArea table td.newRegisterBlock div.contents p {
    margin: 5px 0px 10px 0px;
}
.loginFormArea table td.loginBlock div table {
    width: 334px;
}
.loginFormArea table td.loginBlock div table th {
    width: 105px;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}
.loginFormArea table td.loginBlock div table td {
    padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}
.loginFormArea table td.loginBlock div table td input {
    width: 170px;
}
.loginFormArea table td.loginBlock div table td p {
    font-size: 10px;
	margin-top: 3px;
}
.loginFormArea table td.loginBlock div table td p img {
    margin-right: 3px;
	margin: 0px;
}
.loginFormArea table td.loginBlock div.optionCheck {
    font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 8px;
}
.loginMonoPart table td.loginBlock div.optionCheck {
    width: 360px;
    font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 8px;
}

/* 企業一覧50音順（結果0件の場合）
------------------------------------------------------------ */
div#content div#blank {
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 200px;
}

/* センタリング
------------------------------------------------------------ */
div#content div#center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* box_login
============================================================ */
/* column */
#content .column{
	width:460px;
	margin-bottom:20px;
}

div#content div.gridcol {
	margin-left: auto;
	margin-right: auto;
	width:460px;
	_height: 1%;
	*zoom: 1;
}
div#content div.gridcol:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.gridcol div.column {
	float: left;
}

#content .column.col1{
	margin-left: auto;
	margin-right: auto;
	width:460px;
	background:url(/lib/css/2012/img/entry/background_col2_01.gif) no-repeat left bottom;
}

#content .column.col1 .col{
	width:460px;
	margin-right:30px;
	float:left;
}

/* box_login */
#content .box_login{
	background:url(/lib/css/2012/img/jobsearch/background_result_01.gif) repeat-x;
	padding-top:3px;
	margin-bottom:20px;
}

#content .box_login .header{
	background:#FFECE9;
	border-right:3px solid #C1C1C1;
	border-bottom:3px solid #C1C1C1;
	border-left:3px solid #C1C1C1;
	padding:8px 10px 5px;
	color:#E62400;
	font-weight:bold;
	font-size: 1.167em /* = 14px */;
}

#content .box_login .inner{
	padding:15px 25px 0;
}

#content .box_login .inner p{
	margin-bottom:15px;
}

#content .box_login .inner p.lead{
	color:#E62400;
	font-size: 1.167em /* = 14px */;
	margin-bottom:10px;
}


/* form_login */
#content .box_login .form_login{
	padding:0 25px;
}

#content .box_login .form_login p span.label{
	font-weight:bold;
	color:#4A1505;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

#content .box_login .form_login p input[type="text"]{
	width:54%;
	position:relative;
	top:-4px;
	float:right;
}

#content .box_login .form_login p.checkbox{
	font-size:0.833em /* = 10px */;
	margin-bottom:5px;
}

#content .box_login .form_login p.more{
	clear:both;
	margin-bottom:0;
}

