@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2016-08-05
Copyright (C) NISSO NET ALL Right Reserved
------------------------------------------------------------------------------*/

#main {
	padding-bottom: 10px;
}

.areaSec {
	width: 1000px;
	margin: 0 auto 0;
	padding: 25px 0 0;
}
.areaSec h1 {
	font-size: 228.6%;
	font-weight: 700;
	line-height: 1.2;
}
.areaSec h1 span {
	color: #ff9900;
	font-size: 150%;
}
.areaSec .count {
	margin: 0 0 5px;
	font-size: 142.9%;
	font-weight: 700;
}
.areaSec .count span {
	color: #ff9900;
	font-size: 150%;
}
.leadBox {
	padding: 25px 30px;
	border: 1px solid #fecb02;
	border-radius: 5px;
}
.leadBox h2 {
	margin: 0 0 10px;
	font-size: 142.9%;
	font-weight: 700;
}
.leadBox p {
	font-size: 85.8%;
}
.leadBox img {
	float: right;
	margin: 0 0 10px 20px;
}

.areaBox {
    padding: 25px 30px;
    border: 1px solid #fecb02;
    border-radius: 5px;
}

.areaBox h2 {
    margin: 0 0 10px;
    font-size: 142.9%;
    font-weight: 700;
}

.areaBox li {
  display: inline-block;
  margin: 0 4px 2px;
  font-size: 13px;
}

.areaBox li a {
  color: #432306;
}

.requireSec {
	width: 1000px;
	margin: 0 auto 30px;
	padding: 25px 0 0;
}
.requireSec h1 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 146.7%;
	font-weight: 700;
	border-bottom: 3px solid #ff9900;
}
.requireSec h1 span {
	vertical-align: bottom;
}
.requireSec h1 span:first-child {
	display: inline-block;
	max-width : 60% ; /* IE8以下とAndroid4.3以下用フォールバック */
	max-width : -webkit-calc(100% - 4.5em);
	max-width: calc(100% - 4.5em);
	max-width: 86%\9; /* for IE9 */
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	font-size: 136.4%;
}
.requireSec span:last-child {
	bottom: 10px;
	margin-left: 5px;
	position: absolute;
	right: 0;
}
.requireSec h3 {
	margin-bottom: 10px;
	font-size: 142.9%;
	font-weight: 700;
}

/*SrchTermTit*/
.SrchTermTit {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #f90;
  font-weight: 700;
  font-size: 146.7%;
}
.SrchTermTit span {
  vertical-align: bottom;
}
.SrchTermTit span:first-child {
  display: inline-block;
  max-width: 60% ; /* IE8以下とAndroid4.3以下用フォールバック */
  max-width: -webkit-calc(100% - 4.5em);
  max-width:         calc(100% - 4.5em);
  max-width: 86%\9; /* for IE9 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 136.4%;
  white-space: nowrap;
  word-wrap: normal; /* for IE */
}



@media screen and (max-width:767px) {

	.areaBox {
		display: none;
	}
  .SrchTermTit {
    width: auto;
    overflow: hidden;
    font-size: 19px;
  }
  .SrchTermTit span:first-child {
    width: 100%;
    max-width: inherit;
    overflow: hidden;
    padding-right: 95px;
    box-sizing: border-box;
    font-size: 24px;
  }
}



.searchTbl {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ded5c7;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
}
.searchTbl th,
.searchTbl td {
	padding: 9px 15px;
	border-bottom: 1px solid #ded5c7;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.searchTbl th {
	width: 6.5em;
	border-right: 1px solid #ded5c7;
	background-color: #fcfbf5;
}
.searchTbl {
	border-radius: 5px 5px 5px 5px;
}
.searchTbl tr:last-child th,
.searchTbl tr:last-child td {
	border-bottom: none;
}

@media screen and (max-width:767px){
	.areaSec {
		width: 94%;
		margin: 0 0 20px;
		padding: 20px 3% 0;
	}
	.leadBox {
		padding: 15px 20px;
	}
	.leadBox img {
		float: right;
		max-width: 50%;
		margin: 0 0 10px 10px;
	}

	.requireSec {
		width: 94%;
		margin: 0 0 20px;
		padding: 20px 3% 0;
	}
	.requireSec h1 {
		font-size: 19px;
		overflow: hidden;
		width: auto;
	}
	.requireSec h1 span:first-child {
    font-size: 24px;
    width: 100%;
    max-width: inherit;
    padding-right: 95px;
    box-sizing: border-box;
    overflow: hidden;

	}
	.requireSec h3 {
		font-size: 19px;
	}
	.searchTbl {
		margin-bottom: 3%;
	}
}
@media screen and (max-width:480px){
	.leadBox img {
		float: none;
		max-width: 100%;
		width: 100%;
		margin: 0 0 15px;
	}
}

.resultSec {
	padding: 15px 0 20px;
	background: #f2f2f2;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.resultSec .inSec {
	width: 1000px;
	margin: 0 auto 30px;
}
.resInfo {
	margin-bottom: 10px;
	text-align: right;
}
.resInfo span {
	font-size: 114.3%;
	color: #ff6600;
}

.addInfo {
	margin-bottom: 10px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
}
.addInfo li {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	border-radius: 4px;
}
.addInfo li:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #f54508;
	border-width: 5px;
	margin-left: -5px;
}
.addInfo li.add01 {
	background: #f54508;
}
.addInfo li.add01:after {
	border-top-color: #f54508;
}
.addInfo li.add02 {
	background: #f17a97;
}
.addInfo li.add02:after {
	border-top-color: #f17a97;
}

