@charset "utf-8";
/* CSS Document */
.Wrapper{
	width:100%;
	min-width:1100px;
	clear:both;
	margin: 0 auto;
}
.Wrapper:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.HoverBlue:hover{
	background:#e7e7e7;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 84% !important;
  }
  .remodal.Short {
    max-width: 60% !important;
  }
}


/*===================
ヘッダー水平グローバルナビメニュー
====================*/
.ItemMenuScroll{
	text-align:center;


}
.ItemMenuScroll > ul{
	display:table;
  table-layout:fixed;
  /*
  border-spacing: 2px 0;
  */

}
.ItemMenuScroll > ul > li{
  display:table-cell;
  width:25%;
}
.ItemMenuScroll > ul > li.dummy{
  display:table-cell;
  width:10px;
  border-bottom:solid 1px #CCC;
}
.ItemMenuScroll > ul > li > a{
  display:block;
}
@media screen and (max-width:930px){
  .ItemMenuScroll > ul > li{
    display:table-cell;
    width:95px;
  }
  .ItemMenuScroll > ul > li.dummy{
    width:5px;
  }
  .ItemMenuScroll > ul > li > a{
    display:block;
    width:95px;
    letter-spacing: -1px;
  }
  .ItemMenuScroll{
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
  }
}

/*
==========================
ヘッダーCSS
==========================
*/
.HeaderMenu{
  border-bottom:solid 1px #CCC;
  background-color:#eee;
  text-align:center;
}
.HeaderMenu.Active{
  background-color:#fff;
  border:solid 1px #CCC;
  border-bottom:solid 1px #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
       border-radius: 5px 5px 0 0;

}
.HeaderMenu:hover{
  background-color:#eee;
}
.HeaderMenu a{
  padding:12px 0 5px 0;
  display:block;
  font-size:90%;
}
.HeaderMenu a > span{
  display:block;
}
.HeaderMenu:last-child{
  border-right:none;
}

/*
.HeaderMenu{
  border-bottom:solid 1px #CCC;
  border-right:solid 1px #CCC;
  text-align:center;
}
.HeaderMenu:hover{
  background-color:#fffdd5;
}
.HeaderMenu a{
  padding-top:5px;
  display:block;
  font-size:90%;
}
.HeaderMenu a > span{
  display:block;
}
.HeaderMenu:last-child{
  border-right:none;
}
*/

/*
======================================================================================================
ページネーションVer.2
======================================================================================================
*/
.SPPagenation{
}
.SPPagenation ul{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}
.SPPagenation ul{}
.SPPagenation ul li{display: inline-block;padding:5px 0 5px 0;margin-right:5px; vertical-align:middle;}

.SPPagenation ul > li > a{
	display:block;
	width:36px;
	padding:6px 0;
	margin:0 2px;
	text-align:center;
	color:#0555a5;
	background:#fff;
	border:solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.SPPagenation ul > li > a.Active{
	color:#333;
	background:#FC0;
}
.SPPagenation ul > li > span{
	text-align: center;
	padding:0px;
}
.SPPagenationBtnSpot span.Disabled{
	opacity:.3;
	cursor:default;
}
.SPPagenationBtnSpot span.Disabled,
.SPPagenationBtnSpot span.Disabled:hover{
	color:#333;
}


.SPPagenationPrevBtn{
	background:url(/html/signmall/images/sp/svg/arrow-24-icon-left-blue-thin.svg) no-repeat;
	background-size:20px;
	background-position:5% 50%;
	padding-left:22px;
}
.SPPagenationNextBtn{
	background:url(/html/signmall/images/sp/svg/arrow-24-icon-right-blue-thin.svg) no-repeat;
	background-size:20px;
	background-position:95% 50%;
	padding-right:22px;
}
/*
=============
*/
.StaffMemo p{
	border-bottom:dotted 1px #CCC;
	padding:5px 0;
}
/*
=============
*/
.ToggleBottomIconBlue{
	background:url(https://www.signmall.jp/images/sp/svg/arrow-24-icon-bottom-blue-thin.svg) no-repeat;
	background-size:20px;
	background-position:95% 50%;
	padding-right:22px;
}
.ToggleBottomIconBlue.Active{
	background:url(https://www.signmall.jp/images/sp/svg/arrow-24-icon-top-blue-thin.svg) no-repeat;
	background-size:20px;
	background-position:95% 50%;
	padding-right:22px;
}
.Hidden{display:none;}

.TB ,
.TB tr:first-child th:first-child,
.TB tr:first-child td:first-child,
.TB tr:first-child th:last-child,
.TB tr:first-child td:last-child,
.TB tr:last-child th:last-child,
.TB tr:last-child td:last-child,
.TB tr:last-child th:first-child,
.TB tr:last-child td:first-child{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.BigCheck input[type=checkbox] {
	width:			12px;
	height:			12px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}



/*
==========================
水色チェックボックス
==========================
*/
.ShipList .ShipUl::after {
  display: block;
  content: '';
  clear: both;
}
.ShipList .ShipLi label {
  position: relative;
  display: block;
  word-break: break-all;
}
.ShipList .ShipLi label input[type="checkbox"] + span,
.ShipList .ShipLi label input[type="radio"] + span {
  position: relative;
  padding: 0 0 0 30px;
}


.ShipList .ShipUl label input[type="checkbox"] + span::before,
.ShipList .ShipUl label input[type="radio"] + span::before {
  border-color: #ccc;
}
.ShipList .ShipUl label input[type="checkbox"]:checked + span::before,
.ShipList .ShipUl label input[type="radio"]:checked + span::before {
  border-color: #3399ff;
  background-color: #3399ff;
}
.ShipList label span,
.ShipList label span {
  display: inline-block;
	cursor:pointer;
}
.ShipList label input[type="checkbox"],
.ShipList label input[type="radio"] {

  position: absolute;
  top: 0;
  left: 0;

  opacity: 0;
}
.ShipList label input[type="checkbox"] + span::before, .ShipList label input[type="checkbox"] + span::after,
.ShipList label input[type="radio"] + span::before, .ShipList label input[type="radio"] + span::after {

  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.ShipList label input[type="checkbox"] + span::before,
.ShipList label input[type="radio"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #616161 solid;
  border-radius: 300px;
}
.ShipList label input[type="checkbox"] + span::after,
.ShipList label input[type="radio"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.ShipList label input[type="checkbox"]:checked + span::before,
.ShipList label input[type="radio"]:checked + span::before {
  background-color: #616161;
}
.ShipList label input[type="checkbox"]:checked + span::after,
.ShipList label input[type="radio"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*===================
横スクロールメニュー
====================*/
@media only screen and (max-width: 768px) {
  .HorizonScroll > div{width:900px;}
  .HorizonScroll{
      position: relative;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;

  }
  }

/*===================
お仕事内容 JobUL
====================*/
.JobUL {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.JobUL > li {
  list-style: none;
  box-sizing: border-box;
  margin:0;
  background-color: #fff;
}
.JobUL > li {width: 18%;margin:1%;}
.JobUL.P > li {padding:10px;}
.JobUL.BGNone > li {background: none;}
@media screen and (max-width: 768px) {
 .JobUL > li {width: 31.3%;margin:1%;text-align: center;}
}



/*===================
メッセージ
====================*/
.mailDefault{background: #fff;}
.mailActive{background: #ffe4e1;}