﻿/* CSS Document */

/*
html, body {
	padding:0px;
	margin:0px;
	font-size:0.87em;
}*/

.X-Disabled {
	opacity:0.5;
}
/* Forms */
.full {
	width:320px;
}

/* HTML5 introduces new elements below, but not it's style is standardised. */

/* Fix! */
/*body > header:first-child > * {
	float:left;	
	height:60px;
	padding-top:10px;
	padding-bottom:10px;
}*/
/*body > header:first-child > #siteTitle {
	width:104px;
	margin:0px;
	padding:10px;
}*/
/*body > header:first-child > #pcVer {
	width:60px;
	margin-right:10px;
}*/
/*
body > header:first-child {
	display:table;
	width:100%;
	height:40px;
	padding:0px;
	margin:0px;
}
body > header:first-child > * {
	display:table-cell;
	vertical-align:middle;
	margin:0px !important;
	padding:10px;
}
body > header:first-child > #siteTitle {
	padding-top:18px;
}
body > header:first-child > *:first-child {
	padding:10px 0px 10px 10px;
}
body > header:first-child > *:last-child {
	padding:10px 10px 10px 0px;
}*/


.padding05 {
	padding:0.5em;
}
.padding06 {
	padding:0.6em;
}
/*.padding1 {
	padding:1em;
}*/
/*.paddingTB {
	padding:1em 0;
}*/
/*
.greenArrowL {
	padding-left:20px;
	background-size:auto 14px;
-webkit-background-size:auto 14px;
	background-image:url(http://www.phget.com/touch/content/images/green_arrow_m.png);
	background-position:2px center;
	background-repeat: no-repeat;
}*/

.formLayout,
.formDisplayLayout {
	margin:0px;
	padding:0 15px;
}
.formLayout > label,
.formLayout > div,
.formDisplayLayout > label,
.formDisplayLayout > div {
	margin:10px 0px;
	display:block;
}
.formLayout > label,
.formDisplayLayout > label {
	margin-top:10px;
	clear:both;
}
.formDisplayLayout > label:first-child {
	margin-top:0px;
	padding-top:20px;
}
/*.formLayout > label.X-Required:after {
	content:"※";
	color: orange;
	font-weight: bold;
}*/
.formRequired {
	margin: 4px 10px;
	font-size: 80%;
	background-color: #F90;
	color: #FFF;
	padding: 4px;
	border-radius: 2px;
	display: inline-block;
}
.formLayout > label:before {
	content:"▼";
	color: #090;
}
.formLayout.black > label:before {
	color:black;	
}

.formLayout > label {
	border-bottom:1px #CCCCCC dotted;
	margin:20px 0px;
}

.formLayout input {
	height: 40px;
	line-height:40px;
	font-size:120%;
}
.formLayout .ie,
.formDisplayLayout .ie {
	font-size:12px;
	color:#666666;
}

/*.formDisplayLayout label {
	border-top:1px #CCCCCC dotted;
	font-size:15px;
	margin-top:20px;
}

.formDisplayLayout div:last-child {
	border-bottom:1px #CCCCCC dotted;
	font-size:14px;
	color:#333333;
	padding-bottom:20px;
}*/

.formLayout {
	font-size:16px;
}

/*.formDisplayLayout > label {
	font-weight:bold;
	padding-top:20px;
}*/

.horizontalList {
	margin:0px;
}
.horizontalList:after {
	content:'';
	display:block;
	clear:both;
}
.horizontalList li {
	display:inline;
	margin-right:0.5em;
}


input.X-Integer {
	width:4em;
}
input[name="nameLast"],
input[name="nameFirst"] {
	width:7em;
}
input[name="email"],
input[name="qualifications"] {
	width:96%;
}

.formBottomLayout,
.ConfirmationScreenBtn,
.signUpConfirmationScreenBtn {
	text-align:center;
	margin:20px auto 40px;
	position:relative;
	width:80%;
}


#searchform {
	line-height:1.8em;
	text-align:center;
	padding: 0 15px;
}

