@charset "utf-8";

/************************************
 Reset
************************************/
article, aside,figure, footer, header, hgroup, listing, nav, plaintext, section, xmp {
	display: block;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a ,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { 
	margin: 0;
	padding:0;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

ul , ol { list-style: none; }
img { border: 0; }
legend { display: none; }
fieldset { border:none; }
hr { display: none; }
a{
	outline:none;
	text-decoration: underline;
}
a:focus {
	outline: none;
	text-decoration: none;
}
em {
	font-style:normal;
}

label {
	cursor:pointer;
}

.clrfx:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
}
* html .clrfx             { zoom: 1; } /* IE6 */
*:first-child+html .clrfx { zoom: 1; } /* IE7 */

/***********************************
 共通設定
************************************/
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}

body img {display:none;}
body div img {display:inline;}

body {
	overflow-x: hidden;
	position: relative;
	min-width: 985px;
	/*font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	/*-- IEでは游ゴシックの下に空白ができる --*/
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 0.875em;
	color: #282828;
	background: #fff;
	-webkit-text-size-adjust:100%;
	word-break: break-all;
}

/*ChromeとOpera*/
_::content, _:future, body:not(*:root) {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	
}
/*Firefox*/
@-moz-document url-prefix() {
	body {
		font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	
	}
}
/*Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}

.dispNone { display:none;}

a {
	color: #044077;
	text-decoration: underline;
}
a:hover {
	color: #002538;	
	text-decoration: none;
}

/* IE6,7*/
* {zoom: 1;}
input,select {
	outline:0px none black;
}
img {
	vertical-align:top;
}

.hvrFade {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: color, background-color;
	-ms-transition-property: color, background-color;
	transition-property: color, background-color;	
}

.hvrFade:hover {
	background-color: #eff6f9;
}

.placeholder { color: #aaa; }

/***********************************
 カスタムチェックボックス
************************************/
/*-- チェックボックスのカスタマイズ --*/
.customCheck input[type="checkbox"] {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position: absolute;
	width:0;
	height:0;
	z-index: -1;
}
.customCheck {
	display: block;
	padding-left: 25px;
	cursor: pointer;
	overflow: hidden;
	background: transparent url(../images/common.png) no-repeat -731px -79px;
	line-height: 1.3;
}
.checkOn {
 	background-position: -678px -141px;
}
.disabled {
	background-position: -623px -213px;	
}

.checkDisabled {
	background-position: -650px -177px;	
}

/***********************************
 タグラインとヘッダー
************************************/
.tagline {
	position: absolute;
	top: 18px;
	left: 50%;
	color: #5c5c5c;
	margin-left: -375px;
	line-height: 1.4;
	font-size: 0.80em;
	width: 405px;
	z-index: 3;
}

header {
	position: relative;
	border-bottom: solid 1px #e6e6e6;
	z-index: 2;
}

header .container {
	width: 985px;
	margin: 0 auto;
	height: 49px;
	position: relative;
	overflow: visible;
}

.headerLogo {
	float: left;
	display: block;
	white-space: nowrap;
  	text-indent: 100%;
  	overflow: hidden;
	width: 102px;
	height: 26px;
	background: url(../images/common.png) no-repeat -217px 0;
	margin-top: 13px;
}

.headerBtns {
	position: relative;
	float: right;
	border-right: solid 1px #e6e6e6;
	z-index: 6;
	background: #fff;
}
.headerBtns li {
	float: right;
	border-left: solid 1px #e6e6e6;
	width: 150px;
}

.headerBtns li a {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 49px;	
	color: #5c5c5c;
	font-size: 12px;
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
 	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
 	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
	-ms-transition-property: box-shadow;
    transition-property: box-shadow;
}
.headerBtns li a:before {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #9fccdd transparent transparent transparent;
	top: 0;
	left: 0;
}
.headerBtns li a.favorite:before {
	border-color: #fcbc3a transparent transparent transparent;	
}

.headerBtns li a:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.headerBtns li a > span {
	position: relative;
	display: inline-block;
	height: 49px;
	line-height: 49px;
	color: #5c5c5c;
}
.headerBtns li a.favorite > span {
	padding-left: 24px;	
}
.headerBtns li a.favorite > span:before {
	content: " ";
	display: block;
	position: absolute;
	width: 18px;
	height: 20px;
	background: url(../images/common.png) no-repeat -545px 0;
	left: 0;
	top: 50%;
	margin-top: -11px;
}

.headerBtns li a > span > .num {
	display: inline-block;
	color: #0f588e;
	font-weight: bold;
	padding: 0 2px;	
	font-size: 14px;
}

.headerBtns li a.favorite > span > .num {
	color: #ee3700;
}

/***********************************
 グローバルナビ
************************************/
.gnavi {
	background: #f7f5f2;
	position: relative;
	z-index: 1;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.15);
}

.gnavi .container {
	width: 985px;
	margin: 0 auto;
	/*height: 60px;*/
}

.gnaviMenu {
	float: left;
	width: 723.5px;
}

.gnaviMenu li {
	float: left;
	margin: 0 31px;
}

.gnaviMenu li a {
	display: block;
	position: relative;
	border-top: solid 4px #f7f5f2;
	border-bottom: solid 4px #f7f5f2;
	height: 52px;
	line-height: 52px;
	text-decoration: none;
	color: #023256;
	font-size: 16.5px;
	padding: 0 18px 0 6px;
	font-weight: bold;
}
.gnaviMenu li a:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 11px;
	background: url(../images/common.png) no-repeat -512px 0;
	right: 0;
	top: 50%;
	margin-top: -6px;
}

.gnaviMenu li a.selected,
.gnaviMenu li a:hover {
	border-bottom: solid 4px #044077;	
}

.gnavi .areaSelection {
	width: 247px;
	float: right;
	padding-top: 7px;
}

.gnavi .areaSelection li {
	float: left;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 1.8;
}

.gnavi .areaSelection li.sep {
	padding: 0 5px;	
}

.gnavi .areaSelection li.newRow {
	clear: left;
	float: left;
}

.gnavi .areaSelection li a {
	color: #4d4d4d;
	font-weight: bold;
}

/***********************************
 フッター
************************************/
.footerAbout {
	background: #0b4c87;
}
.footerAbout .container {
	width: 965px;
	margin: 0 auto;
	padding: 40px 0 25px 0;
	color: #fff;	
}

.footerAbout .ttl {
	font-weight: bold;
	font-size: 1.0em;
	padding-left: 4px;
	border-left: solid 5px #fff;
	line-height: 1.2;
	margin-bottom: 10px;	
}

.footerAbout .desc {
	font-size: 0.90em;
	line-height: 1.6;	
}

footer {
	background: #044077;	
}
footer .container {
	width: 945px;
	margin: 0 auto;
	padding: 40px 30px 38px 10px;
	color: #fff;
}

.footerLinkNavi {
	width: 100%;
	font-weight: bold;
	margin-bottom: 14px;
}
.footerLinkNavi dt {
	float:left;
	position: relative;
	width: 146px;
	padding-left: 12px;
}

.footerLinkNavi dt:before {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 7px;
	border-color: transparent transparent transparent #fff;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.footerLinkNavi dd {
	margin-left: 158px;
}

.footerLinkNavi dd ul li {
	float: left;	
}
.footerLinkNavi dd ul li.sep {
	font-weight: normal;
	padding: 0 4px;	
}

.footerLinkNavi dd ul li a {
	color: #fff;
}

.footerLinkNavi dd ul li a:hover {
	color: #f8af3c;	
}

footer .partnerListTtl {
	margin: 25px 0 17px 0;
	font-weight: bold;
    padding-left: 4px;
    border-left: solid 5px #fff;
    line-height: 1.1;	
	padding-top: 1px;
}

.footerIPLogo {
	border-bottom: solid 1px #fff;
	padding-bottom: 27px;	
}

.footerIPLogo li {
	float: left;
	margin: 0 10px 10px 0;	
}

.footerIPLogo li a {
	display: block;
}
.footerIPLogo li a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);/* ie 6 7 */
	-ms-filter: "alpha(opacity=90)";/* ie 8 */		
}
.footerIPLogo li a img {
	display: block;
	width: 142px;
	height: 60px;	
}

footer .disclaimer {
	font-size: 0.86em;
	padding: 10px 0;
	line-height: 1.4;	
}

.footerLinks {
	padding: 10px 0 38px 0;
	font-size: 0.96em;
}
.footerLinks a {
	color: #fff;	
}
.footerLinks a:hover {
	color: #f8af3c;
}

.footerLinks li.sep {
	padding: 0 4px;
}

.footerLinks .leftLinks {
	float: left;	
}
.footerLinks .leftLinks li {
	float: left;	
}

.footerLinks .rightLinks {
	float: right;	
}
.footerLinks .rightLinks li {
	float: right;	
}

.footerNiftyLogo {
	float: left;	
}
.footerNiftyLogo li {
	float: left;
	margin-right: 5px;	
}

.footerNiftyLogo li a {
	display: block;
	white-space: nowrap;
  	text-indent: 100%;
  	overflow: hidden;
	height: 15px;
	background: url(../images/common.png) no-repeat;
}

.footerNiftyLogo li a.niftyTop {
	width: 87px;
	background-position: -321px 0;
}
.footerNiftyLogo li a.regiNifty {
	width: 100px;
	background-position: -410px 0;	
}

.footerBtmLinks .rightLinks {
	float: right;
	font-size: 0.96em;
}
.footerBtmLinks .rightLinks li {
	float: right;	
}
.footerBtmLinks .rightLinks li.sep {
	padding: 0 8px;	
}
.footerBtmLinks .rightLinks li a {
	color: #fff;	
}
.footerBtmLinks .rightLinks li a:hover {
	color: #f8af3c;
}

footer .copyright {
	float: right;
	font-size: 0.96em;	
}

/***********************************
 転職トップ
************************************/
/*-- トップタイトル領域 --*/
.topTtlArea {
	background: #247bb4 url(../images/top_back.png) no-repeat center 0;
	min-height: 240px;
}

.topTtlArea .container {
	position: relative;
	padding-top: 36px;
	position: relative;
	width: 985px;
	margin: 0 auto;
}

.topTtlArea .container .rightContent {
	float: right;
	width: 434px;	
}

.topTtlArea .topIPLogo li {
	float: left;
	margin: 0 6px 6px 0;	
}

.topTtlArea .topIPLogo img {
	width: 80px;
	height: 34px;
	vertical-align: bottom;	
}

.topTtlArea .counterDisp {
	padding-top: 7px;	
}

.topTtlArea .counterDisp .caption {
	float: left;
	width: 85px;
	background: #ed1c24;
	color: #fff;
	font-size: 0.86em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 2px 0;
	position: relative;
}
.topTtlArea .counterDisp .caption.num {
	display: inline-block;
	padding: 0 1px;
}

.topTtlArea .counterDisp .caption:after {
	content: " ";
	display: block;
	position: absolute;	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #ed1c23;
	right: -4px;
	top: 50%;
	margin-top: -4px;
}

.topTtlArea .counterDisp .disp {
	float: right;
	width: 338px;
	color: #fff;	
	font-weight: bold;
	line-height: 1.3;
}

.topTtlArea .counterDisp .disp .num {
	display: inline-block;
	padding: 0 3px;
	color: #fab03b;
	font-size: 1.06em;
}

.topTtlArea .counterDisp .disp .sub {
	display: inline-block;
	padding: 0 3px 0 1px;
	font-size: 0.90em;
}

.topTtlArea .counterDisp .disp .updated {
	font-size: 0.86em;	
}

.topTtlArea h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 340px;
	height: 157px;
	background: url(../images/title_catch.png) no-repeat 0 0;
	position: absolute;
	top: 35px;
	left: 180px;
}

.topTtlArea .updateMark {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 150px;
	height: 154px;
	background: url(../images/common.png) no-repeat 0 0;
	position: absolute;
	top: 34px;
	left: 10px;
}

/*-- 一発検索 --*/
.quickSearchRect.upper {
	background: #0f6097;
}
.quickSearchRect.lower {
	background: #247bb4;	
}

.quickSearchRect .container {
	width: 965px;
	padding: 25px 10px;
	margin: 0 auto;
}
.quickSearchRect.lower .container {
	padding: 21px 10px 29px 10px;	
}

.quickSearchForm .inputBox {
	float: left;
	position: relative;
	display: block;
	width: 324px;
	height: 58px;
	background: #fff;
	text-decoration: none;
	text-align: center;
	border: solid 1px #f3f5f6;
	border-radius: 5px;
	color: #333333;
	font-weight: bold;
	font-size: 1.74em;
	line-height: 58px;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,.20);
	padding: 0 30px;
}
.quickSearchForm .inputBox:hover {
	background: #F7931E;
	border: solid 1px #F7931E;
	color: #fff;
}


.quickSearchForm .inputBox:after {
	content: " ";
	display: block;
	position: absolute;	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #f7921e transparent transparent transparent;;
	right: 13px;
	top: 50%;
	margin-top: -5px
}

.quickSearchForm .inputBox:hover:after {
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;;
}

.quickSearchForm .inputBox span {
	display: block;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}

.quickSearchForm .label {
	display: block;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: url(../images/common.png) no-repeat -217px -28px;
	margin: 20px 13px 0 13px;	
}

.quickSearchForm .searchBtn {
	display: block;
	float: right;
	width: 111px;
	height: 60px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	background: #f15a24;
	border-radius: 5px;
	line-height: 60px;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,.20);
}
.quickSearchForm .searchBtn:hover {
	background: #f58c66;	
}

.quickSearchForm .searchBtn span {
	display: inline-block;
	position: relative;
	padding-left: 25px;	
}

.quickSearchForm .searchBtn span:before {
	content: " ";
	display: block;
	position: absolute;
	width: 22px;
	height: 21px;
	background: url(../images/common.png) no-repeat -565px 0;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.quickSearchRect .desc {
	position: relative;
	padding-bottom: 11px;
}

.quickSearchRect .desc .updateMark {
	float: left;
	width: 63px;
	height: 66px;
	background: url(../images/common.png) no-repeat -152px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.quickSearchRect .desc .txt {
	float: right;
	width: 888px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6;
	padding-top: 4px;	
}

/*-- メインカラム --*/
#main {
	background: #f7f5f2;	
}

#main > .container {
	width: 965px;
	padding: 40px 10px 60px 10px;
	margin: 0 auto;
	position: relative;
}
#main > .container.hasBreadCrumb {
	padding-top: 20px;	
}