.resUnit01 {
	margin-bottom: 30px;
}
.resTitle {
	display: table;
	width: 100%;
	background: #fff;
}
.resTitle ul,
.resTitle div {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	box-sizing: border-box;
}
.resTitle ul {
	width: 300px;
	background: #fdcb02;
	border-radius: 5px 0 0 0;
}
.resTitle ul li {
	display: table-cell;
	height: 60px;
	padding: 0 20px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.resTitle ul li:first-child {
	border-right: 1px solid #fff;
}
.resTitle div {
	position: relative;
	font-size: 20px;
	height: 60px;
	padding: 0 20px;
	border: 4px solid #fdcb02;
	border-left: none;
	border-radius: 0 5px 0 0;
}
.resTitle div h2 {
	font-weight: 700;
}
.resTitle div .favCheck {
	position: absolute;
	right: 14px;
	top: 11px;
	width: 28px;
}

@media screen and (max-width:767px){
	.resUnit01 {
		margin-bottom: 20px;
	}
	.resultSec .inSec {
		width: 94%;
		margin: 0 0 0;
		padding: 0 3% 0;
	}
	.resTitle ul {
		display: table;
		width: 100%;
		border-radius: 5px 5px 0 0;
	}
	.resTitle ul li {
		height: 40px;
		padding: 0 10px;
	}
	.resTitle div {
		display: table;
		width: 100%;
		height: 50px;
		padding: 0 10px;
		border: 3px solid #fdcb02;
		border-top: none;
		border-radius: 0;
	}
	.resTitle div h2 {
		display: table-cell;
		vertical-align: middle;
		font-size: 18px;
	}
	.resTitle div .favCheck img {
		width: 24px;
	}
}


.resBox {
	padding: 10px 0;
	background: #fff;
	border: 1px solid #dddddd;
	border-top: none;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
}
.resBox .imgSec {
	float: left;
	margin-left: 10px;
	width: 250px;
}
.resBox .imgSec li {
	margin-bottom: 1px;
}
.resBox .imgSec li img:hover {
	opacity: 0.80;
	-ms-filter: "alpha(opacity=80)";

}
.resBox .imgSec li:last-child {
	margin-bottom: 0;
}
.resBox h3 {
	display: block;
	margin: 5px 30px 15px 290px;
	font-size: 142.9%;
	font-weight: 700;
}
.resBox h3 a {
	color: #f47900;
	text-decoration: underline;
}
.resBox h3 a:hover {
	color: #f47900;
	text-decoration: none;
}
.resBox div {
	display: block;
	overflow: hidden;
	zoom: 1;
	margin: 0 30px 0 290px;
}
.resBox table {
	width: 100%;
	margin-bottom: 20px;
}
.resBox table th,
.resBox table td {
	padding: 8px 15px 10px;
	line-height: 1.4;
	border: 1px solid #dddddd;
}
.resBox table th {
	width: 22%;
	background: #f6f6f6;
}
.resBox table td ul li {
	display: inline-block;
	margin: 3px 5px 2px 0;
	padding: 5px 10px;
	font-size: 92.9%;
	line-height: 1.2;
	background: #fbddaa;
	border-radius: 3px;
}
.resBox table td ul li.off {
	opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}
.resBox table td .openBtn {
	display: none;
}

.resBnr {
	margin: -5px 0 30px;
}

@media screen and (max-width:767px){
	.resBox .imgSec {
		width: 35%;
		margin-bottom: 3%;
	}
	.resBox .imgSec li:nth-child(n+2) {
		display: none;
	}
	.resBox h3 {
		display: block;
		margin: 0 3% 0 41%;
		font-size: 18px;
	}
	.resBox div {
		display: block;
		width: 100%;
		margin: 0;
	}
	.resBox div .btnUnit01 {
		margin: 0 3%;
	}
	.resBox table {
		margin-bottom: 10px;
	}
	.resBox table th {
		width: 4em!important;
		border-left: none;
	}
	.resBox table th,
	.resBox table td {
		border-right: none;
	}
	.resBox table td ul li {
		margin: 2px 3px 1px 0;
	}
	.resBox table td ul {
		display: inline-block;
	}
	.resBox table td .openBtn {
		float: right;
		display: inline-block;
		margin: 2px 0 0;
		padding: 5px 15px;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
		background: #dadada;
		border-radius: 4px;
		cursor: pointer;
	}
	.resBnr {
		margin: -7px 0 20px;
	}
	.resBnr img {
		width: 100%;
	}
}


/* pager
------------------------------- */

.pagerUnit  {
	margin-top: 30px;
	text-align: center;
}

.pager li {
	display: inline-block;

}

.pager li {
	width: 50px;
	height: 50px;
	background-color: #DADADA;
	border-radius: 25px;
	box-sizing: border-box;
	margin: 0 3px;
}

.pager li.active {
	background-color: #FBDDAA;
}

.pager li a:hover,
.pager li span:hover {
	color: #fff;  
}

.pager li a,
.pager li span {
	display: block;
	text-align: center;
	padding: 13px 0;
}

@media screen and (max-width:767px){

	.pager li {
		width: 40px;
		height: 40px;
		background-color: #DADADA;
		border-radius: 25px;
		box-sizing: border-box;
		margin: 0 3px;
	}

	.pager li a,
	.pager li span {
		padding: 10px 0 10px;
	}

}


/* detail
------------------------------- */

.titSec {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0;
}
.detailBox {
	width: 1000px;
	margin: 0 auto 30px;
	padding: 20px 0 0;
	background: #fff;
	border: 1px solid #dddddd;
	border-top: none;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
}

.detailBox-bdrT {
	border-top: 1px solid #dddddd;
	border-radius: 5px;
}

.detailBox .inSec {
	margin: 0 50px;
}

@media screen and (max-width:767px){
	.titSec {
		width: 96%;
		padding: 0;
		margin-top: 20px;
	}
	.titSec .resTitle ul {
		border-radius: 0;
	}
	.detailBox {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}
	.detailBox .inSec {
		width: 94%;
		margin: 0;
		padding: 0 3%;
		border: none;
	}
}

.detailBox h1 {
	margin-bottom: 5px;
	color: #f47900;
	font-size: 214.3%;
	font-weight: 700;
}
.detailBox p.jobNum {
	margin-bottom: 5px;
	text-align: right;
}
.pickyList {
	width: 900px;
	margin: 0 0 50px;
}
.pickyList li {
	display: inline-block;
	width: 121px;
	margin: 3px 4px 2px 0;
	padding: 3px 2px;
	font-size: 92.9%;
	line-height: 1.2;
	background: #ffcb73;
	border-radius: 3px;
	text-align: center;
}
.pickyList li:nth-child(7n) {
	width: 120px;
	margin: 3px 0 2px 0;
}
.pickyList li.gray {
	opacity: 0.40;
	-ms-filter: "alpha(opacity=50)";
}
.detailBox .inSec h3 {
	margin-bottom: 15px;
	padding-bottom: 2px;
	font-size: 128.6%;
	font-weight: 700;
	border-bottom: 4px solid #fdcb02;
}
.detailBox .inSec h3.featureTit {
	border-bottom: 3px solid #fdcb02;
}
.detailBox .inSec h3 span {
	display: block;
	padding: 6px 15px 5px;
	background: #fdcb02;
}

@media screen and (max-width:767px){
	.detailBox h1 {
		margin-top: 10px;
		font-size: 22px;
	}
	.pickyList {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.pickyList li,
	.pickyList li:nth-child(7n) {
		width: 23.7%;
		margin: 3px 0.3% 2px;
	}
	.pickyList li.off {
		display: none;
	}
	.detailBox .inSec h3 {
		width: 106.38%;
		margin: 0 -3.19% 15px;
		text-align: center;
		font-size: 18px;
	}
	.detailBox .inSec h3.featureTit {
		width: 100%;
		margin: 0 -0 15px;
		text-align: left;
	}
}
@media screen and (max-width:640px){
	.pickyList li,
	.pickyList li:nth-child(7n) {
		width: 31.75%;
		margin: 3px 0.35% 2px;
	}
}
@media screen and (max-width:414px){
	.pickyList li,
	.pickyList li:nth-child(7n) {
		width: 30.7%;
		margin: 3px 0.6% 2px;
	}

	.pickyList li {
		width: 30.7%;
		margin: 3px 0.6% 2px;
		font-size: 11px;
		display: inline-block;
	}
}

@media screen and (max-width:490px){
	.pickyList li,
	.pickyList li:nth-child(7n) {
		width: 31%;
		margin: 3px 0.4% 2px;
	}
}
#mainSlider {
	display: block;
	width: 998px;
	margin: 0 auto 30px;
	overflow: hidden;
}

@media screen and (min-width:767px){


	/*PCのみ*/
	#mainSlider {
		width: 80%!important;
		display: block;
		width: 998px;
		margin: 0 auto 30px!important;
		overflow: inherit;
	}

	.sp-previous-arrow:before {
		left: -130%!important;
	}

	.sp-next-arrow:before {
	    right: -130%!important;
	}

}