@media only screen and (orientation : portrait) {
	#searchFormGroup1 {
		width:100% !important;
		text-align:center;
	}
}
@media only screen and (orientation : landscape) {
	#searchFormGroup1 {
		width:100% !important;
		text-align:center;
	}
}
@media only screen and (orientation : portrait) {
	#searchFormGroup2 {
		width:100% !important;
		text-align:center;
	}
}
@media only screen and (orientation : landscape) {
	#searchFormGroup2 {
		width:100% !important;
		text-align:center;
	}
}

.search_title{
	display: block !important;
    margin: 20px 0 10px 0;
    padding-left: 22px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
    background: url(/touch/content/images/search_icon_small.svg) left center / 15px auto no-repeat;
}

/**
 * Important
 * `X-` prefix indicates that it is used to client or server scripts recognising it is how to behave.
 * No more use in styling or layouting purpose.
 */
ul.X-Column2 {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0px;
	padding:0px;
	width:auto;
}
/*ul.X-Column2 li {
	width:50%;
	float:left;
	margin:10px 0px;
}*/
ul.X-Column2 input {
	vertical-align: middle;
}
ul.X-Column2:after {
	content:"";
	display:block;
	clear:both;
}
div.inquiryFormCheckbox > ul.X-Column2 > li {
	width:50%;
	padding:0px;
	margin:6px 0px;
	float:left;
}
ul.X-Column3 {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
}
ul.X-Column3:after {
	content:"";
	display:block;
	clear:both;
}
ul.X-Column3 > li {
	width:33.3%;
	padding:0px;
	margin:0px;
	float:left;
}


ul.X-Fallback-Column2 {
	display:block;
	margin:0px;
	padding:0px;
	width: 90%;
    margin: 0 5%;
}
ul.X-Fallback-Column2:after {
	content:"";
	display:block;
	clear:both;
}

ul.X-Fallback-Column2 > * {
	display:block;
	float:left;
	/*width:50%;*/
}
/*ul.X-Fallback-Column2 li:first-child{
	margin: 0 10px 10px 0;
}*/



.X-MessagePanel {
	margin:10px 5px;
}
.X-MessagePanel .X-Messages-ERROR {
	color:red;
}

.btn{
	width:280px;
	display:block;
	margin:0 auto;
}

/* -------------- Top ------------- */
/*#singLike {
	text-indent: -9999px;
	-webkit-text-size-adjust: auto;
	height: 116px;
	background: url(content/images/main.jpg) no-repeat;
	background-size: 100% auto;
-webkit-background-size: 100% auto;
}
ul.touch > li {
	margin-bottom:10px;
}*/

/* -------------- Search Form ---------------*/

#searchFormToggleSwitch.X-Collapsed {
	background-image:url(http://www.phget.com/touch/content/images/i_refine_open.png);
}

.noMoreResultsExist {
	padding:50px 0px;
	text-align:center;	
}

.searchFormGotoPageLike {
	display:table;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	height:40px;
}
.searchFormGotoPageLike > * {
	display:table-cell;
	width:50%;
	background-repeat:no-repeat;
	background-size:auto 100%; /* Depends on height */
-webkit-background-size:auto 100%; /* Depends on height */
}

/*.searchFormGotoPageLike > .X-Next {
	background-position:left center;
	background-image:url(http://www.phget.com/touch/content/images/go_to_page_next_btn_m.png);
}
.searchFormGotoPageLike > .X-Next.X-Off {
	background-image:url(http://www.phget.com/touch/content/images/go_to_page_next_btn_m_off.png);
}
.searchFormGotoPageLike > .X-Prev {
	background-position:right center;
	background-image:url(http://www.phget.com/touch/content/images/go_to_page_previous_btn_m.png);
}
.searchFormGotoPageLike > .X-Prev.X-Off {
	background-image:url(http://www.phget.com/touch/content/images/go_to_page_previous_btn_m_off.png);
}*/

.searchFormGotoPageLike {
	width:92%;
	margin:20px auto;
}