.leftMainCol {
	float: left;
	width: 690px;	
}
.layout2colNotTop .leftMainCol {
	width: 755px;	
}

.rightSideCol {
	float: right;
	width: 265px;	
}
.layout2colNotTop .rightSideCol {
	width: 200px;	
}

.contentsBox {
	background: #fff;
	border: solid 1px #f3f2f2;
	border-top: none;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	position: relative;
}

.contentsBox h2 {
	background: #044077;
	color: #fff;
	font-weight: bold;
	font-size: 1.14em;
	line-height: 1.2;
	text-align: center;
	padding: 14px 0;
	position: relative;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.15);
}
.contentsBox h2 span {
	display: inline-block;
	position: relative;
	padding-left: 28px;
}
.contentsBox h2 span:before {
	content: " ";
	display: block;
	position: absolute;
	background: url(../images/common.png) no-repeat;
	left: 0;
	top: 50%;
}

.contentsBox.category h2 span:before,
.contentsBox.category2 h2 span:before {
	width: 18px;
	height: 20px;
	background-position: -670px 0;	
	margin-top: -11px;
}

.contentsBox h2:after {
	content: " ";
	display: block;
	width: 22px;
	height: 8px;
	background: url(../images/common.png) no-repeat -239px -28px;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: -7px;
	z-index: 2;
}

.contentsBox h2.alLeft:after {
	left: 70px;
	margin-left: 0;	
}

.contentsBox.category h2:after {
	content: none;
	background: none;
}

/*-- 職種から探すの上位8カテゴリ --*/
.mainCategoryListWrap {
	position: relative;
	z-index: 3;
}
.mainCategoryListWrap:after {
	content: " ";
	display: block;
	width: 22px;
	height: 8px;
	background: url(../images/common.png) no-repeat -239px -28px;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	top: -1px;
	z-index: 3;
}

.mainCategoryList {
	position: relative;
}

.mainCategoryList li {
	float: left;
	position: relative;
	width: 50%;
}

.hvrLink {
	cursor: pointer;
}

.mainCategoryList li:before {
	content: " ";
	display: block;
	width: 12px;
	height: 18px;
	background: url(../images/common.png) no-repeat -521px 0;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -9px;
}

.mainCategoryList li .borderOuter {
	border-bottom: solid 1px #e8e8e8;
	position: relative;
}
.mainCategoryList li .borderOuter.right {
	border-left: solid 1px #e8e8e8;
}

.mainCategoryList li .borderOuter:before,
.mainCategoryList li .borderOuter:after,
.mainCategoryList li .borderInner:before,
.mainCategoryList li .borderInner:after {
	background-color: #000;
	content: '';
 	display: block;
 	position: absolute;
 	z-index: 1;
 	transition: all .4s ease;
	-ms-transition: all .4s ease;	
 	-webkit-transition: all .4s ease;
}

.mainCategoryList li .borderInner {
	position: relative;	
}

/* 左上へ配置 */
.mainCategoryList li .borderOuter:after {
	height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.mainCategoryList li .borderOuter:before {
	bottom: -1px;
	height: 1px;
	right: -1px;
	width: 0px;
}
/* 左下へ配置 */
.mainCategoryList li .borderInner:after {
	bottom: -1px;
	height: 0px;
	left: -1px;
	width: 1px;
}
/* 右下へ配置 */
.mainCategoryList li .borderInner:before {
	height: 0px;
	right: -1px;
	right: 0\9;
	top: -1px;
	width: 1px;
}


.mainCategoryList.hoverB li .borderOuter:before,
.mainCategoryList.hoverB li .borderOuter:after,
.mainCategoryList.hoverB li .borderInner:before,
.mainCategoryList.hoverB li .borderInner:after {
	background-color: #FBB03B;
	content: '';
 	display: block;
 	position: absolute;
 	z-index: 1;
 	transition: all .4s ease;
	-ms-transition: all .4s ease;	
 	-webkit-transition: all .4s ease;
}

.mainCategoryList.hoverB li .borderInner {
	position: relative;	
}

/* 左上へ配置 */
.mainCategoryList.hoverB li .borderOuter:after {
	height: 4px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.mainCategoryList.hoverB li .borderOuter:before {
	bottom: -1px;
	height: 4px;
	right: -1px;
	width: 0px;
}
/* 左下へ配置 */
.mainCategoryList.hoverB li .borderInner:after {
	bottom: -1px;
	height: 0px;
	left: -1px;
	width: 4px;
}
/* 右下へ配置 */
.mainCategoryList.hoverB li .borderInner:before {
	height: 0px;
	right: -1px;
	right: 0\9;
	top: -1px;
	width: 4px;
}

.mainCategoryList li .borderOuter:hover:after,
.mainCategoryList li .borderOuter:hover:before {
  width: 100%;
  width: calc(100% + 1px);
}
.mainCategoryList li .borderInner:hover:after,
.mainCategoryList li .borderInner:hover:before {
  height: 100%;
  height: calc(100% + 1px);
}

.mainCategoryList li:hover {
	background: #fff\9;	
}


.mainCategoryList li .boxOuter {
	height: 120px;
	position: relative;	
}

.mainCategoryList li .boxOuter:before {
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/common.png) no-repeat;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -25px;
}

.mainCategoryList li .boxOuter.ctg1:before {
	background-position: -321px -22px;
}
.mainCategoryList li .boxOuter.ctg2:before {
	background-position: -373px -22px;
}
.mainCategoryList li .boxOuter.ctg3:before {
	background-position: -425px -22px;
}
.mainCategoryList li .boxOuter.ctg4:before {
	background-position: -477px -22px;
}
.mainCategoryList li .boxOuter.ctg5:before {
	background-position: -529px -22px;
}
.mainCategoryList li .boxOuter.ctg6:before {
	background-position: -581px -22px;
}
.mainCategoryList li .boxOuter.ctg7:before {
	background-position: -685px -22px;
	
}
.mainCategoryList li .boxOuter.ctg8:before {
	background-position: -633px -22px;
}

.mainCategoryList li .boxInner {
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	padding: 0 30px 0 80px;	
}

.mainCategoryList li .ttl {
	color: #343434;
	font-size: 1.66em;
	text-decoration: none;	
	line-height: 1.2;
}

.mainCategoryList li .sub {
	color: #044077;
	width: 225px;
	font-weight: bold;
	font-size: 1.1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mainCategoryList.long li .sub {
	width: 250px;
}

/*-- 下位カテゴリーリスト --*/
.subCategoryList {}
.subCategoryList li {
	float: left;
	width: 50%;
	height: 95px;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-ms-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: color, background-color;
	-ms-transition-property: color, background-color;
	transition-property: color, background-color;
}
.subCategoryList li:hover {
	background-color: #ffefc7;	
}

.subCategoryList li:after {
	content: " ";
	display: block;
	width: 9px;
	height: 14px;
	background: url(../images/common.png) no-repeat -263px -28px;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -7px;	
}

.subCategoryList li .boxInner {
	display: table-cell;
	height: 95px;
	vertical-align: middle;
	padding: 0 30px 0 30px;
}

.subCategoryList li .ttl {
	color: #343434;
	font-size: 1.2em;
	width: 270px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.subCategoryList.long li .ttl {
	width: 300px;
}

.subCategoryList li .sub {
	color: #044077;
	width: 270px;
	font-weight: bold;
	font-size: 0.96em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subCategoryList.long li .sub {
	width: 300px;
}

/*-- 勤務地から探す --*/
.layoutMainInner2Col .mainInnerLeftCol {
	float: left;
	width: 340px;	
}
.layoutMainInner2Col .mainInnerRightCol {
	float: right;
	width: 340px;	
}

.contentsBox.area h2 span:before {
	width: 20px;
	height: 20px;
	background-position: -648px 0;	
	margin-top: -11px;
}

.contentsBox.area {
	min-height: 662px;
}

.areaLinkList {
	padding: 30px 25px 0 25px;	
}

.areaLinkList .areaName {
	font-weight: bold;
	font-size: 1.14em;
	padding-bottom: 2px;
}
.areaLinkList .areaName a {
	color: #000;	
}

.areaLinkList .prefList {
	padding-bottom: 15px;	
	font-size: 1.10em;
}

.areaLinkList .prefList li {
	float: left;	
}
.areaLinkList .prefList li.sep {
	color: #e2e2e2;
	padding: 0 5px;	
}

/*-- 特集から探す --*/
.contentsBox.contents h2 span:before,
.contentsBox.contents2 h2 span:before,
.contentsBox.features h2 span:before {
	width: 20px;
	height: 20px;
	background-position: -690px 0;	
	margin-top: -11px;
}

.contentsBox.contents {
	height: 449px;
	margin-bottom: 15px;
}

.verticalItemSliderWrap {
	padding: 13px 9px 0 9px;	
}

.verticalItemSliderOuter {
	height: 270px;
	margin: 5px 0 5px 0;	
	position: relative;
	overflow-y: hidden;
}

#vSliderUp,
#vSliderDown {
	display: block;
	height: 28px;
	position: relative;
	border: solid 1px transparent;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
}

#vSliderUp.scrollable,
#vSliderDown.scrollable {
	cursor: pointer;
	border: solid 1px #fbb84e;
	border-radius: 3px;
}

#vSliderUp.scrollable:hover,
#vSliderDown.scrollable:hover {
	background: #fbb84e;	
}

#vSliderUp.scrollable:after,
#vSliderDown.scrollable:after {
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -3px;
}

#vSliderUp.scrollable:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #f7921e transparent;	
}

#vSliderDown.scrollable:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #f7921e transparent transparent transparent;
}

#vSliderUp.scrollable:hover:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #fff transparent;	
}

#vSliderDown.scrollable:hover:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

#verticalItemSlider {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;	
}

#verticalItemSlider li {
	height: 62px;
	padding: 14px 10px;	
	
}

#verticalItemSlider li .imgWrap {
	float: left;
	width: 60px;	
}
#verticalItemSlider li .imgWrap img {
	vertical-align: top;	
}

#verticalItemSlider li .content {
	float: right;
	width: 230px;	
}

#verticalItemSlider li .content .ttl {
	display: block;
	line-height: 1.0;
	padding-top: 2px;
	padding-bottom: 7px;
	font-size: 1.04em;
	font-weight: bold;
	width: 230px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#verticalItemSlider li .content .desc {
	line-height: 1.3;	
}

/*-- キーワードから探す --*/
.contentsBox.keyword h2 span:before {
	width: 19px;
	height: 20px;
	background-position: -589px 0;	
	margin-top: -11px;
}

.contentsBox.keyword {
	height: 197px;
	margin-bottom: 15px;
}

.contentsBox.keyword  .keywordSearchWrap {
	padding: 30px 19px 10px 19px;	
}

.contentsBox.keyword  .keywordSearchBox {
	display: block;
	float: left;
	width: 188px;
	border: solid 4px #aeaeae;
	border-radius: 5px;
	height: 42px;
	line-height: 1;
	padding: 0 13px;
	font-size: 1.1em;
}

.contentsBox.keyword .keywordSearchBtn {
	display: block;
	float: right;
	width: 72px;
	background: #f15a24;
	border: none;
	border-radius: 5px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}
.contentsBox.keyword .keywordSearchBtn:hover {
	background: #f58c66	;
}

.contentsBox.keyword .hotKeywordsWrap {
	padding: 0 10px 0 19px;	
}

.contentsBox.keyword .hotKeywordsWrap .label {
	float: left;
	width: 85px;
	background: #4d4d4d;
	color: #fff;
	font-size: 0.86em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 2px 0;
	position: relative	
}
.contentsBox.keyword .hotKeywordsWrap .label:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #4d4d4d;
	right: -4px;
	top: 50%;
	margin-top: -4px;
}

.contentsBox.keyword .hotKeywordsWrap .hotKeywords {
	float: right;
	width: 210px;
	line-height: 1.4;
	font-size: 0.94em;
}

.contentsBox.keyword .hotKeywordsWrap .hotKeywords li {
	float: left;
	margin-right: 14px;	
}

/*-- 業種から探す --*/
.contentsBox.industry h2 span:before {
	width: 14px;
	height: 20px;
	background-position: -632px 0;	
	margin-top: -11px;
}

.contentsBox.industry .industryLinkList {
	padding: 25px 30px;	
}

.contentsBox.industry .industryLinkList li {
	float: left;
	width: 50%;
	padding-bottom: 7px;
}

.contentsBox.industry .industryLinkList li .name {
	font-size: 1.04em;	
}

.contentsBox.industry .industryLinkList li .num {
	display: inline-block;
	font-size: 0.80em;
	color: #909090;
	padding: 0 5px 0 5px;	
}

/*-- 配信サイト別に探す --*/
.contentsBox.site h2 span:before {
	width: 20px;
	height: 20px;
	background-position: -610px 0;	
	margin-top: -11px;
}

.partnerSiteIPLogo {
	padding: 30px 0 22px 25px;
}

.partnerSiteIPLogo li {
	float: left;
	margin: 0 9px 8px 0;
	border: solid 1px #bbbbbb;
}

.partnerSiteIPLogo li a {
	display: block;	
}
.partnerSiteIPLogo li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);/* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */	
}

.partnerSiteIPLogo li img {
	display: block;
	width: 142px;
    height: 60px;	
}

/*--  前回の検索条件から探す / 最近チェックした転職・求人情報 --*/
.subContentBox {
	background: #424a4c;
	padding: 10px 9px;
	margin-bottom: 20px;
}

.subContentBox h2 {
	color: #fff;	
	position: relative;
	margin-bottom: 6px;
}

.layout2colNotTop .subContentBox h2 {
	font-size: 0.76em;	
}

.subContentBox h2:before {
	content: " ";
	display: block;
	background: url(../images/common.png) no-repeat;
	position: absolute;
	left: 0;
}

