@charset "shift_jis";

div#content {
	width: auto;
}
div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
div#footer div.site,
div#footer div.inner {
	width: 750px;
}
div#content ul.link li {
	background-position: 0 0.5em /* = 6px */;
}

/* タブ
------------------------------------------------------------ */
div#content ul.tab {
	font-size: 0;
	_height: 1%;
	line-height: 0;
	*zoom: 1;
}
div#content ul.tab:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.tab li {
	float: left;
	margin-right: 6px;
}
div#content ul.tab li a {
	background-image: url(img/jobset/button_tab_01.png);
	display: block;
	height: 29px;
	text-indent: -9999px;
	width: 114px;
}
div#content ul.tab li a.information {
	width: 138px;
}
div#content ul.tab li a.information:hover {
	background-position: 0 -29px;
}
div#content ul.tab li.selected a.information {
	background-position: 0 -58px;
}
div#content ul.tab li a.message {
	background-position: -138px 0;
}
div#content ul.tab li a.message:hover {
	background-position: -138px -29px;
}
div#content ul.tab li.selected a.message {
	background-position: -138px -58px;
}
div#content ul.tab li a.style {
	background-position: -252px 0;
}
div#content ul.tab li a.style:hover {
	background-position: -252px -29px;
}
div#content ul.tab li.selected a.style {
	background-position: -252px -58px;
}
div#content ul.tab li a.seminar {
	background-position: -366px 0;
}
div#content ul.tab li a.seminar:hover {
	background-position: -366px -29px;
}
div#content ul.tab li.selected a.seminar {
	background-position: -366px -58px;
}
div#content ul.tab li a.vision {
	background-position: -480px 0;
}
div#content ul.tab li a.vision:hover {
	background-position: -480px -29px;
}
div#content ul.tab li.selected a.vision {
	background-position: -480px -58px;
}
div#content ul.tab li a.photo {
	background-position: -594px 0;
}
div#content ul.tab li a.photo:hover {
	background-position: -594px -29px;
}
div#content ul.tab li.selected a.photo {
	background-position: -594px -58px;
}
div#content ul.tab li a.special {
	background-position: -708px 0;
}
div#content ul.tab li a.special:hover {
	background-position: -708px -29px;
}
div#content ul.tab li.selected a.special {
	background-position: -708px -58px;
}
div#content ul.tab li a.recruitment {
	background-position: -822px 0;
}
div#content ul.tab li a.recruitment:hover {
	background-position: -822px -29px;
}
div#content ul.tab li.selected a.recruitment {
	background-position: -822px -58px;
}

/* タブヘッダー
------------------------------------------------------------ */
div#content div.tab_header {
	background: url(img/jobset/background_tab_header_01.gif) 0 100% repeat-x;
	margin-bottom: 19px;
	padding-top: 8px;
}
div#content div.tab_header div.inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 750px;
}
div#content div.tab_header div.text {
	margin-bottom: 10px;
	margin-left: 12px;
	width: 574px;
}
div#content div.tab_header 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 div.text p.job {
	font-size: 0.833em /* = 10px */;
	line-height: 1.6em /* = 16px */;
}
div#content div.tab_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: 12px;
	text-align: center;
	top: 2px;
	width: 69px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.tab_header p.period.last {
	background-image: url(img/jobsearch/background_result_header_01.gif);
}
div#content div.tab_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.tab_header 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 div.date dl {
}
div#content div.tab_header div.date dl dt,
div#content div.tab_header div.date dl dd {
	display: inline;
}
div#content div.tab_header div.date dl dt {
	margin-right: -0.3em;
}
div#content div.tab_header div.date dl dt {
	margin-right: -0.3em;
}

/* タブコンテント
------------------------------------------------------------ */
div#content div.tab_content {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
div#content div.tab_content h1 {
	border-bottom: 1px solid #e1e1e1;
	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 h1 img {
	margin-left: 10px;
	vertical-align: -2px;
}

