@charset "utf-8";
/* CSS Document */
._stm_result_opts{
	padding: 10px 0px;
}
._stm_s_result_num{
	font-size: 22px;
	font-weight: bold;
	color: #f073aa;
}
._stm_s_result_num em{
	font-size: 14px;
	font-style: normal;
}
._stm_page_control{
	padding-bottom: 10px;
	position: relative;
}
._stm_page_control._stm_is_loading:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
}
._stm_page_control select{
	height: 30px;
	border: 1px solid #d0d0d0;
	font-size: 12px;
	border-radius: 4px;
	padding: 0px 10px;
	cursor: pointer;
	cursor: hand;	
}
._stm_paging{
	float: right;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
._stm_paging li{
	display: inline-block;
	margin-right: 5px;
}
._stm_paging li:last-child{
	margin-right: 0px;
}
._stm_paging li a{
	display: block;
	height: 28px;
	width: 28px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #d0d0d0;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	color: #444;
	font-size: 12px;
	transition: .1s all linear;
	-moz-transition: .1s all linear;
	-webkit-transition: .1s all linear;
	cursor: pointer;
	cursor: hand;
}

._stm_paging li a._stm_active{
	background: #d0d0d0;
	box-shadow: none;
	color: #fff;
	cursor: default;
}
._stm_paging li a._stm_prev,
._stm_paging li a._stm_next{
	width: auto;
	padding: 0px 20px;
}
._stm_job_casset{
	border-radius: 4px;
	background: #fff;
	margin-bottom: 20px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;	
	color: #696969;
}
._stm_job_casset._stm_invis{
	opacity: 0;
	visibility: hidden;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
}
._stm_job_casset-inner{
	padding: 10px 20px 20px 20px;
	position: relative;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
}
._stm_click_area{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
._stm_job_icons{
	min-height: 26px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-right: 200px;
	margin-bottom: -10px;
}
#_stm_job_casset ._stm_job_icons{
	min-height: 0;
}
._stm_job_icons li{
	display: inline-block;
	float: left;
	padding: 3px 15px;
	border-radius: 4px;
	color: #696969;
	font-size: 11px;
	min-width: 30px;
	text-align: center;
	background: #E6E6E6;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
}
._stm_job_icons li.no-style{
	background: none;
	padding: 0px;
}
._stm_job_icons li.no-style._fsn_match{
	width: 125px;
}
._stm_job_icons li:last-child{
	margin-right: 0px;
}
._stm_job_icons li._stm_new{
	background: #f073aa;
	color:#ffffff;
}
._stm_job_icons li._jobma,
._fsn_my_switch ._stm_job_icons li._jobma {
	background: #03B8DF !important;
	border: 1px solid #03B8DF;
	color:#ffffff;
}
._stm_job_casset ._stm_casset_title{
	padding: 0 10px 0px 10px;
	background: #e1f1fa;
	border-radius: 4px;
	color: #696969;
	min-height: 30px;
}
._stm_job_casset ._stm_casset_title span{
	padding: 10px 20px 10px 5px;
	display: block;
	font-weight: bold;
	background: url(/sol/contents/spimg/icon/all_top_arrow.png) no-repeat right center;
	background-size: 10px auto;
	color: #696969;
    font-size: 16px;
    width: 22em;
}
._stm_list_summary{
	margin-top: 0px;
	margin-bottom: 0px;
}
._stm_list_summary li{
	background: url('/sol/contents/img/svg/myjob/detail/icon_tag.svg') left center no-repeat #fff;
	display: inline-block;
	border-radius: 4px;
	padding: 0px 0px 0px 20px;
	margin-right: 20px;
	font-size: 13px;
	float: left;
	margin-bottom: 5px;
}
._stm_list_summary li:last-child{
	margin-right: 0px;
}
._stm_cat_holder{
	padding: 10px 0px;
	min-height: auto;
    line-height: 1.2;
}
._stm_cat_title{
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #7fc3ea;
	margin-bottom: 10px;
}
._stm_cat_title span{
	margin-left: 5px;
}
._stm_cell{
	display: table-cell;
	vertical-align: middle;
}
._stm_cat_sub{
	position: relative;
	padding-left: 50px;
	min-height: 35px;
}
._stm_cat_holder ._stm_cat_sub{
	vertical-align: middle;
	display: table-cell;
	padding-left: 28px;
    min-height: auto;
}
._stm_cat_sub span{
	font-size: 13px;
}
._stm_icon{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
._stm_cat_name{
	display: block;



	font-size: 14px;
	color: #7fc3ea;
	font-weight: bold;
}
._stm_btn_area{
	padding: 20px;
	background: #f0f8fb;
	border-radius: 0px 0px 4px 4px;
}
._stm_btn_holder{
	text-align: center;
}

.centering{
	padding-bottom: 100px;
}
._stm_btn_holder li{
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
}
._stm_job_casset ._stm_reg_button{
	width: 300px;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;		
}
._stm_fav_holder{
	position: relative;
}
._stm_detail_button_top{
	margin-bottom: -10px;
}
._stm_job_casset ._stm_fav_button,
._stm_detail_button_top ._stm_fav_button,
._stm_detail_button_top ._stm_back_button,
._stm_detail_button_lock ._stm_fav_button{
	width: 140px;
	padding-left: 10px;
	position: relative;
	height: 50px;
	line-height: 50px;
	display: block;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
	color: #7fc3ea;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0px 2px 2px #d0d0d0;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;	
	text-align: center;
}
._stm_detail_button_top ._stm_back_button{
	width: 100px;
	background: url(/sol/contents/img/icon/link_left_icon_blue02.png) 10px center no-repeat #fff;
}
._stm_job_casset ._stm_reg_button em{
	display: block;
	text-align: center;
	line-height: 1.2;
}
._stm_job_casset ._stm_fav_button span,
._stm_detail_button_top ._stm_fav_button span,
._stm_detail_button_lock ._stm_fav_button span{
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: auto;
}
._stm_job_casset ._stm_fav_button._stm_selected,
._stm_detail_button_top ._stm_fav_button._stm_selected,
._stm_detail_button_lock ._stm_fav_button._stm_selected,
#_fsn_match_casset ._stm_fav_button._stm_selected{
	color: #fff;
	background: #d0d0d0;
	box-shadow: none;
}
._stm_job_casset ._stm_fav_button._stm_selected span,
._stm_detail_button_top ._stm_fav_button._stm_selected span,
._stm_detail_button_lock ._stm_fav_button._stm_selected span,
#_fsn_match_casset ._stm_fav_button._stm_selected span{
	color: #fdec23;
}
._stm_box001{
	display: block;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
}
._stm_fav_message{
	position: absolute;
	bottom: 60px;
	width: 150px;
	text-align: center;
	left: 50%;
	margin-left: -75px;
	background: #444;
	padding: 5px 0px;
	color: #fff;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0) scaleY(0);
	-webkit-transform: scaleX(0) scaleY(0);
	-moz-transform: scaleX(0) scaleY(0);
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	z-index: 200;
}
._stm_fav_message._stm_visible{
	animation: 5s fadeIn;
	-moz-animation: 5s fadeIn;
	-webkit-animation: 5s fadeIn;
}
._stm_fav_message:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -10px;
	border-top: 5px solid #444;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-left: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid rgba(255, 255, 255, 0);
}