.subContentBox h2.prev {
	padding-left: 23px;	
}
.subContentBox h2.prev:before {
	width: 17px;
	height: 20px;
	background-position: -731px 0;
	top: 50%;
	margin-top: -11px;
}
.layout2colNotTop .subContentBox h2.prev {
	padding-left: 16px;	
}
.layout2colNotTop .subContentBox h2.prev:before {
	width: 14px;
	height: 15px;
	background-position: -581px -74px;
	top: 50%;
	margin-top: -8px;
}

.subContentBox .prevCondDisp {
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 7px 38px 7px 18px;
	margin-bottom: 15px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
	position: relative;
}
.subContentBox .prevCondDisp.hvrFade:hover {
	background-color: #eff6f9;
}
.layout2colNotTop .subContentBox .prevCondDisp {
	padding-right: 18px;	
}

.subContentBox .prevCondDisp:after {
	content: " ";
    display: block;
    width: 9px;
    height: 14px;
    background: url(../images/common.png) no-repeat -263px -28px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;	
}
.layout2colNotTop .subContentBox .prevCondDisp:after {
	content: none;
	background: none;	
}

.subContentBox h2.checked {
	padding-left: 23px;	
}
.subContentBox h2.checked:before {
	width: 17px;
	height: 19px;
	background-position: -712px 0;
	top: 50%;
	margin-top: -10px;
}

.layout2colNotTop .subContentBox h2.checked {
	padding-left: 16px;	
}
.layout2colNotTop .subContentBox h2.checked:before {
	width: 14px;
	height: 11px;
	background-position: -597px -75px;
	top: 50%;
	margin-top: -6px;
}

.verticalListItems {
	background: #fff;	
}

.subContentBox .verticalListItems {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
}

.verticalListItems > li {
	border-top: solid 1px #e6e6e6;
	padding: 15px 20px 10px 20px;
}
.verticalListItems.headerMenuItems > li {
	padding: 15px 30px 10px 20px;	
}
.layout2colNotTop .verticalListItems > li {
	padding: 15px 10px 7px 10px;	
}

.verticalListItems > li:first-child {
	border-top: none;
}

.subContentBox .verticalListItems > li:first-child {
	border-radius: 5px 5px 0 0;
}
.subContentBox .verticalListItems > li:last-child {
	border-radius: 0 0 5px 5px;
}

.verticalListItems .name {
	font-weight: bold;
	font-size: 0.90em;
	line-height: 1.2;
	position: relative;
	padding-left: 13px;
	padding-bottom: 5px;
}
.verticalListItems .name:before {
	content: " ";
    display: block;
    width: 8px;
    height: 10px;
    background: url(../images/common.png) no-repeat -274px -28px;
    position: absolute;
    left: 0;
    top: 2px;
}

.verticalListItems .ttl {
	display: block;
	line-height: 1.5;
	font-size: 1.04em;
	padding-bottom: 9px;
}

.verticalListItems > li:hover .ttl {
	text-decoration: none;
	color: #1a5083;
}

.verticalListItems .contentWrap {
	display: table;
	width: 100%;	
}

.verticalListItems .contentWrap .content {
	display: table-cell;	
	vertical-align: top;
}

.verticalListItems .contentWrap .imgWrap {
	display: table-cell;
	width: 60px;
	margin-left: 6px;
	vertical-align: top;
}

.verticalListItems .contentWrap .imgWrap img {
	display: block;
	max-width: 60px;	
}

.verticalListItems .contentWrap .content li {
	font-size: 0.90em;
	font-weight: bold;
	width: 207px;
	overflow: hidden;
    white-space: nowrap;	
	text-overflow: ellipsis;
}
.verticalListItems .contentWrap.hasImg .content li {
	width: 141px;
}
.verticalListItems.headerMenuItems .contentWrap .content li {
	width: 222px;	
}
.verticalListItems.headerMenuItems .contentWrap.hasImg .content li {
	width: 156px;	
}

.verticalListItems .contentWrap .content li .label {
	font-weight: normal;
	color: #7d7f7f;
	display: inline-block;
	padding-right: 2px;
}
.verticalListItems .contentWrap .content li .label.siteFrom {
	font-size: 0.84em;	
}

.verticalListItems .contentWrap .content li strong {
	color: #ed0810;	
}

.verticalListItems div.siteFrom {
	margin-top: 5px;
	text-align: right;
	color: #7d7f7f;
	font-size: 0.84em;
}

.verticalListItems div.siteFrom span {
	display: inline-block;
	padding-right: 4px;
	padding-top: 2px;	
}

.subContentBox h2.recommend {
	padding-left: 33px;	
}
.subContentBox h2.recommend:before {
	width: 28px;
	height: 40px;
	background-position: -152px -119px;
	top: -16px;
}
.layout2colNotTop .subContentBox h2.recommend {
	padding-left: 24px;
	font-size: 0.90em;
}
.layout2colNotTop .subContentBox h2.recommend:before {
	width: 26px;
	height: 35px;
	background-position: -360px -106px;
	top: -16px;
	left: -4px;
}

/*-- 新着転職・求人情報 --*/
.subContentBox.new {
	background: transparent url(../images/tile_ptn1.png) repeat 0 0;	
}

.subContentBox.new h2 {
	padding-left: 34px;	
}

.subContentBox.new h2:before {
	width: 45px;
	height: 50px;
	background-position: -152px -68px;
	top: -21px;
	left: -15px;	
}
.layout2colNotTop .subContentBox.new h2 {
	padding-left: 23px;
	font-size: 0.86em;
	line-height: 1.4;
}

.layout2colNotTop .subContentBox.new h2:before {
	width: 38px;
	height: 37px;
	background-position: -388px -106px;
	top: -21px;
	left: -15px;	
}

/***********************************
 ヘッダーメニュー表示状態
************************************/
.headerMenuItems {
	position: absolute;
	z-index: 5;
	top: 49px;
	max-height: 411px;
	width: 272px;
	overflow-y: scroll;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.15), 1px 1px 1px 1px rgba(0,0,0,.15);
	display: none;
}

.headerMenuItems.recentList {
	right: 303px;	
}

.headerMenuItems.prevCond {
	right: 152px;	
}

.headerMenuItems.favorite {
	right: 0;	
}

.prevCondList {
	background: #fff;	
}

.prevCondList li {
	border-top: solid 1px #e6e6e6;
}
.prevCondList li:first-child {
	border-top: none;	
}

.prevCondList li a {
	display: block;
	position: relative;
	padding: 10px 45px 10px 20px;	
}

.prevCondList li a:after {
	content: " ";
	display: block;
	width: 9px;
	height: 14px;
	background: url(../images/common.png) no-repeat -263px -28px;
	position: absolute;
	right: 23px;
	top: 50%;
	margin-top: -7px;	
}

/***********************************
 大画面時表示サイドバー
************************************/
aside {
	display: none;
	position: absolute;
	width: 200px;
	top: 40px;
	right: -200px;	
}
.container.hasBreadCrumb aside {
	top: 20px;
}
aside.result {
	right: -210px;	
}

.asideContentsBox {
	background: #fff;
	border: solid 1px #f1efec;
	border-top: none;
	border-radius: 3px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15);
	margin-bottom: 20px;
}

.asideContentsBox h3 {
	color: #023256;
	padding: 12px 14px;
}

.asideContentsBox .appBanners {
	padding: 0 10px 10px 10px;	
}

.asideContentsBox .appBanners li {
	margin-bottom: 10px;
}
.asideContentsBox .appBanners li a {
	display: block;
}
.asideContentsBox .appBanners li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);/* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";/* ie 8 */		
}
.asideContentsBox .appBanners li a img {
	display: block;
	width: 100%;
	vertical-align: bottom;	
}

.asideContentsBox.contents h3 {
	padding: 16px 14px 14px 14px;
	position: relative;
}

.asideContentsBox.contents h3:before {
	content: " ";
	display: block;
	height: 4px;
	width: 200px;
	background: url(../images/aside_border.png) repeat-x 0 0;
	position: absolute;
	top:0;
	left: -1px;	
}

.asideContentsList li {
	border-top: solid 1px #e6e6e6;
	padding: 10px 15px 12px 15px;
}

.asideContentsList .ttl {
	display: block;
	padding-bottom: 8px;	
}
.asideContentsList li:hover .ttl {
	text-decoration: none;
	color: #1a5083;
}

.asideContentsList .imgWrap {
	float: left;
	width: 50px;	
}

.asideContentsList .imgWrap img {
	width: 50px;	
}

.asideContentsList .content {
	float: left;
	width: 95px;
	padding-left: 10px;
	font-size: 0.86em;
	line-height: 1.3;
}

/***********************************
 検索結果
************************************/
/*-- サブヘッダ --*/
.subHeader {
	background: #e5e1dc;	
}
.subHeader .container {
	width: 965px;
 	margin: 0 auto;
	padding: 5px 0 5px 0;
	display: table;
}

.subHeader .ttlWrap {
	display: table-cell;
	vertical-align: middle;	
}

.subHeader .ttlWrap .innerWrap {
	width: 483px;
	display: table;	
}

.subHeader .updateWrap {
	display: table-cell;
	width: 38px;
	height: 38px;	
	vertical-align: middle;
}

.subHeader .updateMark {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 38px;
	height: 38px;
	background: url(../images/common.png) no-repeat -215px -74px;	
	vertical-align: middle;
}

.subHeader .ttl {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
	font-size: 13px;
	width: auto;
}

.subHeaderIPLogo {
	display: table-cell;
	vertical-align: middle;
	width: 480px;
	padding-top: 3px;
	margin-right: -3px;	
}

.subHeaderIPLogo li {
	float: left;
	margin: 0 3px 3px 0;	
}

.subHeaderIPLogo li img {
	display: block;
	width: 45px;
	height: 19px;	
}

/*-- パンくずナビ --*/
#breadCrumbNav {
	width: 963px;
	margin: 0 auto;
	padding: 3px 1px 0 1px;
}

#breadCrumbNav li {
	display:inline;
	font-size:0.80em;
	color: #646463
}

#breadCrumbNav li.sep {
	display: inline-block;
	padding-left: 5px;
	font-size: 0.74em;
}

#breadCrumbNav li a {
      font-weight: bold;
}

/*-- 中央カラム--*/
.mainRightCol {
	float: right;
	width: 740px;
	padding-bottom: 85px;
}
.mainRightCol.nohit {
	padding-bottom: 30px;	
}

.resultTtl {
	position: relative;
	background: #247bb4 url(../images/result_title_back.png) no-repeat right bottom;
	border-left: solid 10px #023256;
	color: #fff;
	font-size: 1.3em;
	padding: 20px 12px;	
	font-weight: normal;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.15);
}
.resultTtl strong {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 5px;
}

.searchCondDisp {
	background: #e5e1dc;
	padding: 5px 8px;	
}

.searchCondDisp .label {
	position: relative;
	float: left;
	color: #044077;
	font-size: 0.90em;
	font-weight: bold;
	padding-left: 23px;
	padding-right: 9px;
}
.searchCondDisp .label:before {
	content: " ";
	display: block;
	width: 15px;
	height: 11px;
	background: url(../images/common.png) no-repeat -255px -50px;
	position: absolute;
	top: 4px;
	left: 0;
}

.changeCondBtnMin {
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	background: #fff;
	border-radius: 4px;
	color: #333333;
	font-size: 0.84em;
	font-weight: bold;
	padding: 0 20px 0 15px;
	position: relative;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.changeCondBtnMin:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #f7921e transparent transparent transparent;	
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 7px;
}

.changeCondBtnMin:hover {
	background: #f7921e;
	color: #fff;
}
.changeCondBtnMin:hover:after {
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #fff transparent transparent transparent;	
}

.searchCondDisp .changeCondBtnMin {
	float: left;
	margin-right: 10px;	
}

.searchCondDisp .conds {
	color: #6b6a68;
	float: left;
	width: 520px;
	font-size: 0.86em;
}

/*-- 検索結果上部 --*/
.searchResultHeader {
	padding: 10px 0 12px 0;	
}

.searchResultHeader .upper  .selectorWrap {
	position: relative;
	float: right;
	width: 94px;
}

select.customType1 {
	width: 94px;	
}

.searchResultHeader .upper .label {
	float: right;
	padding-right: 4px;
	font-size: 0.80em;
	color: #5a5a59;
	padding-top: 2px;
}

.customSelect.customType1 { 
	background: #fff url(../images/select_ctrl2.png) no-repeat right center;
	border: solid 1px #b3b3b3;
	height: 20px;
	line-height: 20px;
	padding-left: 6px;
	color: #5a5a59;
	font-size: 0.80em;
}
.customSelectHover.customType1 {
	background: #fff url(../images/select_ctrl2_hover.png) no-repeat right center;
	border: solid 1px #044077;	
}

.searchResultHeader .lower .counter,
.searchResultBottom counter {
	float: left;
	color: #5a5a59;
	font-size: 0.94em;
	padding-right: 10px;
	line-height: 1.2;
}

.searchResultHeader .lower {
	padding-top: 10px;	
}

.searchResultHeader .lower .counter .num,
.searchResultBottom .counter .num {
	color: #ed1c24;
	font-weight: bold;
	font-size: 2.0em;	
}

.searchResultHeader .lower .selectorWrap {
	float: left;
	padding-top: 6px;
	width: 95px;	
}

/*-- .pager --*/
.pager {
	padding-top: 6px;
	float: right;	
}

.pager a,
.pager span {
	display: inline-block;
	margin: 0 2px;
	height: 20px;
	line-height: 20px;
	font-size: 0.80em;
}

.pager a.prev {
	margin: 0 8px 0 0;	
}
.pager a.next {
	margin: 0 0 0 8px;
}

.pager a {
	background: #fff;
	padding: 0 4px;
	border: solid 1px #cccccc;	
}
.pager a:hover {
	background: #eff6f9;	
}

.pager span {
	color: #000;
	font-weight: bold;
	border: solid 1px transparent;
	padding: 0 5px;	
}

/*-- 検索結果リスト --*/
.searchResultList {}

.searchResultList > li {
	background: #fff;
	border: solid 1px #c4c2c0;
	border-top: none;
	margin-top: 28px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.10);
}

.searchResultList > li:first-child {
	margin-top: 0;	
}

