@charset "utf-8";
/* CSS Document */
.material-icons {
	vertical-align: middle;
}
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
/*===================================================================
//  ヘッダー
//=================================================================*/
.head_top {
	border-bottom: solid 1px #ebebeb;
}
/*header h1 {float:left; width:68%; font-size:11px; padding:6px 0;}*/
.head_nav {
	float: right;
	width: 32%;
}
.head_nav ul li {
	display: block;
	float: right;
	width: 33%;
	border-right: solid 1px #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.head_nav ul li:last-child {
	border-left: solid 1px #ebebeb;
}
.head_nav ul li a {
	display: block;
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 6px 0;
	text-decoration: none;
	background: #fafafa;
}
.head_nav ul li a:hover {
	background: #efefef;
}
.head_bottom {
	padding: 12px 0 12px 0;
	background: #fff;
	width: 100%;
}
.logo {
	float: left; /*max-width:373px;*/
	width: 400px;
}
.logo img {
	width: 100%;
}
.head_keep {
	float: right;
	width: 12%;
	margin-left: 0.8%;
}
.head_keep a {
	display: block;
	background: #fed2d7;
	border: solid 1px #eb9fa8;
	border-radius: 5px;
	color: #524603;
	font-size: 15px;
	text-decoration: none;
	padding: 0.4em 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.head_keep a:hover {
	background: #ffb7bf;
}
.head_keep a var.fav-count {
	font-style: normal;
	font-size: 13px;
	padding: 0 0.5em;
	margin-left: 0.3em;
	border-radius: 50px;
	background: #ff8a98;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.head_contact {
	float: right;
	width: 7.5%;
	margin-left: 1%;
}
/*.head_contact a {display:block; background:#ffeb10; border: solid 1px #e3c314; border-radius: 5px; color: #524603; font-size: 15px; text-decoration: none; padding: 0.4em 0; box-shadow: 1px 1px 2px rgba(0,0,0,0.25);}
.head_contact a:hover {background:#fffc10;}*/
.head_contact a {
	display: block;
	background: #1E70C4;
	border: solid 1px #2987ba;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 0.4em 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.head_contact a:hover {
	background: #4cbcf9;
}
.head_search {
	float: right;
	width: 42%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f0f0f0;
	padding: 0.5em 0.3em;
	box-sizing: border-box;
}
.head_search table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.head_search table th {
	line-height: 1.0;
	font-size: 14px;
	color: #747474;
	padding-right: 0.2em;
}
.head_search table td {
	width: 28%;
}
.head_search table th:last-child {
	padding-right: 0;
	padding-left: 0.4em;
}
.head_search table th i {
	font-size: 18px;
}
.head_search select, .head_search input {
	padding: 3px;
	width: 100%;
	box-sizing: border-box;
}
.head_search .head_search_btn {
	border: 0px;
	background: #339ed8;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	padding: 0.1em 0.4em;
}
.head_search .head_search_btn:hover {
	background: #4cbcf9;
}
.head_search .head_search_btn i {
	font-size: 20px;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 810;
	box-shadow: 1px 1px 2px #dcdcdc;
}
/*===================================================================
//  メインカラム共通
//=================================================================*/
#contents {
	word-break: break-all;
}
.width960 {
	width: 1160px;
	margin: 0 auto;
}
.width1000 {
	width: 1000px;
	margin: 0 auto;
}
.width1024 {
	width: 1024px;
	margin: 0 auto;
}

.sns{
	display:block;
	text-align:right;
	margin:0 0 0.5em 0;
}
body.post-type-archive .sns{
	display:inline-block;
	float:right;
	
}
.sns a{
	width:2.25em;
	display:inline-block;
}
.sns img{
	width:100%;
	height:auto;
}

.main_column {
	width: 890px;
	padding: 17px 0 58px 0;
	position: relative;
}
.main_column section, .main_column article {
	margin-bottom: 32px;
}
.text_excerpt:after {
	content: "...";
}
.single-item .main_column, .single-crawler .main_column {
	width: 100% !important;
}
/* 見出し */
.title_wrapper {
	border: solid 1px #ddd;
}
.title_wrapper h1, .title_wrapper em.result_title, .singletitle_wrapper h1, .crawler_title h2 {
	background: #f5f3f3;
	font-size: 16px;
	padding: 4px 10px;
	display: block;
}
.section_title {
}
/* 詳細関連求人Add */
.single_relation .section_title {
	border-top: solid 2px #1E70C4
}
.single_relation article a {
	display: block;
	position: relative;
	padding: 12px 30px 10px 25px;
	font-size: 15px;
	text-decoration: none;
	color: #333;
}
.single_relation article a span {
	margin-right: 15px;
}
.single_relation article {
	border: solid 1px #e8e8e8;
	border-radius: 4px;
	box-shadow: 0 0 3px #f7f7f7;
	margin-bottom: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.single_relation article:last-child {
	margin-bottom: 0;
}
.single_relation article a::after {
	position: absolute;
	content: "";
	top: 36%;
	right: 1em;
	width: 0;
	height: 0;
	border-top: solid 7px transparent;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px #1E70C4;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.single_relation article:hover {
	opacity: 0.7;
}
.single_relation article:hover a::after {
	right: 1.2em;
}
.section_title h1, .section_title strong {
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 0.5em;/*文字周りの余白*/
	display: block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #0d7fc3;/*背景色*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}
.section_title h1:before, .section_title strong:before {
	content: '●';
	color: white;
	font-size: 21px;
	margin-right: 8px;
}
.section_box {
	background: #fff;
	padding: 11px 8px;
}
.section_box:after{
	content:"";
	width:0;
	height:0;
	display:block;
	clear:both;
}
/*.job_list_title {border:solid 1px #ddd; border-top: solid 4px #ff8a98; border-radius: 5px 5px 0 0;}*/
.job_list_title h2, .page_wrapper.lately .job_list_title h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0.5em 15px 0.1em 15px;
	line-height: 1.4;
}
/*===================================================================
//  サイドメニュー
//=================================================================*/
.sidebar {
	width: 220px;
	float: left;
	word-break: break-all;
	padding: 17px 0 58px 0;
}
.sidebar.feature-wrapper {
	padding: 0;
}
.sidebar.home-bottom {
	padding-top: 0;
}
.sidebar .compute-bnr {
	padding-bottom: 5px;
}
.sidebar strong.top_entry_btn {
	display: block;
	position: relative;
	top: -7px;
	margin-bottom: 6px;
}
.sidebar strong.side_entry_btn {
	display: block;
	margin-bottom: 10px;
}
aside.side_bnr p {
	padding-top: 10px;
}
aside.side_bnr p.no_padding_t {
	padding-top: 0;
}
/* 人気のお仕事ランキング */
.sidebar h2.widgettitle {
	display: none;
}
.sidebar section .side_box {
	border: solid 1px #ddd;
	background: #fff;
	line-height: 1.4;
	padding: 9px 0 0 0;
	overflow: hidden;
}
.sidebar section h2 {
	color: #fff;
	background: #bdbdbd;
	font-size: 13px;
	text-align: center;
	padding: 3px 0;
	display: block;
}
.sidebar section h4 {
	color: #2987ba;
	font-weight: bold;
	padding: 27px 7px 5px 7px;
	background-position: left top;
	display: block;
	font-size: 13px;
}
.sidebar section li:last-child h4 {
	background: url(../img/job/side_flag3.gif) no-repeat;
}
.sidebar section li:nth-child(2) h4 {
	background: url(../img/job/side_flag2.gif) no-repeat;
}
.sidebar section li:first-child h4 {
	background: url(../img/job/side_flag1.gif) no-repeat;
}
.sidebar section h4 a {
	text-decoration: none;
	font-size: 14px;
}
.sidebar section .side_rank_contents {
	padding: 0 7px 10px 7px;
}
.side_recomend_wrapper {
	padding: 0 9px;
}
#side_recomend li {
	border-bottom: dotted 1px #dfdede;
}
#side_recomend li:last-child {
	border: none;
}
#side_recomend li a {
	padding: 9px 0;
	display: block;
}
#side_recomend figure {
	width: 40px;
	float: left;
}
#side_recomend figure img {
	width: 100%;
	height: auto;
}
#side_recomend a p {
	width: 140px;
	float: right;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	color: #17408a;
	text-decoration: none;
}
#side_recomend a:hover {
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f1f1f1))";
	background: linear-gradient(to bottom, #ffffff, #f1f1f1);
	zoom: 1;
}
#side_recomend a:hover figure {
	filter: alpha(opacity=80);
	-ms-filter: “alpha(opacity=80)”;
	opacity: 0.8;
}
#side_recomend a:hover p {
	text-decoration: underline;
}
/*===================================================================
//  フ　ッ　タ　ー
//=================================================================*/
.bottom_area {
	border-bottom: dotted 1px #cecece;
	margin-top: 35px;
	padding: 10px;
}
.bottom_area strong {
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #cecece;
}
.bottom_area label {
	display: inline-block;
	margin-right: 3px;
	font-size: 13px;
	cursor: pointer;
	color: #0080C4;
}
.bottom_area label:hover {
	color: #30a8e9;
}
.bottom_area label:after {
	content: " /";
	padding-left: 2px;
}
.bottom_area label input {
	display: none;
}
footer {
	border-top: dotted 1px #e0e0e0;
}
.fnav {
	float: left;
	width: calc(100% - 130px);
	padding: 10px;
}
.fnav ul li {
	display: inline;
	padding: 0 8px;
	border-right: solid 1px #777;
}
.fnav ul li:first-child {
	padding-left: 0;
}
.fnav ul li:last-child {
	border-right: none;
}
.fnav ul li a {
	color: #777;
	text-decoration: none;
}
.fnav ul li a:hover {
	text-decoration: underline;
}
.go_top {
	float: right;
	width: 86px;
	border-right: solid 1px #ebebeb;
	border-left: solid 1px #ebebeb;
}
.copy_wrapper {
	padding: 10px;
	background: #000;
	color: #fff;
}
.copy_wrapper p {
	color: #fff;
}
.f_company {
	float: left;
	max-width: 325px;
	width: 35%;
}
.f_company address {
	color: #fff;
	font-style: normal;
	padding-top: 1em;
	display: block;
}
.f_contact {
	float: right;
}
.f_contact p {
	float: left;
	padding-top: 10px;
}
p.f_tel {
	float: left;
	width: 250px;
	background: #fff;
	border-radius: 5px;
	padding: 0.5em 0;
	font-size: 15px;
	margin: 0 10px;
	color: #1E70C4;
	text-align: center;
	font-weight: bold;
}
.copy {
	text-align: right;
}
/*.f_contact a {float:left; width:32.5%; display:block; background:#ffeb10; border: solid 1px #e3c314; border-radius: 5px; color: #524603; font-size: 15px; text-decoration: none; padding: 0.4em 0; box-shadow: 1px 1px 2px rgba(0,0,0,0.25);}
.f_contact a:hover {background:#fffc10;}*/
.f_contact a {
	float: left;
	width: 250px;
	display: block;
	background: #1E70C4;
	border: solid 1px #2987ba;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding: 0.4em 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.f_contact a:hover {
	background: #4cbcf9;
}
.f_contact a i {
	padding-right: 0.2em;
	position: relative;
	top: -1px;
}
.f_contact small.copy {
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding-top: 1em;
	display: block;
}
.line-bnr {
	position: fixed;
	bottom: 12.5em;
	right: 1.5em;
	z-index: 1000;
}
.cv-img {
	position: absolute;
	height: 0;
}
/*===================================================================
//  トップページ
//=================================================================*/
/*body.home main {padding-top:30px;}*/