.pagerLeft,
.pagerRight {
	width:50%;
}

.pagerLeft {
	text-align:left;
}

.pagerRight {
	text-align:right;
}

.searchFormGotoPageLike .X-Next,
.searchFormGotoPageLike .X-Prev {
	display:inline-block;
	width:50%;
	border:#096 1px solid;
	height:30px;
	line-height:30px;
	border-radius:4px;
	box-shadow:#CCC 2px 2px 2px;
	font-size:90%;
	position:relative;
}

.searchFormGotoPageLike .X-Next a,
.searchFormGotoPageLike .X-Prev a {
	color:#096;
}

.searchFormGotoPageLike .X-Next.X-Off,
.searchFormGotoPageLike .X-Prev.X-Off {
	color:#FFF;
	background-color:#CCC;
	border:none!important;
}

.searchFormGotoPageLike .X-Next.X-Off a,
.searchFormGotoPageLike .X-Prev.X-Off a {
	color:#FFF;
}

.searchFormGotoPageLike .X-Next {
	padding-right:20px;
}

.searchFormGotoPageLike .X-Prev {
	padding-left:20px;
}

.X-Prev:before {
	transform: rotate(230deg);
	-webkit-transform: rotate(230deg);
	left: 6px;
}

.X-Next:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 6px;
}

.X-Prev:before,
.X-Next:after {
	border-right: 2px solid #096;
	border-top: 2px solid #096;
	border-radius: 2px;
	content: "";
	height: 6px;
	width: 6px;
	position: absolute;
	top: 11px;
}

.X-Prev.X-Off:before,
.X-Next.X-Off:after {
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
}

a.X-Prev,
a.X-Next {
	color:#096!important;
}

a.X-Prev.X-Off,
a.X-Next.X-Off {
	color:#FFF!important;
}

/*
@media only screen and (orientation : portrait) {
	#searchFormBusiness > header {
		background-image:url(images/syokusyu_close.jpg);
		background-size: 280px 40px;
	}
	#searchFormBusiness.X-Collapsed > header {
		background-image:url(images/syokusyu.jpg);
		background-size: 280px 40px;
	}
	#searchFormWish > header {
		background-image:url(images/kodawari_close.jpg);
		background-size: 280px 40px;
	}
	#searchFormWish.X-Collapsed > header {
		background-image:url(images/kodawari.jpg);
		background-size: 280px 40px;
	}
	#searchFormStation > header {
		background-image:url(images/eki_close.jpg);
		background-size: 280px 40px;
	}
	#searchFormStation.X-Collapsed > header {
		background-image:url(images/eki.jpg);
		background-size: 280px 40px;
	}
	#searchFormCity > header {
		background-image:url(images/shityoson_close.jpg);
		background-size: 280px 40px;
	}
	#searchFormCity.X-Collapsed > header {
		background-image:url(images/shityoson.jpg);
		background-size: 280px 40px;
	}
}*/
/*
@media only screen and (orientation : landscape) {
	#searchFormBusiness > header {
		background-image:url(images/syokusyu_big_close.jpg);
		background-size: 460px 32px;
	}
	#searchFormBusiness.X-Collapsed > header {
		background-image:url(images/syokusyu_big.jpg);
		background-size: 460px 32px;
	}
	#searchFormWish > header {
		background-image:url(images/kodawari_big_close.jpg);
		background-size: 460px 32px;
	}
	#searchFormWish.X-Collapsed > header {
		background-image:url(images/kodawari_big.jpg);
		background-size: 460px 32px;
	}
	#searchFormStation > header {
		background-image:url(images/eki_big_close.jpg);
		background-size: 460px 32px;
	}
	#searchFormStation.X-Collapsed > header {
		background-image:url(images/eki_big.jpg);
		background-size: 460px 32px;
	}
	#searchFormCity > header {
		background-image:url(images/shityoson_big_close.jpg);
		background-size: 460px 32px;
	}
	#searchFormCity.X-Collapsed > header {
		background-image:url(images/shityoson_big.jpg);
		background-size: 460px 32px;
	}
}*/