@media screen and (max-width:767px){

	.sp-previous-arrow:before {
		left: 20%!important;
	}

	.sp-next-arrow:before {
	    right: 20%!important;
	}

}
.sp-slide {
	opacity: 0.5;
}

.sp-selected {
	opacity: 1;
}
	
.sp-horizontal .sp-next-arrow {
	right: 0!important;
}

.sp-horizontal .sp-previous-arrow {
    left: 0!important;;
}



.questHead {
	float: right;
	width: 730px;
	font-size: 107.7%;
}

.questHead .questHead_txt {
	margin-bottom: 10px;
}


.questList,
.questList02 {
	line-height: 1.5;
}
.questList dt,
.questList02 dt {
	margin-bottom: 5px;
	font-weight: 700;
}
.questList dt span,
.questList02 dt span {
	margin-right: 0.5em;
	color: #F47900;
}
.questList dd,
.questList02 dd {
	margin-bottom: 10px;
}
.questImg {
	float: left;
	width: 140px;
	text-align: center;
}
.questImg p {
	font-weight: 700;
	font-size: 85.8%!important;
}
.questList02 {
	float: right;
	width: 740px;
}
#quest01 dt {
	font-size: 114.3%;
	color: #f47900;
	font-weight: 700;
}
#quest02 dt {
	font-size: 114.3%;
	color: #f47900;
}


.contactSec {
	margin: 0 0 25px;
	padding: 20px 0;
	background: #e5fbe1;
}
.contactSec ul {
	width: 918px;
	margin: 0 auto;
}
.contactSec ul li {
	float: left;
	margin: 0 10px;
}
@media screen and (max-width:767px){
	.contactSec {
		margin: 0 0 25px;
		padding: 4% 0 1%;
	}
	.contactSec ul {
		width: 94%;
		margin: 0 3%;
	}
	.contactSec ul li {
		float: none;
		margin: 0 0 3%;
		text-align: center;
	}
	.questList02 {
		float: right;
		width: 78%;
		max-width: calc(100% - 150px);
	}
	.sp-horizontal .sp-arrows {
			display: block;
	}
	.questHead {
		width: auto;
    float: none;
	}

	.jinzaiSec #quest01 {
		padding-left: 0;
	}
}
@media screen and (max-width:414px){
	.questImg {
		width: 140px;
		min-width: 120px;
		margin: 0 5px 5px 0;
	}
	.questList02 {
		float: right;
		width: auto;
	}

	.sp-buttons {
		display: block;
	}

}