.searchResultList .itemHeader {
	position: relative;
	border-top: solid 4px #4d4d4d;
	padding: 5px 0;
	border-bottom: solid 1px #e6e6e6;
}

.searchResultList .itemHeader mark {
	display: block;
	position: relative;
	float: left;
	height: 20px;	
	line-height: 20px;
	font-size: 0.76em;
	color: #fff;
	background: #ed1c24;
	font-weight: bold;
	padding: 0 14px 0 17px;
	top: -9px;
	margin-right: 5px;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.15);
}
.searchResultList .itemHeader mark:after {
	content: " ";
	display: block;
	width: 6px;
	height: 20px;
	background: url(../images/common.png) no-repeat -281px -50px;
	position: absolute;
	top: 0;
	right: -5px;
}

.searchResultList .itemHeader p {
	float: left;
	font-weight: bold;
	padding: 0 10px;
	font-size: 1.1em;
}

.searchResultList  .itemBody {
	padding: 10px 25px 25px 25px;	
}

.searchResultList  .itemBody .ttl {
	font-size: 1.46em;
	font-weight: bold;	
}

.searchResultList  .itemBody .features {
	padding-top: 10px;
	margin-bottom: -5px;
}
.searchResultList  .itemBody .features .notice {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	color: #f15a24;
	border: solid 1px #f15a24;
	font-size: 0.80em;
	padding: 0 8px;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 5px;
}

.searchResultList  .itemBody .features .feature {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	background: #eff6f9;
	border-radius: 3px;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 0.80em;
	margin-bottom: 5px;
}

.searchResultList  .itemBody .features .oiwaikin {
	display: inline-block;
	position: relative;
	border: solid 1px #ed1c24;
	height: 18px;
	line-height: 18px;
	color: #ed1c24;
	font-weight: bold;
	font-size: 0.80em;
	padding: 0 12px;
	margin-left: 40px;
	margin-bottom: 5px;
}

.searchResultList  .itemBody .features .oiwaikin:before {
	content: " ";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/common.png) no-repeat -294px -50px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: -32px;
}

.searchResultList  .itemBody .features .oiwaikin:after {
	content: " ";
	display: block;
	width: 7px;
	height: 8px;
	background: url(../images/common.png) no-repeat -272px -50px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -7px;	
}

.searchResultList  .itemBody .desc {
	padding-top: 10px;	
}

.searchResultList  .itemBody .desc p {
	font-size: 1.06em;
}
.searchResultList  .itemBody .desc p.hasImg {
	float: left;
	width: 545px;	
}

.searchResultList  .itemBody .desc img {
	float: right;
	width: 128px;	
}

.searchResultList  .itemBody .condTbl {
	width: 100%;
	margin-top: 14px;	
}

.searchResultList  .itemBody .condTbl th {
	font-size: 1.06em;
	padding: 8px 12px;
	width: 74px;
	border: solid 1px #cccccc;
	background: #fff9e9;
	vertical-align: top;
	font-weight: normal;
}

.searchResultList  .itemBody .condTbl td {
	font-size: 0.96em;
	padding: 7px 12px;
	border: solid 1px #cccccc;
	vertical-align: top;
}

.searchResultList  .itemBody .condBtm {
	padding-top: 8px;	
}

.searchResultList  .itemBody .condBtm .limit {
	float: left;
	font-size: 0.86em;
/*
	padding-top: 7px;
*/
}
.searchResultList  .itemBody .condBtm .from {
	float: right;
	font-size: 0.80em;	
}
.searchResultList  .itemBody .condBtm .from span {
	display: inline-block;
/*
	padding-top: 7px;
*/
	padding-right: 5px;
}

.searchResultList  .itemBody .toDatail {
	padding-top: 20px;
	padding-left: 135px;
}

.searchResultList  .itemBody .viewDetailBtn {
	display: block;
	float: left;
	background: #42ac3e;
	text-decoration: none;
	border-radius: 5px;
	width: 320px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	height: 50px;
	text-align: center;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
}
.searchResultList  .itemBody .viewDetailBtn:hover {
	background: #2d8e28;	
}

.searchResultList  .itemBody .viewDetailBtn span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-right: 17px;
	position: relative;	
}

.searchResultList  .itemBody .viewDetailBtn span:after {
	content: " ";
	display: block;
	width: 7px;
	height: 12px;
	background: url(../images/common.png) no-repeat -253px -74px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
}

.searchResultList  .itemBody .addFavorite {
	display: block;
	float: left;
	margin-right: 13px;
	border: solid 1px #e1e1e1;
	border-radius: 5px;
	height: 48px;
	width: 136px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 0.80em;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.10);
}
.searchResultList  .itemBody .addFavorite:hover {
	color: #333333;	
}

.searchResultList  .itemBody .addFavorite span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding-left: 27px;
	position: relative;	
}
.searchResultList  .itemBody .addFavorite span:before {
	content: " ";
	display: block;
	width: 23px;
	height: 18px;
	background: url(../images/common.png) no-repeat -401px -74px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;	
}
.searchResultList  .itemBody .addFavorite:hover span:before {
	background-position: -426px -74px;	
}

.searchResultList .itemBottom {
	border-top: solid 1px #e5e1dc;
	padding: 8px 25px;
	font-size: 	0.86em;
}

.searchResultList .itemBottom p {
	font-weight: bold;	
}

.searchResultList .itemBottom ul {
	padding-top: 5px;
}
.searchResultList .itemBottom ul li {
	float: left;	
}
.searchResultList .itemBottom ul li.sep {
	padding: 0 10px;
	color: #a9a9a9;
}

.searchResultBottom {
	padding-top: 16px;	
}

.searchResultBottom .counter {
	float: left;	
}
.searchResultBottom .pager {
	padding-top: 13px;	
}

/*-- 左カラム --*/
.sideLeftCol {
	float: left;
	width: 205px;
	padding-bottom: 85px;
}

.sideLeftCol .condBox {
	margin-bottom: 8px;	
	box-shadow: 1px 1px 1px rgba(0,0,0,.05);
}

.sideLeftCol .condBox .head {
	position: relative;
	background: #044077;
	padding: 0 5px 0 8px;
	height: 30px;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.15);
	z-index: 1;
}

.sideLeftCol .condBox .head .name {
	position: relative;
	float: left;
	font-weight: bold;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 22px;	
}

.sideLeftCol .condBox .head .changeCondBtnMin {
	float: right;
	margin-top: 5px;
}

.sideLeftCol .condBox .head .name:before {
	content: " ";
	display: block;
	background: url(../images/common.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 0;		
}

.sideLeftCol .condBox .head .name.jobs:before {
	width: 15px;
	height: 15px;
	background-position: -452px -74px;
	margin-top: -8px;
}
.sideLeftCol .condBox .head .name.area:before {
	width: 12px;
	height: 16px;
	background-position: -284px -28px;
	margin-top: -8px;
}
.sideLeftCol .condBox .head .name.industory:before {
	width: 14px;
	height: 16px;
	background-position: -469px -74px;
	margin-top: -8px;
}
.sideLeftCol .condBox .head .name.conds:before {
	width: 15px;
	height: 12px;
	background-position: -485px -74px;
	margin-top: -7px;
}

.sideLeftCol .condBox .body {
	background: #fff;
	border: solid 1px #e0dedb;
	border-top: none;
	padding: 12px 14px;	
}

.sideLeftCol .condBox .condsBody {
	background: #fff;
	border: solid 1px #e0dedb;
	border-top: none;	
}

.sideLeftCol .condBox .condItem {
	border-bottom: solid 1px #e0dedb;
	padding: 15px;
}

.sideLeftCol .condBox .condItem .label {
	color: #333333;
	font-weight: bold;
	border-left: solid 5px #044077;
	padding-left: 5px;
	line-height: 1.0;
	margin-bottom: 10px;	
}

.sideLeftCol .condBox select {
	width: 100%;	
}

.customSelect.customType2 { 
	background: #fff url(../images/select_ctrl1.png) no-repeat right center;
	border: solid 1px #b3b3b3;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	font-size: 0.96em;
	color: #c3c3c3;
}
.customSelectHover.customType2 {
	background: #fff url(../images/select_ctrl1_hover.png) no-repeat right center;
	border: solid 1px #044077;	
}

select.selected + .customSelect.customType2 {
	color: #333333;
	font-weight: bold;
}

.scCondCheckList {
	margin: 0 -15px;	
}

.scCondCheckList li:hover {
	background: #eff6f9;
	color: #194465;
}
.scCondCheckList li:hover .customCheck {
	background-position: -705px -111px
}
.scCondCheckList li:hover .customCheck.checkOn {
	background-position: -678px -141px;
}
.scCondCheckList li:hover .customCheck.disabled {
	background-position: -623px -213px;	
}

.scCondCheckList li {
	line-height: 1.2;
	padding: 4px 15px 4px 15px;
}
.scCondCheckList li .checkOn {
	color: #333333;
	font-weight: bold;	
}

.scCondKeyword {
	-webkit-appearance:	none;
	border: solid 2px #b3b3b3;
	border-radius: 3px;
	height: 36px;
    line-height: 1;
	width: 169px;
	width: 155px\9;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.90em;
}

.sideLeftCol .condBox .condClear {
	text-align: center;
	padding: 15px 0;	
}
.sideLeftCol .condBox .condClear a {
	color: #007bbf;
	font-weight: bold;	
}

#floatChangeCondBtn {
	position: fixed;
	z-index: 10;
	top: 0;
	display: block;
	display: none;
	width: 205px;
	height: 53px;
	text-decoration: none;
	text-align:center;
	background: #044077;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-weight: bold;
	box-shadow: 1px 1px 1px rgba(0,0,0,.10);
}
#floatChangeCondBtn:hover {
	background: #fff;
	color: #044077;
}

#floatChangeCondBtn span {
	position: relative;
	display: inline-block;
	height: 53px;
	line-height: 53px;
	padding-left: 26px;
}

#floatChangeCondBtn span:before {
	content: " ";
	display: block;
	width: 19px;
	height: 17px;
	background: url(../images/common.png) no-repeat -354px -74px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
}

#floatChangeCondBtn:hover span:before {
	background-position: -375px -74px;
}

/*-- 右サイドバー --*/
aside .verticalListItems > li {
    padding: 10px 12px 6px 12px;
}

aside .subContentBox .prevCondDisp {
	padding-right: 12px;
	padding-left: 12px;
}
aside .subContentBox .prevCondDisp:after {
	content: none;
	background: none;	
}

aside .verticalListItems .contentWrap .content li,
.layout2colNotTop .verticalListItems .contentWrap .content li {
	position: relative;
	padding-left: 14px;
	width: 144px;
	overflow: visible;
    white-space: normal;
}

aside .verticalListItems .contentWrap.hasImg .content li,
.layout2colNotTop .verticalListItems .contentWrap.hasImg .content li {
    width: 84px;
}

aside .verticalListItems .contentWrap .imgWrap,
.layout2colNotTop .verticalListItems .contentWrap .imgWrap {
	width: 56px;	
}
aside .verticalListItems .contentWrap .imgWrap img,
.layout2colNotTop .verticalListItems .contentWrap .imgWrap img {
	width: 56px;	
}

aside .verticalListItems .contentWrap .content li:before,
.layout2colNotTop .verticalListItems .contentWrap .content li:before {
	content: " ";
	display: block;
	background: url(../images/common.png) no-repeat;
	position: absolute;
	left: 0;
}

aside .verticalListItems .contentWrap .content li.area:before,
.layout2colNotTop .verticalListItems .contentWrap .content li.area:before {
	width: 11px;
	height: 13px;
	background-position: -229px -50px;
	top: 3px;
}

aside .verticalListItems .contentWrap .content li.salary:before,
.layout2colNotTop .verticalListItems .contentWrap .content li.salary:before {
	width: 11px;
	height: 12px;
	background-position: -242px -50px;
	top: 4px;
}

aside .verticalListItems div.siteFrom,
.layout2colNotTop .verticalListItems div.siteFrom {
	font-size: 0.80em;	
}

.subContentBox .itemBtm {
	font-size: 0.76em;	
	color: #7d7f7f;
}
.subContentBox .itemBtm .from span {
	display: inline-block;
	padding-top: 3px;	
}

.verticalListItems > li.more {
	padding: 0;	
}

.verticalListItems > li.more a {
	display: block;
	text-align: center;
	color: #282828;
	height: 52px;
	font-size: 0.86em;	
}

.verticalListItems > li.more a span {
	display: inline-block;
	height: 52px;
	line-height: 52px;	
	text-decoration: underline;
	padding-right: 15px;
	position: relative;
}

.verticalListItems > li.more a:hover span {
	text-decoration: none;
}

.verticalListItems > li.more a span:after {
	content: " ";
    display: block;
    width: 7px;
    height: 13px;
    background: url(../images/common.png) no-repeat -551px -74px;
    position: absolute;
    right: 0;
    top: 50%;
	margin-top: -6px;
}

/*-- ページトップボタン --*/
#goTopBtn {
	display: block;
	width: 80px;
	height: 80px;
	background: #9d9c9a;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	margin-left: 402px;
	bottom: 45px;
	z-index: 100;
	opacity: 0.9;
    filter: alpha(opacity=90);/* ie 6 7 */
    -ms-filter: "alpha(opacity=90)";/* ie 8 */
}
#goTopBtn:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);/* ie 6 7 */
    -ms-filter: "alpha(opacity=80)";/* ie 8 */	
}
#goTopBtn span {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 46px;
	height: 42px;
	background: url(../images/common.png) no-repeat -215px -115px;
	margin: 19px auto 0 auto;
}

/*-- おすすめの転職・求人情報 --*/
.contentsBox h2.alLeft {
	text-align: left;
	padding-left: 15px;	
}

.contentsBox.recommend h2 span:before {
    width: 12px;
    height: 17px;
    background-position: -297px -28px;
    margin-top: -9px;
}

.reocommedItems {
	padding: 30px 0 29px 25px;
}
.reocommedItems.second {
	padding-top: 0;	
}

.reocommedItems > li {
	float: left;
	background: #fff;
	border: solid 1px #e1e1e1;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.10);
    position: relative;
	padding: 15px 12px;
	width: 144px;
	margin-right: 16px;	
}