@media only screen and (orientation : portrait) {
	#searchFormRailway {
		/*border-width:1px;*/
		border-width:0px;
		border-color:#A8D167;
		/*border:solid 1px #A8D167;*/
		border:solid 0px #A8D167;
		/*width:288px !important;*/
		text-align:center;
		margin-top: 20px;
	}
}

/*
.searchFormSectionBody > footer,
.searchButtonLine {
	padding:5px;
	text-align:center;
}*//*
.searchFormSectionBody > footer > button,
.searchButtonLine button {
	border-style:none;
	background-color:none;
	vertical-align:middle;
	width:240px;
	height:40px;
	background-position:center center;
	background-size:240px auto;
	-webkit-background-size:240px auto;
	background-image:url(http://www.phget.com/touch/content/images/search_condition_m.png);
	margin:0px 0px 20px 0px;
}*/
/*
#baseSearchModeBranch {
	display:block;
	text-align:right;
	font-size:12px;
	border-radius: 4px;
}
#baseSearchModeBranch > * {
	display:table-cell;
	height:35px;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	background-repeat:no-repeat;
	cursor:pointer;
}

/*
@media only screen and (orientation : portrait) {
	#baseSearchMode-location {	
		background-image:url(http://www.phget.com/touch/content/images/select_city_m300_off.png);
		background-size: 150px 32px;
		background-position:top right;
	}
	#baseSearchMode-location.X-Selected {	
		background-image:url(http://www.phget.com/touch/content/images/select_city_m300_on.png);
		background-size: 150px 32px;
	}
	#baseSearchMode-railway {	
		background-image:url(http://www.phget.com/touch/content/images/select_line_m300_off.png);
		background-size: 150px 32px;
		background-position:top left;
	}
	#baseSearchMode-railway.X-Selected {	
		background-image:url(http://www.phget.com/touch/content/images/select_line_m300_on.png);
		background-size: 150px 32px;
	}
}
@media only screen and (orientation : landscape) {
	#baseSearchMode-location {	
		background-image:url(http://www.phget.com/touch/content/images/select_city_m300_off_land.png);
		background-size: 230px 32px;
		background-position:top right;
	}
	#baseSearchMode-location.X-Selected {	
		background-image:url(http://www.phget.com/touch/content/images/select_city_m300_on_land.png);
		background-size: 230px 32px;
	}
	#baseSearchMode-railway {	
		background-image:url(http://www.phget.com/touch/content/images/select_line_m300_off_land.png);
		background-size: 230px 32px;
		background-position:top left;
	}
	#baseSearchMode-railway.X-Selected {	
		background-image:url(http://www.phget.com/touch/content/images/select_line_m300_on_land.png);
		background-size: 230px 32px;
	}
}
*/

/* Fix */
.fatComboBox {
	height:40px;
	/*min-width:240px;*/
	/*width:100%;*/
}
@media only screen and (orientation : portrait) {
.fatComboBox {
	width:100%;
	font-size:16px;
	border-radius:5px;
	padding:0 5px;
}
}
@media only screen and (orientation : landscape) {
.fatComboBox {
	/*width:460px !important;*/
	width:90% !important; /*20170502 Change*/
	font-size:16px;
	border-radius:5px;
  padding:0 5px;
}
}

#keywords {
	height:40px;
	/*min-width:240px;*/
	/*width:276px;*/
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
}