.jobInfo {
	margin-bottom: 30px;
}
.jobInfo dt {
	float: left;
	display: block;
	width: 9em;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: 700;
	color: #f47900;
}
.jobInfo dd {
	display: block;
	margin-bottom: 10px;
	padding-left: 14em;
	padding-top: 3px;
	padding-bottom: 15px;
	background: url(/files/img/common/line_dotted_01.png) 0 bottom repeat-x;
    min-height: 1.67em;
}
.jobInfo dd ul {
	display: table;
	margin: 0 0 5px -5px;
	border-collapse: separate;
	border-spacing: 5px 5px;
}
.jobInfo dd ul li {
	display: table-cell;
	height: 3em;
	width: 3em;
	margin: 3px 5px 2px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 92.9%;
	line-height: 1.2;
	background: #fbddaa;
	border-radius: 3px;
}
.jobInfo dd ul.week li {
	height: 2em;
	width: 2em;
}
.jobInfo dd ul li.off {
	opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}
.scdlTbl {
	width: 464px;
}
.scdlTbl table {
	margin: 5px 0;
	width: 100%;
}
.scdlTbl th,
.scdlTbl td {
	width: 20%;
	padding: 8px;
	text-align: center;
	border: 1px solid #ded5c7;
}
.scdlTbl td {
	padding: 4px;
	font-size: 24px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3",Verdana,"YuGothic","游ゴシック体","Yu Gothic","游ゴシック", "メイリオ", Meiryo,"Helvetica","Arial",sans-serif;	
}
.scdlTbl p {
/*	text-align: right;*/
}
.scdlTbl span {
	color: #2ABFBF;
}
.scdlTbl span.tr {
	color: #2ABFBF;
}
.scdlTbl span.trSmall {
	color: #2ABFBF;
	font-size: 20px;
}
.scdlTbl span.ok {
	font-size: 24px;
	color: #fdbd02;
}
.scdlTbl span.okSmall {
	color: #fdbd02;
	font-size: 20px;
}
.timeTable {
	display: table;
}
.timeTable dt {
	display: inline-block;
	width: 3.5em;
	margin-right: 10px;
	text-align: right;
	font-weight: 700;
	vertical-align: top;
	float: left;
}
.timeTable dd {
	display: block;
	padding-left: 4.5em;
	margin-bottom: 4px;
}
@media screen and (max-width:767px){
	.jobInfo dt {
		float: none;
		display: block;
		width: 100%;
	}
	.jobInfo dd {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.scdlTbl {
		width: 100%;
	}
	.scdlTbl p {
		text-align: right;
	}
}


.reviewSec {
	margin-bottom: 40px;
	padding: 20px 50px;
	background: #f2f2f2;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.reviewSec h3 {
	margin-bottom: 10px;
	padding-left: 26px;
	line-height: 24px;
	font-size: 142.9%;
	font-weight: 700;
	background: url(/files/img/search/ico_review_01.png) 0 center no-repeat;
}
.reviewSec div {
	position: relative;
}
.reviewSec div a {
	position: absolute;
	top: calc(50% - 47px);
	left: calc((100% + 8em) / 2 - 230px) ;
}
.reviewSec div table {
    border-collapse: separate;
   	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.reviewSec div th {
	vertical-align: middle;
	text-align: center;
	width: 10em;
	height: 60px;
	padding: 0 1em;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.reviewSec div tr:last-child th {
	border-bottom: none;
}
.reviewSec div td {
	padding: 0;
	background: url(/files/img/search/bg_review_blur.png) 0 0 no-repeat;
}
.reviewSec div td:last-child {
	width: 15px;
	background: none;
	background: #fdfdfd;
	border-radius: 0 6px 0 0;
}
.reviewSec div tr:nth-child(2) td {
	background-position: 0 -240px;
}
.reviewSec div tr:nth-child(4) td {
	background-position: 0 -240px;
	border-radius: 0 0 6px 0;
}
@media screen and (max-width:767px){
	.reviewSec {
		margin-bottom: 20px;
		padding: 4% 3%;
	}
	.reviewSec h3 {
		padding-left: 24px;
		font-size: 18px;
		background-size: 20px;
	}
	.reviewSec div th {
		width: 6em;
		padding: 0 0.7em;
	}
	.reviewSec div a {
		top: 50%;
		left: 25%;
		    margin-left: 105px;
    margin-top: -50px;
	}
	.reviewSec div a img {
		width: 240px;
	}
}
@media screen and (max-width:414px){
	.reviewSec div a {
		top: 50%;
		left: 50%;
		margin-top: -40px;
		margin-left: -45px;
	}
	.reviewSec div a img {
		width: 190px;
	}
}


/* complianceSec
------------------------------- */
.complianceSec {
	margin: 13px 0 0;
	line-height: 1.5;
}
.complianceSec_tit {
	font-weight: 700;
	margin-bottom: 4px;
	color: #2abfbf;
}
@media screen and (max-width:767px){
	.complianceSec {
		margin-top: 10px;
	}
}



.featureList {
	margin: 20px 0 30px;
}
.featureList li {
	float: left;
	width: 258px;
	padding: 15px 20px 20px;
	text-align: center;
	border-right: 1px solid #ded5c7;
}
.featureList li:last-child {
	border: none;
}
.featureList li img {
	margin-bottom: 10px;
}
.featureList li h4 {
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 114.3%;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.featureList {
		margin: 0 0 10px;
	}
	.featureList li {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		padding: 0 0 15px;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ded5c7;
	}
	.featureList li:last-child {
		border-bottom: 1px solid #ded5c7;
	}
	.featureList li img {
		float: left;
		margin: 0 15px 0 0;
		width: 80px;
	}
	.featureList li:last-child img {
		margin: 5px 15px 0 0;
	}
	.featureList li h4 {
		margin-bottom: 5px;
	}
	.featureList li p {
		margin-right: 1em;
		overflow: hidden;
	}
}
@media screen and (max-width:414px){
	.featureList li h4 {
		margin-right: -0.5em;
	}
	.featureList li p {
		margin-right: 0;
	}
}



.mailSec {
	margin: 0 50px;
	padding: 20px 0 70px;
}
.mailSec h3 {
	margin-bottom: 20px;
	padding-bottom: 2px;
	font-size: 128.6%;
	font-weight: 700;
	border-bottom: 4px solid #fdcb02;
}
.mailSec ul {
	width: 800px;
	margin: 0 auto;
}
.mailSec li {
	float: none;
	width: 320px;
	margin: 0 auto;
	font-weight: 700;
}

.mailSec li:nth-child(2) {
	display: none;
}
.mailSec li a {
	display: block;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ded5c7;
	border-radius: 5px;
}
.mailSec li a span {
	display: inline-block;
	line-height: 22px;
	padding-left: 30px;
	background: url(/files/img/search/ico_mail_01.png) 0 center no-repeat;
	background-size: 22px;
}
.mailSec li:last-child a span {
	background: url(/files/img/search/ico_line_01.png) 0 center no-repeat;
	background-size: 20px;
}
@media screen and (max-width:767px){
	.mailSec {
		margin: 0 3%;
		padding: 0 0 30px;
	}
	.mailSec ul {
		width: 100%;
	}
	.mailSec li {
		width: 49%;
		margin: 0 2% 0 0;
		float: left;
	}
	.mailSec li:last-child {
		margin: 0;
	}
	.mailSec li:nth-child(2) {
		display: block;
	}

}

#jobSec01, #jobSec02 {
	margin-bottom: 50px;
}
#jobSec01 h2, #jobSec02 h2 {
	margin: 0 50px 25px;
	padding: 9px 15px;
	font-size: 114.3%;
	font-weight: 700;
	border-left: 6px solid #f90;
	background: #fdf3e2;
}
#jobSec02 h2 br {
	display: none;
}
.jobSlider .slide {
	border-radius: 4px;
}
.jobSlider .slide a {
	text-decoration: none;
	display: block;
	    background: url(/files/img/search/bg_jobslider_01.png) right bottom no-repeat;
}
.jobSlider .slide img {
	border-radius: 4px 4px 0 0;
}
.jobSlider dl {
	padding: 15px 20px 20px;
}
.jobSlider dt,
.jobSlider dd,
.jobSlider ul {
	display: block;
}
.jobSlider dt {
	font-weight: 700;
	float: left;
}
.jobSlider dt.jobSlider_tit {
	width: 100%;
	min-height: 46px;
}
.jobSlider dt.time {
	padding-top: 2px;
}
.jobSlider li {
	display: inline-block;
	margin: 3px 5px 2px 0;
	padding: 4px 9px;
	font-size: 92.9%;
	line-height: 1.2;
	background: #fbddaa;
	border-radius: 3px;
}
.jobSlider li:last-child {
	margin: 3px 0 2px 0;
}
.jobSlider li.off {
	opacity: 0.30;
	-ms-filter: "alpha(opacity=30)";
}
@media screen and (max-width:767px){
	#jobSec01 {
		margin-bottom: 30px;
	}
	#jobSec02 {
		margin-bottom: 10px;
	}
	#jobSec01 h2, #jobSec02 h2 {
		margin: 0 3% 10px;
	}
	.jobSlider {
		margin: 0 0 0 3%;
	}
	.jobSlider dt.time {
	    padding-top: 4px;
	}
	.slide:last-child {

		padding-right: 20px;
	}
	.jobSlider .slide {
		max-width: 194px !important;
		margin: 0 auto;
	}
	.slide:first-child:last-child {
	    margin-left: 0.4% !important;
	}
}
@media screen and (max-width:440px){
	#jobSec02 h2 br {
		display: block;
	}
	.jobSlider {
    
    padding-right: 1px;
}
	.jobSlider dl {
		padding: 10px 10px 20px;
	}
	.jobSlider li {
		padding: 4px 7px;
	}
}


