@charset "UTF-8";

.parts-sp {
	display: none !important;
}
@media screen and (min-width: 0) and (max-width:640px) {
	.parts-pc {
		display: none !important;
	}
	.parts-sp {
		display: block !important;
	}
	#js_return-top--linker--sp{ bottom: 70px !important; }
	.res14-backtotop__link{ top: -60px !important; }	
}

@media screen and (min-width: 641px) {
	.pc-pankuzu-mB {
		margin-bottom:-45px;
	}
  p.topics_header {
    margin: 0 -1px;
  }
}

/* pickc-table
--------------------------*/
.pickc-table {
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
}
.pickc-table-head {
	padding: 10px 15px;
	color: #fff;
	background-color: #555;
}
.pickc-table-head h3 {
	font-size: 150%;
}
.pickc-table-head .caption {
	font-size: 86%;
}
.pickc-table-body {
	border: 3px solid #555;
	border-top: 0;
	overflow: hidden;
}
.pickc-table-body .tr {
	display: table;
	border-top: 1px solid #dbdbdb;
	width: 100%;
}
.pickc-table-body .label {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
	width: 155px;
	background-color: #555;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	box-sizing: content-box;
	border-right: 1px solid #dbdbdb;	
}
.pickc-table-body .txt {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
	line-height: 1.3em;
	text-align: center;
	background: #fff;
	border-right: 1px solid #dbdbdb;	
}
.pickc-table-body a {
  text-decoration: underline;
}
.pickc-table-body a:hover {
  text-decoration: none;
}
.pickc-table-body .tr.parts-pc .txt {
	width: 270px;
}
.pickc-table-body .txt.fS16,
.pickc-table-body .txt > .fS16  {
	font-size: 16px;
}
.pickc-table-head {
	background: #efb2a3;
}
.pickc-table-body {
	border-color: #f2e2de;
}
.pickc-table-body .label {
	background-color: #f9f1ef;
}

.txt-left {
	text-align: left !important;
}

/** RESPONSIVE STYLE **/
.job_list_main_image{
	height: 150px;
	overflow: hidden;
	width: 100%;
}
.job_list_main_image img{
	height: 100%;
	display:block;
	margin: 0 auto;
}
#job_table_contents{ padding: 10px; }
#job_table_contents .casset{ position:relative; }
#job_table_contents .click_area{
	display:block;
	width: 100%;
	position:absolute;
	top: 0;
	bottom: 0;
	background: url(/sol/contents/spimg/icon/all_top_arrow.png) no-repeat 98% 10px;
  background-size: 5px 10px;
}
#job_table_contents table{
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
	width:100%;
}
#job_table_contents table th{
	width: 25%;
	background:rgb(231, 245, 235);
	padding: 5px;
}
#job_table_contents table td{ padding: 5px 25px 5px 5px; }
#job_table_contents .odnum{ color: #188ee4; }
#sticky_footer{
	background: rgba(0, 0, 0, 0.8);
	position:fixed;
	bottom: -110px;
	left: 0;
	right: 0;
	padding: 17px 0px 15px 0px;
  text-align: center;
}

#sticky_footer .resp15_button--base{
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	box-shadow: #333 0px 1px 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #fff;
	width: 85%;
  height: 43px;
  margin: 0 auto;
	background-color: #ff917d;
  background: -webkit-linear-gradient(top, #ff917d 0%,#f58a77 87%,#ec8775 100%);
}
#sticky_footer .resp15_button--base--inner{
	display: block;
	margin: 0px 1px 0px 1px;
	height: 100%;
	border-radius: 4px;
	box-shadow: rgba(255,255,255,0.50) 0px -1px 1px;
	background-color: #ff917d;
  background: -webkit-linear-gradient(top, #ff917d 0%,#f58a77 87%,#ec8775 100%);
}

#sticky_footer .resp15_button--base--inner span{
	display:inline-block;
	width: 100%;
	line-height: 1;
	padding-top: 5px;
}

/* NEW TEMPLATE */
.click_area:hover{
	background-color: rgba(125, 201, 150, 0.2) !important;
	border-radius: 8px;
}
.resp15_area_tab{
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-top: 25px;		
}
.resp15_area_tab li{
	display: block;
	float: left;
	width: 86px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-right: 5px;
	color: #444;
	text-align: center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: -1px;
	background-color: #fff;
	border-radius: 3px 3px 0px 0px;
}
.resp15_area_tab li:first-child{
	margin-left: 0px;
}
.resp15_area_tab li a{
	display: block;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background: #e1f5ff;
}
.resp15_area_tab li a:hover{
	background: #F2FBFF;
}

@media screen and (min-width: 0) and (max-width:640px) {
	.resp15_area_tab li{
		background-color: #fffff8;
	}
}