.main_bnr {
	padding: 7px 0 25px 0;
	display: none;
}
.main_bnr ul li {
	display: block;
	float: left;
	width: 380px;
	margin-right: 10px;
}
.main_bnr ul li:last-child {
	margin-right: 0;
}
.main_bnr ul li img {
	width: 100%;
	height: auto;
}
.job_number {
	float: left;
	width: 400px;
	position: relative;
	top: -5px;
}
.job_number em {
	color: #fff;
	font-style: normal;
	background: #ff7080;
	padding: 2px 4px;
	display: inline-block;
	margin-right: 12px;
	text-align: center;
	font-size: 13px;
}
.job_number p {
	font-size: 15px;
	display: inline;
	position: relative;
	top: 2px;
}
.job_number p var {
	font-size: 24px;
	font-weight: bold;
	color: #ff7080;
	padding-left: 3px;
	font-style: normal;
}
.topic {
	float: right;
	width: 750px;
	border: solid 1px #bfbfbf;
	background: #fff;
	box-sizing: border-box;
}
.topic p {
	display: inline;
}
.ticker {
	margin: 0 auto;
	padding: 3px 4px;
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 610px;
	float: right;
	box-sizing: border-box;
}
.ticker h2.widgettitle {
	display: none;
}
.ticker ul {
	width: 100%;
	position: relative;
}
.ticker ul li {
	width: 100%;
	display: none;
	font-size: 14px;
}
.ticker ul li a {
	color: #2987ba;
	text-decoration: underline;
}
.ticker ul li a:hover {
	text-decoration: none;
	color: #30a8e9;
}
/* 新着求人 */
.hot_job_wrapper {
	margin-bottom: 10px;
}
.hot_job_wrapper > .title, .recommend_wrapper > .title, .home-recommend-section > .title {
	background: url(../img/top/suggested-mark.gif) left top no-repeat #f5f3f3;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	max-height: 38px;
	padding: 0.5em;
	font-weight: normal;
}
.hot_job_wrapper > .title h2.left, .recommend_wrapper > .title h2.left, .home-recommend-section > .title h2.left {
	width: 50%;
	font-size: 21px;
	padding-left: 2.8em;
}
.hot_job_wrapper > .title h2.right, .recommend_wrapper > .title h2.right, .home-recommend-section > .title h2.right {
	width: 50%;
	font-size: 14px;
	color: #ff8a98;
	padding: 0.1em 0.3em 0.1em 0;
	font-weight: normal;
	letter-spacing: .05em;
}
.hot_job_wrapper h2.widgettitle {
	display: none;
}
ul.hot_job {
	padding: 15px 0 0 0;
}
ul.hot_job li {
	display: inline-block;
	width: 31.9%;
	margin: 0 1.6% 1.8em 0;
	vertical-align: top;
}
ul.hot_job li:nth-child(3n+0) {
	margin-right: 0;
}
ul.hot_job li a {
	display: block;
	text-decoration: none;
}
ul.hot_job li .hot_job_img {
	border: solid 1px #6a6a6a;
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
ul.hot_job li .hot_job_img figure {
	border: solid 1px #fff;
	position: relative;
	box-sizing: border-box;
}
ul.hot_job li .job_detail {
	width: 49%;
	display: inline-block;
	padding: 1px 0 0 5px;
	box-sizing: border-box;
}
ul.hot_job li .job_detail p {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	white-space: nowrap;
	font-size: 14px;
}
ul.hot_job li .job_detail h3 {
	color: #24aae9;
	font-size: 13px;
	line-height: 1.4;
	padding-top: 2px;
	font-size: 14px;
}
ul.hot_job li a:hover .job_detail h3 {
	color: #30a8e9;
}
.rating_mark {
	position: absolute;
	bottom: 0;
	height: 18px;
	width: 100%;
	display: none;
}
ul.hot_job li.rate-rating-gold .hot_job_img {
	border: solid 2px #0b78d2;
}
ul.hot_job li.rate-rating-gold .hot_job_img figure {
	border: none;
}
ul.hot_job li.rate-rating-gold .hot_job_img figure .rating_mark {
	background: url(../img/job/valu_gold.png) bottom no-repeat;
	display: block;
}
ul.hot_job li.rate-rating-silver .hot_job_img {
	border: solid 2px #19a250;
}
ul.hot_job li.rate-rating-silver .hot_job_img figure {
	border: none;
}
ul.hot_job li.rate-rating-silver .hot_job_img figure .rating_mark {
	background: url(../img/job/valu_silver.png) bottom no-repeat;
	display: block;
}
ul.hot_job li.rate-rating-bronze .hot_job_img {
	border: solid 2px #5340a2;
}
ul.hot_job li.rate-rating-bronze .hot_job_img figure {
	border: none;
}
ul.hot_job li.rate-rating-bronze .hot_job_img figure .rating_mark {
	background: url(../img/job/valu_bronze.png) bottom no-repeat;
	display: block;
}
/* オススメ求人 */
.recommend_wrapper > .title {
	background-image: url(../img/top/hotjob-mark.gif);
}
.recommend_wrapper h2.widgettitle {
	display: none;
}
ul.recommend {
	padding: 10px 0;
}
ul.recommend li {
	border: solid 1px #bcbcbc;
	border-bottom: none;
	display: block;
}
ul.recommend li:last-child {
	border-bottom: solid 1px #bcbcbc;
}
ul.recommend li a {
	display: block;
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f1f1f1))";
	background: linear-gradient(to bottom, #ffffff, #f1f1f1);/* IE10+, W3C */
	zoom: 1;
	text-decoration: none;
}
ul.recommend li a:hover {
	background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#dfdfdf))";
	background: linear-gradient(to bottom, #ffffff, #dfdfdf);/* IE10+, W3C */
	zoom: 1;
}
ul.recommend li .flag_mark {
	background: url(../img/job/flag_no.gif) left center no-repeat;
	padding: 10px 5px 10px 85px;
}
ul.recommend li p {
	padding-right: 17px;
	font-size: 13px;
	font-weight: bold;
	width: 135px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	height: 1.5em;
}
ul.recommend li h2 {
	font-size: 13px;
	color: #2987ba;
	width: 496px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}
ul.recommend li a:hover h2 {
	color: #30a8e9;
}
ul.recommend li.rate-rating-gold .flag_mark {
	background: url(../img/job/flag_gold.gif) left center no-repeat;
}
ul.recommend li.rate-rating-silver .flag_mark {
	background: url(../img/job/flag_silver.gif) left center no-repeat;
}
ul.recommend li.rate-rating-bronze .flag_mark {
	background: url(../img/job/flag_bronze.gif) left center no-repeat;
}
.more {
	padding: 0 10px 0 0;
	text-align: right;
}
.more a {
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	background: #339ed8;
	font-size: 15px;
	padding: 0.3em 1em 0.3em 1.5em;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	text-decoration: none;
}
.more a:hover {
	background: #4cbcf9;
}
.more a i {
	font-size: 20px;
	position: relative;
	top: -1px;
}
div.top_bottom {
	border-top: solid 1px #cecece;
	padding-top: 35px;
	padding-bottom: 15px;
}
div.top_bottom ul {
	width: 760px;
	margin: 0 auto;
}
div.top_bottom.info {
	border-top: none;
	padding-top: 0;
}
div.top_bottom ul li {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
}
div.top_bottom ul li:nth-child(3n+0) {
	margin-right: 0;
}
aside.top_bottom_link {
	padding-bottom: 18px;
	border-bottom: dotted 1px #d4c8af;
}
aside.top_bottom_link2 {
	padding: 18px 0 20px 0;
	border: none;
}
aside.top_bottom_link li {
	float: left;
}
aside.top_bottom_link .top_bottom_link_l {
	width: 369px;
	border-right: dotted 1px #d4c8af;
}
aside.top_bottom_link .top_bottom_link_r {
	width: 370px;
}
aside.top_bottom_link .top_bottom_link_l th {
	width: 114px;
	text-align: left;
}
aside.top_bottom_link .top_bottom_link_l td {
	padding-right: 25px;
}
aside.top_bottom_link .top_bottom_link_r th {
	width: 136px;
	text-align: right;
}
aside.top_bottom_link .top_bottom_link_r td {
	padding-left: 15px;
}
aside.top_bottom_link td strong {
	display: block;
	color: #00a0e9;
	padding: 12px 0 15px;
	font-size: 15px;
}
aside.top_bottom_link td p {
	padding-bottom: 12px;
}
/* オススメ求人（4カラム） */
ul.suggested {
	padding: 15px 0 0 0;
}
ul.suggested li {
	display: inline-block;
	width: 23.1%;
	margin: 0 2.1% 1.5em 0;
	vertical-align: top;
}
ul.suggested li:nth-child(4n+0) {
	margin-right: 0;
}
ul.suggested li a {
	display: block;
	text-decoration: none;
}
ul.suggested li .suggested_job_img figure {
	position: relative;
}
ul.suggested li .suggested_job_img img {
	width: 100%;
	height: auto;
}
ul.suggested li .job_detail {
	width: 100%;
	padding: 5px 0 0 0;
}
ul.suggested li .job_detail p {
	height: 21px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
}
ul.suggested li .job_detail h2 {
	height: 56px;
	color: #2987ba;
	font-size: 13px;
	line-height: 1.4;
	padding-top: 2px;
	font-size: 14px;
}
ul.suggested li a:hover .job_detail h2 {
	color: #30a8e9;
}
.suggested_job_img .rating_mark {
	position: absolute;
	top: 0;
	height: 28px;
	width: 100%;
	display: none;
}
ul.suggested li.rate-rating-gold .suggested_job_img img {
	border: solid 2px #0b78d2;
	box-sizing: border-box;
	width: 100%;
}
ul.suggested li.rate-rating-gold .suggested_job_img figure {
	border: none;
}
ul.suggested li.rate-rating-gold .suggested_job_img figure .rating_mark {
	background: url(../img/job/flag_gold.gif) 2px 2px no-repeat;
	display: block;
	opacity: 0.7;
}
ul.suggested li.rate-rating-silver .suggested_job_img img {
	border: solid 2px #19a250;
	box-sizing: border-box;
	width: 100%;
}
ul.suggested li.rate-rating-silver .suggested_job_img figure {
	border: none;
}
ul.suggested li.rate-rating-silver .suggested_job_img figure .rating_mark {
	background: url(../img/job/flag_silver.gif) 2px 2px no-repeat;
	display: block;
	opacity: 0.7;
}
ul.suggested li.rate-rating-bronze .suggested_job_img img {
	border: solid 2px #5340a2;
	box-sizing: border-box;
	width: 100%;
}
ul.suggested li.rate-rating-bronze .suggested_job_img figure {
	border: none;
}
ul.suggested li.rate-rating-bronze .suggested_job_img figure .rating_mark {
	background: url(../img/job/flag_bronze.gif) 2px 2px no-repeat;
	display: block;
	opacity: 0.7;
}
ul.suggested li .suggested_job_img img {
	border: solid 2px #bcbcbc;
	box-sizing: border-box;
	width: 100%;
}
/* オススメ求人（事業所） */



/* お役立ち情報 */
.topinfo_border {
	border: solid 2px #bcbcbc;
	background: #fff;
	padding: 9px 0 12px 15px;
	margin-top: 13px;
}
section.top_info strong {
	float: left;
	width: 169px;
	padding-bottom: 9px;
	display: block;
}
section.top_info h4.topinfo_title {
	font-size: 13px;
	padding-top: 1.5px;
	display: block;
	float: left;
	width: 530px;
}
section.top_info h2.widgettitle {
	display: none;
}
.info_new {
	border: solid 2px #bbbbbb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 386px;
	box-sizing: border-box;
	float: left;
}
.info_new a {
	display: block;
	padding: 7px;
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f1f1f1))";
	background: linear-gradient(to bottom, #ffffff, #f1f1f1);/* IE10+, W3C */
	zoom: 1;
	text-decoration: none;
}
.info_new a:hover {
	background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#dfdfdf))";
	background: linear-gradient(to bottom, #ffffff, #dfdfdf);/* IE10+, W3C */
	zoom: 1;
}
.info_new .top_info_img {
	border: solid 1px #c5c5c5;
	display: inline-block;
	vertical-align: top;
}
.info_new .top_info_img figure {
	border: solid 1px #fff;
}
.info_new .info_detail {
	display: inline-block;
	padding: 5px 0 0 4px;
	width: 238px;
	line-height: 1.5;
	font-size: 14px;
}
.info_new .info_detail time {
	display: block;
	color: #0b78d2;
	padding-bottom: 7px;
}
.info_new .info_detail p {
	font-size: 14px;
}
section.top_info ul {
	float: right;
	display: block;
	width: 450px;
}
section.top_info ul li {
	background: url(../img/common/arrow.gif) left 5px no-repeat;
	padding: 0 10px 0 11px;
	color: #0b78d2;
	margin-bottom: 5px;
	font-size: 14px;
}
section.top_info ul li a {
	color: #333;
	display: block;
}
section.top_info .more {
	padding-top: 5px;
	float: right;
	width: 319px;
}
.info_navi {
	margin-bottom: 20px;
}
.info_navi_category:nth-last-child(n+2) .info_navi_list li:last-child {
	border: none;
}
.info_navi_category {
	border-bottom: solid 2px #fff;
}
.info_navi_title {
	position: relative;
	padding: 4px 10px;
	border: solid 1px;
	color: #fff;
	font-size: 15px;
	letter-spacing: .5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.info_navi_title.change-info {
	border-color: #63dbce;
	background: #63dbce;
}
.info_navi_title.care-info {
	border-color: #ffb7bf;
	background: #ffb7bf;
}
.info_navi_title:hover {
	cursor: pointer;
}
.info_navi_title::after {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7.5px;
	font-size: 10px;
}
.info_navi_title.open::after {
	transform: rotate(180deg);
}
.info_navi_list li {
	border-bottom: dotted 1px #0f77c6;
	letter-spacing: .5px;
	font-size: 13px;
}
.info_navi_list li a {
	box-sizing: border-box;
	display: block;
	padding: 11px;
	width: 100%;
	color: #0f77c6;
	text-decoration: none;
}
.info_navi_list li a:hover {
	color: #30a8e9;
}
.info_navi_list li.current a {
	background: #fdffe8;
	color: #30a8e9;
}
/* TOPスライダー*/

.fv-wrapper > .bg-c {
	background: none !important;
	padding-top: 7px !important;
}
.fv-wrapper > .bg-c > .contents-wrapper {
	background: none !important;
}
.home-main-slider li a {
	display: block !important;
}
.fv-wrapper .bx-wrapper .bx-viewport {
	background: inherit !important;
}
.fv-wrapper .bx-pager {
	display: none !important;
}
.fv-wrapper .bx-controls {
	position: relative !important;
}
.fv-wrapper .bx-wrapper .bx-controls-direction a {
	height: 231px !important;
}
.fv-wrapper .bx-wrapper .bx-prev {
	left: -18px !important;
	top: -215px !important;
	background: url(../img/top/hms_arrow_l.png) no-repeat center center #f78997 !important;
}
.fv-wrapper .bx-wrapper .bx-next {
	right: -18px !important;
	top: -215px !important;
	background: url(../img/top/hms_arrow_r.png) no-repeat center center #f78997 !important;
}
.fv-wrapper .bx-wrapper .bx-controls-direction a {
	width: 25px !important;
}
.fv-wrapper > .bg-c > .contents-wrapper .step-search {
	padding-top: 1.1em !important;
}
.move_number {
	background: url(../img/top/hms_move_parts.png) no-repeat left top !important;
	padding: 10px 0 20px 125px !important;
}
h2.topcatch {
	font-size: 1.5em;
	color: #835c61 !important;
	padding: 10px 0 0;
	font-weight: bold;
}
.home-main-wrapper {
	margin-top: 0 !important;
}
.home-main-wrapper .job-number {
	font-size: 1.5em;
	color: #835c61 !important;
}
.home-main-wrapper .job-number time {
	color: #3ba5df !important;
}
.home-main-wrapper .job-number var {
	color: #3ba5df  !important;
	font-size: 41px !important;
	line-height: 1 !important;
	padding-right: 0.2em !important;
	letter-spacing: -0.02em !important;
	position: relative;
	top: 2px !important;
}
/*===================================================================
//  検索
//=================================================================*/
/* トップページ */
.main_search {
	padding: 0.8em 0.5em;
	border: solid 2px #bcbcbc;
	background: #fff;
	margin-top: 3px;
}
.main_search .category-title {
	background: #f5f3f3;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding: 0.4em 0;
}
.main_search .category-title > span {
	font-size: 18px;
	border-left: solid 8px #ff8a98;
	padding-left: 0.5em;
	padding-top: 0.1em;
	line-height: 1.2;
}
.main_search ul {
	margin-left: 3px;
}
.main_search ul li {
	font-size: 11px;
	padding: 10px 0 0 11px;
	background: url(../img/common/arrow.gif) left 15px no-repeat;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
}
.main_search ul li label {
	display: block;
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
	color: #2987ba;
}
.main_search ul li label:hover {
	text-decoration: none;
	color: #30a8e9;
}
.main_search ul li label input {
	display: none;
}
.main_area p, .main_capacity p {
	position: relative; /*left:-6px;*/
}
.main_area ul li {
	margin-top: 3px;
}
.main_area ul li:nth-child(-n+2) {
	margin-top: 0;
}
.main_area ul li:nth-child(-n+4) {
	width: 50%;
}
.main_area ul li span {
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}
.main_area ul li span {
	width: 100%;
	display: block;
	overflow: hidden;
}
.main_search .left {
	width: 36%;
	overflow: hidden;
}
.main_search .right {
	width: 61%;
	overflow: hidden;
}
.main_area, .main_genre, .main_capacity, .main_license {
	padding-bottom: 12px;
}
.main_genre ul li, .main_picky ul li, .main_license ul li {
	width: 33%;
}
/*.main_picky ul li:nth-child(23) {width:66%;}*/
/*.main_genre ul li:nth-child(3n+0) {width:39%;}*/
.main_employ ul li, .main_capacity ul li {
	width: 50%;
}
.more_search {
	padding: 20px 10px 0 0;
	text-align: right;
}
.more_search a {
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	background: #339ed8;
	font-size: 15px;
	padding: 0.2em 0.5em 0.2em 1em;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	text-decoration: none;
}
.more_search a:hover {
	background: #4cbcf9;
}
.more_search a i {
	font-size: 20px;
	position: relative;
	top: -1px;
}
/* サイド検索エリア */
.research_side {
	text-align: center;
	padding-bottom: 13px;
}
.fixed_btn {
	position: fixed;
	top: 62px;
	left: 50%;
	width: 240px;
	margin-left: -590px;
	z-index: 800;
}
.fixed_btn p {
	box-shadow: 1px -1px #e8e8e8, -1px 1px #e8e8e8, 1px 1px #e8e8e8;
	padding: 9px 0;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	width: 240px;
	background: url(../img/job/research_btn_bg.png) repeat;
}
.research_side input.research_side_btn {
	border: 0px;
	width: 220px;
	height: 49px;
	background: url(../img/job/side_research.gif) top no-repeat;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
}
.research_side input.research_side_btn:hover {
	background-position: bottom;
}
.side_search_wrapper {
	padding-bottom: 4px;
}
.sidebar .side_search_wrapper section {
	padding-bottom: 10px;
}
.sidebar .side_search_wrapper section strong {
	text-align: left;
	padding: 3px 10px;
	display: block;
	background: #f5f3f3;
	border: solid 1px #ddd;
}
.sidebar .side_search_wrapper section .side_box {
	padding: 0;
}
.side_search_wrapper label {
	display: block;
	font-size: 13px;
	color: #542404;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #fff;
	cursor: pointer;
	padding: 6px 21px 5px 8px;
	background: -moz-linear-gradient(top, #ffffff, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#fdfdfd))";
	background: linear-gradient(to bottom, #ffffff, #fdfdfd);/* IE10+, W3C */
	zoom: 1;
	background-repeat: no-repeat;
	background-position: 95% center;
}
.side_search_wrapper label:hover, .side_search_wrapper label.checked {
	background: -moz-linear-gradient(top, #fffce4, #fff3be);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffce4), to(#fff3be));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fffce4, endcolorstr=#fff3be))";
	background: linear-gradient(to bottom, #fffce4, #fff3be);/* IE10+, W3C */
	zoom: 1;
}
.side_search_wrapper label.area_parent {
	display: block;
	font-size: 13px;
	color: #542404;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #fff;
	cursor: pointer;
	padding: 6px 21px 5px 8px;
	background: url(../img/job/search_arrow.png), -moz-linear-gradient(top, #ffffff, #fdfdfd);
	background: url(../img/job/search_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
	-ms-filter: url(../img/job/search_arrow.png), "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#fdfdfd))";
	background: url(../img/job/search_arrow.png), linear-gradient(to bottom, #ffffff, #fdfdfd);/* IE10+, W3C */
	zoom: 1;
	background-repeat: no-repeat;
	background-position: 95% center;
}
.side_search_wrapper label.area_parent:hover {
	background: url(../img/job/search_arrow.png), -moz-linear-gradient(top, #fffce4, #fff3be);
	background: url(../img/job/search_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#fffce4), to(#fff3be));
	-ms-filter: url(../img/job/search_arrow.png), "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fffce4, endcolorstr=#fff3be))";
	background: url(../img/job/search_arrow.png), linear-gradient(to bottom, #fffce4, #fff3be);/* IE10+, W3C */
	zoom: 1;
	background-repeat: no-repeat;
	background-position: 95% center;
}
.side_search_wrapper label.area_parent.checked {
	background: url(../img/job/search_arrow_on.png), -moz-linear-gradient(top, #fffce4, #fff3be);
	background: url(../img/job/search_arrow_on.png), -webkit-gradient(linear, left top, left bottom, from(#fffce4), to(#fff3be));
	-ms-filter: url(../img/job/search_arrow_on.png), "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fffce4, endcolorstr=#fff3be))";
	background: url(../img/job/search_arrow_on.png), linear-gradient(to bottom, #fffce4, #fff3be);/* IE10+, W3C */
	zoom: 1;
	background-repeat: no-repeat;
	background-position: 95% center;
}
.side_search_wrapper .area_child_item span {
	background: #e4e4e4;
	color: #542404;
	font-size: 11px;
	display: block;
	padding-left: 8px;
}
.side_search_wrapper label.area_child {
	font-size: 12px;
	padding: 4px 8px 3px 26px;
	background: url(../img/job/search_line.png), -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: url(../img/job/search_line.png), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
	-ms-filter: url(../img/job/search_line.png), "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f1f1f1))";
	background: url(../img/job/search_line.png), linear-gradient(to bottom, #ffffff, #f1f1f1);/* IE10+, W3C */
	zoom: 1;
	background-repeat: no-repeat;
	background-position: 5% center;
}
.side_search_wrapper label.area_child:hover, .side_search_wrapper label.area_child.checked {
	background: url(../img/job/search_line.png), -moz-linear-gradient(top, #f6f6f6, #e2e2e2);
	background: url(../img/job/search_line.png), -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e2e2e2));
	-ms-filter: url(../img/job/search_line.png), "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f6f6f6, endcolorstr=#e2e2e2))";
	background: url(../img/job/search_line.png), linear-gradient(to bottom, #f6f6f6, #e2e2e2);/* IE10+, W3C */
	zoom: 1;
	background-repeat: no-repeat;
	background-position: 5% center;
}
.side_search_wrapper label.checked, .side_search_wrapper label.area_parent.checked, .side_search_wrapper label.area_child.checked {
	font-weight: bold;
	color: #ff7080;
}
.side_search_wrapper label input {
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.sidebar .side_search_wrapper section.salary_search .side_box {
	padding: 10px 7px;
}
.side_search_wrapper .salary_search label {
	display: block;
	float: left;
	text-align: center;
	width: 82px;
	margin: 2px 5px;
	padding: 6px 0 5px 0;
	box-sizing: border-box;
	color: #542404;
	border-radius: 5px;
	border: solid 1px #a2a2a2;
	background: -moz-linear-gradient(top, #ffffff, #e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#e1e1e1))";
	background: linear-gradient(to bottom, #ffffff, #e1e1e1);/* IE10+, W3C */
	zoom: 1;
}
.side_search_wrapper .salary_search label:hover, .side_search_wrapper .salary_search label.radio_checked {
	color: #fff;
	border: solid 1px #18729c;
	background: -moz-linear-gradient(top, #2a8bb9, #489ac1);
	background: -webkit-gradient(linear, left top, left bottom, from(#2a8bb9), to(#489ac1));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2a8bb9, endcolorstr=#489ac1))";
	background: linear-gradient(to bottom, #2a8bb9, #489ac1);/* IE10+, W3C */
	zoom: 1;
}
.side_search_wrapper .salary_search label input {
	display: none;
}
.side_search_wrapper .salary_search .salary_input_wrapper {
	padding: 10px 5px 5px 5px;
}
.side_search_wrapper .salary_search .salary_input {
	width: 58px;
	border: solid 1px #bebebe;
	padding: 8px;
	font-size: 12px;
}
.side_search_wrapper .salary_search span {
	color: #075c85;
	font-size: 11px;
	display: block;
	padding: 0 5px 0 19px;
	text-indent: -1.3em;
}
.side_search_wrapper .salary_search span:before {
	content: "※ ";
}
/* 検索結果表示 */
.search_result_top {
	border: solid 1px #d6d6d6;
	border-top: none;
	background: #fff;
	padding: 10px 9px;
}
.search_result_bottom {
	border: solid 1px #bdbdbd;
	border-top: solid 4px #ff8a98;
	background: #fff;
	padding: 10px 9px;
}
table.search_result_box {
	float: left;
	width: 720px;
}
table.search_result_box th {
	border-right: dotted 1px #bcbcbc;
	padding-right: 11px;
	font-size: 13px;
	font-weight: bold;
	width: 112px;
	vertical-align: top;
}
table.search_result_box td {
	padding-left: 11px;
	vertical-align: top;
}
table.search_result_box td ul li {
	display: inline-block;
	margin-right: 12px;
	vertical-align: top;
	height: 13px;
}
table.search_result_box td ul li a {
	margin-left: 2px;
	position: relative;
	top: 2px;
}
table.search_result_box td ul li a img {
	vertical-align: top;
}
table.search_result_box td.all_reset {
	width: 60px;
	font-size: 11px;
}
p.research_btn {
	width: 144px;
	float: right;
}
.single-item .search_result_top, .single-crawler .search_result_top {
	margin-bottom: 30px;
}
/* ポップアップ */
#fancybox-wrap, #fancybox-outer, #fancybox-content {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.modal-content {
	position: fixed;
	display: none;
	z-index: 999;
	width: 750px;
	margin: 0;
	padding: 0 0 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);

}
.modal-overlay {
	z-index: 895;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.60);
}
.modal-open {
	cursor: pointer;
}
.modal-content-innner {
	position: relative;
	width: 100%;
}
.modal-close {
	display: block;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 10003;
	width: 30px;
	height: 30px;
	background: url(../img/common/fancybox.png) -40px 0px no-repeat;
	overflow: hidden;
}
.modal-close span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.modal-content select {
	position: relative;
	z-index: 905;
}
.modal-content table {
	border-collapse: collapse;
	width: 95%;
	margin: 5px auto 20px auto;
}
.modal-content th, .modal-content td {
	border: solid 1px #ccc;
	border-right: none;
	border-left: none;
	padding: 10px;
	font-size: 13px;
}
.modal-content th {
	text-align: left;
	width: 16%;
	font-size: 14px;
}
.modal-content td p {
	padding: 5px 0 0 15px;
	background: #eee;
	margin-bottom: 8px;
}
.modal-content td label {
	width: 25%;
	display: inline-block;
	padding-bottom: 5px;
}
.modal-content td label input {
	position: relative;
	top: 2px;
}
.modal-content table tr:first-child th, .modal-content table tr:first-child td {
	border-top: none;
}
.modal-content .search_box_btn {
	border: 0px;
	background: #339ed8;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 0.3em 0;
	width: 40%;
	margin: 0 auto;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.modal-content .search_box_btn:hover {
	background: #4cbcf9;
}
.modal-content .search_box_btn i {
	font-size: 30px;
	position: relative;
	top: -2px;
}
.modal-content fieldset {
	border: none;
	text-align: center;
}
.modal-content .title_wrapper {
	border: solid 1px #ddd;
}
.modal-content .title_wrapper h1 {
	background: #f5f3f3;
	font-size: 18px;
	color: #333;
	padding: 4px 10px;
	text-align: left;
}
ul li.search_area_child label.ui-corner-all {
	padding-left: 2em;
}
td.side_salary_search select, td.side_salary_search input.salary_input {
	padding: 6px;
}
td.side_salary_search select {
	width: 150px;
	margin-right: 15px;
}
td.side_salary_search input.salary_input {
	width: 150px;
}

.ui-multiselect-checkboxes{
	height:20vh!important;
}

/*===================================================================
//  一覧ページ
//=================================================================*/
/* 並び替え */
.sorting {
	padding-top: 23px;
	border-bottom: solid 1px #f5d5bb;
}
.sorting ul {
	float: left;
	display: block;
	width: 500px;
}
.sorting ul li {
	display: block;
	float: left;
	width: 147px;
	margin-right: 7px;
}
.sorting ul li a {
	display: block;
	width: 147px;
	height: 27px;
}
.sorting ul li.sorting_valu a {
	background: url(../img/job/sorting1.gif) top no-repeat;
}
.sorting ul li.sorting_new a {
	background: url(../img/job/sorting2.gif) top no-repeat;
}
.sorting ul li.sorting_rank a {
	background: url(../img/job/sorting3.gif) top no-repeat;
}
.sorting ul li a:hover, .sorting ul li.select a {
	background-position: bottom;
}
.sorting ul li a span {
	display: block;
	width: 147px;
	height: 27px;
	position: relative;
	z-index: -1;
	text-align: center;
	font-size: 9px;
}
.sorting p {
	width: 100px;
	float: right;
	text-align: right;
	padding-top: 5px;
	display: none;
} /* ←評価についてのポップアップを未使用につき一時的に非表示中 */
.sorting p a {
	text-decoration: none;
	background: url(../img/job/comment_icon.gif) left 2px no-repeat;
	padding-left: 18px;
}
/* 件数　&　ページネーション */
.pager {
}
.pager p {
	float: left;
	width: 30%;
	padding: 13px 0 22px 0;
}
span.count-posts {
	font-size: 13px;
}
span.count-posts var {
	font-style: normal;
}
span.count-posts var.total_number {
	color: #ff7080;
	font-size: 16px;
	font-weight: bold;
}
nav.pagenation {
	float: right;
	text-align: right;
	width: 70%;
	padding: 13px 0 22px 0;
}
nav.pagenation a, nav.pagenation span {
	color: #555;
	background: #fff;
	border: 1px solid #bdbdbd;
	padding: 0 6px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
nav.pagenation a:hover, nav.pagenation span {
	background: #bdbdbd;
	color: #fff;
}
/* 一覧ボックス */
.item-list-box {
	border: solid 2px #ddd;
}
.list-city {
	text-align: right;
}
.list-city span {
	display: inline-block;
	background: #ddd;
	padding: 0.1em 0.4em 0.1em 0.6em;
	font-size: 12px;
	color: #666;
}
.job_list_title h1 img, .title_wrapper h1 img {
	position: relative;
	top: -2px;
}
.new-icon, .new-icon img {
	vertical-align: middle;
}
.new-icon {
	padding-right: 0.1em;
}
.employ-mark {
	font-size: 14px;
	background: #ff8a98;
	border-radius: 12px;
	border: solid 2px #ff8a98;
	line-height: 1.5;
	color: #fff;
	padding: 0 0.3em;
	position: relative;
	top: -2px;
}
.work_box {
	background: #fff;
}
.work_box_inner {
	padding: 0 15px;
}
.rating_label {/*border-bottom:solid 1px #bcbcbc;*/
	padding-top: 8px;
}
ul li.picky-label {
	color: #ddd;
	background: #fff;
	font-size: 13px;
	padding: 0.2em;
	margin: 0 0.2% 0.2em 0;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	border:solid 2px #ddd;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}
ul li.picky-label:nth-child(9n) {
	margin-right: 0;
}
ul li.picky-label.on {
	color: #ec5d79;
	border-color: #ec5d79;
}
ul li.picky-label.in_list {
	width: auto;
}
.catch_img {
	float: right;
	width: 400px;
}
.work_box figure {
	border: solid 1px #bdbdbd;
	padding: 1px;
	background: #fff;
	position: relative;
	margin-top: 0.5em;
}
.rating_mark_list {
	position: absolute;
	top: 9px;
	left: 0;
	height: 26px;
	width: 100%;
	display: none;
}
article.rate-rating-gold .work_box .rating_mark_list {
	background: url(../img/job/flag_gold.gif) left no-repeat;
	display: block;
}
article.rate-rating-silver .work_box .rating_mark_list {
	background: url(../img/job/flag_silver.gif) left no-repeat;
	display: block;
}
article.rate-rating-bronze .work_box .rating_mark_list {
	background: url(../img/job/flag_bronze.gif) left no-repeat;
	display: block;
}
.item-list-inner {
	width: 435px;
	margin-top: 0.5em;
}
.page_wrapper.lately .job_list_title h2 {
	margin: 0;
	background: none;
}
.page_wrapper.lately .catch-copy {
	border-left: none;
	margin: 0;
	padding: 0;
}
.catch-copy {
	padding-top: 0.5em;
}
.catch-copy a, .page_wrapper.lately .catch-copy a {
	color: #0056b1;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0.5em;
	text-decoration: none;
	line-height: 1.4;
	display: block;
}
.catch-copy a:hover, .page_wrapper.lately .catch-copy a:hover {
	text-decoration: underline;
	color: #30a8e9;
}
table.list_table {
	border-collapse: collapse;
	width: 100%;
}
table.list_table th, table.list_table td, .page_wrapper.lately table.list_table th, .page_wrapper.lately table.list_table td {
	border: solid 1px #ddd;
	padding: 0.2em 0.5em;
}
table.list_table th, .page_wrapper.lately table.list_table th {
	width: 24%;
	text-align: left;
	background: #feecde;
}
.salary-hidden {
	overflow: hidden;
}
.salary-hidden > .inner {
	overflow: hidden;
	padding-right: 1.8em;
	height: 1.5em;
}
.salary-hidden > .inner:after {
	content: "･･･";
	position: absolute;
	top: 0;
	right: 0;
}
.salary-hidden > .inner .salary {
	padding-right: 1em;
}
.salary-hidden > .inner .salary:last-of-type {
	padding-right: 0;
}
/*table.list_table th {background:#feecde; font-size:14px; padding:1px 7px; text-align:left; font-weight:normal; border-left:solid 1px #bcbcbc; border-right:solid 1px #bcbcbc;}
table.list_table td {border-left:solid 1px #ddd; border-right:solid 1px #bcbcbc; padding:4px 7px; overflow:hidden;}
table.list_table tr:last-child td {border-bottom:solid 1px #bcbcbc;}
table.list_table tr:first-child th {border-top:solid 1px #bcbcbc;}*/
table.list_table th i {
	background: #fff;
	border-radius: 50px;
	padding: 0.2em 0.25em;
	font-size: 14px;
	margin: 0.2em 0.5em 0.2em 0;
	vertical-align: middle;
	color: #aaa;
	position: relative;
	top: -1px;
}
/*.list_content {margin:10px 0 15px 0; float:right; width:540px; overflow:hidden;}
.list_content p img {max-width:100%; height:auto;}
.list_content h3 a {color:#2987ba; font-size:15px; font-weight:bold; padding-bottom:8px; text-decoration:none; line-height:1.4; display:block;}
.list_content h3 a:hover {text-decoration:underline; color:#30a8e9;}
.list_content p {padding-bottom:18px; font-size:13px;}
.list_profile span {font-weight:bold; font-size:14px;}
.list_profile span:before {content:"《";}
.list_profile span:after {content:"》";}
.list_profile p {font-size:12px;}
.list_galley {margin-top:8px;}
.list_galley ul li {border:solid 1px #bcbcbc; margin-right:7px; float:left; display:block; width:140px;}
.list_galley ul li:last-child {margin-right:0;}*/

nav.job_detail {
	background: url(../img/job/list_btn_bg.gif) repeat;
	text-align: center;
	padding: 10px 0 9px 0;
	border-top: solid 1px #dfdcd6;
	margin-top: 1.5em;
}
/* スタッフ登録誘導 */
p.staff_link {
	margin-bottom: 19px;
}
p.staff_link span {
	color: #fff;
	background: #ff8a98;
	padding: 2px 6px 2px 10px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
}
p.staff_link a {
	font-size: 13px;
	padding: 4px 18px 3px 0;
	color: #ff8a98;
	text-decoration: underline;
}
p.staff_link a:hover {
	text-decoration: none;
}
/* 関連求人 */
.connect_job {
	margin: 0 0 22px 0;
}
.connect_job h2.widgettitle {
	display: none;
}
.connect_job strong {
	margin-bottom: 13px;
	display: block;
}
.connect_job ul#recomend_slider {
	width: 734px;
	margin: 0 auto;
}
.connect_job ul li {
	float: left;
	display: block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px #bcbcbc;
	width: 161px;
	height: 246px;
}
.single-item .connect_job ul li {
	float: left;
	display: block;
	margin-right: 2px;
	width: 161px;
	height: 246px;
	background: #fbfbfb;
	padding: 0;
	border-right: none;
}
.connect_job ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.connect_job ul li figure {
	border: solid 1px #c5c5c5;
	padding: 1px;
	background: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 161px;
}
.connect_job ul li h2 {
	display: block;
	width: 161px;
	overflow: hidden
}
.connect_job ul li p {
	width: 161px;
	overflow: hidden;
}
.connect_job ul li h2 a {
	color: #2987ba;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	line-height: 1.4;
}
.connect_job ul li h2 a:hover {
	text-decoration: underline;
	color: #30a8e9;
}
.connect_job ul li figure .rating_mark {
	height: 25px;
}
.connect_job ul li.rate-rating-gold figure {
	border: solid 2px #0b78d2;
	padding: 0;
}
.connect_job ul li.rate-rating-gold figure .rating_mark {
	background: url(../img/job/valu_gold_m.png) bottom no-repeat;
	display: block;
}
.connect_job ul li.rate-rating-silver figure {
	border: solid 2px #19a250;
	padding: 0;
}
.connect_job ul li.rate-rating-silver figure .rating_mark {
	background: url(../img/job/valu_silver_m.png) bottom no-repeat;
	display: block;
}
.connect_job ul li.rate-rating-bronze figure {
	border: solid 2px #5340a2;
	padding: 0;
}
.connect_job ul li.rate-rating-bronze figure .rating_mark {
	background: url(../img/job/valu_bronze_m.png) bottom no-repeat;
	display: block;
}
.connect_job ul#recomend_slider li {
	border: none;
	height: 235px;
}
.rs_clear {
	height: 20px;
}
.connect_job_info {
	margin-top: 20px;
}
.connect_job_info_detail {
	overflow: hidden;
}
.connect_job_info_detail ul li {
	margin-right: 2px !important;
	padding: 0 !important;
}
/* クローラー用 */
table.list_table_crawler {
	border-collapse: separate;
	border-spacing: 2px;
}
table.list_table_crawler th, table.list_table_crawler td {
	padding: 4px 8px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
table.list_table_crawler th {
	background: #feecde;
	width: 20%;
}
/*===================================================================
//  詳細ページ
//=================================================================*/
.one_column {
	padding-top: 5px;
	width: 100%;
	max-width: 1240px;
}
.one_column table.search_result_box {
	width: 770px;
}
/* パンくず */
.pankuzu {
	padding-bottom: 2px;
}
.pankuzu a {
	font-size: 11px;
}
/* 詳細情報 */
.singletitle_wrapper, .crawler_title {
	border-top: solid 4px #ff8a98;
	border-radius: 5px 5px 0 0;
}
.singletitle_wrapper h1, .crawler_title h2 {
	font-weight: bold;
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 18px;
}
.one_column .title_wrapper h1 img {
	position: relative;
	top: -3px;
}
.single-top-data {
	padding: 0.3em 0.5em;
}
.job-id {
	float: left;
	width: 50%;
	font-weight: bold;
	color: #666;
	letter-spacing: .05em;
}
.job-id span:before {
	content: "お仕事No：";
}
.single-top-data time {
	font-size: 11px;
	width: 50%;
	float: right;
	text-align: right;
	color: #666;
}
.job_detail .rating_label {/*padding-bottom:2px; margin-bottom:16px;*/
}
.job_detail .picky-wrapper {
	margin-bottom: 18px;
}
.job_detail_main {
	margin-bottom: 0;
}
.job_detail_main figure.main_photo {
	float: none;
	width: 100%;
	padding-bottom: 15px;
}
/*.job_detail_main figure.main_photo .job_img_border {border:solid 1px #bcbcbc; padding:1px; background:#fff; position:relative;}*/
.job_detail_main .job_img_border figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.65);
	color: #fff;
	tab-size: 12px;
	padding: 0.5em;
}
article.rate-rating-gold .job_detail_main .rating_mark_list {
	background: url(../img/job/flag_gold.gif) left no-repeat;
	display: block;
}
article.rate-rating-silver .job_detail_main .rating_mark_list {
	background: url(../img/job/flag_silver.gif) left no-repeat;
	display: block;
}
article.rate-rating-bronze .job_detail_main .rating_mark_list {
	background: url(../img/job/flag_bronze.gif) left no-repeat;
	display: block;
}
.one_column figure figcaption {
	font-size: 13px;
	padding-top: 2px;
}
.job_detail_main figure.main_photo img {
	width: 354px;
	height: auto;
	display: block;
}
.job_description {
	float: none;
	width: 810px;
	margin: auto;
}
h2.job_wide_copy {
	font-weight: bold;
    display: inline;
}
.job_description .pr_wrapper {
	width: 810px;
}
/* OLD Style to201909
.job_description h3 {
	color: #2987ba;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 12px;
	line-height: 1.4;
}
.job_description .pr_wrapper span.pr_icon {
	position: relative;
	padding-top: 30px;
	display: block;
	overflow: hidden;
}
.job_description .pr_wrapper span.pr_icon:before {
	content: "ここに注目!!";
	font-weight: bold;
	border: solid 1px #2987ba;
	border-left-width: 7px;
	color: #2987ba;
	padding: 0.1em 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}
.job_description .pr_wrapper.recommend-bottom span.pr_icon {
	padding-top: 0px;
}
.job_description .pr_wrapper.recommend-bottom span.pr_icon:before {
	content: normal;
}
.job_description .pr_wrapper span.pr_icon p {
	font-size: 14px;
	line-height: 1.65;
}
*/
.job_description img {
	max-width: 100%;
	height: auto;
}
.recommend-point-wrapper ul, .pr_wrapper ul, .recommend-point-wrapper ol, .pr_wrapper ol {
	margin: 1em;
	padding-left: 2em;
}
.recommend-point-wrapper ul li, .pr_wrapper ul li {
	list-style-type: disc;
}
.recommend-point-wrapper ol li, .pr_wrapper ol li {
	list-style-type: decimal;
}
.job_description .pr_wrapper p {
	font-size: 1.4em;
	line-height: 1.8;
	margin-bottom: 20px;
}
.job_description .pr_wrapper p img {
	width: auto;
}
.job_description .pr_wrapper a img {
	width: auto;
}
/* おすすめポイント */
.recommend-point-wrapper:before {
	content: "おすすめポイント!!";
	display: block;
	background: #2987ba;
	padding: 0.2em 0.8em;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.recommend-point-wrapper > .inner {
	border: solid 1px #2987ba;
	border-top: none;
	padding: 0.5em 0.8em;
}
/* PR */
.pr_wrapper h3 {
	font-size: 20px;
	color: #fff;
	background: #0D7FC3;
	padding: 1em;
	margin: 1.2em 0 0.3em 0;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	clear: both;
}
.pr_wrapper h4 {
	border-left: 10px solid #1F70C4;
	padding-left: 0.3em;
	color: #555;
	font-weight: bold;
	font-size: 20px;
	margin: 0.8em 0 0.2em 0;
	clear: both;
}
.single-id {
	font-size: 11px;
	color: #666;
	text-align: right;
	display: block;
}
.picky-wrapper .job-labels {
	padding: 1.5em 1em 0.8em 1em;
	margin: 2em 0;
	background: #fff;
	border: #ddd 2px solid;
}
.picky-wrapper .picky-comment {
	position: absolute;
	top: -1em;
	left: 1em;
	font-size: 12px;
	padding: 0 1em;
	border-radius: 5px;
	color: #fff;
	background: #ff8a98;
}
.picky-wrapper .picky-comment:before {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	border: 6px solid transparent;
	border-top: 8px solid #ff8a98;
	margin-left: -6px;
}
.galley {
	width: 740px;
	margin: 20px auto 15px auto;
}
.galley ul.galley_top li {
	margin: 0 11px 15px 0;
	display: inline-block;
	width: 236px;
	vertical-align: top;
}
.galley ul.galley_top li:last-child {
	margin-right: 0;
}
.galley ul.galley_top li figure {
	overflow: hidden;
}
.galley ul.galley_top li figure img {
	width: 234px;
	height: auto;
	border: solid 1px #bcbcbc;
}
.galley .galley_bottom_wrapper {
	background: url(../img/job/galley_bg.gif) repeat;
	border: solid 1px #204d88;
	padding: 10px;
	margin-top: 15px;
}
.galley ul.galley_bottom {
	background: url(../img/job/galley_ttl.gif) left top no-repeat;
	padding-top: 30px;
}
.galley ul.galley_bottom li {
	float: left;
	width: 140px;
	margin-right: 4px;
}
.galley ul.galley_bottom li:last-child {
	margin-right: 0;
}
#fancybox-title-over {
	color: #fff;
	overflow: hidden;
}
.galley ul.galley_top li figure a:hover, .galley ul.galley_bottom li figure a:hover {
	filter: alpha(opacity=80);
	-ms-filter: “alpha(opacity=80)”;
	opacity: 0.8;
}
.entry_btn {
	padding: 30px 0 40px 0;
	text-align: center;
	position: relative;
}
.work_box .entry, .entry_btn .entry, .entry_btn .tel, .entry_btn .chat  {
	margin: 0 0.2em;
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	text-decoration: none;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-radius: 5px;
	height: 60px;
}
/*.work_box .entry,
.entry_btn .entry {background:#ffeb10; border: solid 1px #e3c314; color: #524603; box-shadow: 1px 1px 2px rgba(0,0,0,0.25);}
.work_box .entry:hover,
.entry_btn .entry:hover {background:#fffc10;}*/
.work_box .entry, .entry_btn .entry, .page_wrapper.lately .work_box .entry {
	background: #3ba5df;
	border: solid 1px #24aae9;
	color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.work_box .entry:hover, .entry_btn .entry:hover, .page_wrapper.lately .work_box .entry:hover {
	background: #4cbcf9;
}
.entry_btn .tel {
	border: solid 1px #2987ba;
	background: #1E70C4;
	color: #fff;
	font-size: 20px;
	padding: 0.66em 0;
}
.work_box .entry i, .entry_btn .entry i, .entry_btn .tel i {
	font-size: 30px;
	padding-right: 0.2em;
	position: relative;
	top: -2px;
}
.entry_btn .tel i {
	font-size: 27px;
}
.work_box .entry {
	font-size: 20px;
	padding: 0.3em 0;
	width: 40%;
	height: auto;
}
.work_box .entry i {
	font-size: 28px;
}
.entry_btn span.backpage {
	position: absolute;
	display: block;
	top: .5em;
	left: 0;
}
.entry_btn.small {
	float: right;
	width: 720px;
	padding: 20px 0;
}
.entry_btn.small a:not(.keep-btn), .entry_btn.small .tel, .entry_btn.small .keep-wrapper {
	font-size: 16px;
	width: 31.8%;
	margin: 0 0.3em;
	padding-top: 0.7em;
}
.entry_btn.small a i {
	font-size: 26px;
}
.entry_btn.small .tel i, .entry_btn.small a.keep-btn i {
	font-size: 20px;
}
.entry_btn.small a:first-child {
	margin-left: 0;
}
.entry_btn.small .keep-wrapper {
	margin-right: 0;
	padding-top: 0;
}
.entry_btn.small .keep-wrapper .keep-btn {
	font-size: 16px;
	padding-top: 0.7em;
}
/* 職場見学ボタン */
.visit-wrapper{
	margin-bottom:1em;
}
.visit-wrapper .visit-btn {
	border: solid 1px #b4b4b4;
	background: #fff;
	padding: 1px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	width: 90% !important;
	max-width: 700px;
	margin: 3em auto 0 auto;
	text-decoration: none;
	overflow: visible;
	padding: 0 !important;
}
.visit-wrapper .visit-btn:before, .visit-wrapper .visit-btn:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 122px;
	height: 129px;
	position: absolute;
	bottom: 1px;
}
.visit-wrapper .visit-btn:before {
	background-image: url("../img/job/visit-left.png");
	left: 5px;
	background-position: 0 100%;
}
.visit-wrapper .visit-btn:after {
	background-image: url("../img/job/visit-right.png");
	right: 5px;
	background-position: 100% 100%;
}
.visit-wrapper .visit-btn .inner {
	border-radius: 5px;
	padding: 0.9em 0 0.5em 0;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0 );
	background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
}
.visit-wrapper .visit-btn span {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.85);
}
.visit-wrapper .visit-btn .visit-top {
	font-size: 18px;
	color: #888;
	letter-spacing: -.05em;
}
.visit-wrapper .visit-btn .visit-top .pink {
	color: #fc7c8b;
}
.visit-wrapper .visit-btn .visit-btm {
	color: #157fbc;
	font-size: 35px;
	letter-spacing: .08em;
}
.visit-wrapper .visit-btn .visit-btm > .inline-block {
	text-indent: .35em;
}
.visit-wrapper .visit-btn .visit-btm .kerning {
	letter-spacing: -.15em;
}
.visit-wrapper .visit-btn .visit-btm i {
	font-size: 38px;
	padding: 0;
	position: relative;
	top: -2px;
}
.visit-wrapper .visit-btn:hover .inner {
	background: #fedce0;
	background: -moz-linear-gradient(top, #ffffff 0%, #fedce0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #fedce0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fedce0', GradientType=0 );
	background: linear-gradient(to bottom, #ffffff 0%, #fedce0 100%);
}
.entry_btn.small .visit-wrapper .visit-btn {
	margin: 1.3em auto 0 auto;
}
.entry_btn.small .visit-wrapper .visit-btn .visit-top {
	font-size: 16px;
}
.entry_btn.small .visit-wrapper .visit-btn .visit-btm {
	font-size: 31px;
}
.entry_btn.small .visit-wrapper .visit-btn .visit-btm i {
	font-size: 35px;
}
.entry_btn.small .visit-wrapper .visit-btn:before, .entry_btn.small .visit-wrapper .visit-btn:after {
	width: 105px;
}
.job_entrance, .job_access, .job_talk, .job_corporate, .job_method {
	width: 100%;
	margin: 0 auto;
}
table.post-table {
	border-collapse: collapse;
	overflow: hidden;
}
table.post-table th, table.post-table td {
	/* border: solid 1px #ddd; border-right: none; border-left: none; */
	border-top: 1px solid #ddd;
	padding: 10px;
	font-size: 16px;
}
table.post-table th {
	text-align: left;
	width: 15%;
	vertical-align: top;
}
table.post-table td span {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ddd;
}
table.post-table td span.after-endmark {
	display: inline;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
table.post-table th i {
	background: #fff;
	border-radius: 50px;
	padding: 0.2em 0.25em;
	font-size: 20px;
	margin-right: 0.5em;
	vertical-align: middle;
	border: solid 2px #eee;
	color: #aaa;
	position: relative;
	top: -1px;
}
table.access th {
	width: 100%;
}
table.employment-table {
	margin-top: 1.5em;
}
table.employment-table td span {
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
}
ul.employment-list li {
	margin-bottom: 0.5em;
	position: relative;
	padding: 0.4em 0 0.4em 7.5em;
}
ul.employment-list li:last-child {
	margin-bottom: 0;
}
ul.employment-list li .list-label {
	width: 5em;
	font-weight: bold;
	border-left: solid 5px #ddd;
	padding: 0.4em 0.4em 0.4em 0.8em;
	background: #f7f7f7;
	display: inline-block;
	vertical-align: baseline;
	position: absolute;
	top: 0;
	left: 0;
}
table.employment-mark-table {
	width: 50%;
	margin-top: 0;
}
table.employment-mark-table th, table.employment-mark-table td {
	border-top: solid 3px #fff;
	border-bottom: none;
}
table.employment-mark-table th {
	width: 30%;
}
table.employment-table td .employment-mark {
	width: 380px;
	height: 52px;
	background-repeat: no-repeat;
	background-image: url(../img/job/employment-mark-bg.gif);
}
table.employment-table td .employment-mark span {
	z-index: -1;
	width: 100%;
	height: 0;
	overflow: hidden;
}
table.employment-table td .employment-mark.age {
	background-position: 0% 0%;
}
table.employment-table td .employment-mark.man {
	background-position: 0% -52px;
}
table.employment-table td .employment-mark.nursing {
	background-position: 0% -104px;
}
table.employment-table td .employment-mark.overtime {
	background-position: 0% -156px;
}
table.employment-table td .employment-mark .employment-mark-point {
	position: absolute;
	top: 50%;
	left: 172px;
	margin-top: -18px;
	height: 33px;
	width: 33px;
}
table.employment-table td .employment-mark.position-1 .employment-mark-point {
	left: 52px;
}
table.employment-table td .employment-mark.position-2 .employment-mark-point {
	left: 112px;
}
table.employment-table td .employment-mark.position-3 .employment-mark-point {
	left: 172px;
}
table.employment-table td .employment-mark.position-4 .employment-mark-point {
	left: 233px;
}
table.employment-table td .employment-mark.position-5 .employment-mark-point {
	left: 294px;
}
.post-map-wrapper {
	width: 100%;
	float: none;
	background: #eeeeee;
	padding: 10px;
	box-sizing: border-box;
}
.post-map {
	border: solid 1px #bcbcbc;
}
#map {
	width: 100%;
	height: 500px;
}
table.access {
	width: 100%;
	float: none;
}
.job_talk figure {
	width: 262px;
	float: left;
	box-sizing: border-box;
	background: #eeeeee;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.job_talk figure .talk_img_border {
	width: 240px;
}
.job_talk figure .talk_img_border img {
	width: 240px;
	height: auto;
}
.job_talk figure figcaption {
	margin-top: 5px;
}
.talk_content {
	float: right;
	width: 800px;
	overflow: hidden;
}
.talk_content p {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.support_banner, .single_item_btm {
	width: 740px;
	margin: 0 auto;
}
.support_banner {
	background: url(../img/job/suport_bg.jpg) no-repeat;
	height: 125px;
	padding: 67px 0 0 13px;
	box-sizing: border-box;
}
.support_banner2 {
	margin-top: -50px;
}
.support_banner a {
	display: block;
	float: left;
	width: 322px;
}
.support_banner p {
	font-size: 14px;
	width: 230px;
	float: left;
	padding: 5px 0 0 14px;
	clear:none !important;
}
.research_bottom span {
	color: #fff;
	background: #FF7BD1;
	padding: 2px 8px 2px 3px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
.research_bottom p {
	font-size: 12px;
	background: url(../img/common/arrow3.gif) right 10px no-repeat;
	padding: 4px 15px 3px 4px;
	margin-right: 6px;
	color: #FF7BD1;
	display: inline-block;
	vertical-align: middle;
}
.research_bottom a {
	display: inline-block;
	vertical-align: middle;
}
ul.salary_display li {
	font-size: 14px;
	color: #ec5d79;
	font-weight: bold;
}
ul.salary_display li:before {
	content: "◇";
	color: #333;
	font-weight: normal;
}
ul.salary_display li span.salary_comment {
	display: inline;
	padding: 0;
	margin-bottom: 0;
	border: none;
	color: #333;
	font-weight: normal;
}
ul.salary_display li span.salary_comment:before {
	content: "[";
}
ul.salary_display li span.salary_comment:after {
	content: "]";
}
/*サムネイルギャラリー*/
.galley_box {
	width: 800px;
	position: relative;
}
.disnon {
	display: none !important;
}
ul.tab {
	margin: 0;
	padding: 0;
}
ul.tab li {
	float: left;
	list-style-type: none;
	margin-right: 11.5px;
	margin-bottom: 11.5px;
	width: 57px;
	height: 57px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
}
ul.tab li:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0 solid #ec5d79;
	box-sizing: border-box;
}
ul.tab li.playback:before {
	width: 57px;
}
ul.tab li:hover:before, ul.tab li.select:before {
	border-width: 1px;
}
ul.tab li:nth-child(6n) {
	margin-right: 0;
}
ul.tab li img {
	width: 100px;
	height: auto;
	margin-left: -28px;
}
.job_detail_main .main_photo .job_img_border {/*box-shadow: 0 0 0 1px #fff, 0 0 0 2px #bcbcbc;*/
	padding: 0;
	background: #f0f0f0;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #bcbcbc;
	box-sizing: border-box;
}
.tab-contents {
	border: 1px solid #fff;
	overflow: hidden;
	min-height: 253px;
	box-sizing: border-box;
}
.job_detail_main .main_photo img {
	width: 810px;
	height: auto;
	display: block;
	max-height: 600px;
}
img.movie_thumbnail {
	margin-top: -4px;
}
#youtube-wrapper {
	height: 282px;
}
.job_detail_main .main_photo iframe {
	background: #010101;
	width: 396px;
	height: 282px;
}
.disnon {
	display: none !important;
}
.background-black {
	background: #010101 !important;
}
.background-gray {
	background: #f0f0f0 !important;
}
ul.tab li.playback {
	width: 100%;
	height: 46px;
	margin-bottom: 0;
}
ul.tab li.playback figure {
	width: 57px;
	overflow: hidden;
	margin-top: -5px;
}
.playback figure:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(103, 103, 103, 0.6);
	border: 1px solid rgba(204, 204, 204, 0.5);
}
.playback figure:after {
	display: block;
	content: "";
	position: absolute;
	top: 46%;
	left: 20px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 8px solid transparent;
	border-left: 15px solid #e8e8e8;
}
/*動画PR*/
.movie-pr table {
	width: 330px;
	height: 46px;
	border-collapse: collapse;
	position: absolute;
	bottom: 0;
	right: 0;
}
.movie-pr table th {
	width: 50px;
	text-align: center;
	color: #fff;
	background: #5b5b5b;
	border: 1px solid #5b5b5b;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 7px 5px 6px;
	vertical-align: middle;
	box-sizing: border-box;
}
.movie-pr table td {
	width: 280px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
/* MARQUEE（動画PRアニメーション設定） */
.marquee-rightleft {
	max-width: 280px;
	padding: 10px 0 8px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.marquee-rightleft p:after {
	content: "";
	white-space: nowrap;
}
.marquee-rightleft p {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
	-webkit-animation-name: marqueeRL;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: marqueeRL;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 20s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: marqueeRL;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 20s;
	-ms-animation-iteration-count: infinite;
	-o-animation-name: marqueeRL;
	-o-animation-timing-function: linear;
	-o-animation-duration: 20s;
	-o-animation-iteration-count: infinite;
	animation-name: marqueeRL;
	animation-timing-function: linear;
	animation-duration: 20s;
	animation-iteration-count: infinite;
}
 @-webkit-keyframes marqueeRL {
 from {
-webkit-transform:translate(0);
}
to {
-webkit-transform:translate(-100%);
}
}
@-moz-keyframes marqueeRL {
 from {
-moz-transform:translate(0);
}
to {
-moz-transform:translate(-100%);
}
}
@-ms-keyframes marqueeRL {
 from {
-ms-transform:translate(0);
}
to {
-ms-transform:translate(-100%);
}
}
@-o-keyframes marqueeRL {
 from {
-o-transform:translate(0);
}
to {
-o-transform:translate(-100%);
}
}
@keyframes marqueeRL {
 from {
transform:translate(0);
}
to {
transform:translate(-100%);
}
}
/* クローラー用 */
.crawler_title {
	margin-bottom: 15px;
}
.hw_text {
	width: 70%;
	float: left;
}
.hw_text p {
	display: inline-block;
	color: #30a8e9;
	border: solid 1px #30a8e9;
	padding: 3px 10px;
}
time.crawler_time {
	font-size: 11px;
	text-align: right;
	padding: 0 0 8px 0;
	display: block;
	width: 30%;
	float: right;
}
/* フローティング*/
.entry-fixed {
	position: fixed;
	z-index: 888;
	bottom: -180px;
	left: 0;
	width: 100%;
	padding: 0.9em 0 0.7em 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.entry-fixed.appear {
	bottom: 0;
}
.entry-fixed .btn-wrapper.entry-btn {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
.entry-fixed .btn-wrapper.entry-btn a {
	width: 32%;
	padding: 1px;
	background: #3ba5df;
	border: solid 1px #24aae9;
	text-decoration: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	border-radius: 5px;
	text-align:left;
}
.entry-fixed .btn-wrapper.entry-btn a span, .entry-fixed .btn-wrapper.entry-btn .tel > span {
	padding: 0.85em 0;
	font-size: 23px;
	letter-spacing: .1em;
	border-radius: 5px;
}
.entry-fixed .btn-wrapper.entry-btn a span {
	color: #fff;
	font-size:1.65em;
	text-align:center;
	letter-spacing:0;
}
.entry-fixed .btn-wrapper.entry-btn a span i {
	top: -2px;
	padding-right: 0.3em;
	vertical-align: middle;
}
.entry-fixed .btn-wrapper.entry-btn a .hover {
	position: absolute;
	width: 26%;
	height: 120%;
	top: -10%;
	left: -30%;
	border-radius: 5px 50px 50px 5px;
	background-color: #fcd2d7;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.entry-fixed .btn-wrapper.entry-btn a .hover > .inner {
	display: table;
	width: 100%;
	height: 100%;
}
.entry-fixed .btn-wrapper.entry-btn a .hover > .inner > p {
	display: table-cell;
	vertical-align: middle;
	color: #524603;
	font-size: 16px;
	font-weight: bold;
}
.entry-fixed .btn-wrapper.entry-btn a:hover span {
	margin-left: 10%;
}
.entry-fixed .btn-wrapper.entry-btn a:hover .hover {
	left: 0%;
}
.entry-fixed .btn-wrapper.entry-btn .tel {
	width: 32%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	border-radius: 5px;
	text-align:left;
}
.entry-fixed .btn-wrapper.entry-btn .tel > span {
	line-height: 1.4;
	padding: 0.38em 0 0.38em 3.5em;
	letter-spacing: .13em;
	background: #3ba5df;
	border: solid 1px #24aae9;
	color: #fff;
	text-shadow: none;
}
.entry-fixed .btn-wrapper.entry-btn .tel > span .reception {
	font-size: 14px;
	letter-spacing: .05em;
}
.entry-fixed .btn-wrapper.entry-btn .tel i {
	position: absolute;
	top: 50%;
	left: 2em;
	margin-top: -0.8em;
	padding-right: 0;
}
.entry-fixed .btn-wrapper.entry-btn .comment {
	font-size: 13px;
	font-style: normal;
	color: #524603;
	position: absolute;
	top: -1.5em;
	right: -1.5em;
	border-radius: 50px;
	width: 169px;
	height: 87px;
	background: url(../img/common/comment.png) 50% 50% no-repeat;
	padding: 1.4em 0.5em 0.5em 0.5em;
	line-height: 1.5;
	transform: rotate(0deg);
	animation: comment 3s ease infinite;
}

.entry-fixed .btn-wrapper.entry-btn .chat {
	width: 32%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	border-radius: 5px;
	text-align:center;
	display:inline-block;
    line-height: 1.4;
	padding: 1.21em 0.5em 1.21em 2.2em;
	background: #ff8000;
	border: solid 1px #ff8000;
	color: #fff;
	text-shadow: none;
	box-sizing:border-box;
	position:relative;
	font-size:1.5em;
	cursor:pointer;
}

.entry-fixed .btn-wrapper.entry-btn .chat i {
	position: absolute;
	top: 50%;
	left: 3.5em;
	margin-top: -0.6em;
	padding-right: 0;
}

.entry-fixed .btn-wrapper.entry-btn .visit {
	width: 32%;
	height:70px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	border-radius: 5px;
	text-align:center;
	display:inline-block;
    line-height: 1.4;
	padding: 1.21em 0.5em 1.21em 2.2em;
	background: #ff8000;
	border: solid 1px #ff8000;
	color: #fff;
	text-shadow: none;
	box-sizing:border-box;
	position:relative;
	font-size:1.5em;
	cursor:pointer;
}

.entry-fixed .btn-wrapper.entry-btn .visit i {
	width:90%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.entry-fixed .btn-wrapper.entry-btn .visit i img{
	width:100%;
	height:auto;
}

.entry-fixed .btn-wrapper.entry-btn .staff {
	width: 32%;
	height:70px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	border-radius: 5px;
	text-align:center;
	display:inline-block;
    line-height: 1.4;
	padding: 1.21em 0.5em 1.21em 2.2em;
	background: #ff8000;
	border: solid 1px #ff8000;
	color: #fff;
	text-shadow: none;
	box-sizing:border-box;
	position:relative;
	font-size:1.5em;
	cursor:pointer;
}

.entry-fixed .btn-wrapper.entry-btn .staff i {
	width:90%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.entry-fixed .btn-wrapper.entry-btn .staff i img{
	width:100%;
	height:auto;
}

@-moz-keyframes comment {
 0% {
 top: -5em;
}
 50% {
 top: -5em;
}
 60% {
 top: -5.5em;
}
 65% {
 top: -5em;
}
 100% {
 top: -5em;
}
}
@-webkit-keyframes comment {
 0% {
 top: -5em;
}
 50% {
 top: -5em;
}
 60% {
 top: -5.5em;
}
 65% {
 top: -5em;
}
 100% {
 top: -5em;
}
}
@keyframes comment {
 0% {
 top: -5em;
}
 50% {
 top: -5em;
}
 60% {
 top: -5.5em;
}
 65% {
 top: -5em;
}
 100% {
 top: -5em;
}
}
.entry-fixed .btn-wrapper.entry-btn.hw a:hover span {
	margin-left: 0;
}
/* 2019リニューアル
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* 詳細ページ店舗ヘッダ */

#shop_header {
	background: rgba(232,232,232,0.9);
	padding: 0;
	position: relative;
}
#shop_header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	width: 100%;
	background: rgba(232,232,232,0.9);
	webkit-box-shadow: 2px 2px 4px rgba(51,51,51,0.6);
	-moz-box-shadow: 2px 2px 4px rgba(51,51,51,0.6);
	box-shadow: 2px 2px 4px rgba(51,51,51,0.6);
}
#shop_header #company_name {
	font-size: 20px;
	float: left;
	padding: 0 10px;
}
#shop_header.fixed #company_name {
	font-size: 160%;
	float: left;
}

#shop_header .job_data{
	text-align:right;
	float:right;
	display:inline-block;
}
#shop_header .employ-mark {
	display:inline-block;
	vertical-align:middle;
}
#shop_header .job-id {
	display:inline-block;
	vertical-align:middle;
	width: inherit;
	text-align: right;
	margin: 0 10px 0;
	float:none;
}
.job_copy {
	clear: both;
	font-size: 24px;
	padding: 10px 10px 0;
	margin-bottom: 5px;
	font-weight:bold;
}
#shop_header #shopmenu {
	clear: both;
	width: 100%;
	background: rgba(207,207,207,1.00);
}
.dropmenu {
	list-style-type: none;
}
.dropmenu li {
	position: relative;
	width: 15.5%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu > li a {
	display: block;
	border: 1px solid rgba(207,207,207,1.00);
	margin: 0;
	padding: 15px 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li i {
	font-size: 14px;
	color: #ccc;
}
.dropmenu > li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu > li ul li {
	width: 300%;
}
.dropmenu > li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #ccc;
	background: #EAEAEA;
	text-align: left;
}
.dropmenu > li ul li a:hover {
	background: #FF71DB;
	color: #fff;
}
.dropmenu li:hover > a {
	background: #EAEAEA;
}
.dropmenu li a:hover {
	background: #EAEAEA;
}
#fade-in li ul {
	visibility: hidden;
	opacity: 0;
	transition: 0s;
}
#fade-in li:hover ul {
	visibility: visible;
	opacity: 1;
}
#fade-in li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
#fade-in li:hover ul li a {
	visibility: visible;
	opacity: 1;
}
#shop_header .head_keep-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#shop_header .head_keep-btn .keep-btn {
	background: none;
	border: initial;
	box-shadow: initial;
}
#shop_header .head_keep-btn a.keep-btn {
	color: #868686;
}
#shop_header .head_keep-btn a.keep-btn:hover {
	background: none;
}
#shop_header .head_keep-btn a.keep-btn.keeped {
	color: #0080C4;
	background: none;
}
/*詳細ページ 条件変更アコーディオンボックス 20200203 非表示に伴い無効化
#joken_waku {
	overflow: hidden;
}
#joken_waku:after {
	content: "　";
	clear: both;
	height: 20px;
}
#joken_waku #close {
	float: right;
	font-size: 40px;
	cursor: pointer;
}
#joken_waku h3 {
	font-size: 130%;
	font-weight: bold;
	padding: 6px 20px;
	border: 1px solid #999;
	display: inline-block;
	margin: 5px 0 10px 5px;
	border-radius: 3px;
	cursor: pointer;
}
#joken_waku .accordion-box select {
	position: relative;
	z-index: 905;
}
#joken_waku .accordion-box table {
	border-collapse: collapse;
	width: 95%;
	margin: 5px auto 20px auto;
}
#joken_waku .accordion-box th, #joken_waku #fukidasi td {
	border: solid 1px #ccc;
	border-right: none;
	border-left: none;
	padding: 10px;
	font-size: 13px;
}
#joken_waku .accordion-box th {
	text-align: left;
	width: 16%;
	font-size: 14px;
}
#joken_waku .accordion-box td p {
	padding: 5px 0 0 15px;
	background: #eee;
	margin-bottom: 8px;
}
#joken_waku .accordion-box td label {
	width: 25%;
	display: inline-block;
	padding-bottom: 5px;
}
#joken_waku .accordion-box td label input {
	position: relative;
	top: 2px;
}
#joken_waku .accordion-box table tr:first-child th, #joken_waku #fukidasi table tr:first-child td {
	border-top: none;
}
#joken_waku .accordion-box .search_box_btn {
	border: 0px;
	background: #339ed8;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 0.3em 0;
	width: 40%;
	margin: 0 auto;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
#joken_waku .accordion-box .search_box_btn:hover {
	background: #4cbcf9;
}
#joken_waku .accordion-box .search_box_btn i {
	font-size: 30px;
	position: relative;
	top: -2px;
}
#joken_waku .accordion-box fieldset {
	border: none;
	text-align: center;
}
#joken_waku .accordion-box .title_wrapper {
	border: solid 1px #ddd;
}
#joken_waku .accordion-box .title_wrapper h1 {
	background: #f5f3f3;
	font-size: 18px;
	color: #333;
	padding: 4px 10px;
	text-align: left;
}
/*詳細ページ 条件変更アコーディオンボックス 20200203 非表示に伴い無効化*/

ul li.search_area_child label.ui-corner-all {
	padding-left: 2em;
}
#joken_waku #fukidasi {
	position: relative;
	padding: 20px;
	margin-top: 20px;
	width: 760px;
	background: #F3F3F3;
	border-radius: 10px;
	padding-bottom: 30px;
}
/* beforeで三角を表現 */
#joken_waku #fukidasi::before {
	content: '';
	position: absolute;
	left: 50px;
	top: -15px;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #F3F3F3;
	border-left: 15px solid transparent;
}
#joken_waku #fukidasi select {
	position: relative;
	z-index: 905;
}
#joken_waku #fukidasi table {
	border-collapse: collapse;
	width: 95%;
	margin: 5px auto 20px auto;
}
#joken_waku #fukidasi th, #joken_waku #fukidasi td {
	border: solid 1px #ccc;
	border-right: none;
	border-left: none;
	padding: 10px;
	font-size: 13px;
}
#joken_waku #fukidasi th {
	text-align: left;
	width: 16%;
	font-size: 14px;
}
#joken_waku #fukidasi td p {
	padding: 5px 0 0 15px;
	background: #eee;
	margin-bottom: 8px;
}
#joken_waku #fukidasi td label {
	width: 25%;
	display: inline-block;
	padding-bottom: 5px;
}
#joken_waku #fukidasi td label input {
	position: relative;
	top: 2px;
}
#joken_waku #fukidasi table tr:first-child th, #joken_waku #fukidasi table tr:first-child td {
	border-top: none;
}
#joken_waku #fukidasi .search_box_btn {
	border: 0px;
	background: #339ed8;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 0.3em 0;
	width: 40%;
	margin: 0 auto;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
#joken_waku #fukidasi .search_box_btn:hover {
	background: #4cbcf9;
}
#joken_waku #fukidasi .search_box_btn i {
	font-size: 30px;
	position: relative;
	top: -2px;
}
#joken_waku #fukidasi fieldset {
	border: none;
	text-align: center;
}
#joken_waku #fukidasi .title_wrapper {
	border: solid 1px #ddd;
}
#joken_waku #fukidasi .title_wrapper h1 {
	background: #f5f3f3;
	font-size: 18px;
	color: #333;
	padding: 4px 10px;
	text-align: left;
}
#joken_waku #fukidasi table.search_result_box {
	width: 100%;
}
#joken_waku #fukidasi table.search_result_box th {
	width: 120px;
	font-size: 13px;
}
#joken_waku #fukidasi table.search_result_box td.all_reset a {
	display: block;
	padding: 10px 0;
	background: #3CA5DF;
	width: 100px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#joken_waku #fukidasi .title {
	clear: both;
	font-size: 20px;
	background: #CDCDCD;
	padding: 10px;
	text-align: center;
}
/* ポップアップ */
#fancybox-wrap, #fancybox-outer, #fancybox-content {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
}
/* 詳細ページスライダー */
.slidere_wrap {
	width: 1140px;
	overflow: hidden;
}
#shosai_slider {
	margin: 10px auto 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#sliderInner {
	position: relative;
	left: 50%;
	width: 1680px;
	margin-left: -840px;
}
#sliderInner li {
	width: 560px;
	height: 300px;
}
#sliderInner li img {
	width: 100%;
	height: auto;
}
#slideFilterL, #slideFilterR {
	position: absolute;
	top: 0;
	width: 560px;
	height: 300px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#slideFilterL {
	left: 0;
}
#slideFilterR {
	right: 0;
}
#shosai_slider .bx-viewport{
	overflow:visible!important;
}
#shosai_slider ul>li{
	padding:0 10px!important;
	box-sizing:border-box;
	width:580px!important;
}
#shosai_slider .bx-caption {
	position: absolute;
	bottom: 0;
	left: 10px;
	background: rgba(0,0,0,0.25);
	width: 560px;
	text-align: center;
}
#shosai_slider .bx-caption span {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 3px;
}
/* 詳細ページ動画紹介スライダー */
#movie_slider {
	width: 840px;
	margin: 20px auto;
	padding: 0;
}
#movie_slider .title {
	width: 100px;
	padding: 8px 0;
	background: #007fc3;
	color: #fff;
	text-align: center;
	float: left;
	font-size: 14px;
}
#movie_slider ul {
	float: right;
	margin-top: -30px;
}
#movie_slider ul li {
	background: #F2FBFF;
}
#movie_slider ul li a {
	display: block;
	padding: 6px 0 10px 10px;
	font-size: 14px;
	text-decoration: none;
}
/* 詳細ページ人気スライダー */
#ninki_slider .bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
 *zoom: 1;
	width: 100%;
}
#ninki_slider .bx-wrapper .bx-viewport{
	background:none;
	height:auto!important;
}
#ninki_slider {
	width: 100%;
	box-sizing:border-box;
	margin:0;
	position: relative;
	clear:both;
	background:#ffffff;
	padding:1em;
}
#ninki_slider .title {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #1F70C4;
	padding: 5px 0 0 0;
	border-top: 3px solid #1F70C4;
	border-bottom: 3px solid #1F70C4;
	margin-bottom: 10px;
}
#ninki_slider li {
	border: 1px solid #999;
	padding: 10px;
	box-sizing: border-box;
	background:#ffffff;
}
#ninki_slider li a {
	text-decoration: none;
}
 #ninki_slider li . class="koyou" {
 height: 20px;
 padding: 7px 0;
 overflow: hidden;
}
#ninki_slider li .joken {
	padding-top: 6px;
	height: 24px;
	overflow: hidden;
}
#ninki_slider li .name {
	height: 24px;
	overflow: hidden;
	font-size: 130%;
	font-weight: bold;
}
#ninki_slider li .shokushu {
	height: 1.2em;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
	background: #1F70C4;
	color: #fff;
	padding: 6px;
}
#ninki_slider li .content-text {
	height: 36px;
	overflow: hidden;
}
#ninki_slider li .koyou {
	height: 16px;
	overflow: hidden;
}
#ninki_slider li .price {
	height: 1.5em;
	overflow: hidden;
	font-size: 130%;
	color: #FF0004;
}
#ninki_slider .keep a {
	display: block;
	height: 20px;
	color: #000;
	overflow: hidden;
	width:100%;
	font-size:12px;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
}
#ninki_slider .keep a i {
	color: #FE7AD1;
}
#ninki_slider .custom-prev2 a {
	display: block;
	width: 25px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: -35px;
	background: url(../img/job/btn_prev.png) no-repeat;
}
#ninki_slider .custom-next2 a {
	width: 25px;
	height: 70px;
	position: absolute;
	top: 50%;
	right: -40px;
	background: url(../img/job/btn_next.png) no-repeat;
}
/* 詳細ページ動画紹介用ティッカー */
.swiper-container {
	width: 840px;
	border: 1px solid #ccc;
}
.swiper-wrapper {
	padding: 10px;
}
/* 詳細ページ求人のポイントブロック */
#point_block {
	background: #24aae9;
	margin: 30px 0 20px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#point_block  .flex{
	display: flex;
  align-items: center;
}
#point_block  .flex .title {
	width: 240px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#point_block  .flex .point {
	width: 720px;
	margin: 6px;
	padding: 6px 20px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#point_block .point li {
	position: relative;
	font-size: 15px;
	padding: 10px 10px 10px 40px;
	border-bottom: 1px dotted #333;
	font-weight: bold;
}
#point_block .point li:before {
	font-family: 'Material Icons';
	content: "\e86c";
	font-size: 30px;
	color: #24aae9;
	position: absolute;
	top: 6px;
	left: 0;
}
#point_block  .balloonwraper{
	position: absolute;
	left: -20px;
	top:-20px;
}
#point_block .balloon{
  position: relative;
  padding: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
	font-weight: bold;
  background-color: #FF7AB5;
}
#point_block .balloon:before{
 content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 2px;
  bottom: 2px;
  border-left: 20px solid #FF7AB5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}
