/* ひょうご・しごとネット */
/* COMMON styles */
img { border-style: none; }
/* FORM styles */
form { display: inline; margin: 0px; padding: 0px }
input { font-size: 1.6rem }
select { font-size: 1.6rem }
textarea { font-size: 1.6rem }
input:focus{ background: #f7f8c9; border: 1px solid #e85224; }
input:required,input[type="email"]:invalid{background: #fb8a9a;}
input:valid{background: transparent;} /* 入力内容が正しかった場合の指定 */
a:link{ text-decoration: none; color: #0086a8; }
a:hover{ text-decoration: none; color: #e84a9a; }
a:visited{ text-decoration: none; color: #0086a8; }

html {
	font-size: 62.5%;
}
body {
    font: 1.6rem "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    margin: 0px;
    background-color: #fff;
    text-align: left;
	background: #fff;
	color: #333;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#BODY_BG1 {
    background: #fff;
    padding-top: 0;
}
#PAGE_BAK {
    margin: 0px auto;
}
#PAGE_OUT {
    margin: 0px;
    padding: 0px;
}
#PAGE_BOX {
    text-align: left;
    border-style: none;
    background-color: #fff;
}
/* HEADER */
header {
    margin: 0px;
    padding: 0px;
	background-color: #28c6d1;
	line-height: 150%;
    text-align: left;
    vertical-align: top;
}
div#TOPMSG {
    margin: 0;
    padding: 0;
    background: #d4f8fb;
    border-style: none;
	font-size: 1rem;
    line-height: normal;
    text-align: left;
}
#SITETITLE {
    float: left;
    margin: 0;
	padding: 0 50px 0 0;
	border-radius: 0 0 100px 0;
	background-color: #00bbd2;
    text-align: left;
}
#SITETITLE a {
	margin: 5px auto;
	padding: 0 10px;
	display: block;
}
#SITETITLE a img {
	width: auto;
	height: auto;
	margin: 0 auto;
    max-width: 100%;
}
#HEADINFO {
    border-style: none;
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
}
#MENU1 {
    min-height: 120px;
	background: url("/img/usrfiles/jobnet/773_DEF_SEARCH_bg_tophead.png") center bottom repeat-x #28c6d1;
    margin: 0;
    padding: 0;
    border-style: none;
	line-height: 150%;
    text-align: left;
}
#MAINMENU {
	max-width: 1024px;
	min-height: 120px;
	margin: 0 auto;
}
#TOP #MAINMENU {
	background: url("/img/usrfiles/jobnet/773_DEF_SEARCH_bg_mainmenu.png") no-repeat center bottom;
}
#TOP #TOPSEARCHBOX 
#DEF #MAINMENU {
	min-height: unset;
}
#TITLE {
	max-width: 1024px;
	min-height: 100px;
    margin: 0 auto;
	background: url("/img/usrfiles/jobnet/773_DEF_SEARCH_bg_mainmenu.png") no-repeat center bottom;
}
#MAIN {
	width: 100%;
	padding: 0;
	margin: 8px 0 0;
}
#MAIN article > div {
	max-width: 1004px;
    border-style: none;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
article#TOPSEARCHBOX {
	background:  #f7f8c9;
}
article#BODY {
	padding: 0 0 70px 0;
}
article#PICKUP {
	background: #d9e8d9;
}
article#DFFSEARCHBOX {
	background:  #f7f8c9;
}
article#BODY {
	padding: 0 0 20px 0;
}
#SUB {
    margin: 0px;
    padding: 10px 0 0 0;
    border-style: none;
    line-height: 150%;
    text-align: left;
    vertical-align: top;
}
#PTOP {
    margin: 0px;
    padding: 0px;
    line-height: 150%;
    text-align: right;
    vertical-align: top;
 }
/* FOOTER */
footer{
	width: 100%;
    margin: 70px auto 0;
    padding: 0px;
    border-style: none;
	min-height: 60px;
    line-height: 150%;
    text-align: left;
    vertical-align: top;
	background-color: #fff;
}
#FOOT1 {
	padding: 1.5rem 0;
	background: #e5e5e5;
}
#FOOT1 > div {
	display: block;
	width: 100%;
	text-align: center;
}
#FOOT2 {
	width: 100%;
	min-height: 140px;
	background: #00bbd2;
	text-align: right;
	color: #fff;
}
#COPY {
    margin: 0px;
    border-style: none;
    padding: 0px 0px;
    font-size: 80%;
    width: 100%;
	background: #fff;
    line-height: 150%;
    text-align: center;
    vertical-align: top;
}
/*FormStyle*/
input[type=text]    {
    font-size : 1.6rem;
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
input[type="submit"] {
  -webkit-appearance: none;
}
label {
	display: inline-block;
}
label + input {
    display: inline-block;
    vertical-align: top;
    padding: 2px 26px;
    margin: 0;
    cursor: pointer;
    position: relative;
}
input[type=radio] {
	position: relative;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 17px;
}
input[type=checkbox] {
	position: relative;
    display: inline-block;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #fff;
}
select,
input[type=text] ,
textarea {
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #fff;
    padding: 10px;
}
input[type=text] {
    width: 80%;
}
input[type=text].input_err {
    border: 1px solid #c44;
    background-color: #fdd;
}
input[type="submit"] {
	min-width: 30%;
    padding: 15px 30px;
	border-radius: 12px;
	border: 1px solid #fff;
	background: #28c6d1;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
}

.notes {
font-size: 1.3rem;
color: #999;
}

 /* ----------------- SP ------------------- */
@media screen and (max-width: 767px) {
#PAGE_BAK {
    width: 100%;
	overflow: hidden;
}
#PAGE_BOX {
}