@media screen and (min-width:768px){
	.bigLink.bl-hover {
		text-decoration: underline;
	}
	.detailBox a img:hover,
	.bigLink.bl-hover img,
	.mailSec li a:hover,
	.jobSlider .slide:hover {
		opacity: 0.70;
		-ms-filter: "alpha(opacity=70)";
	}
	
.bx-wrapper {
	min-width: 789px;
}
}

@media screen and (max-width:767px){
	.inSec.mgb30 {
		margin-bottom: 15px !important;
	}
	.inSec.mgb40 {
		margin-bottom: 20px !important;
	}
	.bx-wrapper {
		margin: 0px !important;
	}

}







/* ----------------------------------------

main_detailPickup

---------------------------------------- */


#main_detailPickup {
	margin-top: 45px;
}


.detailPickup_img img {
	width: 460px;
	margin: 0 auto 20px;
	display: block;
}

.detailPickup_num {
	text-align: right;
}

@media screen and (max-width:767px){

	#main_detailPickup {
		margin-top: 20px;
	}


	.detailPickup_num {
		font-size: 12px;
	}

}


/* detailPickup_mv
------------------------------- */

.detailPickup_mv {
	width: 700px;
	margin: 0 auto;
	font-weight: 700;
	margin-bottom: 45px;
	position: relative;
	padding-left: 100px;
	box-sizing: border-box;
	border: 1px solid #d7d2ce;
	padding: 30px 30px 20px 130px;
}

.detailPickup_mv:after {
	content: "";
	width: 80px;
	height: 85px;
	background: url(/files/img/search/ico_detail_pickup.png) no-repeat;
	position: absolute;
   top: 27px;
   left: 30px;
}

.detailPickup_mv_tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    width: 478px;
}

.detailPickup_mv .detailPickup_mv_detail .txtClrGl {
	color: #d7d2ce;
}