/* 詳細ページ関連表示バナー */
#kanren_banner a {
    margin: 10px 0 20px 0;
    padding: 16px;
    font-size: 18px;
    text-align: center;
    /* background: #009E8F; */
    display: block;
    color: #fff;
    text-shadow: 1px 1px 0px #de2a79;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #e85495;
    background: -moz-linear-gradient( center top, #f39bc1 5%, #EB6EA5 100% );
    background: -ms-linear-gradient( top, #f39bc1 5%, #EB6EA5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39bc1', endColorstr='#EB6EA5');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f39bc1), color-stop(100%, #EB6EA5) );
    background-color: #e89ebf;
    -webkit-box-shadow: 2px 2px 2px 0px #f9cce0;
    -moz-box-shadow: 2px 2px 2px 0px #f9cce0;
    box-shadow: 2px 2px 2px 0px #f9cce0;
}
#kanren_banner a span{
	font-size: 16px;
		font-weight: normal;;
}
.single-item .modal-overlay{
	z-index:990;
}
#kanren_modal {
	width: auto;
	height:90%;
	
	background: #fff;
	box-sizing:border-box;
	top: 5%!important;
	left: 5%!important;
	right: 5%!important;
	bottom:auto!important;
	border-radius:0;
	z-index:99999;
}
#kanren_modal .modal-inner{
	overflow:auto;
	padding: 15px;
	box-sizing:border-box;
	width:100%;
	height:100%;
}
#kanren_modal .modal-close{
	top:5%;
	right:5%;
	margin:-25px -25px 0 0;
	position:fixed;
}
#kanren_modal h1 {
	font-size: 18px;
	padding-bottom: 5px;
}
#kanren_modal ul {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#kanren_modal li {
	width: 49%;
	background: #fff;
	padding: 0;
	margin-bottom: 16px;
	border: 1px solid #000;
}
#kanren_modal li h2 {
	font-size: 15px;
	background: #1F70C4;
	color: #fff;
	padding: 8px;
}
#kanren_modal li h2 .employ-mark {
	margin-right: 10px;
}
#kanren_modal li p {
	padding: 8px;
	font-size: 14px;
}
#kanren_modal li a {
	text-decoration:none;
}
/* インタビュー */
.interview {
	clear: both;
}
.interview h3 {
	border: initial;
	background: #0D7FC3;
	color: #fff;
	text-align: center;
	padding: 16px;
	margin: 50px 0 10px 0;
	border-radius: 10px;
	font-size: 22px;
	font-weight: normal;
}
.interview .photoblock {
	overflow: hidden;
	margin-bottom: 20px;
}
.interview .photoblock img {
	float: left;
	max-width: 600px;
	height:auto;
}
.interview .photoblock .name {
	float: left;
	font-size: 18px;
	padding: 30px 0 0 20px;
	border-bottom: 1px solid #000;
}
.interview h5 {
	color: #007fc3;
	font-size: 22px;
	font-weight: normal;
	border-left: 10px solid #24aae9;
	padding: 3px 10px;
}
.interview p {
	font-size: 17px;
	padding: 3px 20px 20px 0;
}
.interview p span {
	color: #FF7BB5;
	font-weight: bold;
	border: none;
}
.interview .interview_comment{
	float: none;
	width: 810px;
	margin: auto;
}
.interview .interview_comment h3 {
	font-size: 20px;
	color: #fff;
	background: #0D7FC3;
	padding: 1em;
	margin: 1em 0 0.3em 0;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	border-radius:0;
}
.interview .interview_comment h4 {
	border-left: 10px solid #1F70C4;
	padding-left: 0.3em;
	color: #555;
	font-weight: bold;
	font-size: 20px;
	margin: 0.8em 0 0.2em 0;
	clear: both;
}
.interview .interview_comment img {
	max-width: 100%;
	height: auto;
}