.reocommedItems > li .name {
	font-weight: bold;
    font-size: 0.90em;
    line-height: 1.2;
    position: relative;
    padding-left: 13px;
    padding-bottom: 5px;	
}

.reocommedItems > li .name:before {
    content: " ";
    display: block;
    width: 8px;
    height: 10px;
    background: url(../images/common.png) no-repeat -274px -28px;
    position: absolute;
    left: 0;
    top: 2px;
}

.reocommedItems > li .content {
	font-weight: bold;
	font-size: 0.90em;
	padding-top: 5px;	
}

.reocommedItems > li .content li {
	position: relative;
	padding-left: 14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reocommedItems > li .content li:before {
	content: " ";
	display: block;
	background: url(../images/common.png) no-repeat;
	position: absolute;
	left: 0;
}

.reocommedItems > li .content li.area:before {
	width: 11px;
	height: 13px;
	background-position: -229px -50px;
	top: 3px;
}
.reocommedItems > li .content li.salary:before {
	width: 11px;
	height: 12px;
	background-position: -242px -50px;
	top: 4px;
}

.reocommedItems > li .content li strong {
    color: #ed0810;
}

.nearAreaLinksWrap {
	padding: 34px 0 32px 0;
	border-bottom: solid 1px #cccccc;	
}
.contentsBox.nearAreaLinksWrap {
	padding: 28px 25px 7px 25px;	
}

.nearLinkNavi {
	font-size: 1.04em;
	padding-bottom: 15px;
}
.nearLinkNavi dt {
	float: left;
    position: relative;
    width: 317px;
    padding-left: 13px;
	font-weight: bold;
}
.contentsBox.nearAreaLinksWrap  dt {
	float: none;
	padding-bottom: 5px;
}

.nearLinkNavi dt:before {
	content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #333333;
    left: 0;
    top: 50%;
    margin-top: -6px;	
}

.nearLinkNavi dd {
	margin-left: 330px;	
}
.contentsBox.nearAreaLinksWrap dd {
	margin-left: 0;	
}

.nearLinkNavi dd li {
	float: left;
	margin: 0 13px 6px 0;	
}

.aboutJobs {
	padding-top: 22px;
}
.aboutJobs h2 {
    font-weight: bold;
	font-size: 1.0em;
    padding-left: 4px;
    border-left: solid 5px #333333;
    line-height: 1.1;
    padding-top: 1px;	
	margin-bottom: 10px;
}

.aboutJobs .desc {
	font-size: 0.86em;	
	color: #535352;
}

.aboutJobs.upperB {
	margin-top: 40px;
	border-top: solid 1px #cccccc;	
}
.aboutJobs.upperB2 {
	margin-top: 10px;
	border-top: solid 1px #cccccc;	
}

/***********************************
 詳細ページ
************************************/
.detailMainBox {
	background: #fff;
	margin-bottom: 40px;	
}
.detailMainBox.expired {
	margin-bottom: 20px;	
}
.detailMainBox.expired:last-child {
	margin-bottom: 0;	
}

.detailMainHeader {
	position: relative;
	border-top: solid 4px #4d4d4d;
	border-bottom: solid 1px #cacaca;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.10);
}

.detailMainHeader .upper {
	padding: 5px 0;
	position: relative;
	border-bottom: solid 1px #e6e6e6;
}

.detailMainHeader .upper mark {
	display: block;
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 0.84em;
    color: #fff;
    background: #ed1c24;
    font-weight: bold;
    padding: 0 14px 0 17px;
    top: -9px;
    margin-right: 5px;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.15);	
}
.detailMainHeader .upper mark:after {
	content: " ";
	display: block;
	width: 6px;
	height: 20px;
	background: url(../images/common.png) no-repeat -281px -50px;
	position: absolute;
	top: 0;
	right: -5px;
}

.detailMainHeader .upper p {
	float: left;
    font-weight: bold;
    padding: 0 10px;
    font-size: 1.1em;
}

.detailMainHeader .lower {
	padding: 15px 25px;
}

.detailMainHeader .lower .content {
	float: left;
	width:715px;
}

.expired .detailMainHeader .lower .content {
	width: 100%;	
}

.detailMainHeader .lower .entryWrap {
	float: right;
	width: 188px;
}

.detailMainHeader .lower .entryWrap .entryBtn {
	display: block;
	background: #42ac3e;
	text-decoration: none;
	border-radius: 5px;
	width: 188px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	height: 50px;
	text-align: center;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
}
.detailMainHeader .lower .entryWrap .entryBtn:hover {
	background: #2d8e28;	
}

.detailMainHeader .lower .entryWrap .entryBtn span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-right: 17px;
	position: relative;	
}

.detailMainHeader .lower .entryWrap .entryBtn span:after {
	content: " ";
	display: block;
	width: 7px;
	height: 12px;
	background: url(../images/common.png) no-repeat -253px -74px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
}

.detailMainHeader .lower .ttl {
	width: 100%;
	display: table;	
}
.expired .detailMainHeader .lower .ttl {
	padding-bottom: 5px;	
}

.detailMainHeader .lower .ttl .noticeWrap {
	display: table-cell;
	vertical-align: top;	
	width: 70px;
	padding-top: 5px;
}
.detailMainHeader .lower .ttl .notice {
	display: inline-block;
    height: 18px;
    line-height: 18px;
    color: #f15a24;
    border: solid 1px #f15a24;
    font-size: 0.80em;
    padding: 0 8px;
    font-weight: bold;
}

.detailMainHeader .lower .ttl h1 {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.4;
}

.detailMainHeader .lower  .features {
	padding-top: 5px;
	margin-bottom: -5px;	
}

.detailMainHeader .lower  .feature {
	display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #eff6f9;
    border-radius: 3px;
    margin-right: 5px;
    padding: 0 8px;
    font-size: 0.80em;
    margin-bottom: 5px;
}

.detailMainHeader .lower  .features .oiwaikin {
	display: inline-block;
	position: relative;
	border: solid 1px #ed1c24;
	height: 18px;
	line-height: 18px;
	color: #ed1c24;
	font-weight: bold;
	font-size: 0.80em;
	padding: 0 12px;
	margin-left: 40px;
	margin-bottom: 5px;
}

.detailMainHeader .lower  .features .oiwaikin:before {
	content: " ";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/common.png) no-repeat -294px -50px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: -32px;
}

.detailMainHeader .lower .features .oiwaikin:after {
	content: " ";
	display: block;
	width: 7px;
	height: 8px;
	background: url(../images/common.png) no-repeat -272px -50px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -7px;	
}

.detailMainBody {
	padding: 23px 15px 0 30px;	
}

.detailLeftMainCol {
	float: left;
	width: 700px;	
}

.detailRightSideCol {
	float: right;
	width: 200px;	
}

.detailLeftMainCol .catch {
	font-weight: normal;
	border-bottom: solid 1px #e6e6e6;
	font-size: 1.76em;
	padding-bottom: 10px;
	line-height: 1.4;
	margin-bottom: 13px;
}

.detailLeftMainCol .aboutWork {
	display: table;
	width: 100%;
	padding-bottom: 30px;
}

.detailLeftMainCol .aboutWork .content {
	display: table-cell;
	vertical-align: top;	
}

.detailLeftMainCol .aboutWork .imgWrap {
	display: table-cell;
	vertical-align: top;
	width: 210px;
	padding-left: 20px;
}

.detailLeftMainCol .aboutWork .imgWrap img {
	display: block;
	width: 210px;
	margin-bottom: 15px;	
}

.detailLeftMainCol .aboutWork h3 {
	display: inline-block;
    position: relative;
    height: 22px;
    line-height: 22px;
    font-size: 0.84em;
    color: #fff;
    background: #065789;
    font-weight: bold;
    padding: 0 8px 0 12px;
	margin-bottom: 8px;
}
.detailLeftMainCol .aboutWork h3:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 6px;
	border-color: transparent transparent transparent #065789;
	right: -6px;
	top: 0;
}

.detailLeftMainCol .aboutWorkCatch {
	font-weight: bold;
	color: #065789;
	font-size: 1.3em;
	padding-bottom: 22px;
	line-height: 1.4;
}

.detailLeftMainCol .aboutWork .desc {
	font-size: 1.16em;
}

.detailLeftMainCol .workPoint {
	position: relative;
	background: #f2f8f9;
	border: solid 1px #065789;
	padding: 15px 20px 10px 20px;
	margin-bottom: 40px;
}

.detailLeftMainCol .workPoint h3 {
	display: inline-block;
	position: relative;
	background: #065789;
	color: #fff;
	font-weight: bold;
	height: 22px;
	font-size: 0.90em;
	line-height: 22px;
	padding: 0 13px 0 26px;
	border-radius: 10px;	
	top: -25px;
	left: -30px;
}
.detailLeftMainCol .workPoint h3:before {
	content: " ";
    display: block;
    width: 11px;
    height: 14px;
    background: url(../images/common.png) no-repeat -217px -50px;
    position: absolute;
    top: 50%;
	margin-top: -7px;
    left: 11px;
}

.detailLeftMainCol .workPoint p {
	color: #023256;
	font-weight: bold;
	font-size: 1.04em;	
	margin-top: -20px;
}

.detailLeftMainCol .entryBtnWrap {
	padding: 0 0 40px 118px;	
}

.detailLeftMainCol .entryBtnWrap .entryBtn {
	display: block;
	float: left;
	background: #42ac3e;
	text-decoration: none;
	border-radius: 5px;
	width: 320px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	height: 50px;
	text-align: center;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
}
.detailLeftMainCol .entryBtnWrap .entryBtn:hover {
	background: #2d8e28;	
}

.detailLeftMainCol .entryBtnWrap .entryBtn span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-right: 17px;
	position: relative;	
}

.detailLeftMainCol .entryBtnWrap .entryBtn span:after {
	content: " ";
	display: block;
	width: 7px;
	height: 12px;
	background: url(../images/common.png) no-repeat -253px -74px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
}

.detailLeftMainCol .entryBtnWrap .addFavorite {
	display: block;
	float: left;
	margin-right: 13px;
	border: solid 1px #e1e1e1;
	border-radius: 5px;
	height: 48px;
	width: 136px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 0.80em;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.10);
}
.detailLeftMainCol .entryBtnWrap .addFavorite:hover {
	color: #333333;	
}

.detailLeftMainCol .entryBtnWrap .addFavorite span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding-left: 27px;
	position: relative;	
}
.detailLeftMainCol .entryBtnWrap .addFavorite span:before {
	content: " ";
	display: block;
	width: 23px;
	height: 18px;
	background: url(../images/common.png) no-repeat -401px -74px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;	
}
.detailLeftMainCol .entryBtnWrap .addFavorite:hover span:before {
	background-position: -426px -74px;	
}

.detailLeftMainCol .worlDetailTtl {
	background: #4d4d4d;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;	
	font-size: 1.04em;
}

.detailLeftMainCol .workDetailTbl {
	width: 100%;
	margin-bottom: 40px;
}
.detailLeftMainCol .workDetailTbl th {
	border: solid 1px #cccccc;
	background: #fff9e9;
	width: 88px;
	vertical-align: top;
	font-size: 1.04em;
	font-weight: normal;
	padding: 8px 12px 8px 12px;
}

.detailLeftMainCol .workDetailTbl td {
	border: solid 1px #cccccc;
	vertical-align: top;
	font-size: 0.96em;
	padding: 8px 12px 8px 12px;
}

.detailLeftMainCol .workDetailTbl tr:first-child th,
.detailLeftMainCol .workDetailTbl tr:first-child td {
	border-top: none;	
}

.detailLeftMainCol .aboutCompany {
	border: solid 1px #cccccc;
	border-top: none;
	margin-bottom: 30px;	
}

.detailLeftMainCol .aboutCompany .name {
	background: #f2f2f2;
	font-weight: bold;
	font-size: 1.34em;
	border-bottom: solid 1px #cccccc;
	line-height: 1.4;
	padding: 10px 23px;
}

.detailLeftMainCol .aboutCompany .companyInfo {
	padding: 20px 23px 5px 23px;
	border-bottom: solid 1px #cccccc;
}

.detailLeftMainCol .aboutCompany .companyInfoTbl {
	width: 100%;	
}

.detailLeftMainCol .aboutCompany .companyInfoTbl th {
	vertical-align: top;
	font-size: 1.04em;
	font-weight: normal;
	width: 112px;
	padding-bottom: 15px
}
.detailLeftMainCol .aboutCompany .companyInfoTbl td {
	vertical-align: top;
	font-size: 0.94em;
	padding-bottom: 15px;
}

.detailLeftMainCol .aboutCompany .otherEntry {
	padding: 25px 23px;
}

.detailLeftMainCol .aboutCompany .otherEntry .label {
    font-weight: bold;
    padding-left: 5px;
	color: #4d4d4d;
    border-left: solid 5px #4d4d4d;
    line-height: 1.1;
    padding-top: 1px;
	margin-bottom: 18px;
}

.detailLeftMainCol .aboutCompany .otherEntry .entry {
	padding-bottom: 4px;
	margin-left: -3px;
}
.detailLeftMainCol .aboutCompany .otherEntry .entry:before {
	content: "・";	
	font-size: 1.06em;
	font-weight: bold;
	color: #044077;
}

.detailLeftMainCol .aboutCompany .otherEntry .entry a {
	display: inline-block;
	font-weight: bold;
	font-size: 1.06em;
	padding-right: 10px;
}

.detailLeftMainCol .aboutCompany .otherEntry .entry .type {
	position: relative;
	display: inline-block;
    height: 14px;
    line-height: 14px;
    color: #f15a24;
    border: solid 1px #f15a24;
    font-size: 0.80em;
    padding: 0 8px;
	top: -1px;
}

.detailLeftMainCol .aboutCompany .otherEntry .features {
	padding-bottom: 15px;	
}

.detailLeftMainCol .aboutCompany .otherEntry .feature {
	display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #eff6f9;
    border-radius: 3px;
    margin-right: 5px;
    padding: 0 8px;
    font-size: 0.80em;
    margin-bottom: 5px;	
}