/* ZERO */
._stm_zero_result,
._stm_result_error{
	display: none;
}
._stm_zero_sum{
	font-size: 22px;
	font-weight: bold;
	color: #f073aa;
}
._stm_zero_sum em{
	font-size: 14px;
	font-style: normal;
}
._stm_zero_result-inner,
._stm_result_error-inner{
	background: #fbecf3;
	padding: 20px;
	text-align: center;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 16px;
	color: #f073aa;
	font-weight: bold;
}
._stm_result_error-inner{
	margin-top: 0px;
}
._stm_sticky_active{
	margin-top: 140px;
}
#_stm_search_area._stm_fixed{
	position: fixed;
	left: 0;
	top: 0;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	right: 0;
	z-index: 100;
	animation: .3s slideIn;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
}

#pankuzu{
	padding: 5px 0px 0px 0px;
	width: 960px;
	margin: 0 auto;
}
#pankuzu ol{
	margin-bottom: 0px;
}

/* DETAIL */
._stm_page_title {
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
._stm_icons_detail{
	padding-right: 200px;
}
._stm_job_number{
	float: right;
	text-align: right;
	font-size: 11px;
	top: 10px;
}
._stm_job_detail_title{
	font-size: 18px;
	font-weight: bold;
	font-size: 18px;
	margin-top:10px;
}
._stm_job_detail_points {
	padding: 10px 0px 0px 0px;
}
._stm_job_detail_points li {
	display: inline-block;
	margin-right: 10px;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-bottom: 10px;
}
._stm_job_detail_points li img {
	margin-right: 5px;
	vertical-align: middle;
}
._stm_catch_holder{
	border-top: 1px dotted #d0d0d0;
	border-bottom: none;
	padding: 20px 0px 10px 0px;
}
._stm_detail_anchor_holder {
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
._stm_detail_anchor_holder table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
._stm_detail_anchor_holder td {
	border-left: 1px solid #ddd;
}
._stm_detail_anchor_holder td:first-child{
	border-left: none;
}
._stm_detail_anchor_holder td a {
	text-align: left;
	text-decoration: none;
	color: #444;
	font-weight: bold;
	display: block;
	height: 40px;
	line-height: 40px;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	padding-left: 15px;
}
._stm_detail_anchor_holder td a img {
	height: 20px;
	width: auto;
	margin-right: 5px;
	vertical-align: middle;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
}

._stm_detail_h2 {
	background: #69b7e7;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
._stm_detail_h2 span {
	display: block;
	margin-left: 4px;
	padding: 5px 10px;
	border-left: 2px solid #fff;
}
._stm_detail_table{
	box-sizing: border-box;
	border-top: 1px solid #b3defa;
	margin-top: 10px;
	padding: 0;
	vertical-align: baseline;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
._stm_detail_table._stm_table_type2{
	border-top: 1px solid #d0d0d0;
}
._stm_detail_table th{
	width: 180px;
	text-align: left;
	background: #f0f8fb;
	padding: 10px 10px 10px 20px;
	vertical-align: middle;
	border-bottom: 1px solid #b3defa;
	box-sizing: border-box;
	font-weight: normal;
}
._stm_detail_table._stm_table_type2 th{
	background: #f5f5f5;
	border-bottom: 1px solid #d0d0d0;
}
._stm_detail_table td {
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #b3defa;
}
._stm_detail_table._stm_table_type2 td{
	border-bottom: 1px solid #d0d0d0;
}
._stm_detail_button_mid,
._stm_detail_button_btm{
	margin: 20px -20px;
	background: #f0f8fc;
	padding: 10px 20px;
}
._stm_detail_button_btm{
	margin-bottom: -20px;
	border-radius: 0px 0px 4px 4px;
}
._stm_detail_button_mid ._stm_cell,
._stm_detail_button_btm ._stm_cell,
._stm_detail_button_top ._stm_cell{
	vertical-align: top;
}
._stm_detail_button_lock{
	position: fixed;
	bottom: -100px;
	left: 0;
	right: 0;
	padding: 10px 0px;
	background: #fff;
	box-shadow: 0px -2px 2px #d0d0d0;
	transition: .3s all linear;
	-moz-transition: .3s all linear;
	-webkit-transition: .3s all linear;
}
._stm_detail_button_lock._stm_visible{
	bottom: 0px;
}
._stm_detail_button_lock-inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0px 20px;
}
._stm_detail_button_lock ._stm_table{
	width: 710px;
}
._stm_req_btn{
	width: 205px;
}
._fsn_w_auto{
	width: auto !important;
}
._stm_reg_btn .ns15-btn_size001{
	height: 39px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
._stm_req_btn .ns15-btn_size001{
	height: 49px !important;
	line-height: 49px;
}
._stm_btn_text{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 20px;
}
._stm_job_casset ._stm_help {
	display: inline-block;
	width: 18px;
	height: 18px;
	float: right;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background: #60b5ea;
}
.help_area._isInline {
	position: relative;
}
._stm_help._isInline {
	float: none;
}
._stm_job_casset ._stm_help_contents,
._stm_help_contents._isInline {
	position: absolute;
	left: 29%;
	background: #444;
	z-index: 100;
	padding: 10px 15px;
	color: #fff;
	margin-top: -30px;
	max-width: 300px;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform-origin: 0% 5%;
	-webkit-transform-origin: 0% 5%;																																		
	-moz-transform-origin: 0% 5%;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
}
._stm_help_contents._isInline {
	left: 27%;
}
._stm_job_casset ._stm_help_contents:before,
._stm_help_contents._isInline:before {
	content: "";
	position: absolute;
	left: -14px;
	border-top: 10px solid rgba(255, 255, 255, 0);
	border-bottom: 10px solid rgba(255, 255, 255, 0);
	border-left: 7px solid rgba(255, 255, 255, 0);
	border-right: 7px solid #444;
	top: 10px;
}
._stm_job_casset ._stm_help_contents._stm_visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
._stm_salary_holder {
}
._stm_monthly_salary{
	display: none !important;
}
._stm_invisible{
	display: none !important;
}
._stm_salary_holder dt,
._stm_salary_holder dd{
	display: inline-block;
}
._stm_salary_holder dt{
	width: 20%;
}
._stm_casset_title em{
		font-style: normal;
	}
[data-flag=""], [data-flag="0"], [data-flag="false"], [data-flag="null"]{
	display: none !important;
}
._stm_3column ._stm_cell{
	width: 33%;
}
#_stm_search_result_holder,
._stm_with_result,
#_fsn_search_result_holder{
	position: relative;
}
#_stm_search_result_holder:after,
._stm_with_result:after,
#_fsn_search_result_holder:after{
	content: "";
	position: absolute;
	left: -10px;
	top: -20px;
	right: -10px;
	bottom: 0;
	background: url(/sol/contents/img/svg/icon/loading.gif) no-repeat center 200px rgba(255, 255, 255, 0.8);
	background-size: 30px 30px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: .1s linear all;
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
}
#_stm_search_result_holder._stm_is_loading:after,
._stm_with_result._stm_is_loading:after,
#_fsn_search_result_holder._stm_is_loading:after{
	opacity: 1;
	visibility: visible;
}
._stm_clear_cache{
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
	background: #fff;
	border: 1px solid #d0d0d0;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	color: #64B6E8 !important;
	font-size: 12px;
	transition: .1s all linear;
	-moz-transition: .1s all linear;
	-webkit-transition: .1s all linear;
	cursor: pointer;
	cursor: hand;
	float: right;
	font-weight: bold;
	position: relative;
}
._stm_clear_cache:hover{
	text-decoration: none;
	color: #64B6E8 !important;
	background: #f0f8fb;
}
._stm_clear_cache img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
._stm_box_restyle .res14-contents-reservation__area-select{
	border-bottom: 1px dashed #d0d0d0;
	background: none;
}
._stm_box_restyle .res14-contents-reservation__area-select:last-child{
	border-bottom: none;
	background: none;
	padding-bottom: 0px;
}
._stm_box001 .res14-contents-reservation__area-select-detail:last-child{
	margin-bottom: 0px;
}
._stm_simplified_title{
	display: table;
	width: 100%;
	border: 1px solid #e1f1fa;
	border-radius: 4px;
}
._stm_simplified_title ._stm_casset_title{
	position: relative;
	padding-right: 140px !important;
	height: 72px;
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
}
._stm_simplified_title ._stm_casset_title span{
	padding-right: 0px !important;
	background: none !important;
}
._stm_simplified_title ._stm_casset_title ._stm_fav_holder{
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 112px;
	z-index: 1000;
}
._stm_simplified_title ._stm_casset_title ._stm_fav_button{
	width: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);

}
._stm_simplified_title ._stm_casset_title ._stm_fav_button span{
	color: #7fc3ea;
	left: 5px;
	width: auto;
}
._stm_simplified_title ._stm_casset_title ._stm_fav_button._stm_selected span{
	color: #fdec23;
}

