@charset "utf-8";
/* CSS Document */
#pnk:before,
#pnk:after{content: "";display:table;}
#pnk:after{clear:both;}
#features-main:before,
#features-main:after{content: "";display:table;}
#features-main:after{clear:both;}
#features-main {
	margin:10px auto 0;
	color:#333;
	font-size:16px;
	width:1200px;
}
#features-main .featurescontens-text {
	padding:0 25px 0 25px;
}
#features-main h1 {
	padding:0px;
	margin:0px 0px 20px 0px;
	background-repeat:no-repeat;
	width:1200px;
	height:45px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#features-main h2 {
	clear:both;
	margin-bottom:20px !important;
}
#features-main h3 {
	clear:both;
	margin:0 auto 0;
}

/*------------------ フリーワード検索 */
.feature-form-freeword-wrap:before,
.feature-form-freeword-wrap:after{content: "";display:table;}
.feature-form-freeword-wrap:after{clear:both;}
.feature-form-freeword-wrap {
    margin-top: 10px;
    width: 100%;
}
.feature-form-freeword {
  float: right;
  flex-wrap: nowrap;
}
.feature-form-freeword-title {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 40px;
}

.feature-form-freeword form input[type="text"] {
	margin: 0 10px;
}

.feature-form-freeword form input[type="submit"] {
    width: 116px;
    height: 35px;
    line-height: 36px;
}

#features-main  #features-sarch {
	clear:both;
	width:540px;
	/*margin:70px 0 0 0; */
	height:45px;
	margin:10px 0 0 0;
	position:relative;
	float:right;
}
#features-main  #features-sarch p {
	float:left;
	color:#00A5BD;
	font-size:16px;
	margin:6px 0 0 5px;
}
#features-main  #features-sarch input[type="text"] {
	border: 1px solid #ddd;
	box-sizing: border-box;
  width: 300px;
	height:30px;
	display:block;
	margin:2px 0 0 1em;
	border-radius:5px;
	float:left;
}
#features-main  #features-sarch input[type="submit"] {
	display:block;
	float:left;
	background:url(../img/btn_search.png) no-repeat;
	border: 0px;
    width: 84px;
    height: 34px;
	margin:0 0 0 10px;
	text-indent:-9999px;
}
#features-main  #features-sarch input[type="submit"]:hover {
	cursor:pointer;
	opacity:0.7;
}
/*==============================================
                  メインカラム
===============================================*/
#features-main #features-left, #features-main #features-sub-left {
	float:left;
	width:895px;
	font-size:14px;
}
.block-search {
  margin-bottom: 30px;
}
/*
#features-left section, #features-sub-left section {
	margin:45px auto;
}
*/
/*------------------ 職種で探す */
#features-main #features-formarea:before,
#features-main #features-formarea:after{content: "";display:table;}
#features-main #features-formarea:after{clear:both;}
#features-main #features-formarea {
    font-size: 16px;
    line-height: 1.7em;
}
#features-main .features-summary {
	clear:both;
	display:block;
	height:30px;
	margin:0 0 0 -35px;
	padding:25px 0 0 0;
}
.block-checkbox-box:before,
.block-checkbox-box:after{content: "";display:table;}
.block-checkbox-box:after{clear:both;}
.block-checkbox-box {
  display: block;
  width: 100%;
}
.block-checkbox-box label {
  display:block;
  float: left;
  width: 33.333333%;
  margin-bottom: 3px;
}
#features-main #features-formarea input[type="submit"]:hover {
	cursor:pointer;
	opacity:0.5;
}


