@charset "UTF-8";

/* COMMON CSS Document */
.content {
  width: 770px !important;
  max-width: 98%;
}

.recruit {
  font-size: 15px;
  line-height: 1.7;
}

.recruit .title {
  padding: 20px 0;
  background: #53b2e4;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 0px 1px rgba(29, 132, 187, 1);
}

.recruit .title02 {
  padding: 15px 0;
  background: #eef9fe;
  font-size: 24px;
  color: #09486a;
}

.recruit .title03 {
  padding-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #93d7f7;
  font-size: 17px;
  color: #008fd5;
}

.recruit .title03 span {
  border-bottom: 1px solid #008fd5;
  padding-bottom: 8px;
  display: inline-block;
}

.recruit .box {
  background: #d4effd;
  padding-bottom: 60px;
}

.recruit .box01 {
  background: #d4effd url(../../recruit/images/bg.jpg) no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 100px;
}

.recruit .box .rows {
  margin-bottom: 10px;
}

.recruit .note {
  font-size: 12px;
  color: #4a4647;
}

.recruit ul {
  padding-top: 20px;
}

.recruit ul li {
  margin-bottom: 20px;
}

.recruit .btn {
  text-align: center;
  /* padding-top: 20px; */
}
.recruit .btn img{
  max-width: 200px;
}

.limitOut {
  border-top: #008fd5 solid 1px;
  border-bottom: #008fd5 solid 1px;
  margin: 40px 0 0 0;
}

.limitOut p {
  font-size: 21px;
  text-align: center;
  color: #3b8fd5;
  display: block;
  padding: 20px 0;
  line-height: 28px;
  font-weight: bold;
}

.calBox {
  overflow: hidden;
  margin-top: 40px;
}


.calBox .tit_cal {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.calBox table {
  background: white;
  min-width: 500px;
  width: 100%;
  border-collapse: collapse;
  border: solid 3px #000;
}

.calBox th,
.calBox td {
  border: solid 1px #ddd;
  font-size: 14px;
  text-align: center;
  padding: 5px 3px;
}

.calBox th {
  background: #52B3E5;
  color: white;
}

.calBox .label {
  font-weight: bold;
  width: 70px;
}

.calBox .btn img {
  width: 85%;
}

.calBox .cap {
  text-align: center;
  font-size: 12px;
  padding: 3px;
}

/*===============================
             MEDIA
================================*/

@media only screen and (min-width:540px) {
  .calBox .cap {
    display: none;
  }
}

@media only screen and (max-width:540px) {

  .calInner {
    overflow-x: scroll;
  }
}

@media only screen and (max-width:480px) {
  .content {
    width: auto !important;
  }

  .recruit .box,
  .recruit .box01 {
    padding-bottom: 40px;
  }
}