._stm_cat_holder._stm_no_border{
	border: none;
}
._stm_catch_bordered{
	padding-bottom: 10px;
	padding-top: 10px !important;
	border-bottom: 1px dotted #d0d0d0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	._stm_fav_message:after {
		bottom: -9px !important;
	}
	._stm_simplified_title ._stm_casset_title ._stm_fav_button{
	  	top: 10px;
	  	transform: translateY(0%);
	  	-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}     
	._stm_fav_message{
		bottom: 45px !important;
	}
	._stm_tabled._stm_job_detail_points li img {
		top: 0 !important;
		transform: translateY(50%) !important;
	}
} 

@media screen and (min-width:641px){
	._stm_job_casset ._stm_fav_button:hover,
	._stm_detail_button_top ._stm_fav_button:hover,
	._stm_detail_button_lock ._stm_fav_button:hover{
		background: #e1f1fa;
	}
	._stm_detail_button_top ._stm_back_button:hover{
		background:  url(/sol/contents/img/icon/link_left_icon_blue02.png) 10px center no-repeat #e1f1fa;
	}
	._stm_job_casset ._stm_fav_button._stm_selected:hover,
	._stm_detail_button_top ._stm_fav_button._stm_selected:hover{
		background: #e5e5e5;
	}
	._stm_detail_anchor_holder td a:hover {
		background: #f0f8fb;
	}
	._stm_detail_anchor_holder td a:hover img {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	}
	._stm_paging li a:hover{
		background: #f0f8fb;
	}
	._stm_paging li a._stm_active:hover{
		background: #d0d0d0;
	}
	._stm_job_casset-inner._stm_hovered{
		/*background: #f0f8fb;*/
		border: 1px solid #7fc3ea; 
		box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1), 0 4px 6px 0 rgba(0,0,0,0.15);
	}
}
@keyframes fadeIn {
	10%{
		visibility: visible;
		opacity: 1;
		transform: scaleX(1) scaleY(1);
		-webkit-transform: scaleX(1) scaleY(1);
		-moz-transform: scaleX(1) scaleY(1);
	}
	90% {
		visibility: visible;
		opacity: 1;
		transform: scaleX(1) scaleY(1);
		-webkit-transform: scaleX(1) scaleY(1);
		-moz-transform: scaleX(1) scaleY(1);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		transform: scaleX(0) scaleY(0);
		-webkit-transform: scaleX(0) scaleY(0);
		-moz-transform: scaleX(0) scaleY(0);
	}
}
@-webkit-keyframes fadeIn {
	10%{
		visibility: visible;
		opacity: 1;
		transform: scaleX(1) scaleY(1);
		-webkit-transform: scaleX(1) scaleY(1);
		-moz-transform: scaleX(1) scaleY(1);
	}
	90% {
		visibility: visible;
		opacity: 1;
		transform: scaleX(1) scaleY(1);
		-webkit-transform: scaleX(1) scaleY(1);
		-moz-transform: scaleX(1) scaleY(1);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		transform: scaleX(0) scaleY(0);
		-webkit-transform: scaleX(0) scaleY(0);
		-moz-transform: scaleX(0) scaleY(0);
	}	
}
@-moz-keyframes fadeIn {
	10%{
		visibility: visible;

		opacity: 1;
		transform: scaleX(1) scaleY(1);
		-webkit-transform: scaleX(1) scaleY(1);
		-moz-transform: scaleX(1) scaleY(1);
	}
	90% {
		visibility: visible;
		opacity: 1;
		transform: scaleX(1) scaleY(1);
		-webkit-transform: scaleX(1) scaleY(1);
		-moz-transform: scaleX(1) scaleY(1);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		transform: scaleX(0) scaleY(0);
		-webkit-transform: scaleX(0) scaleY(0);
		-moz-transform: scaleX(0) scaleY(0);
	}	
}