/*------------------ ランキング */
#features-main .features-ranking {
    margin: 0 1% 50px 1%;
    text-decoration: none;
    width: 31.33333%;
}
.features-ranking h5 i {
    font-size: 3em;
    vertical-align: middle;
    margin-right: 5px;
}
.features-ranking:nth-of-type(1) h5 i {color:#fce300;}
.features-ranking:nth-of-type(2) h5 i {color:#a1a1a1;}
.features-ranking:nth-of-type(3) h5 i {color:#fcac0b;}

.features-ranking h5 span {
    font-size: 19px;
    font-weight: 100;
    font-family: メイリオ, Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
#features-main .features-ranking p {
	margin:5px auto;
	width:260px;
	line-height:1.2em;
	padding:0 0 0 0 !important;
}
/*------------------ 職種説明 */
#features-main .features-job {
	margin:0 10px 50px 10px;
	float:left;
	font-size:12px;
	line-height:1.3em;
	width:270px;
	height:260px;
	position:relative;
	padding:5px;
}
#features-main .features-job a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#features-main .features-job a:hover {
	border:#CCC 1px solid;
	margin:0 auto;
	opacity:0.7;
	background:#FFF;
}
/*------------------職種説明詳細を見る */
#features-main .features-job span {
	clear:both;
	float:right;
}
/*------------------職種説明 */
#features-main .features-job p {
	width:270px;
	height:60px;
	margin:5px auto 10px;
	padding:0;
}
/*------------------職種説明画像 */
#features-main .features-job-photo {
	border:#999 1px solid;
	text-align:center;
}


/*------------------道具紹介 */
#features-main .features-tool-comment {
	margin:0 0 20px 0;
	line-height:1.7em;
}

#features-main .tool:before,
#features-main .tool:after{content: "";display:table;}
#features-main .tool:after{clear:both;}
#features-main .tool {
	width:100%;
}

#features-main .features-tool-text {
	width:73.3%;
	margin-right:1.7%;
	float:left;
}

#features-main .features-tool-img {
	width: 25%;
	float: left;
}

/*==============================================
              サイドカラム
===============================================*/
#features-main #features-right {
	float:right;
	width:280px;
	font-size:14px;
}
#floatMenu {
	position: absolute;
	top:100px;
}
#features-main #features-right aside {
	border:#CCC 1px solid;
	background:url(../../img/dot_bg.png) repeat;
	padding:0 0 0 0;
	margin:0 auto 25px;
}
#features-main #features-right aside h3 {
	margin:0 auto 0;
}

.features-right-searchform-txt {
	line-height:1.2em;
	width:260px;
	margin:5px 0 10px 15px;
}
/*------------------ セレクトボックス件名 */
#features-right aside .choice-title {
	background:url(../img/bg_arrow.png) no-repeat;
	color:#00A5BD;
	font-weight:bold;
	margin:0 auto 5px;
	padding:0 0 0 30px;
	width:230px;
	letter-spacing:0.1em;
}
/*------------------ セレクトボックス */
#features-right aside select {
	position: relative;
	margin:0 0 25px 10px;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 260px;
	height:30px;
	border-radius:5px;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #fff;
	background-repeat: no-repeat;
}
#Refine_Search_2:before,
#Refine_Search_2:after{content: "";display:table;}
#Refine_Search_2:after{clear:both;}
#Refine_Search_2{text-align: center;}
/*------------------ 人気キーワード */
#features-right aside #keyword {
	line-height:2.0em;
	margin:0 0 25px 10px;
}
#features-right aside #keyword a {
	color:#666;
}
#features-right aside #keyword a:hover {
	text-decoration:none;
}
#features-right aside .big {
	font-size:22px;
}
#features-right aside .m-big {
	font-size:26px;
}
/*------------------ フリーワード検索 */
#features-right aside input[type="text"] {
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 260px;
	height:30px;
	display:block;
	margin:0 auto 5px;
	border-radius:5px;
}
/*--------------------------------------------------------------------
新着
--------------------------------------------------------------------*/
#features-right aside .job-contens {
	margin:0 5px 25px 5px;
	padding:0 0 25px 0;
	border-bottom:#00ABBF 1px dotted;
}
#features-right aside .job-visual {
	width:95px;
	float:left;
	margin-right:10px;
}
#features-right aside .job-detail-wrap {
	width:163px;
	float:left;
	margin-bottom:10px;
}
#features-right aside .job-detail-head {
	width:30px;
	min-height:30px;
	float:left;
	margin-right:5px;
}
#features-right aside .job-detail-contents {
	width:128px;
	min-height:25px;
	float:left;
	font-size:10px;
	line-height:1.2em;
	padding-bottom:5px;
}
#features-right aside .attention-pint {
    font-size:10px;
    line-height:1.2em;
	width:163px !important;
	margin:0 !important;
}
#features-right aside .job-more {
	background:#00a5bd;
	border-radius:3px;
	color:#FFF;
	padding:2px 10px 2px 10px;
	display:block;
	float:right;
	font-size:10px;
}
#features-right aside .job-more a {
	color:#FFF;
}
/*--------------------------------------------------------------------
新着　リニューアル以前のテンプレートを使用した原稿への指示
--------------------------------------------------------------------*/
/*------------------ 新着で探す */
#features-right aside .new_arrivals {
	overflow:hidden;
	margin:0 5px 25px 5px;
	padding:0 0 25px 0;
	border-bottom:#00ABBF 1px dotted;
}
/*------------------ 新着で探す 店舗名*/
#features-right aside .job_title {
	font-size:12px;
	line-height:1.2em;
	font-weight:bold;
	margin:0 0 5px 5px;
}
#features-right aside .thumbnail {
	float:left;
	margin:0 2px 0 0;
}
#features-right aside .thumbnail img {
	width:90px;
	height:90px;
}
#features-right aside .hyou_help {
	width:160px;
	float:left;
	font-size:10px;
	line-height:1.2em;
	margin-left:10px;
}
/*------------------ 新着で探す 職種などのth調整*/
#features-right aside .hyou th, #features-right aside #hyou th { /*古い原稿テンプレも*/
	width:30px;
}
#features-right aside .hyou_help a {
	background:#00a5bd;
	border-radius:3px;
	color:#FFF;
	padding:2px 10px 2px 10px;
	display:block;
	float:right;
}
/*------------------ 新着で探す 続きを読む*/
#features-right aside .more {
	clear:both;
	font-size:10px;
	color:#FFF;
	background:#00ABBF;
	border-radius:3px;
	float:right;
	margin:0 0 10px 0;
	padding:0 2px 0 2px;
}
#features-right aside .more a {
	color:#FFF;
}
#features-right aside .more a:hover {
	text-decoration:none;
}
/*==============================================
              下層ページ
===============================================*/
/*------------------ 職種説明ページャー */
#features-pager {
	clear:both;
}
#features-pager .left {
	float:left;
}
#features-pager .right {
	float:right;
}
/*--------------------------------------------------------------------
お気に入りに追加する
--------------------------------------------------------------------*/
.category-sub .wpfp-span {
	display:inline-block;
	width:166px;
	height:41px;
	text-align:center;
	margin:0px;
	position:relative;
}

