@charset 'shift_jis';

.header_icon_mypage{
  overflow: hidden;
  background: url(/img/btn_mypage_l.png) no-repeat 0 0;
  background-size: 40px 34px;
  text-indent: 100%;
  white-space: nowrap;
}

.pg-top_search-row-wrap{
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #999999 !important;
  background: #FFFFFF;
}
.pg-top_search-row-org{
	border: 2px solid #FF6600;
}
.pg-top_search-row-gry{
	border: 2px solid #CCC;
}
.pg-top_inputbutton2 {
  display: block;
  height: 40px;
  padding: 0 11px;
  background: #FFFFFF;
}
.pg-top_select{
	position: relative;
}
.pg-top_select::after{
	position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 13px;
  height: 7px;
  margin: auto 0 auto auto;
  background: url(/img/icon.arrow.down.gray.svg) no-repeat;
  background-size: 13px 7px;
}
.pg-top_inputbutton_bdb{
	border-bottom: 1px solid #CBCBCB;
}
.pg-top_inputbutton-text.fl{
	float: left;
	margin-left: 30px;
}

.pg-tab{
	border-bottom: 1px solid #999;
	margin-top: -1px;
	margin-bottom: 10px;
  padding: 0 10px;
}
.pg-tab-inner{
  width: 100%;
  position: relative;
}
.pg-tab ul{
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -2px;
	/*top: -39px;*/
}
.pg-tab ul li{
	width: 33.3%;
	float: left;
	text-align: center;
	border-top:4px solid #CCC;
	/*border-bottom: 1px solid #999;*/
	background: #FFF;
	font-size: 12px;	
}
.pg-tab ul li a{
	color: #999;
	display: block;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
}
.pg-tab ul li.currentTab{
	border-top:4px solid #F60;
	border-bottom: 1px solid #F2F2F2;
	background: #F2F2F2;
}
.pg-tab ul li.currentTab a{
	color: #000;
  border-bottom: 1px solid transparent;
}

.sg-search-airline > .sg-search-title {
  text-align: left;
  margin-bottom: 10px;
}
#nallowAirline{
	width: 100%;	
}
.numberOfPerson:nth-of-type(0){
  display: block !important;
}
.numberOfPerson dt{
  clear: both;
}

.footerRecruitLogo{
  width: 129px;
  height: 18px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/img/f_logo.png) no-repeat center;
  background-size: 129px 18px;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
}