.searchFormJobListingLike {
	/*border: 1px #096 solid;
	margin:10px;*/
	width:auto;
	padding-bottom:20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin: 15px;
    border-radius: 3px;
}
.searchFormJobListingLike table {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.searchFormEasyJobsLike {
	padding:0 15px 15px 15px;
}

table.strip2 {
	border-collapse: separate;
	border-spacing:0 4px;
}
table.strip2 th {
	white-space:nowrap;
	font-weight:normal;
	background-color: #2d8c3c;
	color:#FFF;
	font-size:11px; /* 20170502Change */
	width:42px;
	border-radius:3px;
}
table.strip2 h3 {
	font-weight:normal;
}
table.strip2 tr > * {
	/*border-color:#666;
	border-width:1px;
	border-style:none none dotted solid;*/
	/*padding:4px 5px;*/
}
table.strip2 tr > *:last-child {
	border-right-style:none;
}
table.strip2 tr > *:last-child {
	border-right-style:none;
}
table.strip2 tr > *:first-child {
	border-left-style:none;
}
table.strip2 tr:nth-child(odd) > * {
	/*background-color:#FFCCCC;*/
}

table.strip2 td{padding:4px 0 4px 8px;}


.X-Collapsable {
	pointer:cursor;
}
.X-Collapsed > *{
	display:none;
}
.X-Collapsed > header {
	display:block;
}

.X-Centre {
	text-align:center;
	display:block;
}

ul.X-Checklist {
	text-align:left;
	/*padding:5px 0px;*/
}
ul.X-Checklist > li {
	padding-left:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.X-Icon:after {
	content:"";
	clear:both;
	display:block;
}

.X-BottomLine {
	/*position:fixed;
	bottom:0px;*/
	width:100% !important;
	height:42px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	background-color:#777;
	
	display:table;
	z-index:10000;
}


.X-BottomLine > * {
	width:50%;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	padding:3px 5px;
}


.X-BottomLine > * > a {
	-moz-box-shadow:inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF;
	box-shadow:inset 0px 1px 0px 0px #FFF;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777;
	font-family:arial;
	font-weight:bold;
	padding:5px 16px;
	height:16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFF;
}
.X-BottomLine > * > a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.X-BottomLine > * > a:active {
	position:relative;
	top:1px;
}

#searchFormRailway{
	border:0 !important;
	margin-top:20px;
}

/*条件のページ　職種・こだわり*/

#searchFormCity,
#searchFormStation {
	margin-top:10px;
}

/*#searchFormSalary,
#searchFormKeywords {
	margin-top:10px;
}*/

.searchMiniTitle {
	background-color: #9C3 !important;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 4%;
	color: #FFF;
	font-weight: bold;
	margin:0;
	border-bottom:1px solid #FFF;
}

.searchFormSection header.X-Collapsable:after {
	border-right: 2px solid #999;
	border-top: 2px solid #999;
	border-radius: 2px;
	content: "";
	margin: 0 0 0 10px;
	height: 10px;
	width: 10px;
	position: absolute;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 16px;
	right: 4%;
}

.X-Collapsed > header:after{
	transform: rotate(135deg) !important;
	-webkit-transform: rotate(135deg) !important;
	top: 10px !important;
}

#searchFormBusiness header,
#searchFormWish header,
#searchFormCity header,
#searchFormStation header{
}
/*条件検索ページの「この条件で検索」ボタン*/

#searchform .searchButtonLine button{
}

/* 2013.10.16 追加 岩楯 */
.newJobMailSubmit {
	background: center center no-repeat transparent;
	background-image: url(http://www.phget.com/touch/content/images/new_job_mail_m_btn.png);
	background-size: 280px auto;
	-webkit-background-size: 280px auto;
	width: 280px;
	height: 40px;
	margin:20px auto 10px;
	display: inline-block;
	vertical-align: middle;
	border: none;
}

.stripe3 {
	font-size:14px;
}

.stripe3 th {
	width:30%;
}

/* 2018.8.28 水木*/
/*求人検索のセレクトボックスのデザイン*/
#searchform select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding:0 10px;
    border-radius: 3px;
	background: url(/touch/content/images/downward_arrow.png) right center / 26px auto no-repeat #fff;
}

/*条件で探す の上のボタン*/
/*検索結果に戻るボタンはいらない？*/
/*
#backToSearchList{display:none;}
#baseSearchModeBranch{text-align:right;}
#baseSearchMode-location,
#baseSearchMode-railway{
	float:none;
	display: inline-block;
	margin:0;
	font-size: 12px;
}
*/