@keyframes slideIn {
	0% {
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
}
@-webkit-keyframes slideIn {
	0% {
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}	
}
@-moz-keyframes slideIn {
	0% {
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}	
}
@media screen and (max-width:640px){
	._stm_job_casset ._stm_casset_title span{
		color: #444;
	}
}
#backgroundcolor{
	background: #fff;
}
.res14-contents-sub ._stm_side_reg_holder{
	background: #fff7f5;
    border: none;
    margin-bottom: 30px;
}
.res14-contents-sub{
	width: 205px;
}
.res14-contents-sub ._stm_side_holder {
    padding: 0px;
    border: none;
    background: none;
	margin-bottom: 30px;
}
.res14-contents-sub ._stm_side_holder .nets_modules__txt-h3 {
    padding-left: 0px;
    border-left: none;
}
._side_banner img{
	width: 100%;
	height: auto;
}
.res14-sub-reservation__title{
    background: none;
    margin-bottom: 2px !important;
    position: relative;
}
.res14-sub-reservation__title > span {
    background: #ffe2de;
    border-radius: 4px;
	letter-spacing: .7px;
}
.res14-sub-reservation__title:after {
    content: "";
    width: 0px;
    height: 0px;
    border: 4px solid rgba(255, 255, 255, 0);
    border-top-color: #ffe2de;
    bottom: -2px;
    left: 10px;
    position: absolute;
}
.res14-sub-reservation__in a {
    color: #444;
    background-position: left 2px;
}
.res14-contents-sub .res14-sub-reservation__in a span {
    font-size: 12px;
    color: #444;
    display: inline-block;
    transition: .1s all linear;
    -moz-transition: .1s all linear;
    -webkit-transition: .1s all linear;
    border-bottom: 1px solid #fff7f5;
    padding-bottom: 1px;
}
.res14-sub-reservation__in a:hover span {
    border-bottom: 1px solid #7bc4ed;
    color: #008ae5;
}
.ab_my_side_holder{
	width: auto !important;
	border: 1px solid #fba99d !important;
    border-radius: 4px;
    background: #fff;
    padding: 10px !important;
    margin-bottom: 10px;
}
.ab_my_side_holder p.mB10 {
    padding: 5px;
    border-radius: 4px;
    background: #FFE9E4;
    position: relative;
}
.ab_my_side_holder p.mB10:after {
    content: "";
    border-top: 5px solid #FFE9E4;
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 0px solid #fff;
    position: absolute;
    left: 10px;
    bottom: -5px;
}

/* FUSION */
._fsn_modal_control{
	color: #64B6E8 !important;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
}
._fsn_help_icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	margin-left: 5px;
	color: #fff;
	text-decoration: none;
	background: #60b5ea;
	vertical-align: middle;
}

._fsn_tab{
	width: 100%;
	display: table;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}