.category-sub .wpfp-span a{
	position:absolute;
	display:block;
	width:166px;
	height:41px;
	top:18px;
	left:0px;
	background-image:url(../../img/btn_keep_01.png);
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size:0px;
}

.category-sub .wpfp-span img.wpfp-img{
	display:none;
	position:absolute;
	top:25px;
	left:80px;
	z-index:1;
}

.category-sub .job-visual img.job-main-visual-img{
	width:240px;
	height:auto;
}


h2.features-cat-ttl {
  box-sizing: border-box;
  width: 100%;
  background: #49a6bd;
  font-family: Meiryo, メイリオ, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1;
  padding: 9px 30px 9px 64px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #fff;
  box-shadow: 0 0 0px 1px #cccccc;
  position: relative;
}
h2.features-cat-ttl::before {
  position: absolute;
  content: "";
  display: block;
  border-color: #fff transparent transparent #fff;
  border-width: 9px;
  border-style: solid;
  width: 0;
  height: 0;
  left: 3px;
  top: 3px;
}
.features-cat-ttl span {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    letter-spacing: 1.3px;
    position: absolute;
    right: 30px;
    top: 37%;
}
.block-form-checkbox-parent {
	clear:both;
	display:block;
	height:30px;
	margin:0 0 0 -35px;
	padding:25px 0 0 0;
}
.block-features-ranking {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -1%;
    margin-right: -1%;
}
.features-ranking h5 {
  margin-top: 0;
  margin-bottom: 7px;
}
.features-ranking > img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  background: #CCC;
  border: 5px solid #FFF;
  box-shadow: 0 0 0 1px #CCC;
}

.job-explanation-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.box-description {
  font-size: 100%;
  margin-bottom: 1em;
  margin-top: -1em;
  line-height: 1em;
}