.detailLeftMainCol .aboutCompany .otherEntry .viewAllBtn {
	display: block;
	margin: 0 auto;
	width: 318px;
	height: 48px;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	text-align: center;
	color: #808080;
	font-weight: bold;
	font-size: 1.2em;	
}
.detailLeftMainCol .aboutCompany .otherEntry .viewAllBtn:hover {
	color: #4D4D4D;
	border: solid 1px #B3B3B3;
	border-radius: 5px;
}

.detailLeftMainCol .aboutCompany .otherEntry .viewAllBtn span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding-right: 18px;
	position: relative;
	text-decoration: underline;
}
.detailLeftMainCol .aboutCompany .otherEntry:hover .viewAllBtn span {
	text-decoration: none;
}

.detailLeftMainCol .aboutCompany .otherEntry .viewAllBtn span:after {
	content: " ";
	display: block;
	width: 7px;
	height: 12px;
	background: url(../images/common.png) no-repeat -261px -74px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
}

/*-- 右側サイドカラム --*/
#detailSideBox {
	width: 186px;
	background: #e5e1dc;
	border: solid 1px #b9b9b9;
	border-left: solid 1px #dfdfdf;
	border-top: none;
	border-radius: 3px;
	padding: 6px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	z-index: 100;
}

#detailSideBox .boxInner {
	background: #fff;
	padding: 20px 12px 13px 12px;
	position: relative;
}

#detailSideBox .boxInner .new {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #ed1c24;
	border-radius: 2px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.76em;
	height: 14px;
	line-height: 14px;
	padding: 0 9px;	
}

#detailSideBox .boxInner .new:after {
	content: " ";
    display: block;
    width: 4px;
    height: 14px;
    background: url(../images/common.png) no-repeat -288px -50px;
    position: absolute;
    top: 0;
    right: -4px;	
}

#detailSideBox .boxInner .name {
	font-weight: bold;
    font-size: 0.90em;
    line-height: 1.4;
    position: relative;
    padding-left: 13px;
    padding-bottom: 7px;	
}

#detailSideBox .boxInner .name:before {
	content: " ";
    display: block;
    width: 8px;
    height: 10px;
    background: url(../images/common.png) no-repeat -274px -28px;
    position: absolute;
    left: 0;
    top: 3px;	
}

#detailSideBox .boxInner .ttl {
	display: block;
    line-height: 1.5;
    font-size: 1.04em;
    padding-bottom: 9px;	
}

#detailSideBox .boxInner .features {
	margin-bottom: -5px;
	margin-right: -5px;
}

#detailSideBox .boxInner .features .notice {
	display: inline-block;
    height: 18px;
    line-height: 18px;
    color: #f15a24;
    border: solid 1px #f15a24;
    font-size: 0.80em;
    padding: 0 8px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
}

#detailSideBox .boxInner .features .feature {
	display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #eff6f9;
    border-radius: 3px;
    margin-right: 5px;
    padding: 0 8px;
    font-size: 0.80em;
    margin-bottom: 5px;
}

#detailSideBox .boxInner .content {
	padding-top: 12px;
	padding-bottom: 12px;
}

#detailSideBox .boxInner .content li {
	font-size: 0.90em;
    font-weight: bold;
	position: relative;
    padding-left: 14px;
}

#detailSideBox .boxInner .content li:before {
	content: " ";
    display: block;
    background: url(../images/common.png) no-repeat;
    position: absolute;
    left: 0;	
}

#detailSideBox .boxInner .content li.area:before {
	width: 11px;
    height: 13px;
    background-position: -229px -50px;
    top: 3px;
}
#detailSideBox .boxInner .content li.salary:before {
	width: 11px;
    height: 12px;
    background-position: -242px -50px;
    top: 4px;
}

#detailSideBox .boxInner .content li strong {
	color: #ed0810;
}

#detailSideBox .boxInner .entryBtn {
	display: block;
	background: #42ac3e;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.14em;
	font-weight: bold;
	height: 50px;
	text-align: center;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.15);	
	margin-bottom: 10px;
}
#detailSideBox .boxInner .entryBtn:hover {
	background: #2d8e28;	
}

#detailSideBox .boxInner .entryBtn span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-right: 17px;
	position: relative;	
}
#detailSideBox .boxInner .entryBtn span:after {
	content: " ";
	display: block;
	width: 7px;
	height: 12px;
	background: url(../images/common.png) no-repeat -253px -74px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
}

#detailSideBox .boxInner  .addFavorite {
	display: block;
	border: solid 1px #e1e1e1;
	border-radius: 5px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 0.80em;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.10);
}
#detailSideBox .boxInner  .addFavorite:hover {
	color: #333333;
}

#detailSideBox .boxInner  .addFavorite span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-left: 27px;
	position: relative;	
}
#detailSideBox .boxInner  .addFavorite span:before {
	content: " ";
	display: block;
	width: 23px;
	height: 18px;
	background: url(../images/common.png) no-repeat -401px -74px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;	
}
#detailSideBox .boxInner  .addFavorite:hover span:before {
	background-position: -426px -74px;	
}

#detailSideBox .limit {
	font-size: 0.84em;
	padding-top: 15px;
	line-height: 1.4;	
}

/*--  ◯◯と似た転職・求人情報から探す --*/
.contentsBox.similarSearch h2 span:before {
    width: 19px;
    height: 20px;
    background-position: -589px 0;
    margin-top: -10px;
}

.similarSearchTbl {
	width: 100%;
	font-size: 1.06em;
}

.similarSearchTbl tr {
	border-top: solid 1px #e6e6e6;	
}

.similarSearchTbl tr:first-child {
	border-top: none;	
}

.similarSearchTbl th {
	font-weight: bold;
	width: 73px;
	padding: 20px 0 20px 30px; 	
}
.similarSearchTbl td {
	padding: 20px 30px 20px 0;	
}

.similarSearchTbl td ul {
	margin: 0 -14px 0 0;
}
.similarSearchTbl td ul li {
	float: left;
	margin: 0 14px 0 0;
}

.detailHeadInfo {
	padding-bottom: 5px;
	font-size: 1.06em;
}

.detailHeadInfo .limit {
	float: left;
	padding-top: 5px;
}
.detailHeadInfo .from {
	float: right;	
}

.detailHeadInfo .label {
	display: inline-block;
	padding-right: 5px;	
	padding-top: 5px;
}

/***********************************
 大エリアトップ / 都道府県トップ
************************************/
/*-- タイトル領域 --*/
.subTopTtlArea {
	margin-bottom: 20px;
}

.subTopTtlArea .ttlRect {
	height: 120px;
	position: relative;	
}

.subTopTtlArea .ttlRect.area {
	background: #247bb4 url(../images/areatop_ttl_back.png) no-repeat center bottom;	
}

.subTopTtlArea .ttlRect h1 {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 326px;
	height: 37px;
	background: url(../images/areatop_subttl.png) no-repeat 0 0;
	position: absolute;
	top: 30px;
	left: 400px;
}

.subTopTtlArea .ttlRect .subCatch {
	position: absolute;
	text-align: center;
	min-width: 325px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	font-size: 0.80em;	
	top: 77px;
	left: 400px;
	background: #0b4c87;
}

.subTopTtlArea .ttlRect .subCatch .num {
	color: #FF1D25;	
	font-size: 1.2em;
}

.subTopTtlArea .ttlRect.area .caption {
	font-weight: bold;
	font-size: 4.2em;
	text-align: center;
	width: 320px;
	height: 95px;
	line-height: 95px;
	position: absolute;
	top: 25px;
	left: 51px;
}

.subTopTtlArea .ttlRect.area .caption.long {
	font-size: 2.8em;
}

.subTopTtlArea .quickSearchRect {
	background: #023256;
	padding: 14px 15px 14px 50px;
	position: relative;
}

.subTopTtlArea .quickSearchRect:after {
	content: " ";
	display: block;
	width: 22px;
	height: 21px;
	background: url(../images/common.png) no-repeat -565px 0;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 18px;
}

.subTopTtlArea .quickSearchForm .inputBox {
	float: left;
	position: relative;
	display: block;
	width: 230px;
	height: 40px;
	background: #fff;
	text-decoration: none;
	text-align: center;
	border: solid 1px #f3f5f6;
	border-radius: 5px;
	color: #333333;
	font-weight: bold;
	font-size: 1.36em;
	line-height: 40px;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,.20);
	padding: 0 30px;
}
.subTopTtlArea .quickSearchForm .inputBox:hover {
	background: #F7931E;
	border: solid 1px #F7931E;
	color: #fff;
}

.subTopTtlArea .quickSearchForm .inputBox:after {
	content: " ";
	display: block;
	position: absolute;	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #f7921e transparent transparent transparent;;
	right: 13px;
	top: 50%;
	margin-top: -5px
}

.subTopTtlArea .quickSearchForm .inputBox:hover:after {
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;;
}

.subTopTtlArea .quickSearchForm .inputBox span {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subTopTtlArea .quickSearchForm .label {
	display: block;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 15px;
	height: 14px;
	background: url(../images/common.png) no-repeat -613px -74px;
	margin: 13px 7px 0 7px;	
}

.subTopTtlArea .quickSearchForm .searchBtn {
	display: block;
	float: right;
	width: 66px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.20em;
	text-align: center;
	background: #f15a24;
	border-radius: 5px;
	line-height: 40px;
	box-shadow: 2px 2px 1px 1px rgba(0,0,0,.20);
}
.subTopTtlArea .quickSearchForm .searchBtn:hover {
	background: #f58c66;	
}

/*-- ...全域から条件で転職・求人情報を探す --*/
.contentsBox.areaCond h2 span:before {
    width: 17px;
    height: 20px;
    background-position: -502px -74px;
    margin-top: -10px;
}

.contentsBox .areaCondBox {
	padding: 23px 30px 8px 30px;	
}

.contentsBox .areaCondBox .ttl {
	display: inline-block;
    font-weight: bold;
	color: #044077;
    padding-left: 4px;
    border-left: solid 5px #044077;
    line-height: 1.1;
    padding-top: 1px;	
}

.contentsBox .areaCondBox .more {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	line-height: 1.1;
	font-size: 0.86em;
	padding-right: 12px;
	color: #9f9f9f;
	font-weight: bold;
}
.contentsBox .areaCondBox .more:after {
	content: " ";
	display: block;
	width: 6px;
	height: 11px;
	background: url(../images/common.png) no-repeat -542px -74px;
	position: absolute;
	top: 2px;
	right: 0;
}

.contentsBox .areaCondBox ul {
	padding: 11px 0 10px 0;
	margin-right: -10px;
}

.contentsBox .areaCondBox ul li {
	float: left;
	margin: 0 10px 5px 0;	
}

.contentsBox .areaCondBox ul li .num {
	display: inline-block;
	color: #9f9f9f;
	font-size: 0.84em;
	padding-left: 5px;
}

/*-- 勤務地から転職・求人情報を探す --*/
.contentsBox.areaSelection h2 span:before {
    width: 20px;
    height: 20px;
    background-position: -648px 0;
    margin-top: -11px;
}

.contentsBox .areaSelectionOuter {
	padding: 20px 20px 30px 20px
}

.contentsBox .areaMapWrap {
	float: left;
	left: 220px;
	margin-bottom: 32px;	
}

.areaMap {
	position: relative;
	width: 220px;
	height: 240px;	
}

.prefPanel {
	position: absolute;
	background: url(../images/map.png) no-repeat;
	cursor: pointer;
}

.prefPanel.area1 {
	width: 48px;
	height: 72px;
	background-position: 0 0;
	top: 62px;
	left: 135px;
	z-index: 0;	
}

.prefPanel.area2 {
	width: 16px;
	height: 40px;
	background-position: -50px 0;
	top: 134px;
	left: 151px;
	z-index: 1;
}

.prefPanel.area3 {
	width: 24px;
	height: 24px;
	background-position: -68px 0;
	top: 126px;
	left: 127px;
}

.prefPanel.area4 {
	width: 24px;
	height: 24px;
	background-position: -94px 0;
	top: 150px;
	left: 127px;
}

.prefPanel.area5 {
	width: 24px;
	height: 40px;
	background-position: -120px 0;
	top: 134px;
	left: 103px;
}

.prefPanel.area6 {
	width: 32px;
	height: 40px;
	background-position: -146px 0;
	top: 134px;
	left: 71px;
}

.prefPanel.area7 {
	width: 24px;
	height: 48px;
	background-position: -180px 0;
	top: 134px;
	left: 47px;
}

.prefPanel.area1.checked {
	background-position: 0 -222px;	
}
.prefPanel.area2.checked {
	background-position: -50px -222px;	
}
.prefPanel.area3.checked {
	background-position: -68px -222px;	
}
.prefPanel.area4.checked {
	background-position: -94px -222px;	
}
.prefPanel.area5.checked {
	background-position: -120px -222px;	
}
.prefPanel.area6.checked {
	background-position: -146px -222px;	
}
.prefPanel.area7.checked {
	background-position: -180px -222px;	
}

.prefPanel.area1.hover {
	background-position: 0 -74px;	
}
.prefPanel.area2.hover {
	background-position: -50px -74px;	
}
.prefPanel.area3.hover {
	background-position: -68px -74px;	
}
.prefPanel.area4.hover {
	background-position: -94px -74px;	
}
.prefPanel.area5.hover {
	background-position: -120px -74px;	
}
.prefPanel.area6.hover {
	background-position: -146px -74px;	
}
.prefPanel.area7.hover {
	background-position: -180px -74px;	
}

.prefPanel.area1.selected {
	background-position: 0 -148px;	
}
.prefPanel.area2.selected {
	background-position: -50px -148px;	
}
.prefPanel.area3.selected {
	background-position: -68px -148px;	
}
.prefPanel.area4.selected {
	background-position: -94px -148px;	
}
.prefPanel.area5.selected {
	background-position: -120px -148px;	
}
.prefPanel.area6.selected {
	background-position: -146px -148px;	
}
.prefPanel.area7.selected {
	background-position: -180px -148px;	
}

.areaMap .caption {
	position: absolute;
	font-size: 0.80em;
	line-height: 1.2;
	padding: 2px 4px 2px 12px;
	color: #555555;
	text-decoration: none;
	border: solid 1px #cccccc;
	border-radius: 4px;
}
.areaMap .caption:before {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #9fb7c1;	
	top: 50%;
	margin-top: -4px;
	left: 5px;
}

.areaMap .caption.area1 {
	top: 12px;
	left: 133px;
}
.areaMap .caption.area2 {
	top: 182px;
	left: 166px;
}
.areaMap .caption.area3 {
	top: 56px;
	left: 24px;
}
.areaMap .caption.area4 {
	top: 197px;
	left: 114px;
}
.areaMap .caption.area5 {
	top: 90px;
	left: 62px;
}
.areaMap .caption.area6 {
	top: 197px;
	left: 52px;
}
.areaMap .caption.area7 {
	top: 90px;
	left: 0;
}

.areaMap .caption.hover {
	background: #eff6f9;
	color: #0f83c3;
	font-weight: bold;
	border: solid 1px #007bbf;
	border-radius: 4px;
}
.areaMap .caption.hover:before {
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #0980c1;		
}

.areaMap .caption.selected {
	background: #fff;
	color: #007bbf;
	font-weight: bold;
	border: solid 1px #007bbf;
	border-radius: 4px;
}
.areaMap .caption.selected:before {
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #007bbf;		
}

.contentsBox .prefCitySelectionWrap {
	float: right;
	width: 486px;
	margin-bottom: 32px;	
}

.contentsBox .prefCitySelection {
	border: solid 1px #e7e7e7;
	border-top: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,.10);	
}