.interview .interview_comment p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.interview .interview_comment p span {
	color:#333333;
}
.interview .interview_comment p img {
	width: auto;
	margin: 0;
}
.interview .interview_comment a img {
	width: auto;
	margin:0;
}
/* YouTube*/
.video {
	position: relative;
	width: 100%;
	height:0!important;
	padding-top: 56.25%;
	margin: 0 auto 0 auto;
	margin-bottom: 40px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	width: 100% !important;
	height: 100% !important;
}
.job_movie:after{
	content:"";
	width:0;
	height:0;
	display:block;
	clear:both;
}
.job_movie .video_wrap {
	width: 70%;
	float: left;
	margin-right: 1%
}
.job_movie .text {
	width: 29%;
	float: left;
}
.job_movie .text p {
	font-size: 16px;
}
.job_movie .text .title {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 0.3em;
	padding: 0.5em;
}
/*===================================================================
//  キープリスト
//=================================================================*/
.favorite_wrapper {
	padding-top: 13px;
}
a.keep-btn, .page_wrapper.lately a.keep-btn {
	width: 20%;
	font-size: 19px;
	padding: 0.3em 0;
	border: solid 1px #fff;
	border-radius: 5px;
	text-decoration: none;
	background: #fed2d7;
	color: #524603;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
a.keep-btn.keeped, .page_wrapper.lately a.keep-btn.keeped {
	color: #0080C4;
	text-decoration: none;
	background: #FFEEF9;
}
a.keep-btn:hover, .page_wrapper.lately a.keep-btn:hover, a.keep-btn.keeped:hover {
	color: #524603;
	background: #ffb7bf;
}
a.keep-btn .btn-note {
	font-size: 80%;
}
a.keep-btn .btn-note:before {
	content: " (";
}
a.keep-btn .btn-note:after {
	content: ")";
}
a.keep-btn.keeped .btn-note:before,
a.keep-btn.keeped .btn-note:after {
	display:none;
}
a.keep-btn i {
	font-size: 25px;
	padding-right: 0.2em;
}
.work_box a.keep-btn {
	position: absolute;
	top: 10px;
	right: 2em;
}
.keep-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 32%;
	margin: 0 0.2em;
	font-size: 22px;
}
.keep-wrapper a.keep-btn {
	border: solid 1px #0080C4;
	width: 100%;
	font-size: 20px;
	height: 60px;
	box-sizing: border-box;
	padding: 0.5em 0;
}
.keep-wrapper a.keep-btn i {
	font-size: 28px;
	position: relative;
	top: -1px;
}
a.keep-btn.trash-btn, a.keep-btn.trash-btn.keeped {
	color: #aaa;
	background: #fff;
}
a.keep-btn.trash-btn:hover, a.keep-btn.trash-btn.keeped:hover {
	background: #f2f5f6;
}
.favorite_wrapper .error .error-text {
	margin: 3.5em 0;
	font-size: 13px;
}
.favorite_wrapper .error .clips-detail {
	width: 80%;
	margin: 5em auto 7em auto;
	padding: 2em 1.5em;
	border-radius: 8px;
	border: #ffd6d8 3px dashed;
}
.favorite_wrapper .error .clips-detail h2 {
	font-size: 16px;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
	color: #f68187;
}
.favorite_wrapper .error .clips-detail p .red {
	color: #ff697b;
}
.favorite_wrapper .error .clips-detail .clips-detail-bottom {
	padding-top: 1em;
	font-size: 14px;
	letter-spacing: .05em;
	color: #f68187;
}
.expired .expired-attention {
	padding: 6em 0 2em 0;
}
.expired .expired-attention span {
	font-size: 14px;
	letter-spacing: .05em;
	letter-spacing: .05em;
	padding: 0.5em 8em;
	border: #ff8a98 2px solid;
	color: #ff7283;
	background: rgba(255, 255, 255, 0.7);
}
.expired nav.job_detail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	border: solid 1px #ddd;
}
.expired nav.job_detail a.trash-btn {
	position: static;
	width: 30%;
	margin: 0 auto;
	color: #2987ba;
	border: #64b4e0 2px solid;
	font-size: 20px;
	padding: 0.5em 0;
	background: #e9f7ff;
}
.expired nav.job_detail a.trash-btn:hover {
	background: #d3f0ff;
}
.expired .rating-mark {
	display: none !important;
}
/*===================================================================
//  お役立ち情報
//=================================================================*/
.archive_wrapper {
}
.main_column .archive_wrapper article {
	margin-bottom: 0;
}
/* タブ */
.sorting_wrapper.contents_top {
	margin-top: 1.5em;
	border-bottom: solid 2px #0f77c6;
}
.info-sorting li {
	display: inline-block;
	border: solid 1px #0f77c6;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	margin-right: 0.3em;
	vertical-align: bottom;
}
.info-sorting li a {
	display: block;
	padding: 0.5em 1em 0.3em 1em;
	color: #0f77c6;
	text-decoration: none;
}
.info-sorting li a:hover, .info-sorting li.select a {
	background: #0f77c6;
	color: #fff;
}
.info-sorting li.select a {
	cursor: default;
}
.sorting_wrapper.contents_btm {
	border-top: solid 2px #0f77c6;
}
.sorting_wrapper.contents_btm .info-sorting li {
	border-bottom: solid 1px #0f77c6;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
li.archive_list {
	border-bottom: solid 1px #bbbbbb;
}
li.archive_list:first-child {
	border-top: solid 1px #bbbbbb;
}
li.archive_list a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
}
li.archive_list a:hover {
	background: -moz-linear-gradient(top, #ffffff, #faf9e7);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#faf9e7));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#faf9e7))";
	background: linear-gradient(to bottom, #ffffff, #faf9e7);/* IE10+, W3C */
	zoom: 1;
}
li.archive_list figure {
	border: solid 1px #c5c5c5;
	padding: 1px;
	background: #fff;
	width: 48px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.6em;
}
li.archive_list .archive_data {
	width: 675px;
	display: inline-block;
	vertical-align: middle;
}
li.archive_list .archive_data time {
	color: #0b78d2;
	display: inline-block;
	vertical-align: middle;
	width: 12%;
}
span.info_label {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	line-height: 1.4;
	padding: 0.2em 0.5em;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	font-size: 11px;
}
span.interview_label,
span.change-info_label,
span.rireki_label,
span.keireki_label,
span.action_label,
span.jobinformation_label {
	background: #63dbce;
}
span.interview2_label,
span.etc_label,
span.care-info_label,
span.varioustopics_label,
span.certifications_label,
span.reliefandsafe_label,
span.facilities_label,
span.tips_label,
span.terms_label,
span.improve_label,
span.salary_label {
	background: #ffb7bf;
}
li.archive_list .archive_data span.info_label {
	width: 18%;
	margin-right: .1em;
}
li.archive_list .archive_data p {
	width: 100%;
	margin-top: 7px;
	display: inline-block;
	vertical-align: middle;
}
li.archive_list a:hover p {
	color: #30a8e9;
}
li.archive_list .archive_data p span {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	white-space: nowrap;
	font-size: 14px;
}
.archive_post figure {
	margin-bottom: 15px;
	text-align: center;
}
.archive_post figure img {
	min-width: 300px;
	max-width: 100%;
	height: auto;
	border: solid 1px #c5c5c5;
	box-sizing: border-box;
}
.archive_post time {
	color: #0b78d2;
	padding-bottom: 5px;
	display: inline-block;
	margin-right: 0.5em;
}
.archive_post time:before {
	content: "[";
}
.archive_post time:after {
	content: "]";
}
.archive_post nav a, .archive_post a.back_archive, .back_all {
	display: block;
	width: 150px;
	padding: 5px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	background: #fff;
	border: solid 1px #ff8a98;
	color: #ff8a98;
	text-decoration: none;
	text-align: center;
}
.archive_post nav a:hover, .archive_post a.back_archive:hover, .back_all:hover {
	background: #ff8a98;
	color: #fff;
	text-decoration: none;
}
.archive_post a.back_archive, .back_all {
	margin: 0 auto;
	padding: 10px 20px;
}
span.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	white-space: nowrap;
}
/* loop-search */
li.no_info_type a {
	padding: 13px 0;
}
li.no_info_type .archive_data {
	float: none;
	width: 100%;
	padding: 0;
}
.single-item p {
	clear:both;
}
.single-item .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single-item .alignleft {
	float:left;
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
	margin: 0.5em 1em 1.4em 0!important;
}
.single-item .alignright {
	float:right;
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
	margin: 0.5em 0 1.4em 1em!important;
}

.single-info .page_wrapper p a img {
	max-width: 100%;
	height: auto;
}
.single-info-contents {
	word-break: break-all;
}
.single-info-contents * {
	margin: inherit;
	padding: inherit;
}
.single-info-contents hr {
	margin: 0;
	padding: 0;
}
.single-info-contents img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
.single-info .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single-info .alignleft {
	float:left;
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
	margin: 0.5em 1em 1.4em 0!important;
}
.single-info .alignright {
	float:right;
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
	margin: 0.5em 0 1.4em 1em!important;
}

.single-info-contents h1, .single-info-contents h2, .single-info-contents h3, .single-info-contents h4, .single-info-contents h5, .single-info-contents p, .single-info-contents ul, .single-info-contents li {
	margin: inherit;
	padding: inherit;
	font-weight: inherit;
}
.single-info-contents h1, .single-info-contents h2, .single-info-contents h3, .single-info-contents h4, .single-info-contents h5 {
	font-weight: bold;
}
.single-info-contents h1, .single-info-contents h2, .single-info-contents h3, .single-info-contents h4, .single-info-contents h5, .single-info-contents p {
	margin: 0.5em 0;
}
.single-info-contents ol {
	margin: inherit;
	margin-left: 15px;
	list-style-type: decimal;
}
.single-info-contents ul {
	margin: inherit;
	margin-left: 15px;
	list-style-type: disc;
}
.single-info-contents li {
	list-style-type: inherit;
	margin: inherit;
}
.single-info-contents em, .single-info-contents span {
	font-style: inherit;
	padding: 0;
}

.single-info-contents div {
	padding: 1em 1.5em !important;
	margin: 1.5em auto;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	border: solid 2px #bcbcbc;
	font-size: 14px !important;
	line-height: 1.8;
}
.single-info-contents div strong {
	padding: 0 0.5em;
}
.single-info-contents div#toc_container {
	margin: inherit;
}
.single-info-contents div ul li a {
	font-size: 14px !important;
}
#toc_container p.toc_title+ul.toc_list {
	margin-top: 0.3em !important;
}
.single-contents time {
	font-size: 16px;
	padding: 0.5em 0 0.8em;
	vertical-align: sub;
}
.single-contents span.info_label {
	font-size: 13px;
	margin: 0 5px 0 0;
	letter-spacing: 0.05em;
}
.page_wrapper .single-info-contents h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 13px 3px 13px;
	line-height: 1.4;
	color: #444444;
	display: inline-table;
	vertical-align: top;
	border-top: 5px solid #a9a9a9;
	width: 96%;
	margin-bottom: 5px;
	margin-top: 1.0em;
	background: #fff;
}
.page_wrapper .single-info-contents p {
	font-size: 15px;
	line-height: 1.6;
	padding: 0 1.5em 1.0em 1.5em;
}
.single-info-contents img.emoji {
	margin: 0.4em 0.5em 0 .07em !important;
}
/* エディタスタイル */
div.block-title {
	margin: 0.8em 0 0.3em 0;
	border-bottom: solid 1px #ff8a98;
	background: #eeecec;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #eeecec 100%);
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #eeecec 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eeecec', GradientType=0 );
	background: linear-gradient(to bottom, #fdfdfd 0%, #eeecec 100%);
	zoom: 1;
}
div.block-title p {
	font-size: 16px !important;
	padding: 0.2em 0.6em;
	color: #ff8a98;
	margin: 0;
	font-weight: bold;
}
span.yellow-bg {
	background-color: #ffff99;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}
span.double-border {
	border-bottom: double 6px #87CEFA;
	font-weight: bold;/* line-height: 3;*/
}
span.yellow-marker {
	background: linear-gradient(transparent 50%, #ffffb5 50%);
	font-weight: bold;/* line-height: 3;*/
}
span.blue-mark-list {
	position: relative;
	padding-left: 1.1em;
	color: #555;
	font-size: 14px;
	margin: 0.4em 0;
	display: block;
}
span.blue-mark-list:before {
	content: "●";
	color: #2987ba;
	position: absolute;
	top: 0;
	left: 0;
}
span.pink-marker {
	background: linear-gradient(transparent 50%, #ffc0e0 50%);
	font-weight: bold;/* line-height: 3;*/
}
/*===================================================================
//  その他固定ページ
//=================================================================*/
.page_wrapper {
	padding: 13px 0 0 0;
	word-break: break-all;
	overflow: hidden;
}
.main_column .page_wrapper section {
	margin-bottom: 40px;
}
.page_wrapper table {
	border-collapse: collapse;
}
.page_wrapper table th, .page_wrapper table td {
	border: solid 1px #ccc;
	border-right: none;
	border-left: none;
	padding: 10px;
}
.page_wrapper table th {
	/* text-align: left; */
	width: 15%;
	vertical-align: top;
	background: #f7f7f7;
}
.page_wrapper table {
	background: #fff;
}
.page_wrapper a {
	color: #24aae9;
	text-decoration: underline;
	padding:0;
}
.page_wrapper a:hover {
	color: #30a8e9;
	text-decoration: none;
}
.page_wrapper .contents_title {
	border: solid 1px #ddd;
	margin-bottom: 13px;
}
.page_wrapper h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0.5em 0.5em 0.3em 0.5em;
	background: #f5f3f3;
	line-height: 1.4;
}

.page_wrapper h3 {
	font-size: 1.375rem;
    background: #e2f5ff;
    border: solid 1px #0080C4;
    margin: 1rem 0 1rem;
    padding: 0.6rem 1rem;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
/* 20200406 bak
.page_wrapper h3 {
	font-size: 15px;
	margin: 25px 0 5px 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	border-left: solid 5px #ff8a98;
}
*/
.no_margin_r {
	margin-right: 0!important;
}
.no_margin_t {
	margin-top: 0!important;
}
.page_wrapper table.egmap_infowindow td {
	border: none;
}
/* 掲載をお考えの企業様 */
.business_wrapper .catch {
	background: url(../img/business/catch.jpg) no-repeat;
	height: 369px;
	box-sizing: border-box;
	padding: 268px 0 0 63px;
}
.merit {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.merit p img {
	width: 100%;
	height: auto;
}
.page_wrapper h3.merit_text {
	border: none;
	margin: 5px 0;
	padding: 0;
}
.contents_text {
	width: 52%;
	margin-right: 3%;
}
.contents_img {
	width: 45%;
}
.contents_img img {
	width: 100%;
	height: auto;
}
section.drawing .contents_img {
	padding-top: 10px;
}
span.point_close {
	text-align: right;
	font-size: 11px;
	display: block;
}
.flow_box {
	border-left: solid 3px #24aae9;
	margin-left: 14px;
	padding-bottom: 30px;
}
.flow_box_last {
	padding: 0 0 0 3px;
	border: none;
}
span.flow_number {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #24aae9;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 2px 8px;
	position: relative;
	left: -14px;
	display: inline-block;
}
.flow_box h3 {
	border: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 13px 0 0;
	width: 140px;
	margin: 0;
}
.flow_box p {
	display: inline-block;
	vertical-align: top;
}
.flow_box_first p {
	vertical-align: middle;
}
span.text_red {
	color: #ff5468;
	font-weight: bold;
}
.question_box {
	border: solid 1px #ddd;
	background: -moz-linear-gradient(top, #ffffff, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#fdfdfd))";
	background: linear-gradient(to bottom, #ffffff, #fdfdfd);
	zoom: 1;
	padding: 9px 11px;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
span.q_icon, span.a_icon {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #ff8a98;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 2px 8px;
	display: inline-block;
}
span.q_icon {
	background: #ffb3bc;
	margin-bottom: 8px;
}
.question_box h3 {
	border: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0;
	color: #24aae9;
}
.question_box p {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	width: 675px;
}
.business_wrapper .bnr {
	background: url(../img/business/bnr.jpg) no-repeat;
	width: 532px;
	margin: 0 auto 60px auto;
	height: 178px;
	box-sizing: border-box;
	padding: 106px 0 0 21px;
}
/* はじめての方へ */
.first_wrapper .catch {
	background: url(../img/first/catch.jpg) no-repeat;
	height: 418px;
	box-sizing: border-box;
	padding: 300px 0 0 57px;
}
.first_wrapper .catch a.staff_entry {
	margin-right: 4px;
}
.contents_sample {
	padding: 6px;
	text-align: center;
}
.contents_sample img {
	height: auto;
	border: solid 1px #bcbcbc;
}
.first_wrapper .bnr {
	background: url(../img/first/bnr.jpg) no-repeat;
	width: 532px;
	margin: 0 auto 60px auto;
	height: 182px;
	box-sizing: border-box;
	padding: 93px 0 0 16px;
}
.first_wrapper .bnr a.staff_entry {
	margin-right: 4px;
}
.support_flow_wrapper {
	padding-top: 10px;
}
.main_column .page_wrapper section.support_flow {
	border: solid 2px #ddd;
	padding: 7px;
	background: -moz-linear-gradient(top, #ffffff, #fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#fdfdfd))";
	background: linear-gradient(to bottom, #ffffff, #fdfdfd);
	zoom: 1;
	border-radius: 5px;
	margin-bottom: 0;
}
.support_flow em {
	font-style: normal;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: dashed 1px #bcbcbc;
	display: block;
	font-size: 14px;
	color: #24aae9;
}
.flow_arrow {
	width: 4%;
	margin: 2px auto 6px auto;
}
.flow_arrow img {
	width: 100%;
	height: auto;
}
/* よくあるご質問 */
.question_wrapper .bnr {
	background: url(../img/question/bnr.jpg) no-repeat;
	width: 532px;
	margin: 0 auto 60px auto;
	height: 178px;
	box-sizing: border-box;
	padding: 106px 0 0 21px;
}
/* 運営会社案内 */
.outline.page_wrapper {
	padding-top: 0;
}
.outline_wrapper .bnr {
	background: url(../img/question/bnr.jpg) no-repeat;
	width: 532px;
	margin: 0 auto 60px auto;
	height: 178px;
	box-sizing: border-box;
	padding: 106px 0 0 21px;
}
.outline_wrapper table ul {
	margin-left: 20px;
}
.outline_wrapper table ul li {
	list-style-type: disc;
}
.outline_map {
	border: solid 2px #bcbcbc;
	margin-top: 20px;
	height: 300px;
}
.outline_map iframe {
	width: 100%;
}
.outline_wrapper table th {
	width: 20%;
}
/* 入学・卒業年度自動計算表 */
.compute {
	background: #f1f1f1;
	border-radius: 5px;
	padding: 1.5em;
	margin-top: 13px;
}
.compute h2 {
	text-align: center;
	font-size: 22px;
	color: #2987ba;
	background: none;
	padding: 0 0 0.5em 0;
}
.compute iframe {
	border: none;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 2em 1.5em;
	margin-bottom: 0.5em;
}
/* 当サイトへのリンクについて */
.link_wrapper .bnr {
	margin: 0 auto 60px;
	padding: 106px 0 0 21px;
	box-sizing: border-box;
	background: url('../img/question/bnr.jpg') no-repeat;
	width: 532px;
	height: 178px;
}
.img_size {
	color: #868686;
	font-size: 11px;
	font-weight: normal;
}
.bnr_description tr th {
	vertical-align: middle;
}
.bnr_description tr td {
	width: 35%;
}
.bnr_description tr th, .bnr_description tr td:nth-child(2) {
	text-align: center;
}
.special_notices, .special_notices li {
	list-style-type: disc;
}
.special_notices {
	padding-left: 2em;
}
/* ここのCSSはスマホと共通 */
body.section-knowhow {
	background: #fff;
}
.compute-select {
	font-size: 16px;
}
.compute-select select {
	padding: 0.8em 0.5em;
	width: 9em;
	margin-left: 1.5em;
}
.compute-select select#year {
	margin-left: 0;
}
.compute-select button#calcBtn {
	-webkit-appearance: none;
	padding: 0.6em 1.5em;
	margin-left: 1.5em;
	font-size: 16px;
	border-radius: 5px;
	border: solid 3px #ff8700;
	font-weight: bold;
	background: #fff;
	color: #ff8700;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	cursor: pointer;
}
.compute-select button#calcBtn i {
	padding-right: 0.3em;
	font-size: 20px;
}
.compute-select button#calcBtn:hover {
	background: #ff8700;
	color: #fff;
}
.educated {
	padding: 2.5em 1em 0 1em;
}
.educated h3 {
	font-size: 17px;
	font-weight: bold;
}
.educated table {
	width: 100%;
}
.educated table th, .educated table td {
	padding: 1em;
	font-size: 15px;
}
.educated table th {
	text-align: left;
	color: #542404;
	padding-bottom: 0;
	padding-left: 0;
}
.educated table th:before {
	content: "■";
	color: #542404;
}
.educated table td {
	background: #ededed;
}
.educated table select {
	padding: 0.5em;
}
.educated table br.sp {
	display: none;
}

@media (max-width: 660px) {
.compute-select select {
	padding: 0.8em 0.5em;
	width: 80%;
	margin-left: 0;
	margin-bottom: 1em;
	font-size: 16px;
}
.compute-select button#calcBtn {
	margin-left: 0;
	padding: 0.5em 0;
	font-size: 18px;
	width: 90%;
	margin-top: 0.5em;
}
.educated {
	padding: 2.5em 0 0 0;
}
.educated h3 {
	font-size: 10px;
}
.educated table colgroup {
	display: none;
}
.educated table th, .educated table td {
	padding: 0.5em 0.3em;
	font-size: 8.5px;
}
.educated table th {
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 1em;
}
.educated table td {
	text-align: center;
}
.educated table td.year {
	width: 4.5em;
}
.educated table td.jYear {
	width: 3em;
	line-height: 1.4;
}
.educated table td.month {
	width: 2em;
}
.educated table select {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em 0.2em;
	font-size: 16px;
}
/*.educated table tr.elementary.graduate select,
.educated table tr.juniorhigh.graduate select,
.educated table tr.high.graduate select,
.educated table tr.collage.graduate select {width:3em;}*/
.educated table br.sp {
	display: block;
}
}
/*===================================================================
//  フォーム
//=================================================================*/
p.about {
	padding: 0 0 15px 0;
}
table.form_contact span.must {
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	background: #ff5468;
	padding: 1px 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 6px;
	font-size: 11px;
}
table.form_contact th {
	width: 30%;
}
table.form_contact input, table.form_contact select {
	padding: 5px;
}
table.form_contact textarea {
	font-size: 13px;
	padding: 5px;
}
table.form_contact td.form_capacity label {
	margin-bottom: 10px;
}
table.form_contact td label input {
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.mw_wp_form .error {
	color: #e43b3b!important;
}
.button-wrapper {
	text-align: center;
	padding: 8px;
	padding-bottom: 20px;
}
.button-wrapper input {
	padding: 12px 35px;
	font-size: 16px;
	margin: 15px 5px 0 5px;
	cursor: pointer;
}
#autozip a {
	display: none;
}
span.scout-free {
	background: #24aae9;
	color: #fff;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
	border-radius: 5px;
}
ul.scout-service li {
	list-style: outside disc !important;
	margin: 0 0 7px 17px;
}
table.form_contact label {
	margin-right: 5px;
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f7f7f7;
	padding: 10px 20px;
	cursor: pointer;
}
.form_contact .block {
	display: block;
}
.privacy-confirm p {
	font-size: 12px;
	padding: 1.5em 0 0 0;
	text-align: center;
}
.privacy-confirm p a {
	text-decoration: underline;
}
.privacy-confirm p a:hover {
	text-decoration: none;
}
/* サンクス */
.thsnks-cont p {
	line-height: 2.2;
}
p.thsnks-text {
	padding-top: 10px;
}
p.thanks_a {
	text-align: center;
	padding: 40px 0 80px 0;
	width: 70%;
	margin: 0 auto;
}
p.thanks_a a {
	display: block;
	text-align: center;
	width: 30%;
	color: #fff;
	background: #2987ba;
	padding: 4px 0;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
}
p.thanks_a a:hover {
	background: #3aa7e2;
	color: #fff;
}
/*===================================================================
//  エラーページ
//=================================================================*/
.error404 {
	clear:both;
	padding-bottom: 50px;
}
.error404 p.error_text, .search-no-results p.error_text {
	padding: 35px 0;
	text-align: center;
}
.searchform {
	text-align: center;
	padding: 20px 0 80px 0;
}
.searchform label.screen-reader-text {
	display: none;
}
.searchform input {
	padding: 5px 10px;
}
/*===================================================================
//  個人情報保護
//=================================================================*/

.page_wrapper .privacy-section ol {
	margin-left: 2.3em;
	margin-top: 1em;
}
.page_wrapper .privacy-section ol li {
	list-style-type: decimal;
	padding-bottom: 0.5em;
	font-size: 13px;
}
.page_wrapper .privacy-section ol li > em {
	width: 100%;
	font-size: 14px;
}
.page_wrapper .privacy-section ol li:last-child {
	padding-bottom: 0;
}
.page_wrapper .privacy-section ol.alphabet-list li {
	list-style-type: none;
	position: relative;
}
.page_wrapper .privacy-section ol.alphabet-list li:before {
	position: absolute;
	top: 0;
	left: -1.3em;
}
.page_wrapper .privacy-section ol.alphabet-list li:nth-child(1):before {
	content: "A.";
}
.page_wrapper .privacy-section ol.alphabet-list li:nth-child(2):before {
	content: "B.";
}
.page_wrapper .privacy-section ol.alphabet-list li:nth-child(3):before {
	content: "C.";
}
.page_wrapper .privacy-section ol.alphabet-list li:nth-child(4):before {
	content: "D.";
}
.page_wrapper .privacy-section ol.alphabet-list li:nth-child(5):before {
	content: "E.";
}
.page_wrapper .privacy-section ol.alphabet-list li:nth-child(6):before {
	content: "F.";
}
.page_wrapper .privacy-section address {
	width: 95%;
	margin: 1em auto 0 auto;
	padding: 1em;
	font-style: normal;
}
.page_wrapper .privacy-section address dl {
	margin: 0;
	letter-spacing: .05em;
}
.page_wrapper .privacy-section address dl dt {
	float: left;
	width: 5.5em;
	font-weight: bold;
	position: relative;
}
.page_wrapper .privacy-section address dl dt:after {
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}
.page_wrapper .privacy-section address dl dd {
	padding-left: 6em;
	margin: 0;
}
.privacy-section .section-title {
	background: none;
	padding: 0 0 0 0.4em !important;
	color: #222222;
	font-size: 15px;
	display: block;
	font-weight: normal;
	border-left: solid 5px #ff8a98;
	margin-bottom: 0.5em;
}
.page_wrapper .privacy-section address {
	border: #dddddd 2px solid;
	background-color: #fffeee;
}
.page_wrapper .privacy-section address {
	width: 95%;
	margin: 1em auto 0 auto;
	padding: 1em;
	font-style: normal;
}
.page_wrapper .privacy-section p {
	line-height: 1.8;
}
.form-privacy-box {
	height: 10em;
	overflow-y: scroll;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #ABABAB;
}




/*---------- add by codeDrive ----------*/
body.single-item .job_description p{
	margin-bottom:1em;
	display: flow-root;
}
body.single-item .job_description .aligncenter{
	margin:0 auto;
	display:block;
	width: auto;
	height:auto;
}
body.single-item .job_description .alignleft{
	float:left;
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
	margin: 0.5em 1em 1.4em 0;
}
body.single-item .job_description .alignright{
	float:right;
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
	margin: 0.5em 0 1.4em 1em;
}
body.page-entry #contents .left{
	display:none;
}
body.page-entry #contents .main_column{
	margin:0 auto;
	float:none;
}
table.form_contact caption{
	background:#24aae9;
	color:#ffffff;
	text-align:center;
	padding:0.5em 1em;
	margin:1em 0 0.5em;
	font-size:16px;
}
table.form_contact th{
	padding:20px;
	background:rgba(245,243,243,1.00);
	font-size:16px;
	font-weight:normal;
}
table.form_contact th .must{
	float:right;
	font-weight:normal;
	padding:2px 12px;
	font-size:13px;
}
table.form_contact td{
	padding:20px;
	font-size:16px;
	font-weight:normal;
}
table.form_contact td input[type=text],
table.form_contact td input[type=number],
table.form_contact td input[type=email],
table.form_contact td textarea{
	padding:10px;
	font-size:16px;
	font-weight:normal;
	border-radius:4px;
	border: 1px solid #ccc;
}
body.page-entry ul.scout-service li{
	font-size:14px;
}
body.page-entry p.about{
	font-size:16px;
	text-align:center;
}
body.page-entry .privacy-confirm{
	padding:20px 0;
	font-size:16px;
}
body.page-entry input[type="submit"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 300px;
	height: 60px;
	background: #24aae9;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 1.5em;
}

table.form_contact.questionnaire .mwform-checkbox-field{
	display:block;
	width:100%;
	margin:0 0 0.5em 0;
}
table.form_contact.questionnaire label{
	background:none;
	padding:0;
	margin:0;
	border:none;
	
}

.entry-fixed.entry{
	bottom:0!important;
}
.entry-fixed.entry .btn-wrapper.entry-btn .tel{
	margin:0 auto;
	float:none;
}

.line-bnr-entry{
	max-width:890px;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:2em 0;
}

/*===================================================================
//  求人詳細
//=================================================================*/
.single-item #shopmenu #fade-in li ul{
	width:300%;
	left:auto;
	right:0;
}
.single-item #shopmenu #fade-in li ul li{
	width:100%;
}
.single-item #joken_waku .modal-content{
	display:block;
	position:relative;
	clear:both;
	box-shadow:none;
	background:none;
	left: auto!important;
	top: auto!important;
}