/* HEADER */
#HEADER {
    height: auto;
    min-height: 40px;
}
/* HEADER -> SITETITLE */
#SITETITLE {
	width: auto;
}
#SITETITLE img {
    float: left;
    height: auto;
    max-width: 616px;
    width: 80%;
	padding: 10px 0;
}
#MENU1 {
	display: none !important;
	height: 0px;
}
#PATH {
	display: block;
	background-color: #FFF;
}
/* BODY */
#BODYBLOCK {
	width: 100%;
}

#MAIN {
	padding-bottom: 30px;
	display: inline-block;
    width: 100%;
    height: auto;
}
#SUB {
	display: inline-block;
    height: auto;
    width: 100%;
}
#PTOP {
    max-width: 100%;
    height: auto;
}
#FOOT1 {
	padding: 0 0 1.5rem;
}
#FIXLINKBOX {
	position: relative;
}
#HIROBALINK_SP img {
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
}


    #MENUT {
      display: none;
    }

/* SP版メニュ */     
    @media screen and (min-width : 768px) {
      #MENUT {
        display: block;
      }
      .slicknav_menu {
        display: none;
      }
    }


/* テーブル用 */
	@media only screen and (max-width: 767px) {

        #FOOT2 table, #FOOT2 thead, #FOOT2 tbody, #FOOT2 th, #FOOT2 td, #FOOT2 tr { 
            display: block; 
        }
		
        /* Hide table headers (but not display: none;, for accessibility) */
        #FOOT2 thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
		
        #FOOT2 tr {
            display:block;
        }
		
        #FOOT2 td { 
			/* Behave  like a "row" */
            border: none;
			border-bottom: 1px solid #7B8C81; 
			position: relative;
        }
		
        #FOOT2 td:before { 
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%; 
            padding-right: 10px; 
            white-space: nowrap;
        }

	  /*Label the data*/
        td:nth-of-type(1):before { content: ""; }
        td:nth-of-type(2):before { content: ""; }
        td:nth-of-type(3):before { content: ""; }
        td:nth-of-type(4):before { content: ""; }
	}



/* ----------------- PC and iPad ------------------- */
@media screen and (min-width: 768px) {
#PAGE_BOX {
    margin: 0px auto;
    }

/* HEADER */
#HEADER {
	overflow: hidden;
	margin: 0 0 10px;
}
/* HEADER -> SITETITLE */
#SITETITLE {
    height: 84px;
    width: 616px;
}
#HEADINFO {
	text-align: right;
}
#MENUT {
    height: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
	margin: -1px 0;
}
#MENU1SP {
	display: none !important;
	height: 0px;
}
#PATH {
	background-color: #fff;
}
#PATH > div {
    min-width: 1024px;
    max-width: 1024px;
	margin: 0 auto;
}
/* MAIN */
#MAIN {
    width: 100%;
    min-height: 280px;
    margin-right: 20px;
 }
article {
    min-width: 1024px;
    max-width: 1024px;
	margin: 0 auto;
	}
 #SUB {
    float: right;
    width: 100%;
    margin-right: 20px;
 }

/* PTOP */
#PTOP {
    width: 100%;
    min-width: 790px;
    max-width: 790px;
 }

/* FOOTER */
footer {
    width: 100%;
 }
footer > div > div {
	display: block;
	padding: 5px 10px;
	margin: 0 auto;
    min-width: 1024px;
    max-width: 1024px;
	}
#FIXLINKBOX {
	position: fixed;
	top: 105px;
	right: 10px;
}
}
/* 20210219 */
table {
  width: 100%;
  table-layout: fixed;
}
table td {
  /*word-break: break-all;*/
  overflow-wrap : break-word;
}
#HEADINFO a img {
padding: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
#HEADER {display: inline-block;}
#SITETITLE {width: 68%; position: relative; z-index: 1000;}
#HEADINFO a img {display: none;}
.slicknav_menu {width: 100%;}
.slicknav_nav {height: 100%;}
}
#PICKUP > div {
width: auto;
}
@media screen and (min-width: 768px) {
#PICKUP > div {width: 50%; float:left; } 
}
#BODY label,#BODY input[type="text"],#BODY textarea { 
font-family: auto !important;
font-size: 1.6rem;
}
#BODY textarea {
width: 80% !important;
min-height: 4rem;
}
@media screen and (max-width: 767px) {
label {
  background: #fff;
  padding: 5px 20px 5px 0;
  display: inline-block;
  margin: 5px 0;
  border-radius: 6px;
  border: 1px solid #eee;
}}
.notes {
  display: block;
  margin:0 0 5px;
}
#DEF #MAINMENU {
min-height: auto;
padding: 10px 0 0;
}
.detail_tablebox .displayNone,
.detail_company .displayNone {
    display: none !important;
}
article#BODY {
 padding: 0 0 70px 0;
}
@media screen and (min-width: 768px) {
#PICKUP > div { width: auto; float:none; } 
}
article {
    min-width: unset;
    max-width: unset;
    margin: 0 auto;
}



/* alletc */
@media screen and (min-width: 768px) {
	.pcnone { display: none !important; }
}
@media screen and (max-width: 767px) {
	.spnone { display: none !important; }
}
.dnone {
	display: none;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.fclear {
	float: right;
}
.textc {
	text-align: center;
}
.textl {
	text-align: left;
}
.textr {
	text-align: right;
}
.hidebox {
	display: none !important;
}
.viewbox {
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

