@charset "utf-8";

/* =======================
		logo
========================== */
#header p.h1 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
  width: 399px;
}
/* =======================
		employ
========================== */
#employ {
  line-height: 1.5;
  width: 90%;
  margin: 0 auto 30px;
}
#employ a:link,
#employ a:visited {
  color: #fff;
  text-decoration: underline;
}
#employ a:hover {
  text-decoration: none;
}
#employ p {
  margin: 0 20px;
  line-height: 1.5;
}
#employ h5 {
  margin: 0 20px 12px 20px;
  line-height: 1.3;
  font-weight: bold;
}
#employ table {
  border-top: #c2c2c2 solid 1px;
  border-right: #c2c2c2 solid 1px;
  margin-bottom: 30px;
  width: 100%;
}
#employ table th,
#employ table td {
  border-bottom: #c2c2c2 solid 1px;
  border-left: #c2c2c2 solid 1px;
}
#employ table tr th {
  width: 100px;
  padding: 10px 0;
  text-align: center;
  background-color: #303030;
}
#employ table tr td {
  padding: 10px;
}
#employ .attention {
  text-align: right;
  margin: 0 20px 10px 20px;
}
#employ .entry_shib {
  margin: 0 0 60px 0;
}
#employ dl dt {
  font-weight: bold;
}
#employ dl dd .information {
  padding: 8px 20px 10px 20px;
  background-color: #303030;
}
#employ dl dd dl .info_left {
  float: left;
}
#employ table tr td ul li dl dt {
  float: left;
  height: 2em;
  font-weight: normal;
}
#employ table tr td ul li dl div {
  float: left;
}

#employ .form_box {
  display: flex;
  justify-content: center;
  width: 650px;
  margin: -10px 0 50px 0;
}
#employ .form_box p a img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #employ {
    width: 980px;
  }
}