.single-item #joken_waku #fukidasi p.research_btn{
	display:none;
}
.single-item #joken_waku #fukidasi .modal-content .modal-close{
	display:none;
}
.single-item #joken_waku #fukidasi .modal-content .title_wrapper{
	display:block!important;
	border:none!important;

}
.single-item #joken_waku #fukidasi .modal-content .title_wrapper h1{
	clear: both;
	font-size: 20px;
	background: #CDCDCD;
	padding: 10px;
	text-align: center;
}
.single-item #joken_waku #fukidasi .modal-content .modal-content-innner{
	display:block!important;
}

.single-item .entry_btn .entry{
	border: solid 1px #ff8000;
	background: #ff8a0c;
}

.single-item .entry_btn .chat{
	width:32%;
	border: solid 1px #ff8a0c;
	background: #ff8a0c;
	display:inline-block;
	color:#ffffff;
	cursor:pointer;

}
.single-item .entry_btn .chat i img{
	max-width:100%;
	width:auto;
	height:auto;
	color:#ffffff;
}

.single-item .entry_btn .visit{
	width:32%;
	border: solid 1px #ff8a0c;
	background: #ff8000;
	display:inline-block;
	color:#ffffff;
	cursor:pointer;
	position:relative;
	
	margin: 0 0.2em;
	vertical-align: middle;
	font-size: 20px;
	text-decoration: none;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-radius: 5px;
	height: 60px;
}
.single-item .entry_btn .visit i {
	width:90%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.single-item .entry_btn .visit i img{
	max-width:100%;
	width:auto;
	height:auto;
	color:#ffffff;
}


.single-item .entry-btn .visit i img{
	width:100%;
	height:auto;
}

.single-item .keep-wrapper a.keep-btn{
	background: #fff;
	color: #0080C4;
}
.single-item .keep-wrapper a.keep-btn:hover{
	color: #0080C4;
	background: #FFEEF9;
}

.single-item ul li.picky-label{
	color: #0080C4;
	background: #FFF;
	font-size: 13px;
	padding: 0.2em;
	margin: 0 0.2% 0.2em 0;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	border:solid 2px #0080C4;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}


/*===================================================================
//  エントリーフォーム
//=================================================================*/
.page-entry .title_border-box{
	display:none;
}
.page-entry .privacy-confirm .privacy{
	width: 100%;
	max-height: 10em;
	overflow-y: auto;
	border: 1px solid #cccccc;
	padding: 1em;
	box-sizing: border-box;
	margin-bottom: 1em;
	text-align:left;
}
.page-entry .privacy-confirm .privacy p{
	text-align:left;
}
.page-entry .privacy-confirm label{
	margin-right: 5px;
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f7f7f7;
	padding: 10px 20px;
	cursor: pointer;
}

/*===================================================================
//  お役立ち情報
//=================================================================*/

/*関連記事*/
dl.relationPost{
	width:100%;
	display:table;
	border:solid 1px #f2f2f2;
	margin:1em 0;
	padding:0;
}
dl.relationPost>dt,
dl.relationPost>dd{
	font-size:1rem;
	padding:1.6em 1em;
	display:table-cell;
	vertical-align:middle;
	margin:0;
}
dl.relationPost>dt{
	width:7em;
	text-align:center;
	font-weight:bold;
	background:#f2f2f2;
}
dl.relationPost>dd{
	background:#f9f9f9;
}
dl.relationPost a{
	color:#383838;
}
@media (max-width: 768px) {
	dl.relationPost{
		margin:0.5em 0;
	}
	dl.relationPost>dt,
	dl.relationPost>dd{
		font-size:0.75rem;
		padding:0.8em;
	}
	dl.relationPost>dt{
		width:4em;
	}
}

/*まとめ*/
ul.summaryList{
	width:100%;
	box-sizing:border-box;
	font-size:1rem;
	background:#f9f9f9;
	border:solid 1px #f2f2f2;
	padding:1.7em 2.5em 1em;
	margin:1em 0;
	border-radius:0.5em;
	list-style:none;
}
ul.summaryList>li{
	color:#383838;
	padding:0;
	margin:0 0 1em;
	position:relative;
}
@media (max-width: 768px) {
	ul.summaryList{
		padding:1em;
		font-size:0.875rem;
	}
}

/*----------/add by codeDrive ----------*/