._fsn_tab li{
	display: table-cell;
	vertical-align: bottom;
}
._fsn_tab li._fsn_tab_my{
	width: 360px;
}
._fsn_tab li._fsn_tab_open{
	width: auto;
    min-width: 150px;
}
._fsn_tab li ._fsn_tab_a{
	padding: 10px 15px;
	display: block;
	border: 1px solid #d0d0d0;
	border-bottom: none;
	background: #fff;
	text-align: left;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	border-radius: 4px 4px 0px 0px;
	margin-bottom: 0px;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	height: 20px;
}
._fsn_tab li ._fsn_tab_a.active{
	margin-bottom: -1px;
	height: 21px;
}
._fsn_tab li._fsn_tab_my ._fsn_tab_a{
	padding: 8px 15px 12px 15px;
	text-align: center;
}
._fsn_tab li a ._fsn_midoku_num{
	display: inline-block;
	padding: 3px 15px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	min-width: 30px;
	text-align: center;
	background: #f073aa;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
._fsn_tab li ._fsn_myjob_num em{
	font-size: 22px;
	font-weight: normal;
	color: #f073aa;
	font-style: normal;
	margin: 0px 5px 0px 10px;
	vertical-align: middle;
}
._fsn_grey{
	color: #a1a1a1;
}
._fsn_gray_warn{
	padding: 5px 10px;
	background: #f5f5f5;
	margin-bottom: 10px;
	font-size: 12px;
}
._fsn_gray_warn span._fsn_excl{
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #444;
	color: #444;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 14px;
}
._fsn_multiple_area{
	display: none;
}
._fsn_confirm_inner ._fsn_btn_sel .ns15-btn_size001{
	line-height: 1.2;
}
._fsn_confirm_delete{
	position: absolute;
	right: 35px;
	background: #444;
	margin-top: -5px;
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	width: 220px;
	text-align: center;
	transform-origin: 101% 15px;
	-webkit-transform-origin: 101% 15px;
	-moz-transform-origin: 101% 15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transition: .2s linear all;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
}
._fsn_visible ._fsn_confirm_delete{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	opacity: 1;
	visibility: visible;
}
._fsn_confirm_delete:after{
	content: "";
	position: absolute;
	border-top: 5px solid rgba(255, 255, 255, 0);
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-left: 7px solid #444;
	border-right: 0px;
	right: -7px;
	top: 10px;
}
a._fsn_mdl_btn {
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 5px 10px;
	width: 30%;
	border-radius: 4px;
	text-align: center;
}
a._fsn_mdl_btn:hover {
	text-decoration: none;
	background: #fff;
	color: #444 !important;
}
._fsn_posRel{
	position: relative;
}
._fsn_my_delete{
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	border: 1px solid #d0d0d0;
	box-shadow: 0px 2px 2px #d0d0d0;
	border-radius: 2px;
	margin-left: 10px;
	background: url(/sol/contents/img/svg/icon/cross_mark.svg) no-repeat center center;
	background-size: 10px 10px;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	position: relative;
	z-index: 100;
	cursor: pointer;
	cursor: hand;
}
._fsn_my_delete:hover{
	background-color: #e1f1fa;
}
._fsn_my_label{
	position: absolute;
	top: -14px;
	left: -1px;
}
._fsn_my_label ._fsn_midoku{
	display: inline-block;
	background: #f073aa;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	opacity: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	float: left;
	margin: -5px;
}
._fsn_match{
	width: 125px;
	height: 25px;
	line-height: 25px;
	background: url(/sol/contents/img/svg/myjob/match.svg) left top no-repeat;
	background-size: auto 100%;
	display: inline-block;
	float: left;
}
#_fsn_vue_list_my ._stm_job_casset:first-child{
	margin-top: 5px;
}
#_fsn_vue_list_my ._stm_job_casset{
    width:100%;
	margin-bottom: 25px;
    float: left;
    clear: both;
}
._fsn_unread_true ._fsn_my_label ._fsn_midoku{
	opacity: 1;
	overflow: visible;
	height: 35px;
	width: 35px;		
}
._stm_casset_title._fsn_no_fav{
	padding-right: 15px !important;
}
._fsn_table{
	display: table;
	width: 100%;
}
._fsn_cell{
	display: table-cell;
}
._stm_page_control ._fsn_cell:first-child{
	width: 128px;
}
._stm_page_control ._fsn_cell:first-child[style*="display: block"] {
    display: table-cell !important;
}
._stm_s_result_num i{
	font-style: normal;
}
._stm_detail_help ._stm_help_icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #fff;
	background: #69b7e7;
	border-radius: 50%;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 5px;
}
._fsn_open_switch{
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 2px;
}
._fsn_help_contents {
	position: absolute;
	right: -10px;
	background: #444;
	color: #fff;
	padding: 10px;
	bottom: 32px;
	border-radius: 4px;
	display: block;
	margin-top: -5px;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	transform-origin: 300px 105%;
	-webkit-transform-origin: 300px 105%;
	-moz-transform-origin: 300px 105%;
	z-index: 100;
	width: 300px;
	text-align: left;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
}
._fsn_help_control:hover + ._fsn_help_contents{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
._fsn_help_contents:before {
	content: "";
	position: absolute;
	right: 12px;
	border-right: 7px solid rgba(255, 255, 255, 0);
	border-left: 7px solid rgba(255, 255, 255, 0);
	border-top: 5px solid #444;
	bottom: -5px;
}
._fsn_help_contents + span{
	vertical-align: middle;
}
._fsn_switch_holder{
	display: inline-block;
	vertical-align: middle;
}
._fsn_inactive_btn{
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	line-height: 55px;
	height: 55px;
	font-weight: bold;
}
#_stm_modals_pc ._fsn_cancel_btn,
#_stm_modals_pc ._fsn_confirm_cancel,
#_stm_modals_pc ._fsn_withdraw{
	position: relative;
	height: 52px;
	line-height: 52px;
	display: block;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
	color: #444 !important;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0px 2px 2px #d0d0d0;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	transition: .1s linear all;
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
}
#_stm_modals_pc ._fsn_cancel_btn._fsn_two_line{
	line-height: 1.4;
	height: 45px;
	padding-top: 8px;
}
#_stm_modals_pc ._fsn_cancel_btn:hover,
#_stm_modals_pc ._fsn_confirm_cancel:hover,
#_stm_modals_pc ._fsn_withdraw:hover{
	background-color: #e1f1fa;
}
#_stm_modals_pc ._fsn_confirm {
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: .2s linear all;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
}
#_stm_modals_pc ._stm_detail_button_btm li{
	transition: .2s linear all;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
}
#_stm_modals_pc ._stm_detail_button_btm li._fsn_clicked:first-child{
	transform: translateY(-85px);
}
#_stm_modals_pc ._stm_detail_button_btm li._fsn_clicked ._fsn_confirm{
	opacity: 1;
}
#_stm_modals_pc ._stm_detail_button_btm ul._fsn_clicked{
	overflow: hidden;
}
#_stm_modals_pc ._stm_job_modal_inner._stm_job_casset{
	padding-bottom: 120px;
}
._fsn_pbtm50{
	padding-bottom: 50px !important;
}
._fsn_inactive_btn._fsn_pink_btn{
	color: #ef73aa;
	background: #ffe1dd;
}
._fsn_inactive_btn._fsn_gray_btn{
	color: #fff;
	background: #bfbfbf;
}
._fsn_inactive_btn._fsn_green_btn{
	color: #4abecd;
	background: #b0e5ed;
}
._fsn_inactive_btn._fsn_blue_btn{
	color: #7fc3ea;
	background: #c3e2f5;
}
._stm_cell._stm_cell_vmiddle{
	vertical-align: middle;
}
._stm_page_control ._fsn_grey{
	font-size: 13px;
}
#_stm_modals_pc ._stm_detail_button_btm ._stm_help_contents{
	left: auto;
	right: 20px;
	bottom: 100px;
	text-align: left;
	transform-origin: 95% 105%;
	-webkit-transform-origin: 95% 105%;
	-moz-transform-origin: 95% 105%;		
}
#_stm_modals_pc ._stm_detail_button_btm ._stm_help_contents:before{
	border-right: 10px solid rgba(255, 255, 255, 0);
	border-top: 7px solid #444;
	border-left-width: 10px;
	border-bottom: 0px;
	right: 10px;
	bottom: -7px;
	top: auto;
	left: auto;
}
._fsn_req_btn .ns15-btn_size001{
	line-height: 1.3;
}
._fsn_req_btn .ns15-btn_size001 em{
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding-top: 5px;
}
._fsn_modal_contents{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
}
._fsn_modal_contents._fsn_visible{
	opacity: 1;
	visibility: visible;
}
._fsn_modal_contents-inner{
	position: absolute;
	left: 50%;
	margin-left: -320px;
	width: 600px;
	top: 50%;
	background: #fff;
	border-radius: 4px;
	padding: 20px;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	margin-top: -220px;
	max-height: 85%;
	overflow-y: auto;
}
._fsn_modal_contents._fsn_visible ._fsn_modal_contents-inner{
	opacity: 1;
	visibility: visible;
	margin-top: -250px;
}
._fsn_label_list{
	margin-top: 10px;
}
._fsn_label_list dt{
	display: inline-block;
	text-align: center;
	width: 30%;
	vertical-align: top;
	margin-bottom: 10px;
}
._fsn_label_list dd{
	width: 66%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
._fsn_label_list dt label{
	display: inline-block;
	padding: 3px 15px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	min-width: 30px;
	text-align: center;
	background: #7fc3ea;
	margin-right: 5px;
	margin-bottom: 5px;
}
._fsn_label_list dt ._fsn_new_label{
	background: #7fc3ea;
}
._fsn_label_list dt ._fsn_new_label{
	background: #f073aa;
}
._fsn_label_list dt ._fsn_midoku_label{
	background: #f073aa;
	width: 35px;
	height: 35px;
	padding: 0px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 11px;
}
._fsn_close_window {
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #d0d0d0;
	box-shadow: 0px 2px 2px #d0d0d0;
	border-radius: 2px;
	margin-left: 10px;
	background: url(/sol/contents/img/svg/icon/cross_mark.svg) no-repeat center center #fff;
	background-size: 10px 10px;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	margin: 10px;
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 0px;
}
._fsn_close_window:hover{
	background-color: #f0f8fb;
}
._fsn_modal_btn_holder{
	padding: 10px 0xp 10px 0px;
	text-align: center;
}
._fsn_close_btn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	width: 100px;
	border: 1px solid #d0d0d0;
	box-shadow: 0px 2px 2px #d0d0d0;
	border-radius: 2px;
	margin-top: 2px;
	background: #fff;
	background: #fff;
	position: relative;
	text-decoration: none;
	transition: .1s all linear;
	-moz-transition: .1s all linear;
	-webkit-transition: .1s all linear;
	color: #444 !important;
}
._fsn_close_btn:hover{
	background: #f0f8fb;
	text-decoration: none;
}