.prefCitySelection {
	display: none;	
}
.prefCitySelection.selected {
	display: block;	
}

.contentsBox .prefCitySelection .area {
	border-top: solid 2px #044077;
	border-bottom: solid 1px #cccccc;
	background: #f2f2f2;
	padding: 8px 10px;	
}
.contentsBox .prefCitySelection .area:hover {
	background: #eff6f9;	
}

.contentsBox .prefCitySelection .area label {
	font-weight: bold;
	font-size: 1.10em;	
	line-height: 1.2;
}

.contentsBox .prefCitySelection .area label.customCheck:hover {
	background-position: -705px -111px;
}
.contentsBox .prefCitySelection .area label.customCheck.checkOn,
.contentsBox .prefCitySelection .area label.customCheck:hover.checkOn {
	background-position: -678px -141px;
}

.contentsBox .prefCitySelection .areaBody {
	padding: 0 20px;	
}

.prefCitySelection .prefWrap {
	padding: 14px 0;
	border-top: solid 1px #e6e6e6;	
}

.prefCitySelection .prefWrap:first-child {
	border-top: none;	
}

.prefCitySelection .pref {
	display: inline-block;
	padding: 4px;
}
.prefCitySelection .pref:hover {
	background: #eff6f9;	
}

.prefCitySelection .pref label {
	font-weight: bold;
	font-size: 1.10em;	
	line-height: 1.2;
}

.prefCitySelection .pref label.customCheck:hover,
.prefCitySelection .cities li label.customCheck:hover {
	background-position: -705px -111px;
}
.prefCitySelection .pref label.customCheck.checkOn,
.prefCitySelection .pref label.customCheck:hover.checkOn,
.prefCitySelection .cities li label.customCheck.checkOn,
.prefCitySelection .cities li label.customCheck:hover.checkOn {
	background-position: -678px -141px;
}

.prefCitySelection .pref label.customCheck.disabled,
.prefCitySelection .pref label.customCheck:hover.disabled,
.prefCitySelection .cities li label.customCheck.disabled,
.prefCitySelection .cities li label.customCheck:hover.disabled {
	background-position: -623px -213px;
}

.prefCitySelection .pref label.customCheck.checkDisabled,
.prefCitySelection .pref label.customCheck:hover.checkDisabled,
.prefCitySelection .cities li label.customCheck.checkDisabled,
.prefCitySelection .cities li label.customCheck:hover.checkDisabled {
	background-position: -650px -177px;
}

.prefCitySelection .pref label.disabled,
.prefCitySelection .cities li.disabled,
.prefCitySelection .pref label.checkDisabled,
.prefCitySelection .cities li.checkDisabled {
	color: #c1c1c1;	
}

.prefCitySelection .num {
	display: inline-block;
	padding-left: 3px;
	color: #fab565;
	font-weight: normal !important;
	font-size:	11px;
}

.prefCitySelection .cities li {
	float: left;
	padding: 4px;
	margin-right: 4px;
	max-width: 210px;	
}

#areaPopup .prefCitySelection .cities li,
#ippatsuAreaPopup .prefCitySelection .cities li {
	 max-width: 262px;
 }

.prefCitySelection .cities li:hover {
	background: #eff6f9;	
}

.prefCitySelection .cities li label {
	line-height: 1.3;	
}

.prefCitySelection .cities li.sep {
	clear: left;
	float: left;
	max-width: 100% !important;
	width: 100%;
	height: 1px;
	padding: 0;	
}
.prefCitySelection .cities li.sep:hover {
	background: none;	
}

.areaSelection .areaSearchBtn {
	display: block;
	margin: 0 auto;
    background: #f15a24;
    text-decoration: none;
    border-radius: 5px;
    width: 360px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    height: 50px;
    text-align: center;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.15);	
}
.areaSelection .areaSearchBtn:hover {
	background: #f58c66;	
}

.areaSelection .areaSearchBtn span {
	display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 17px;
    position: relative;
}
.areaSelection .areaSearchBtn span:after {
	content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/common.png) no-repeat -253px -74px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

/*-- 特集から転職・求人情報を探す --*/
.contents2Tbl {
	width: 100%;
}

.contents2Tbl td {
	width: 50%;
	border: solid 1px #e6e6e6;
	vertical-align: top;
}

.contents2Tbl td .wrap {
	padding: 20px;
}

.contents2Tbl td .imgWrap {
	float: left;
	width: 80px;
}
.contents2Tbl td .imgWrap img {
	display: block;
	width: 80px;	
}

.contents2Tbl td .content {
	float: right;
	width: 245px;	
}

.contents2Tbl td .content a {
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 0.96em;	
	line-height: 1.4;	
	padding-bottom: 5px;
}

.contents2Tbl td .content p {
	font-size: 0.94em;
	line-height: 1.4;	
}

.contents2Tbl tr:first-child td {
	border-top: none;	
}
.contents2Tbl tr:last-child td {
	border-bottom: none;	
}

.contents2Tbl tr td:first-child {
	border-left: none;	
}
.contents2Tbl tr td:last-child {
	border-right: none;	
}

/***********************************
 職種トップ
************************************/
.subTopTtlArea .ttlRect.category {
    background: #247bb4 url(../images/category_ttl_back.png) no-repeat center bottom;
}

.subTopTtlArea .ttlRect.category .caption {
    font-weight: bold;
    font-size: 3.0em;
    text-align: center;
    width: 255px;
    height: 95px;
    line-height: 95px;
    position: absolute;
    top: 25px;
    left: 80px;
}

.subTopTtlArea .ttlRect.category .caption.long {
    font-size: 2.0em;
	line-height: 1.3;
	padding-top: 10px;
	height: 85px;
}

.newEntryBar {
	background: #fff;
	border: solid 1px #cccccc;
	margin-bottom: 20px;
	padding: 8px 10px;
	position: relative;
}

.newEntryBar:before {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #f15b24 transparent transparent transparent;
	top: -1px;
	left: -1px;
}

.newEntryBar .new {
	color: #f15a24;
	font-weight: bold;
	font-size: 0.86em;
}

.newEntryBar a {
	display: inline-block;
	font-size: 0.96em;	
	margin: 0 8px 0 14px;
}

.newEntryBar .date {
	color: #969696;
	font-size: 0.90em;	
}

.layoutMainInnerSubtop2Col .mainInnerLeftCol {
	float: left;
	width: 372px;
}

.layoutMainInnerSubtop2Col .mainInnerRightCol {
	float: right;
	width: 372px;
}

.categoryListWrap {
	background: #fff;
}

.categoryListWrap .categoryName {
	background: #f2f2f2;
	padding: 8px 15px 5px 15px;
	font-weight: bold;
	line-height: 1.4;
}

.categoryLinkList {
	padding: 18px;	
}

.categoryLinkList li {
	padding-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
.categoryLinkList li:before {
	content: "・";
	color: #044077;
}

.contentsBox.skill h2 span:before {
    width: 16px;
    height: 17px;
    background-position: -522px -74px;
    margin-top: -10px;
}

.skillList {
	background: #fff;
	padding: 20px 20px 5px 20px;
}

.skillList li {
	float: left;
	margin: 0 10px 15px 0;	
}

.skillList li a {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 21px 0 8px;
	text-decoration: none;
	background: #007bbf;
	border: solid 1px #007bbf;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	position: relative;	
}
.skillList li a:hover {
	background: #fff;
	color: #007bbf;
}

.skillList li a:after {
	content: " ";
    display: block;
    width: 6px;
    height: 10px;
    background: url(../images/common.png) no-repeat -562px -74px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 6px;
}

.skillList li a:hover:after {
	background-position: -572px -74px;	
}

.featuresLinkList {
	background: #fff;
	padding: 20px 20px 12px 20px;
}

.featuresLinkList li {
	float: left;
	margin: 0 15px 8px 0;	
}

.layoutMainInnerSubtop2Col .contentsBox.keyword {
	height: auto;
	padding-bottom: 20px;	
}

.layoutMainInnerSubtop2Col .contentsBox.keyword .keywordSearchBox {
	width: 218px;
}

/***********************************
 ポップアップ
************************************/
#popupOverlay {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
    filter: alpha(opacity=50);/* ie 6 7 */
    -ms-filter: "alpha(opacity=50)";/* ie 8 */	
	cursor: pointer;
}

.popupWindow {
	display: none;
	position: fixed;
	z-index: 101;
	width: 925px;
	left: 50%;
	margin-left: -462.5px;
	top: 48px;	
	box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
}

.popupHeader {
	position: relative;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	background: #044077;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;	
}

.popupHeader .closePopup {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 47px;
    height: 47px;
    background: url(../images/common.png) no-repeat -272px -106px;
    position: absolute;
    top: -13px;
    right: -13px;	
}

.popupBottom {
	background: #f2f2f2;
	border-top: solid 1px #cccccc;
	padding: 10px 23px;	
}

.popupBottom .clearPopupCheck {
	float: left;
	display: block;
	background: #ffffff;
	color: #969696;
	padding: 3px 12px 4px 12px;
	border-radius: 5px;
	font-size: 0.86em;
	margin-top: 12px;
}

.popupBottom .counter {
	float: left;
	margin: 8px 25px 0 143px;
	text-align: center;
	width: 110px;
	font-size: 0.86em;
}

.popupBottom .counter .num {
	font-weight: bold;
	color: #ed1c24;
	font-size: 1.7em;
}

.popupBottom .popupSearchBtn {
	display: block;
	float: left;
	background: #f15a24;
	text-decoration: none;
    border-radius: 5px;
    width: 330px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    height: 50px;
    text-align: center;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.15);
}
.popupBottom .popupSearchBtn span {
	display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 17px;
    position: relative;
}
.popupBottom .popupSearchBtn span:after {
	content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/common.png) no-repeat -253px -74px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

.popupBottom .popupSearchBtn:hover {
	background: #f58c66;
}

.popupBody .bigCategoryList {
	float: left;
	width: 271px;	
}

.popupBody .bigCategoryList li {
	border-right: solid 1px #cccccc;	
	border-top: solid 1px #cccccc
}
.popupBody .bigCategoryList li:first-child {
	border-top: none;	
}
.popupBody .bigCategoryList li.selected {
	border-right: 1px #fff;
}

.popupBody {
	background: #fff;	
}

.popupBody .bigCategoryList li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 16px;
	text-decoration: none;
	background: #f2f2f2;
	position: relative;
	color: #636363;
	font-size: 0.94em;
}

.popupBody .bigCategoryList li a .checkdMark {
	display: none;
	position: absolute;
	height: 16px;
	line-height: 16px;
	padding: 0 4px;
	background: #fff;
	border: solid 1px #007bbf;
	color: #007bbf;
	font-size: 0.80em;
	right: 6px;
	top: 50%;
	margin-top: -9px;
}
.popupBody .bigCategoryList li.checked a .checkdMark {
	display: block;	
}

.popupBody .bigCategoryList li.selected a {
	background: #fff;	
}

.popupBody .bigCategoryList li a:hover {
	background: #007bbf;
	color: #fff;	
}

.popupBody .detailCategoryWrap {
	float: right;
	width: 546px;
	padding: 20px 60px 25px 28px;
	overflow-y: scroll;
	height: 418px;
}

.popupBody .detailCategory {
	display: none;
}
.popupBody .detailCategory.selected {
	display: block;	
}

.detailCategory .bigCategory {
	padding-bottom: 5px;
	position: relative;
}

.detailCategory .bigCategory:after {
	content: " ";
	display: block;
	width: 530px;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	bottom: 0;
	left: 8px;
}


.detailCategory .bigCategory p {
	display: inline-block;
	padding: 8px;	
}
.detailCategory .bigCategory p:hover {
	background: #eff6f9;	
}

.detailCategory .bigCategory label {
	font-size: 1.44em;
	line-height: 1.2;
}

.detailCategory .bigCategory label .sub {
	color: #9f9f9f;
	display: inline-block;
	font-size: 0.66em;
	padding-left: 8px;
}

.detailCategory .bigCategory label.checkOn {
	font-weight: bold;	
}
.detailCategory .bigCategory label.checkOn .sub {
	font-weight: normal;	
}

.detailCategory .bigCategory label.customCheck {
	background-position: -731px -76px;
}
.detailCategory .bigCategory p:hover label.customCheck {
	background-position: -705px -108px;	
}

.detailCategory .bigCategory p:hover label.checkOn,
.detailCategory .bigCategory label.checkOn {
	background-position: -678px -138px;
}

.detailCategory .bigCategory p:hover label.disabled,
.detailCategory .bigCategory label.disabled {
	background-position: -623px -210px;
}

.detailCategoryList li {
	float: left;
	width: 46%;
	padding: 8px;
}

.detailCategoryList li.sep {
	clear: left;
	float: left;
	width: 100%;
	height: 1px;
	padding: 0;	
}

.detailCategoryList li:hover {
	background: #eff6f9;	
}

