@charset 'shift_jis';

.header_icon_mypage{
  overflow: hidden;
  background: url(/kaigai/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(/kaigai/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: 50%;
	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(/kaigai/img/f_logo.png) no-repeat center;
  background-size: 129px 18px;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0;
}

.pg-top_inputbutton2 .pg-top_inputbutton-text.pg-top_inputbutton-text2 {
  float: none;
  margin-left: 70px;
}

.dyn_cal table tr:first-child td:nth-child(3),
#dyn_cal_list_11 table tr:first-child td:nth-child(2) {
  display: none;
}

#JZcalBlock .dyn_cal table table tr td:nth-child(3),
#calBlock .dyn_cal table table tr td:nth-child(3),
#JZcalBlock #dyn_cal_list_11 table table td:nth-child(2),
#calBlock #dyn_cal_list_11 table table td:nth-child(2) {
 display: table-cell;
}

#dyn_cal_list_11 table tr:first-child td:nth-child(3) {
  display: table-cell;
}

.dyn_cal > table tr:last-child {
  display: none;
}

.dyn_cal_tbl td {
  padding:10px;
}

.pg-top_input-calendar{
  border: 1px solid #CBCBCB;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
}

.pg-top_search2 {
  position: relative;
}

#calBlock,
#JZcalBlock{
  position: absolute;
  z-index: 500;
  right: 10px;
}

.dyn_cal .dyn_cal_arrow {
  position: absolute;
  width: 20px;
  font-size: 12px;
  top: 3px;
  right: 6px;
}

.dyn_cal .dyn_cal_arrow:nth-child(odd) {
  left: 6px;
}

.dyn_cal{
  position: relative;
  margin-top: 0;
  padding: 10px 11px;
}

table.dyn_cal_tbl td{
  border: 1px solid #AAAAAA;
  text-align: center;
  width: 38px;
  height: 38px;
  padding: 0;
}

table.dyn_cal_tbl td a{
  padding: 11px;
}

table.dyn_cal_tbl th{
  padding-bottom: 10px;
}

.dyn_cal .dyn_cal_close{
  padding-top: 10px;
}