.detailPickup_mv .detailPickup_mv_detail {
	font-size: 18px;
	width: 478px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.detailPickup_mv p.favCheck {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 5%;
}

@media screen and (max-width:767px){

	.detailPickup_mv {
		width: auto;
		padding: 60px 10px 10px;
		margin: 0 3% 15px 3%;
		position: relative;
	}

	.detailPickup_mv:after {
		content: "";
		width: 108px;
	    height: 100%;
	    background: url(/files/img/search/ico_picup_02.png) no-repeat;
	    background-size: 105px;
	    top: -26px;
	    left: -1px;
	}

	.detailPickup_mv .detailPickup_mv_tit {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 10px;
		width: auto;
	}

	.detailPickup_mv p.favCheck {
		position: absolute;
		top: 10px;
	    right: 10px;
	    width: 28px;
	}

	.detailPickup_mv .detailPickup_mv_detail  {
		font-size: 14px;
		position: absolute;
		top: 10px;
		width: auto;
	}

	.detailPickup_mv .detailPickup_mv_detail .txtSizeBig {
		font-size: 14px;
	}

}

@media screen and (max-width:420px){

	.detailPickup_mv {
		width: auto;
	}

}

/* detailPickup_txt
------------------------------- */

.detailPickup_txt .detailPickup_Q {
	font-weight: 700;
}

.detailPickup_txt .detailPickup_Q-pink {
	color: #f17a97;
}

.detailPickup_txt .detailPickup_Q:before {
	content: "";
	width: 14px;
	height: 1px;
	background-color: #432306;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 4px;
}

.detailPickup_txt .detailPickup_A {
	margin-bottom: 10px;
}


/* detailPickup_dl
------------------------------- */

.detailPickup_dl dt {
	font-weight: 700;
	position: relative;
	color: #f17a97;
}

.detailPickup_dl dt:before {
	content: "◆";
	font-size: 10px;
	display: inline-block;
	margin-right: 4px;
	position: relative;
	top: -1px;
	color: #f17a97;
}

.detailPickup_dl {
	margin-bottom: 10px;
}

@media screen and (max-width:767px){

	.detailPickup_dl dt:before {
		top: -3px;
	}

	.detailPickup_dl {
		font-size: 16px;
		line-height: 1.8;
	}

}


/* detailPickup_quest
------------------------------- */

.detailPickup_quest {
	font-size: 114.286%;
}

.detailPickup_quest .detailPickup_Q {
	color: #f17a97;
	font-weight: 700;
}

.detailPickup_quest p:nth-child(3) {
	clear: both;
}

.detailPickup_quest .detailPickup_Q-pink {
	color: #f17a97;
}

.detailPickup_quest02 {
	float: right;
	width: 560px;
	font-size: 114.286%;
}

.detailPickup_quest .detailPickup_A {
	margin-bottom: 10px;
}

.detailPickup_quest_img {
	margin: 0 20px 15px 0;
	float: left;

}

.detailPickup_quest_img img {
	width: 140px;
	height: auto;
}

.detailPickup_quest_img p {
	line-height: 1.3;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width:767px){

	.detailPickup_quest p:nth-child(3) {
		clear: none;
	}

	.detailPickup_quest_img {
		margin: 0 20px 0 0;

	}

	.detailPickup_quest_img img {
		width: 120px;
		height: auto;
	}

	.detailPickup_quest_img p {
		font-size: 10px!important;
		margin-top: 5px;
		max-width: 120px;
	}

	.detailPickup_quest02 {
		width: auto;
		float: none;
	}



}


.detailPickup {
	width: 700px;
	margin: 0 auto 40px;
}
.detailPickup h3 {
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 128.8%;
	font-weight: 700;
	border-bottom: 2px solid #ff9900;
}
.detailPickup.ctg01 h3 {
	border-bottom: 2px solid #f17a97;
}
.detailPickup.ctg02 h3 {
	border-bottom: 2px solid #4cb13d;
}
.detailPickup.ctg03 h3 {
	border-bottom: 2px solid #6d9bcd;
}
.detailPickup.ctg04 h3 {
	border-bottom: 2px solid #c27ede;
}
.detailPickup .detailPickup_txt {
	margin-bottom: 20px;	
}
.detailPickup .imgL {
	float: left;
	width: 48%;
	margin: 0 15px 5px 0;
}

.detailPickup .imgR {
	float: right;
	width: 48%;
	margin: 0 0 5px 15px;
}
.detailPickup .imgC {
	text-align: center;
	margin-bottom: 10px;
}
.detailPickup .imgSec {
}
.detailPickup .imgSec img {
	float: left;
	display: inline;
	width: 48%;
	margin: 0 2% 10px 0;
}
.detailPickup .imgSec img:last-child {
	margin: 0 0 10px 2%;
}

@media screen and (max-width:767px){
	.detailPickup {
		width: 94%;
		margin: 0 3% 20px;
	}
	.detailPickup h3 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.detailPickup p {
		font-size: 16px;
		line-height: 1.8;
	}
}
@media screen and (max-width:480px){
	.detailPickup .imgL,
	.detailPickup .imgR {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.detailPickup .imgSec img {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	.detailPickup .imgSec img:last-child {
		margin: 0 0 10px;
	}
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.resBox:after,
.contactSec ul:after,
.featureList:after,
.mailSec ul:after,
.jobSlider dd:after,
.snsBnr:after,
.detailPickup .imgSec:after,
.detailPickup:after,
.leadBox:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
/* Legacy IE
------------------------------- */
.resBox,
.contactSec ul,
.featureList,
.mailSec ul,
.jobSlider dd,
.snsBnr,
.detailPickup .imgSec,
.detailPickupt,
.leadBox {
	*zoom: 1;
}

@media screen and (max-width:767px){
	/* Modern Browsers
	------------------------------- */
	.featureList li:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ".";
		line-height: 0;
	}
	/* Legacy IE
	------------------------------- */
	.featureList li {
		*zoom: 1;
	}
}



/* detail_end 
------------------------------- */


.disconSec01 {
	text-align: center;
}


.disconSec01,
.disconSec02 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}
.tit404 {
	margin-bottom: 15px;
	text-align: center;
	
}
.tit404 span {
  display: inline-block;
  min-height: 30px;
  font-weight: 700;
  font-size: 171.5%;
}

.tit404 span img {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 0;
  margin-right: 5px;
}

.box404 {
	margin: 20px 0 30px;
	box-sizing: border-box;
	border: 3px solid #fdcb02;
}
.box404 h2 {
	padding: 12px 20px 15px;
	font-size: 18px;
	font-weight: 700;
	background: #fdcb02;
}
.box404 h3 {
	padding: 15px 20px 5px;
	font-weight: 700;
}
.box404 p {
	padding: 0 20px 20px;
}
p.disconMsg {
	width: 1000px;
	margin: 0 auto;
	color: #fd3000;
	font-size: 128.6%;
	font-weight: 700;
}
@media screen and (max-width:767px) {
  .disconSec01 {
    width: 94%;
    margin: 0 3%;
    text-align: left;
  }
  .disconSec02 {
    width: 100%;
    margin: 0;
  }
  p.disconMsg {
    width: 94%;
    margin: 0 3% 20px;
  }
}

@media screen and (max-width:480px){
	.tit404 {
		margin-bottom: 10px;
	}
	.tit404 span {
		position: relative;
		font-size: 20px;
		width: 220px;
		text-align: left;
		margin: 0 auto;
	}
	.tit404 span img {
		width: 22px;
		position: absolute;
		top: 4px;
    left: -25px;
	}
	.box404 h2 {
		font-size: 18px;
		text-align: center;
	}
}

.topBtn404{
	box-sizing:border-box;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 40px;
}
.topBtn404 a:after{
	content: '';
	background: url(/files/img/lp/use/ico_arrow_04.png) 0 0 no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 11px auto;
	display: block;
	width: 11px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}
.topBtn404 a{
	box-sizing:border-box;
	color: #fff;
	background:#ff740f;
	position: relative;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
	padding: 16px 60px 15px 40px;
	font-size: 16px;
}
.topBtn404 a:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px){
	.topBtn404{
		margin:10px 10px 30px 10px;
		padding-top: 14px;
	}
	.topBtn404 a{
		width: 100%;
		font-size: 16px;
		padding:12px;
	}
}	

.contactSec02 .innerCol {
	float: left;
	width: 480px;
}
.contactSec02 .innerCol:last-child {
	float: right;
	width: 500px;
}
.contactSec02 .topContact a p {
	font-weight: 700;
}
.contactSec02 .topContact a p:nth-child(1) {
	font-size: 114.3%;
	margin-bottom: 5px;
}
.contactSec02 #consultBox {
	padding: 13px 20px 12px;
	border: 3px solid #4cb13d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contactSec02 #consultBox h3 {
	margin-bottom: 10px;
	padding-left: 44px;
	min-height: 35px;
	font-size: 128.6%;
	font-weight: 700;
	background: url(/files/img/top/ico_consult_01.png) 0 0 no-repeat;
}
.contactSec02 .imgCol {
	float: left;
	margin-left: -20px;
	width: 262px;
}
.contactSec02 .imgCol img {
	margin-bottom: 20px;
}
.contactSec02 .imgCol p {
	margin-left: 20px;
	font-weight: 700;
	color: #f54508;
}
.contactSec02 .inputCol {
	float: right;
	width: 194px;
}
.contactSec02 .inputCol input.txt {
	width: 172px;
	line-height: 22px;
	padding: 5px 10px 8px;
	padding: 8px 10px 11px\9; /* for IE */
}
.is-top-require {
	background-color: #fdf3e2 !important;
}
.is-top-default {
	background-color: #fff !important;
}