/* マーク
------------------------------------------------------------ */
div#content ul.mark {
	font-size: 0;
	_height: 1%;
	line-height: 0;
	margin-bottom: 30px;
	*zoom: 1;
}
div#content ul.mark:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.mark li {
	float: left;
	margin-right: 3px;
}

/* リード
------------------------------------------------------------ */
div#content div.lead {
	_height: 1%;
	margin-bottom: -5px;
	*zoom: 1;
}
div#content div.lead:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.lead div {
	float: left;
}
div#content div.lead div.image {
	width: 240px;
	margin-right: 28px;
}
div#content div.lead div.image p.caption {
	font-size: 0.833em /* = 10px */;
	line-height: 1.5em /* = 15px */;
	margin-top: 6px;
	margin-bottom: 10px;
}
div#content div.lead div.text {
	margin-top: 5px;
	width: 470px;
}
div#content div.lead div.text_only {
	width: 750px;
}
div#content div.lead div.text p.copy {
	color: #4a1505;
	font-size: 1.5em /* = 18px */;
	font-weight: bold;
	line-height: 1.222em /* = 22px */;
	margin-bottom: 12px;
}

div#content div.lead div.pictimage {
	width: 240px;
	margin-right: 10px;
	margin-top: 20px;
}
div#content div.lead div.pictimage p.caption {
	font-size: 0.833em /* = 10px */;
	line-height: 1.5em /* = 15px */;
	margin-top: 8px;
	width: 200px;
	margin: 5px 8px 0 18px;
	text-align:left;
}

div#content div.pict {
	margin-top: 10px;
	text-align: center;
}

/* ボタン
------------------------------------------------------------ */
div#content ul.buttonArea {
	font-size: 0;
	_height: 1%;
	line-height: 0;
	margin-bottom: 19px;
	margin-left: 144px;
	margin-top: 22px;
	*zoom: 1;
}
div#content ul.buttonArea:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.buttonArea li {
	float: left;
	margin-right: 10px;
	text-align: center;
}
div#content ul.buttonArea li.apply {
	margin-top: 12px;
}
div#content ul.buttonArea li p {
	margin-bottom: 10px;
}
div#content ul.buttonArea li p.list {
	font-size: 12px;
	line-height: 1.5em /* = 18px */;
}
div#content ul.buttonArea li p.list img {
	margin-right: 6px;
}
div#content ul.buttonArea li span {
	display: none;
}

/* 注目
------------------------------------------------------------ */
div#content dl.attention {
	margin-top: 19px;
}
div#content dl.attention dt,
div#content dl.attention dd {
	display: inline;
}
div#content dl.attention dt {
	font-size: 0;
	line-height: 0;
	position: relative;
	top: -2px;
}
div#content dl.attention dd a {
	background: url(img/jobsearch/icon_scout_02.gif) 100% 49% no-repeat;
	color: #ff2800;
	padding-right: 14px;
}

/* ソーシャル
------------------------------------------------------------ */
div#content div.social {
	_height: 1%;
	margin-bottom: -22px;
	*zoom: 1;
}
div#content div.social:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.social ul {
	float: right;
	_height: 1%;
	*zoom: 1;
}
div#content div.social ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.social ul li {
	float: left;
	height: 20px;
	margin-left: 5px;
}
div#content div.social iframe.twitter-share-button {
	*width: 70px!important;
}