.detailCategoryList li.sep:hover {
	background: none;	
}

.detailCategoryList li label.checkOn {
	font-weight: bold;	
}

.detailCategoryList li label.disabled {
	color: #d6d6d6;	
}

.detailCategoryList li label .num {
	display: inline-block;
    padding-left: 3px;
    color: #fab565;
    font-weight: normal !important;
    font-size: 11px;	
}
.detailCategoryList li label.checkOn .num {
	font-weight: normal;	
}

.detailCategoryList li:hover  label.customCheck {
	background-position: -705px -111px;
}

.detailCategoryList li:hover label.checkOn,
.detailCategoryList li label.checkOn {
	background-position: -678px -141px;
}

.detailCategoryList li:hover label.disabled,
.detailCategoryList li label.disabled {
	background-position: -623px -213px;
}

.detailCategoryList li:hover label.checkDisabled,
.detailCategoryList li label.checkDisabled {
	background-position: -650px -177px;
}

#industoryPopup .popupBody {
	height: 	400px;
	overflow-y: scroll;
}

.popupBody .industoryList {
	padding: 21px 32px;	
}

.popupBody .industoryList li {
	float: left;
	width: 50%;
	padding: 13px 8px;
	width: 48%;
}

.popupBody .industoryList li:hover {
	background: #eff6f9;	
}

.popupBody .industoryList li.sep {
	clear: left;
	float: left;
	width: 100%;
	height: 1px;	
	padding: 0;
}
.popupBody .industoryList li:hover.sep {
	background: none;
}

.popupBody .industoryList li label {
	font-size: 1.10em;	
	line-height: 1.3;
}

.popupBody .industoryList li label .num {
	display: inline-block;
    padding-left: 3px;
    color: #fab565;
    font-weight: normal !important;
    font-size: 11px;	
}

.industoryList li label.customCheck {
	background-position: -731px -78px;
}
.industoryList li:hover label.customCheck {
	background-position: -705px -110px;	
}

.industoryList li label.checkOn,
.industoryList li:hover label.checkOn {
	background-position: -678px -140px;
}

.industoryList li label.disabled,
.industoryList li:hover label.disabled {
	background-position: -623px -212px;
}


#areaPopup .areaMapWrap,
#ippatsuAreaPopup .areaMapWrap {
	float: left;
	width: 304px;
	height: 428px;
	position: relative;
}

#areaPopup .areaMapWrap:before,
#ippatsuAreaPopup .areaMapWrap:before {
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	height: 428px;
	background: #cccccc;
	top: 0;
	right: 0;
}
#areaPopup .areaMapWrap:after,
#ippatsuAreaPopup .areaMapWrap:after {
	content: " ";
	display: block;
	position: absolute;
	width: 21px;
	height: 41px;
	background: url(../images/common.png) no-repeat -432px -106px;
	top: 50%;
	margin-top: -21px;
	right: 0;
}

#areaPopup .areaMapWrap > .caption,
#ippatsuAreaPopup .areaMapWrap > .caption {
	font-size: 0.80em;
	line-height: 1.4;
	color: #60add7;
	margin: 30px 0 0 39px;
	padding-left: 40px;
	position: relative;	
}
#areaPopup .areaMapWrap > .caption:before,
#ippatsuAreaPopup .areaMapWrap > .caption:before {
	content: " ";
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/common.png) no-repeat -322px -106px;
	position: absolute;
	left: 0;
	top: -1px;
}

#areaPopup .areaMap,
#ippatsuAreaPopup .areaMap {
	margin-top: 30px;
	margin-left: 45px;	
}

#areaPopup .prefCitySelectionWrap,
#ippatsuAreaPopup .prefCitySelectionWrap {
	float: right;
	width: 541px;
	padding-right: 45px;	
	height: 428px;
	overflow-y: scroll;	
}

#areaPopup .prefCitySelection,
#ippatsuAreaPopup .prefCitySelection {
	padding: 25px 0 20px 0;	
}

#areaPopup .prefCitySelection .area,
#ippatsuAreaPopup .prefCitySelection .area {
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 4px;
}

#areaPopup .prefCitySelection .area p,
#ippatsuAreaPopup .prefCitySelection .area p {
	display: inline-block;
	padding: 4px;	
}

#areaPopup .prefCitySelection .area p:hover,
#ippatsuAreaPopup .prefCitySelection .area p:hover {
	background: #eff6f9;	
}

#areaPopup .prefCitySelection .area label,
#ippatsuAreaPopup .prefCitySelection .area label {
	font-size: 1.10em;
	font-weight: bold;
	line-height: 1.2;	
}

#areaPopup .prefCitySelection .area label .sub,
#ippatsuAreaPopup .prefCitySelection .area label .sub {
	color: #9f9f9f;
	font-weight: normal;
	display: inline-block;
	font-size: 0.80em;
	padding-left: 8px;
}

#areaPopup .prefCitySelection .area p:hover label.customCheck,
#ippatsuAreaPopup .prefCitySelection .area p:hover label.customCheck {
	background-position: -705px -111px;	
}

#areaPopup .prefCitySelection .area label.checkOn,
#ippatsuAreaPopup .prefCitySelection .area label.checkOn,
#areaPopup .prefCitySelection .area p:hover label.checkOn,
#ippatsuAreaPopup .prefCitySelection .area p:hover label.checkOn {
	background-position: -678px -141px;
}

#areaPopup .prefCitySelection .area label.disabled,
#ippatsuAreaPopup .prefCitySelection .area label.disabled,
#areaPopup .prefCitySelection .area p:hover label.disabled,
#ippatsuAreaPopup .prefCitySelection .area p:hover label.disabled {
	background-position: -623px -213px;
}


#condPopup .popupBody {
	overflow-y: scroll;
	height: 398px;
	padding: 15px 55px 15px 40px;
	position: relative;
}

#condPopup dl {
	width: 100%;
	padding: 10px 0;
	border-top: solid 1px #efefef;
}
#condPopup dl:first-child {
	border-top: none;	
}

#condPopup dt {
	float: left;
	width: 142px;
}

#condPopup dt p {
	font-weight: bold;
    padding-left: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
    border-left: solid 5px #044077;
    line-height: 1.1;
    padding-top: 1px;	
}

#condPopup dd {
	margin-left: 142px;
}

#condPopup .condList li {
	float: left;
	width: 30%;
	padding: 8px;	
}

#condPopup .condList li:hover {
	background: #eff6f9;	
}

#condPopup .condList label.onCheck {
	font-weight: bold;	
}

#condPopup .condList li:hover label.customCheck {
	background-position: -705px -111px;
}

#condPopup .condList label.checkOn,
#condPopup .condList li:hover label.checkOn {
	background-position: -678px -141px;
}

#condPopup .condList label.disabled,
#condPopup .condList li:hover label.disabled {
	background-position: -623px -213px;
}

#condPopup .selectorWrap {
	position: relative;
	width: 175px;
	margin: 8px 0 8px 8px;
}

#condPopup select {
	width: 175px;
}

/***********************************
 0件ヒット
************************************/
.nohitBox {
	margin: 20px 0 16px 0;
	background: #fff;
	border: solid 1px #e6e6e6;
	text-align: center;
	padding: 19px 0 24px 0;	
}

.nohitBox .msg {
	font-weight: bold;
	font-size: 1.06em;	
	margin-bottom: 12px;
}

.nohitBox .msg span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.nohitBox .msg span:before {
	content: " ";
    display: block;
    width: 23px;
    height: 21px;
    background: url(../images/common.png) no-repeat -457px -106px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;	
}

.nohitSearchBtn {
	display: block;
    margin: 0 auto;
    background: #f15a24;
    text-decoration: none;
    border-radius: 5px;
    width: 430px;
    color: #fff;
    font-size: 1.10em;
    font-weight: bold;
    height: 45px;
    text-align: center;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.15);	
}
.nohitSearchBtn span {
	display: inline-block;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    position: relative;
}
.nohitSearchBtn span:before {
	content: " ";
    display: block;
    width: 19px;
    height: 20px;
    background: url(../images/common.png) no-repeat -589px 0;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
}
.nohitSearchBtn:hover {
	background: #f58c66;
	color: #fff;
}

.nohitBox .links {
	width: 430px;
	margin: 13px auto 0 auto;
}

.nohitBox .links li {
	border: solid 1px #cccccc;
	border-radius: 5px;
}
.nohitBox .links li.left {
	float: left;	
}
.nohitBox .links li.right {
	float: right;	
}
.nohitBox .links li a {
	display: block;
	width: 208px;
	height: 34px;	
	font-weight: bold;
	font-size: 1.10em;
	border-radius: 5px;
}
.nohitBox .links li a span {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding-right: 20px;
	position: relative;
	text-decoration: underline;
}
.nohitBox .links li a:hover span {
	text-decoration: none;	
}

.nohitBox .links li a span:after {
	content: " ";
    display: block;
    width: 7px;
    height: 13px;
    background: url(../images/common.png) no-repeat -504px -106px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

.nohitResultHeader {
	margin-bottom: 10px;
	padding-left: 10px;	
}

.nohitResultHeader .label {
	display: inline-block;
	padding: 0 22px 0 23px;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;	
}

.nohitResultHeader .label:before {
	content: " ";
    display: block;
    width: 17px;
    height: 13px;
    background: url(../images/common.png) no-repeat -483px -106px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;	
}

.nohitResultHeader a span {
	display: inline-block;
	padding-right: 13px;
	position: relative;
	text-decoration: underline;
}
.nohitResultHeader a:hover span {
	text-decoration: none;
}

.nohitResultHeader a span:after {
	content: " ";
    display: block;
    width: 7px;
    height: 13px;
    background: url(../images/common.png) no-repeat -504px -106px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
}

.nothitBtmBox {
	margin-top: 25px;
	position: relative;
	background: #fff;
	border: solid 1px #e6e6e6;
	text-align: center;
	padding: 44px 0 44px 0;
}
.nothitBtmBox:before {
	content: " ";
    display: block;
    width: 42px;
    height: 13px;
    background: url(../images/common.png) no-repeat -516px -106px;
    position: absolute;
	left: 50%;
	margin-left: -21px;
	top: -13px;
}

.nothitBtmBox .nohitSearchBtn {
	font-size: 1.26em;
}
.nothitBtmBox .nohitSearchBtn span {
	padding: 0 18px 0 0;
	position: relative;
}
.nothitBtmBox .nohitSearchBtn span:before {
	content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/common.png) no-repeat -253px -74px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
	left: auto;
}

.centerPad1Col {
	width: 690px;
	margin: 0 auto;	
}

/***********************************
 404ページ
************************************/
.notFoundBox {
	margin-bottom: 20px;
    background: #fff;
    border: solid 1px #e6e6e6;
    text-align: center;
    padding: 18px 0 23px 0	
}

.notFoundBox h2 {
	font-weight: bold;
    font-size: 1.06em;
    margin-bottom: 10px;
}

.notFoundBox h2 span {
	display: inline-block;
    padding-left: 30px;
    position: relative;
}
.notFoundBox h2 span:before {
	content: " ";
    display: block;
    width: 23px;
    height: 21px;
    background: url(../images/common.png) no-repeat -457px -106px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
}

.notFoundBox .msg {
	color: #878787;
	font-size: 0.90em;	
}

.notFoundBtn {
	display: block;
    margin: 10px auto 0 auto;
    background: #007bbf;
    text-decoration: none;
    border-radius: 5px;
    width: 250px;
    color: #fff;
    font-size: 1.06em;
    font-weight: bold;
    height: 40px;
    text-align: center;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.15);	
}
.notFoundBtn span {
	display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-right: 19px;
    position: relative;
}
.notFoundBtn span:after {
	content: " ";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../images/common.png) no-repeat -253px -74px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}
.notFoundBtn:hover {
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);/* ie 6 7 */
	-ms-filter: "alpha(opacity=80)";/* ie 8 */		
}

/***********************************
 詳細期限切れ
************************************/
.expiredBox {
	margin-bottom: 20px;
    background: #fff;
    border: solid 1px #e6e6e6;
    text-align: center;
    padding: 18px 0 23px 0	
}

.expiredBox .ttl {
	font-weight: bold;
    font-size: 1.06em;
    margin-bottom: 10px;
}

.expiredBox .ttl span {
	display: inline-block;
    padding-left: 30px;
    position: relative;
}
.expiredBox .ttl span:before {
	content: " ";
    display: block;
    width: 23px;
    height: 21px;
    background: url(../images/common.png) no-repeat -457px -106px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
}

.expiredBox .msg {
	color: #878787;
	font-size: 0.90em;	
}

.newItemList {
	background: #fff;
}

.newItemList > li {
	border-top: solid 1px #e6e6e6;
	padding: 20px 25px;
}
.newItemList > li:first-child {
	border-top: none;	
}

.newItemList > li .name {
	font-weight: bold;
    font-size: 0.90em;
    line-height: 1.2;
    position: relative;
    padding-left: 13px;
    padding-bottom: 5px;	
}
.newItemList > li .name:before {
	content: " ";
    display: block;
    width: 8px;
    height: 10px;
    background: url(../images/common.png) no-repeat -274px -28px;
    position: absolute;
    left: 0;
    top: 2px;
}

.newItemList > li .ttl {
	display: inline-block;
	line-height: 1.5;
    font-size: 1.24em;
    padding-bottom: 2px;	
}

.newItemList > li .content {
	float: left;
	width: 725px;
	font-size: 0.90em;
    font-weight: bold;
	margin-top: 7px;
}
.newItemList > li .content > li {
	float: left;	
}
.newItemList > li .content > li:first-child {
	margin-right: 20px;	
}

.newItemList > li .content span {
	font-weight: normal;
    color: #7d7f7f;
    display: inline-block;
    padding-right: 2px;	
}

.newItemList > li .content strong {
	color: #ed0810;
}

.newItemList > li .siteFrom {
	float: right;
	font-size: 0.90em;
	color: #7d7f7f;
}

.newItemList > li .siteFrom img {
	display: block;
	float: right;
	width: 80px;
}

.newItemList > li .siteFrom  span {
	float: right;
	display: block;
	padding-right: 4px;
    padding-top: 7px;	
}