.contactSec02 .consultBox_comp_tit {
	font-size: 130.8%;
	font-weight: 700;
	text-align: center;
	margin-top: -10px;

}

.contactSec02 .compTxt{
	text-align: center;
}

.contactSec02 .compTxt.compTxt_name {
	font-size: 169.3%;
	font-weight: 700;
}

.contactSec02 .compTxt_area {
	text-align: center;
	margin-bottom: 10px;
}

.contactSec02 .compTxt.compTxt_name span {
	border-bottom: 2px #333 solid;
}

.contactSec02 .compTxt.compTxt_thx {
	font-size: 114.3%;
	margin-bottom: 30px;
	margin-left: 10px;
}

.contactSec02 .compTxt.compTxt_cmnt {
	font-size: 92.9%;
	margin-bottom: 10px;
}

.contactSec02 .compTxt.compTxt_ssr {
	font-size: 92.9%;
	margin-bottom: 10px;
	font-weight: 700;
}

.contactSec02 .compTxt.compTxt_ssr span{
	padding-left: 2em;
}


@media all and (-ms-high-contrast:none){
	.contactSec02 .inputCol input.txt {
		padding: 8px 10px 11px;
	}
}
.contactSec02 .inputCol input.tipped {
	font-weight: 700;
	font-size: 92.9%;
	color: #a2947d;
}

.contactSec02 .inputCol select {
	-webkit-appearance: button;
	-moz-appearance:none;
	appearance: button;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	margin: 0 10px 10px 0;
	padding: 0 25px 0 8px;
	width: 80px;
	font-weight: 700;
	font-size: 92.9%;
	color: #a2947d;
	background: #fdf3e2 url(/files/img/common/ico_arw_05.png) calc(100% - 8px) center no-repeat;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
}
.contactSec02 .inputCol select.last {
	margin-right: 0;
	width: 104px;
}
.contactSec02 .inputCol p {
	margin-bottom: 4px;
	font-size: 78.6%;
}
.contactSec02 .inputCol p.note01 {
	margin-bottom: 10px;
	color: #8e857c;
}
.contactSec02 a:hover img {
	opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:767px){
	.contactSec02 .innerCol {
		float: none;
		width: 100%;
	}
	.contactSec02 .innerCol a img,
	.contactSec02 .innerCol ul {
		width: 100%;
	}
	.contactSec02 .innerCol ul {
		width: 100.4%;
		margin: 3% -3.19% 0;
		padding: 3% 3% 0;
		background: #e5fbe1;
	}
	.contactSec02 .innerCol ul li {
		margin-bottom: 3%;
	}
}