#_fsn_match_casset ul,
#_fsn_fav_casset ul,
#_fsn_fall_casset ul{
	display: table;
	border-spacing: 20px;
	width: 100%;
	table-layout: fixed;
}
#_fsn_match_casset li,
#_fsn_fav_casset li,
#_fsn_fall_casset li{
	display: table-cell;
	vertical-align: top;
	border-radius: 4px;
	position: relative;
	width: 2%;
}
#_fsn_match_casset li ._fsn_match_click,
#_fsn_fav_casset li ._fsn_fav_click,
#_fsn_fall_casset li ._fsn_fall_click{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	border: 1px solid #d0d0d0;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	border-radius: 4px;
}
#_fsn_match_casset ._fsn_match_click:hover,
#_fsn_fav_casset ._fsn_fav_click:hover,
#_fsn_fall_casset ._fsn_fall_click:hover{
	border: 1px solid #7fc3ea;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1), 0 4px 6px 0 rgba(0,0,0,0.15);
}
#_fsn_fav_casset li ._fsn_fav_item,
#_fsn_fall_casset li ._fsn_fall_item{
	padding-bottom: 15px;
}
#_fsn_match_casset li ._fsn_match_item span,
#_fsn_fav_casset li ._fsn_fav_item span,
#_fsn_fall_casset li ._fsn_fall_item span{
	display: block;
}
#_fsn_match_casset li ._fsn_match_item span._fsn_match_point, 
#_fsn_fav_casset li ._fsn_fav_item span._fsn_fav_point, 
#_fsn_fall_casset li ._fsn_fall_item span._fsn_fall_point{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
._fsn_match_point,
._fsn_fav_point,
._fsn_fall_point{
	position: relative;
	text-decoration: none;
	color: #444;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px 5px 40px;
}
._fsn_match_point em,
._fsn_fav_point em,
._fsn_fall_point em{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 5px;
	width: 30px;
	text-align: center;
}
._fsn_match_title,
._fsn_fav_title,
._fsn_fall_title{
	display: block;
	background: url(/sol/contents/img/icon/link_left_icon_blue.png) 97% center #e1f1fa no-repeat;
	border-radius: 4px 4px 0px 0px;
	margin-bottom: 5px;
	padding: 8px 20px 8px 10px;
	font-size: 12px;
	height: 35px;
}
#_fsn_match_casset h3,
#_fsn_fav_casset h3,
#_fsn_fall_casset h3 {
	color: #69b7e7;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #69b7e7;
	margin: 0px 20px;
}
#_fsn_match_casset h3 span, 
#_fsn_fav_casset h3 span, 
#_fsn_fall_casset h3 span{
	margin-left: ５px;
	color: #444;
	font-size: 14px;
}
#_fsn_match_casset h3 span em, 
#_fsn_fav_casset h3 span em, 
#_fsn_fall_casset h3 span em{
	font-style: normal;
	color: #f073aa;
	font-weight: bold;
}
#_fsn_match_casset ._stm_fav_button{
	padding-left: 10px;
	position: relative;
	height: 40px;
	margin: 15px 20px;
	line-height: 40px;
	display: block;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
	color: #7fc3ea;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0px 2px 2px #d0d0d0;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	text-align: center;
	z-index: 150;
}
#_fsn_match_casset ._stm_fav_button span{
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#_fsn_match_casset ._fsn_more_btn,
#_fsn_fav_casset ._fsn_more_btn,
#_fsn_fall_casset ._fsn_more_btn{
	display: inline-block;
	padding-right: 15px;
	background: url(/sol/contents/img/icon/link_left_icon_blue.png) right center no-repeat;
}
#_fsn_match_casset ._stm_fav_button:hover{
	background: #e1f1fa;
}
._fsn_modal_contents ._fsn_wait{
	border-top: none;
}
._fsn_modal_contents ._fsn_wait th{
	border-bottom: 1px solid #FFE1DD !important;
	font-weight: bold;
    color: #f073aa;
    background-color: #ffe1dd !important;
	border-top: 1px solid #FFE1DD !important;
}
._fsn_modal_contents ._fsn_wait td{
	border-bottom: 1px solid #FFE1DD !important;
	border-top: 1px solid #FFE1DD !important;
}
._fsn_contact_table{
	border-spacing: 20px;
	margin: 0px -20px;
}
._fsn_contact_table td{
	width: 50%;
}
._fsn_contact_table td > div{
	padding: 15px;
	border: 1px solid #b3defa;
	border-radius: 4px;
}
._fsn_contact_table h2{
	background: #69b7e7;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
._fsn_contact_table h2 span{
	display: block;
    margin-left: 4px;
    padding: 5px 10px;
    border-left: 2px solid #fff;
}

._stm_sort_order{
	margin-right: 10px;
}
._stm_s_result_num{
	color: #a1a1a1;
	vertical-align: middle;
	font-weight: normal;
}
._stm-js_s_result_index_from,
._stm-js_s_result_index_to{
	vertical-align: middle;
}
._stm_result_opts:after{
	display: block;
	clear: both;
	content: "";
}
._stm_job_casset-inner ._stm_job_number{
	line-height: 24px;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 1000;
}
._stm_job_casset-inner ._stm_job_number._fsn_visible{
	z-index: 1010;
}
._stm_simple_panel ._stm_holder_inner-left{
	vertical-align: middle;
}
.res14-contents-main{
	margin-top: 10px;
}
._stm_table {
    display: table;
    width: 100%;
    border-radius: 4px;
}
._fsn_common_h3{
	color: #69b7e7;
    font-size: 18px;
    font-weight: bold;

    border-bottom: 1px solid #69b7e7;
    margin-bottom: 10px;
	margin-top: 20px;
}
#_fsn_my_zero, #_fsn_open_zero{
	display: none;
}
[v-cloak] { display:none; !important}