/* ブロック
------------------------------------------------------------ */
div#content div.block {
	margin-bottom: 12px;
	margin-top: 22px;
}
div#content div.block h2 {
	font-size: 0;
	line-height: 0;
	margin-left: 12px;
}
div#content div.block div.content {
	background-color: #f7f7f7;
	box-shadow: 0 2px 0 #f3f3f3;
	-moz-box-shadow: 0 2px 0 #f3f3f3
	-webkit-box-shadow: 0 2px 0 #f3f3f3;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.block div.content div.table {
	background-color: #e8e8e8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px;
	position: relative;
	margin-top: 8px;
}
div#content div.block div.content div.table:first-child,
div#content div.block div.content div.table.first_child {
	margin-top: 0;
}
div#content div.block div.content div.table table {
	border: 1px solid #c8c8c8;
	border-collapse: separate;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 100%;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
	position: relative;
}
div#content div.block div.content div.table table tbody tr th,
div#content div.block div.content div.table table tbody tr td {
	border-top: 1px solid #dadada;
	text-align: left;
}
div#content div.block div.content div.table table tbody tr:first-child th,
div#content div.block div.content div.table table tbody tr.first_child th,
div#content div.block div.content div.table table tbody tr:first-child td,
div#content div.block div.content div.table table tbody tr.first_child td {
	border-top: 0;
	text-align: left;
}
div#content div.block div.content div.table table tbody tr th {
	border-right: 1px solid #dadada;
	background-color: #f7f7f7;
	box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
	padding: 18px 14px;
	width: 121px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
	position: relative;
}
div#content div.block div.content div.table table tbody tr th span {
	background: url(img/jobset/background_block_01.gif) no-repeat;
	display: block;
	margin-left: -14px;
	padding-left: 14px;
}
div#content div.block div.content div.table table tbody tr td {
	background-color: #fff;
	padding: 18px 20px 16px;
	width: 536px;
}
div#content div.block div.content div.table table tbody tr td p.copy {
	color: #4a1505;
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
	margin-bottom: 12px;
}
div#content div.block div.content div.table table tbody tr td div.image {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 200px;
}
div#content div.block div.content div.table table tbody tr td div.image p.image {
	margin-bottom: 2px;
}
div#content div.block div.content div.table table tbody tr td div.image p.caption {
	background-color: #e8e8e8;
	font-size: 0.833em /* = 10px */;
	line-height: 1.5em /* = 15px */;
	padding: 5px 8px;
}
div#content div.block div.content div.table table tbody tr td div.imageMM {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 240px;
}
div#content div.block div.content div.table table tbody tr td div.imageMM p.image {
	margin-bottom: 2px;
}
div#content div.block div.content div.table table tbody tr td div.imageMM p.caption {
	background-color: #e8e8e8;
	font-size: 0.833em /* = 10px */;
	line-height: 1.5em /* = 15px */;
	padding: 5px 8px;
}
div#content div.block div.content div.table table tbody tr td dl.check {
	color: #ff2800;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 30px;
}
div#content div.block div.content div.table table tbody tr td dl.check dt,
div#content div.block div.content div.table table tbody tr td dl.check dd {
	display: inline;
}
div#content div.block div.content div.table table tbody tr td dl.check dt {
	font-size: 0;
	line-height: 0;
	position: relative;
	top: -2px;
}
div#content div.block div.content div.table span.top,
div#content div.block div.content div.table span.bottom {
	background-color: #fff;
	height: 1px;
	left: 3px;
	position: absolute;
	width: 722px;
}
div#content div.block div.content div.table span.top {
	top: 3px;
}
div#content div.block div.content div.table span.bottom {
	bottom: 3px;
}
div#content div.block.point div.content,
div#content div.block.eye div.content {
	background-color: #ebf3fa;
}
div#content div.block div.content div.outer {
	background-color: #dde5eb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.block div.content div.outer div.inner {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 18px 20px 16px;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.block div.content div.outer div.inner p.copy {
	color: #4a1505;
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
	margin-bottom: 12px;
}
div#content div.block div.content div.outer div.inner div.image_and_text {
	_height: 1%;
	*zoom: 1;
}
div#content div.block div.content div.outer div.inner div.image_only {
	_height: 1%;
	*zoom: 1;
	width: 670px;
	margin: 0 auto;
}
div#content div.block div.content div.outer div.inner div.image_and_text:after,
div#content div.block div.content div.outer div.inner div.image_only:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.block div.content div.outer div.inner div.image_and_text p.text {
	float: left;
	width: 466px;
}
div#content div.block div.content div.outer div.inner div.image_and_text p.text_only {
	width: 686px;
}
div#content div.block div.content div.outer div.inner div.image_and_text div.image {
	float: right;
	width: 200px;
}
div#content div.block div.content div.outer div.inner div.image_and_text div.image p.caption {
	font-size: 0.833em /* = 10px */;
	line-height: 1.5em /* = 15px */;
	margin-top: 8px;
}
div#content div.block div.content div.outer div.inner div.image_only div.image {
	float: left;
	width: 200px;
	margin: 0 5px 0 15px;
}
div#content div.block div.content div.outer div.inner div.image_only div.image p.caption {
	font-size: 0.833em /* = 10px */;
	line-height: 1.5em /* = 15px */;
	margin-top: 8px;
}
div#content div.block.eye div.content div.outer div.inner div.image_and_text div.image {
	float: left;
}
div#content div.block.eye div.content div.outer div.inner div.image_and_text p.text {
	float: right;
}

