@charset "utf-8";

/*----------------------------------------------------------
   #header
----------------------------------------------------------*/
#header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  box-shadow: inset 0 -1px 0 rgba(204, 213, 220, 0.5);
  background-color: #fff;
}

#header .hd_title {
  color: #3b4043;
  font-size: 10px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
  white-space: nowrap;
  margin: auto;
}

#header #readers {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
}

#header #readers img {
  display: block;
  margin: auto;
}

#header .balloon {
  display: none;
  align-items: center;
  z-index: 1000;
  padding: 19px 21px;
  position: absolute;
  top: 40px;
  right: 15px;
  width: 200px;
  height: 68px;
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(204, 213, 220, 0.5);
  border-radius: 4px;
  color: #6f7478;
}

#header .balloon .wording {
  width: 130px;
  position: absolute;
  top: 19px;
  right: 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}

#header .balloon.overlay {
  display: flex;
}

/*----------------------------------------------------------
   #main
----------------------------------------------------------*/
#main {
  padding-top: 60px;
  padding-bottom: 130px;
}

#main .tag {
  margin-right: -2px;
  letter-spacing: -.36em;
}

#main .tag li {
  display: inline-block;
  min-height: 32px;
  margin: 0 2px 3px 0;
  padding: 8px 11px 7px;
  border: 1px solid #ccd5dc;
  border-radius: 16px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: normal;
  vertical-align: middle;
}

/* #mv
----------------------------------------------------------*/
#mv {
  max-width: 570px;
  margin: 0 auto 42px;
}

/* #basic
----------------------------------------------------------*/
#basic .info h2 {
  display: inline;
  margin-right: 5px;
  color: #939ca5;
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: middle;
}

#basic .info .label {
  display: inline-block;
  height: 20px;
  padding: 5px 5px 0;
  border-radius: 4px;
  background: #939ca5;
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
  font-weight: bold;
}

#basic .shop_name {
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
}

#basic .tag {
  margin-top: 5px;
}

#basic .access {
  margin-top: 3px;
  padding-bottom: 13px;
}

#basic .salary {
  margin-top: 5px;
}

#basic .salary dt {
  float: left;
  height: 24px;
  margin: 3px 8px 0 0;
  padding: 7px 10px 0;
  background-color: #ff3300;
  border-radius: 11px;
  color: #fff;
  font-size: 11px;
  line-height: 1.1;
}

#basic .salary dd {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

#basic .salary dd b {
  font-size: 22px;
  font-weight: bold;
}

#basic .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4
}

#basic .text b {
  padding-left: 2px;
  font-size: 16px;
  font-weight: bold;
}

/* #detail
----------------------------------------------------------*/
#detail {
  margin-top: 40px;
}

#detail .lead {
  color: #939ca5;
  font-size: 17px;
  line-height: 1.45;
  font-weight: bold;
}

#detail .title_s {
  margin-top: 42px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

#detail .title_s:first-of-type {
  margin-top: 35px;
}

#detail .title_s + p {
  margin-top: 5px;
}

#detail p + p {
  margin-top: .85em;
}

#detail .title_s + ul {
  margin-top: 9px;
}

#detail ul + p {
  margin-top: 10px;
}

/* .btn
----------------------------------------------------------*/
#toForm {
  position: fixed;
  bottom: 8px;
  left: 0;
  width: 100%;
}

#an-content {
  margin-top: 60px;
}