._fsn_entry_modal_table{
	width: 100%;
	border-bottom: 1px dashed #ddd;
	margin-top: 15px;
}
._fsn_entry_modal_table th{
	width: 30%;
	position: relative;
	padding-bottom: 30px;
	vertical-align: top;
}
._fsn_entry_modal_table tr:not(:last-child) th:after{
	content: "";
	border-top: 12px solid #ddd;
	border-left: 20px solid rgba(255, 255, 255, 0);
	border-right: 20px solid rgba(255, 255, 255, 0);
	border-bottom: 0px;
	position: absolute;
	bottom: 7px;
	left: 50%;
	margin-left: -20px;
}
._fsn_entry_modal_table tr:last-child th,
._fsn_entry_modal_table tr:last-child td{
	padding-bottom: 20px;
}
._fsn_entry_modal_table td{
	padding: 5px 5px 30px 15px;
	vertical-align: top;
}	
._fsn_entry_modal_table th div{
	padding: 5px;
	background: #e1f1fa;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
._fsn_entry_modal_table th._fsn_green_title div{
	background: #e2f5f8;
	color: #3cbed2;
}
._fsn_entry_modal_table th._fsn_pink_title div{
	background: #ffe1dd;
	color: #f073aa;
}
._fsn_entry_modal_table._fsn_last{
	border-bottom: none;
}
._fsn_entry_modal_table._fsn_last th,
._fsn_entry_modal_table._fsn_last td{
	padding-bottom: 10px;
}

/* ANIMATION */
._stm_casset_title ._stm_fav_button._fsn_is_loading:before,
._stm_click_area._fsn_is_loading:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/sol/contents/img/svg/icon/loading.gif) no-repeat center center rgba(255, 255, 255, 0.5);
    background-size: 20px auto;
    z-index: 1;
}
._stm_click_area._fsn_is_loading{
	z-index: 9999;
}
._stm_click_area._fsn_is_loading:before{
	background-size: 40px auto;
}
#_stm_search_box{
	padding: 0px 20px;
}
.special_area{
	width: 960px;
	margin: 0 auto;
	padding: 20px;
}
.special_table{
	display: table;
	width: 100%;
}
.special_cell{
	display: table-cell;
	vertical-align: top;
}
.special_image{
	width: 230px;
}
.special_title{
	font-size: 34px;
	font-weight: normal;
	padding-left: 5px;
	color: #666;
	border-left: 5px solid #68b7e6;
	margin-bottom: 20px;
}
.special_point{
	font-size: 18px;
	font-weight: bold;
	color: #68b7e6;
	margin-bottom: 10px;
	vertical-align: middle;
}
.special_point img{
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* マッチ・未読ラベル　*/
._fsn_casset_label{
	position: absolute;
	margin-top: -10px;
	z-index: 20;
	min-width: 200px;
}
#_ent-fav-casset ._fsn_casset_label{
	z-index: 102;
}
._fsn_casset_midoku{
	display: inline-block !important;
	background: #f073aa;
	color: #fff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	padding: 0;
	text-align: center;
	line-height: 28px;
	font-size: 10px;
	margin: -4px -10px 0px -7px;
	z-index: 2;
	position: relative;
	vertical-align: top;
	float: left;
}
._fsn_casset_match{
	display: inline-block !important;
	margin-left: -5px;
	position: relative;
	z-index: 1;
	float: left;
}
.parts-2nd{
	display: none !important;
}
.fS013{
	font-size: 13px !important;
}
.gessyurei {
	padding-left: 65px !important;
}
.gessyurei i{
	display: block;
}
._stm_cat_holder ._stm_cell:nth-of-type(1) {
	width: 28%;
	padding-right: 20px;
}
._stm_cat_holder ._stm_cell:nth-of-type(2) {
	width: 28%;
	padding-right: 20px;
}
._stm_cat_holder ._stm_cell:nth-of-type(3) {
	width: 30%;
	padding-right: 0;
}
._stm_cat_holder._stm_table {
	display: table !important;
}
._stm_cat_sub span em {
	font-style: normal;
}
._stm_job_detail_points._stm_tabled {
	padding-bottom: 20px !important;
}
._fsn_label_list dt.type-gry label {
	color: #696969;
	background: #E6E6E6 !important;
}
._fsn_label_list dt._upd_label span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 2px 14px;
    background: none;
    border: 1px solid #D0D0D0;
    border-radius: 12px;
    color: #696969;
    text-align: center;
    width: 90px;
    font-size: 12px;
}
._fsn_label_list dt._soku_label label {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 2px 14px;
    background: none;
    border: 1px solid #3CBED2;
    border-radius: 12px;
    color: #3CBED2;
    text-align: center;
    width: 90px;
    font-size: 12px;
}
._fsn_label_list dt.type-tag label {
	color: #696969;
	background: url('/sol/contents/img/svg/myjob/detail/icon_tag.svg') no-repeat left center;
	padding-left: 20px;
}
._stm_job_icons li._fsn_neraime{
	display: none;
	background: #f073aa;
	color: #fff;
}
._stm_job_icons li._fsn_neraime.show{
	display: inline-block;
}
._fsn_neraime._isOfficeJob._isRelease3D._isAreaTokyo._isEntry3._isReqA,
._fsn_neraime._isOfficeJob._isRelease3D._isAreaTokyo._isEntry3._isMatch,
._stm_job_icons li._fsn_neraime._isOfficeJob._isRelease3D._isAreaTokyo._isEntry3._isReqA,
._stm_job_icons li._fsn_neraime._isOfficeJob._isRelease3D._isAreaTokyo._isEntry3._isMatch{
	display: inline-block !important;
}
._stm_job_icons li._soku{
	background: #FFFFFF !important;
	border: 1px solid #3CBED2 !important;
	color: #3CBED2 !important;
}
._fsn_req_label{
	position: absolute;
	top: -14px;
	left: -1px;
	width: 150px;
	height: 25px;
	line-height: 25px;
	display: none;
}
._fsn_req_label._isReqA{
	display: block;
}
._req_help{
	display: none !important;
}
.c-gray {
	color: #696969;
}
._comp_img{
	display: none;
}
._comp_img._isImgExist{
	display: table-cell;
    width: 175px;
    max-width: 175px;
}
._comp_img._isImgExist + h2{
	border-radius: 0px 4px 4px 0px !important;
	padding-right: 125px !important;
}
._comp_img .img{
	width: auto;
	background: #FFF;
	border-radius: 4px 0px 0px 4px;
	overflow: hidden;
	text-align: center;
}
._fsn_label_list ._req_help{
  display: inline-block !important;
}
._fsn_casset_request{
	position: absolute;
    top: -10px;
	left: -5px;
    z-index: 101;
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
    display: none;
}
._fsn_casset_request img{
	height: 20px;
}
._fsn_casset_request._isReqA{
	display: block;
}
#sChange_shader{
  	display: block !important;
}
#_stm_search_btn_top,
#_stm_search_btn_top + span{
	margin-right: 10px;
}
#sChange_shader{
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#sChange_shader p{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin: 30px auto 0 auto;
	width: 960px;
	line-height: 1.6;
}
#sChange_shader p img{
	margin-right: 20px;
}
#sChange_shader p a{
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	display: none;
}
#sChange_shader p a:hover{
	text-decoration: none;
	background: #aaa;
}
#sChange_shader p span{
	width: 70px;
	height: 20px;
	margin-left: 10px;
	margin-top: -5px;
	margin-right: 80px;
	position: relative;
	display: inline-block;
	float: right;
}
.mainHolder{
	position: relative;
}
.mainHolder.condChanged #sChange_shader{
	background: rgba(0, 0, 0, .7);
	opacity: 1;
	visibility: visible;
}

@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}
@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}
.hvr-ripple-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}
.hvr-ripple-out:before {
	content: '';
	position: absolute;
	border: #69b7e7 solid 6px;
	opacity: .5;
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;  
	-webkit-animation-name: hvr-ripple-out;
	animation-name: hvr-ripple-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

#_stm_search_area._stm_fixed + .mainHolder.condChanged{
	position: static;
}