/* 企業お問い合わせ
------------------------------------------------------------ */
div#content div.inquiry table {
	margin-bottom: 36px;
	margin-top: 22px;
}
div#content div.inquiry table {
	border: 1px solid #e1e1e1;
	width: 100%;
}
div#content div.inquiry table tr th,
div#content div.inquiry table tr td {
	border-top: 1px solid #e1e1e1;
	padding: 11px 12px;
	text-align: left;
}
div#content div.inquiry table tbody tr th {
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
	width: 116px;
}
div#content div.inquiry table thead tr th,
div#content div.inquiry table tbody.thead tr td {
	background-color: #f4f4f4;
	box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	behavior: url(/lib/js/2012/PIE/PIE.htc);
}
div#content div.inquiry table thead tr th h2,
div#content div.inquiry table tbody.thead tr td h2 {
	float: left;
	font-size: 1.167em /* = 14px */;
	font-weight: bold;
	line-height: 1.286em /* = 18px */;
}
div#content div.inquiry table tbody tr td {
	width: 584px;
}
div#content div.inquiry table a.link {
	background: url(img/icon_link_a_01.png) 0 49% no-repeat;
	margin-left: 10px;
	padding-left: 10px;
}

/* 特色
------------------------------------------------------------ */
div#content div.tag {
	border: 1px solid #e1e1e1;
	font-size: 0;
	line-height: 0;
	padding: 11px;
}
div#content div.tag_under_link {
	float:right;
	padding: 3px;
}
div#content div.tag ul {
	_height: 1%;
	*zoom: 1;
}
div#content div.tag ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.tag ul li {
	float: left;
	margin-right: 4px;
	margin-top: 10px;
}

/* 応募に関するよくある質問
------------------------------------------------------------ */
div#content div.faq {
	background-color: #f1f1f1;
	margin-top: 13px;
	padding: 5px;
}
div#content div.faq div.inner {
	background-color: #fafafa;
	border: 1px solid #b4b4b4;
	padding: 11px 11px 7px;
}
div#content div.faq div.inner h2 {
	font-size: 0;
	line-height: 0;
}
div#content div.faq div.inner dl {
	background: url(img/content/background_separator_01.gif) 0 100% repeat-x;
	margin-top: 9px;
	padding-bottom: 9px;
}
div#content div.faq div.inner dl:last-child {
	background: none;
	padding-bottom: 0;
}
div#content div.faq div.inner dl.last_child {
	background: none;
	padding-bottom: 0;
}
div#content div.faq div.inner dl dt {
	background: url(img/jobset/icon_q_01.png) no-repeat;
	margin-bottom: 3px;
	padding-left: 25px;
}
div#content div.faq div.inner dl dd {
	background: url(img/jobset/icon_q_02.png) no-repeat;
	padding-left: 25px;
}
div#content div.faq div.inner dl dd em {
	color: #ff2800;
	font-weight: bold;
}