.job-explanation-box {
  width: calc(25% - 10px); /* 23.875% mr1.7 */
  box-sizing: border-box;
  padding: 5px 5px 10px;
  border: 1px solid transparent;
  margin-bottom: 3.9%;
  margin-right: 5px;
  margin-left: 5px;
}
.job-explanation-box:hover {
  border: 1px solid #ccc;
  opacity: .8;
}
.job-explanation-box > a {
  text-decoration: none;
  width: 100%;
}
.yellow-gra {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe585+0,ffde61+50,ffce00+51,ffdf6a+100 */
background: rgb(255,229,133); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,229,133,1) 0%, rgba(255,222,97,1) 50%, rgba(255,206,0,1) 51%, rgba(255,223,106,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,229,133,1) 0%,rgba(255,222,97,1) 50%,rgba(255,206,0,1) 51%,rgba(255,223,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,229,133,1) 0%,rgba(255,222,97,1) 50%,rgba(255,206,0,1) 51%,rgba(255,223,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe585', endColorstr='#ffdf6a',GradientType=0 ); /* IE6-9 */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe585+0,ffde61+50,ffce00+51,ffdf6a+100 */
background: #ffe585; /* Old browsers */
background: -moz-linear-gradient(top, #ffe585 0%, #ffde61 50%, #ffce00 51%, #ffdf6a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe585 0%,#ffde61 50%,#ffce00 51%,#ffdf6a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffe585 0%,#ffde61 50%,#ffce00 51%,#ffdf6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe585', endColorstr='#ffdf6a',GradientType=0 ); /* IE6-9 */
}
.gray-gra {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f1f1f1+51,e3e3e3+66,ececec+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 1%, #f1f1f1 51%, #e3e3e3 66%, #ececec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 1%,#f1f1f1 51%,#e3e3e3 66%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 1%,#f1f1f1 51%,#e3e3e3 66%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f1f1f1+51,e3e3e3+66,ececec+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(241,241,241,1) 51%, rgba(227,227,227,1) 66%, rgba(236,236,236,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(241,241,241,1) 51%,rgba(227,227,227,1) 66%,rgba(236,236,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(241,241,241,1) 51%,rgba(227,227,227,1) 66%,rgba(236,236,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
input.btn-normal,
.btn-features-detail {
  padding: 5px 25px 5px 25px;
  font-weight: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 #ffffff;
  border-radius: 3px;
  border: 1px solid #ffffff !important;
  box-shadow: 0 0 0 1px #CCC;
  position: relative;
  margin-bottom: 7px;
  margin-right: 1px;
}
/*
input.btn-features-detail.large {
  line-height: 0;
  font-size: 1.1em;
  font-weight: bold;
  border: 3px solid #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  border-radius: 4px;
  text-indent: 0px;
  color: #505154;
  text-align: center;
  padding: 23px 26px;
  margin-top: 30px;
  margin-bottom: 0;
  float: none;
}
.btn-features-detail {
  padding: 5px 30px 5px 25px;
  float: right;
}
.btn-features-detail::after {
  border-width: 7.2px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  border-style: solid;
  content: "";
  right: 0;
  top: 5px;
}
*/
.job-explanation-box .btn.small {
	float: right;
}
.job-explanation-box .btn.small:hover {
    box-shadow: 0px 5px 0px 0px #dcc208;
    transform: none;
}

/*
.job-explanation-box:nth-of-type(4n) {
    margin-right: 0;
}
*/

.job-explanation-box p {
  height: 72px;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 0.9px;
  margin-bottom: 16px;
  margin-top: 8px;
}
.job-explanation-box:hover p {
  opacity: 0.8;
}

.job-explanation-box > a > img {
    border: 1px solid #999999;
    width: 100%;
    box-sizing: border-box;
}

.features-tool-ttl {
    font-size: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 9px 0 28px 20px;
    margin-bottom: 27px !important;
    background-image: url(../../img/category/features_tool_title_bg.png);
    line-height: 1;
    height: 63px;
    box-sizing: border-box;
    color: #00A8C0;
}
.features-more-btn {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
.features-more-btn a {
    display: inline-block;
    clear: both;
    line-height: 1;
    padding: 15px 36px 15px 20px;
    border-radius: 2px;
    border: 1px solid #D3D3D3;
    position: relative;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #fff;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
}
.features-more-btn a:after {
    font-family: custom;
    content: "\f0da";
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #FFCF00;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1px;
    box-sizing: border-box;
    position: absolute;
    right: 5px;
}

/*--------------------------------------------------------------------
ページナビ
--------------------------------------------------------------------*/
/*
.page-nav {
	width:920px;
}
.page-numbers {
	border-top:none;
	display: flex;
}
.page-numbers a,
.page-numbers span {
	padding:10px;
	color:#13B2D9;
	font-size:18px;
	border-top:none;
	border-bottom:none;
	text-decoration: none;
}
.page-numbers a:hover {
	color:#666666;
	border-top:none;
	border-bottom:none;
}
.page-numbers li.active_page a,
.page-numbers li .current {
	color:#666666;
	background:#fff;
	border-top:none;
	border-bottom:none;
}
.page-numbers li.active_page a:hover {
	color:#666666;
	border-top:none;
	border-bottom:none;
}
*/
/*--------------------------------------------------------------------
求人一覧
--------------------------------------------------------------------*/
/*
.job-contens-wrap {
	margin-bottom:50px;
}
.job-contens-wrap a {
  text-decoration: none;
  transition: all ease-in 300ms;
}
.job-contens-wrap a:hover,
.job-contens-wrap a:hover + .gray-wrap {
  opacity: 0.7;
}
.gray-bg:before,
.gray-bg:after{content: "";display:table;}
.gray-bg:after{clear:both;}
.gray-bg,
.gray-wrap {
	background-color:#FBF9F7;
	border:#CCC 1px solid;
	border-radius: 3px 3px 0 0;
  display: block;
}
.category-sub a.gray-bg {
  border-bottom: none;
}
.job-name:before,
.job-name:after{content: "";display:table;}
.job-name:after{clear:both;}
.job-name {
  position: relative;
  display: block;
  position: relative;
	padding: 8px 15px !important;
	background-color:#87CEFA;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	box-shadow:0px 1px 2px 0px #87CEFA;
	-moz-box-shadow:0px 0px 2px 0px #87CEFA;
	-webkit-box-shadow:0px 0px 1px 1px #87CEFA;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	line-height: 1;
}

.gray-wrap:before,
.gray-wrap:after{content: "";display:table;}
.gray-wrap:after{clear:both;}
.gray-wrap {
  transition: all ease-in 300ms;
	padding:10px 15px;
}
.gray-wrap.box-link {
  display: block;
}
.attention-pint {
	color:#F25B0C;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	width:100%;
	white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.job-contens {
	margin-bottom:15px;
}
.job-visual {
	float:left;
}

.job-visual img{
	width:auto;
	height:150px;
}

.job-jobstyle li {
	display:inline-block;
	margin:0 10px 5px 0;
}
.job-detail-wrap {
	float:right;
	width: 598px;
}
.job-detail {
	font-size:14px;
	border-left:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
}
.job-detail-head {
	width:65px;
	min-height:39px;
	float:left;
	background-color:#FAFAFA;
	border-top:#ccc 1px solid;
	padding-top:10px;
}
.job-detail-contents {
  width: 510px;
	min-height:43px;
	padding:3px 10px;
	float:left;
	background-color:#fff;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
}
.job-title {
	font-size:12px;
}

.job-jobstyle img {
	margin:0 10px 5px 0;
}


.gray-bg {
  border-bottom: none;
  box-sizing: border-box;
}
.gray-wrap {
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.gray-bg  .gray-wrap {
  border: none;
}
*/

/*求人一覧　リニューアル以前のテンプレートを使用した原稿への指示*/
/*
.old-template .hyou .ue,
.old-template #hyou .ue {
	border-collapse:collapse;
	border-top:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
}
.old-template .hyou .ue th,
.old-template #hyou .ue th {
	width:65px;
    min-height:39px;
	border-collapse:collapse;
	background-color:#FAFAFA;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:10px 0;
	vertical-align:top;
}
.old-template .hyou .ue td,
.old-template #hyou .ue td {
	width:542px;
    min-height:43px;
	border-collapse:collapse;
	background-color:#fff;
	border-bottom:#ccc 1px solid;
	padding:3px 10px;
}
.old-template .job-contens {
	position:relative;
	padding-top:40px;
}
.old-template .hyou .ge td,
.old-template #hyou .ge td {
	color:#F25B0C;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	width:888px;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.old-template .hyou br,
.old-template #hyou br {
	display:none;
}
.old-template .hyou + a,
.old-template #hyou + a {
	display:none;
}
*/

/* home */
.box#area {
    padding: 20px 0 0 0;
}

/* Slider*/
.flexslider {
  overflow: hidden;
  max-height: 420px;
}