/* Modern Browsers
------------------------------- */
.contactSec02:after,
.contactSec02 #consultBox:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}


/* Legacy IE
------------------------------- */
.contactSec02,
.contactSec02 #consultBox {
	*zoom: 1;
}


/*------------------------------------------------------------------------------

以下、詳細指示のためオーバーライド

------------------------------------------------------------------------------*/

/* 一覧クリック範囲変更関連 160801 */
.resBox a h3 {
	color: #f47900;
	text-decoration: underline;
}
.resBox a h3:hover {
	color: #f47900;
	text-decoration: none;
}
.resBox {
	padding: 10px 0 20px;
}
@media screen and (max-width:767px){
	.resBox {
		padding: 10px 0 10px;
	}
	.resTitle div h2 {
		padding-right: 20px;
		text-align: center;
	}
}


.resBox table td ul.kodawariList li {
	width: 55px;
	text-align: center;
}

/* SP時求人一覧の夜勤アイコン改行対策 160801 */
@media screen and (max-width:400px){
	.resBox table td ul li {
		padding: 5px 7px;
	}
	.resBox table td ul.kodawariList li {
		min-width: 52px;
		width: auto;
	}
}

/* エリアと職種変更関連 160801 */
.resTitle ul {
	width: 420px;
}
.resTitle ul li {
	padding: 0 10px;
	width: 190px;
	font-size: 114.3%;
	text-align: center;
}
@media screen and (max-width:767px){
	.resTitle ul {
		width: 100%;
	}
	.resTitle ul li {
		width: auto;
		font-size: 14px;
	}
}

/* 検索条件テーブル項目幅を広げる 160801 */
.searchTbl th {
	width: 8em;
	padding-left: 30px;
}
@media screen and (max-width:767px){
	.searchTbl th {
		width: 6.5em;
		padding-left: 15px;
	}
}


/* SP表示時のみ画像までリンクにするテスト（不要な場合は削除する） 160806 */
.resBox div.spLink {
	display: inline;
	overflow: auto;
	zoom: 1;
	margin: 0;
}

@media screen and (max-width:767px){
	.resBox div.spLink {
		display: block;
	}
	.spLink.bl-hover {
		text-decoration: underline;
		color: #f90;
	}
}


	
/*===============================================
　テーブル
===============================================*/
table.io {
  max-width: 900px;
  border-spacing: 0;
  font-size:13px;
  text-align: left;
}
table.io th.ho {
  color: #000000;
  padding: 5px 15px;
  background: #DAD4C6;
  border-left:1px solid #DAD4C6;
  border-top:0px solid #DAD4C6;
  border-bottom:0px solid #DAD4C6;
  line-height: 120%;
  text-align: center;
  border-spacing: 20px;
}
table.io th.ho:first-child {
  border-radius: 0 0 0 0;	
}
table.io th.ho:last-child {
  border-radius:0 0 0 0;
  border-right:1px solid #DAD4C6;

}
table.io tr.to td.uo {
  padding: 5px 15px;
  border-top: 0px solid #DAD4C6;
  border-bottom: 1px solid #DAD4C6;
  border-left: 1px solid #DAD4C6;
  text-align: ;
}
table.io tr.to td.uo:last-child {
  border-right: 1px solid #DAD4C6;

}

table.io tr.to td.uou {
  padding: 5px 15px;
  background: #EFF5FB;
  border-top: 1px solid #DAD4C6;
  border-bottom: 1px solid #DAD4C6;
  border-left: 1px solid #DAD4C6;
  text-align: ;
}
table.io tr.to td.uou:last-child {
  border-right: 1px solid #DAD4C6;

}


table.io tr.to {
  background: #fff;
}
table.io tr.to:nth-child(2n+1) {
  background: #ffffff;
}

table tr.to:last-child td:first-child {
  border-radius: 0 0 0 0;
}
table.io tr.to:last-child td:last-child {
  border-radius: 0 0 0 0;
}


/*===============================================
　テーブル
===============================================*/
table.white {
  max-width: 600px;
  border-spacing: 0;
  font-size:13px;
  text-align: left;
}
table.white th.white {
  color: #fff;
  padding: 2px 15px;
  background: #ffffff;
  background:-moz-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9) 80%);
  background:-webkit-gradient(linear, 0% 0%, 0% 50%, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0.9)));
  font-weight: bold;
  border-left:1px solid #ffffff;
  border-top:0px solid #ffffff;
  border-bottom:0px solid #ffffff;
  line-height: 80%;
  text-align: center;
  border-spacing: 15px;
}
table.white th.ho:first-child {
  border-radius: 0 0 0 0;	
}
table.white th.ho:last-child {
  border-radius:0 0 0 0;
  border-right:1px solid #ffffff;

}
table.white tr.to td.uo {
  padding: 2px 15px;
  border-top: 0px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-align: ;
}
table.white tr.to td.uo:last-child {
  border-right: 1px solid #ffffff;

}

table.white tr.to td.uou {
  padding: 5px 15px;
  background: #EFF5FB;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-align: ;
}
table.white tr.to td.uou:last-child {
  border-right: 1px solid #ffffff;

}


table.white tr.to {
  background: #fff;
}
table.white tr.to:nth-child(2n+1) {
  background: #ffffff;
}

table tr.to:last-child td:first-child {
  border-radius: 0 0 0 0;
}
table.white tr.to:last-child td:last-child {
  border-radius: 0 0 0 0;
}