/* タブフッター
------------------------------------------------------------ */
div#content div.tab_footer {
	background: url(img/jobset/background_tab_footer_01.gif) repeat-x;
	margin-top: 30px;
}
div#content div.tab_footer div.inner {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
div#content div.tab_footer div.inner ul.tab {
	margin-bottom: 10px;
}
div#content div.tab_footer div.inner ul.tab li a {
	background-image: url(img/jobset/button_tab_02.png);
}

/* その他の募集職種
------------------------------------------------------------ */
div#content div.other {
	background-color: #fff;
	border: 5px solid #e1e1e1;
	padding: 12px 12px 9px;
}
div#content div.other h2 {
	font-size: 0;
	line-height: 0;
}
div#content div.other dl {
	background: url(img/content/background_separator_01.gif) 0 100% repeat-x;
	margin-top: 11px;
	padding-bottom: 14px;
}
div#content div.other dl:last-child {
	background: none;
	padding-bottom: 0;
}
div#content div.other dl.last_child {
	background: none;
	padding-bottom: 0;
}
div#content div.other dl dt {
	background: url(img/icon_link_a_01.png) 0 0.5em /* = 6px */ no-repeat;
	margin-bottom: 5px;
	padding-left: 10px;
}
div#content div.other dl dt a {
	margin-right: 3px;
}
div#content div.other dl dt img {
	margin-left: 2px;
	vertical-align: -3px;
}
div#content div.other dl dd {
}
div#content div.other dl dd ul {
	font-size: 0;
	_height: 1%;
	line-height: 0;
	*zoom: 1;
}
div#content div.other dl dd ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content div.other dl dd ul li {
	float: left;
	margin-right: 3px;
}

/* 画面遷移セット
------------------------------------------------------------ */
div#content ul.return {
	font-size: 0;
	_height: 1%;
	line-height: 0;
	margin-right: 12px;
	*zoom: 1;
}
div#content ul.return:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div#content ul.return li {
	float: right;
	margin-left: 12px;
}
div#content ul.return li.page {
	margin-top: 5px;
}

/* DISPLAY ON OFF */
.previewTable div#content div.block div.content div.outer div.inner img#displayOff{
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
.previewTable div#content div.block div.content div.outer div.inner p#displayOff, div#displayOff{
	color: #D0D0D0;
}
.previewTable div#content div.block div.content div.outer div.inner span#displayOff{
	display: block;
	white-space: nowrap;
	padding: 3px 0px;
	margin-top: 5px;
	text-align: center;
}


div.messageInfoPictArea {
    clear: both;
    margin: 10px auto;
    text-align: center;
}
div.messageActionArea {
    clear: both;
    margin: 5px 5px;
    text-align: center;
}
div.messageActionArea span {
    margin: 0 5px;
}

/* v37.0 start */
.kyujin_tensakuBox{
	margin:15px 0 0 0;
	padding:0;
}

.kyujin_tensakuBoxIn{
	border:1px solid #E1E1E1;
}

.kyujin_tensakuBoxIn h2{
	background:#E6EEF9;
	padding:3px 10px 5px 10px;
}

.kyujin_tensakuW{
	padding:10px 0;
	clear:both;
}

.kyujin_tensakuWL{
	float:left;
	margin:25px 15px 0 10px;
}

.kyujin_tensakuW p{
	display:block;
	font-size:12px;
	line-height:1.5;
	float:left;
	width:460px;
}

.clearfixadd:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfixadd {
	min-height: 1px;
}

* html .clearfixadd {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.icontokutyo{
	margin:0 5px 5px 0;
}

dl.igai {
	
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 30px;
}
dl.igai dt{
	color: #ff2800;
}
 dl.igai dd {
	color:#333;
	font-weight:normal;
	display: inline;
}
/* v37.0 end */