#_stm_search_area._stm_fixed + .mainHolder.condChanged #sChange_shader{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#_stm_search_area._stm_fixed + .mainHolder.condChanged #sChange_shader p{
	margin-top: 100px;
	animation: .3s slideIn;
	-webkit-animation: .3s slideIn;
	-moz-animation: .3s slideIn;
}
#_stm_search_area._stm_fixed + .mainHolder.condChanged #sChange_shader p a{
	display: block;
}
#_stm_search_area._stm_fixed + .mainHolder.condChanged #sChange_shader p span{
	display: none;
}
.rec_wrapper_pc li .rec_item a.rec_link{
z-index: 0 !important;
}
.rec_wrapper_pc li .rec_item .rec_label, .rec_wrapper_pc .rec_req_label{
z-index: 1 !important;
}
.areaAddress{
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 165px;
    overflow: hidden;
}

#_stm_casset_template .areaAddress,
#_stm_modals_pc .areaAddress{
	display: inline;
}

/* casset UI AB */
._job_number_bottom {
	display: none;
}
._fsn_my_switch ._stm_job_icons ._fsn_match,
#_fsn_vue_list_open ._stm_job_icons ._fsn_match {
	display: none;
}
.reqA_c {
	display: none;
}
._comp_img._area_bottom {
	display: none;
}
._fsn_my_switch .jobtype_icon,
#_fsn_vue_list_open ._noLogin .jobtype_icon {
	display: none !important;	
}
.stop-zero-change{
	display: inline-block !important;
}
.stop-zero-btnList{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.stop-zero-btnList-li{
	width: 50%;
	margin-bottom: 10px;
}
.stop-zero-contents .stop-startFrom-btn{
	display: block;
	height: 50px;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .16);
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #696969;
	line-height: 50px;
	transition: .1s all ease;
	-webkit-transition: .1s all ease;
}
.stop-zero-contents .stop-startFrom-btn:hover{
	background: #f0f8fb;
}
.stop-zero-btnList-li:nth-child(2n) .stop-startFrom-btn{
	margin-left: 10px;
}
.stop-zero-btnList-li:nth-child(2n+1) .stop-startFrom-btn{
	margin-right: 10px;
}
.it-mode-btn{
	display: block;
	padding: 12px 20px;
	height: 16px;
	line-height: 16px;
	border-radius: 4px;
	background: #004EA2;
	color: #FFF !important;
	text-decoration: none;
	font-size: 12px;
	box-shadow: 0px 2px 0px #00000033;
	margin-bottom: 10px;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
}
.it-mode-btn:hover{
	background: #1269ee;
	color: #FFF;
	text-decoration: none;
}
.it-mode-btn-wrap{
	border-bottom: 1px dotted #d0d0d0;
	margin-bottom: 20px;
}
.zaitaku-mode-btn-wrap {
	position: relative;
	overflow: hidden;
}
.zaitaku-mode-btn_l {
	display: table;
	width: 850px;
	padding: 5px;
	height: 30px;
	line-height: 16px;
	border-radius: 4px;
	background: #c8ecf8 url(/sol/contents/img/svg/zaitaku/zaitaku_bnr_img_pc.svg) no-repeat 98% center;
	background-size: 58px 40px;
	color: #0047b2 !important;
	text-decoration: none;
	font-size: 12px;
	box-shadow: 0px 2px 0px #00000033;
	margin-bottom: 20px;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
}
.zaitaku-mode-btn_d {
	display: table;
	width: 658px;
	padding: 5px;
	height: 30px;
	line-height: 16px;
	border-radius: 4px;
	background: #c8ecf8 url(/sol/contents/img/svg/zaitaku/zaitaku_bnr_img_pc.svg) no-repeat 98% center;
	background-size: 58px 40px;
	color: #0047b2 !important;
	text-decoration: none;
	font-size: 12px;
	box-shadow: 0px 2px 0px #00000033;
	margin-bottom: 20px;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
}
.zaitaku-mode-btn-cell_l.catch {
	display: table-cell;
	padding: 2px 4px;
	width: 130px;
	background: #fff;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
}
.zaitaku-mode-btn-cell_d.catch {
	display: table-cell;
	padding: 2px 4px;
	width: 80px;
	background: #fff;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
.zaitaku-mode-btn-cell_l.txt,
.zaitaku-mode-btn-cell_d.txt {
	display: table-cell;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
  }
  .zaitaku-mode-btn_l:hover{
	background: #e0f3f9 url(/sol/contents/img/svg/zaitaku/zaitaku_bnr_img_pc.svg) no-repeat 98% center;
	background-size: 58px 40px;
	text-decoration: none;
  }
  .zaitaku-mode-btn_d:hover{
	background: #e0f3f9 url(/sol/contents/img/svg/zaitaku/zaitaku_bnr_img_pc.svg) no-repeat 98% center;
	background-size: 58px 40px;
	text-decoration: none;
  }

.sokyu-modal{
	display: none;
}
.ent-fin-sokyu-btn{
	display: block;
	width: 300px;
	height: 48px;
	border: 1px solid #68B7E6;
	border-radius: 4px;
	background: #fff;
	color: #68B7E6 !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	margin: 20px auto 0px auto;
	transition: 0.1s all linear;
	-webkit-transition: 0.1s all linear;
}
.ent-fin-sokyu-btn:hover{
	text-decoration: none;
	background-color: #eff7fc;
}
.sokyu-dialog{
	position: fixed;
	width: 300px;
	right: 20px;
	bottom: 40px;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 6px 12px #00000029;
	z-index: 10;
	display: none;
}
.sokyu-type-A,
.sokyu-type-B{
	display: none;
}
.sokyu-close{
	width: 22px;
	height: 22px;
	display: block;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(/sol/contents/online/icon_close_gray.svg) no-repeat center center #fff;
	background-size: 12px 12px;
	cursor: pointer;
	cursor: hand;
}
.sokyu-dialog-title{
	font-size: 16px;
	font-weight: bold;
	color: #68B7E6;
}
.sokyu-dialog-btn{
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff !important;
	background: #68B7E6;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	box-shadow: 0 2px 0 #00000029;
}
.sokyu-dialog-btn:hover{
	text-decoration: none;
	opacity: 0.8;
}
.zaitaku-label{
	background: #FFFFFF !important;
	border: 1px solid #F073AA !important;
	width: 75px;
	color: #F073AA !important;
	padding: 2px 15px !important;
	text-align: center !important;
}
.detail.zaitaku-label{
	height: 20px !important;
	line-height: 20px !important;
}
._stm_page_control ._fsn_cell{
	vertical-align: top;
}
._stm_page_control ._fsn_cell:first-child{
	width: auto;
}
._fsn_open_search_result.s-result-txt{
	padding-top: 10px;
}
._fsn_open_search_result.s-result-txt *{
	color: #444;
	font-size: 12px;
	font-style: normal;
}