@charset "UTF-8";
/*---------------------------------------------------------------------------------
student
---------------------------------------------------------------------------------*/
.student {
  background: #f9f2de;
  padding: 0 0 20px;
}

.title {
  background: #e7ddd4;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  -webkit-box-shadow: inset 0 2px #e7ddd4, inset 0 -2px #e7ddd4, inset 0 3px #000, inset 0 -3px #000, 0 0 2px rgba(0, 0, 0, .3);
  box-shadow: inset 0 2px #e7ddd4, inset 0 -2px #e7ddd4, inset 0 3px #000, inset 0 -3px #000, 0 0 2px rgba(0, 0, 0, .3);
  padding: 10px 0;
  text-align: center;
}

.title img {
  margin: 0 auto;
}

.title p {
  border-top: 2px dotted #000;
  font-size: 12px;
  margin: 5px 0 0;
  padding: 5px 5px 0;
  text-align: justify;
  word-break: break-all;
}

.section {
  border-top: 3px solid #000;
  -webkit-box-shadow: inset 0 2px #f8f8f1, inset 0 3px #000;
  box-shadow: inset 0 2px #f8f8f1, inset 0 3px #000;
  margin: 10px 0;
  padding-top: 10px;
}

.title + .section {
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
}

.article dl,
.article dt,
.article dd {
  margin: 0;
  padding: 0;
}

.article .theme {
  border-bottom: 3px dotted #000;
  border-top: 3px dotted #000;
  font-size: 20px;
  padding: 5px 0;
}

.lady {
  padding: 5px;
}

.lady img {
  margin: 5px auto;
}

.article .theme dt {
  color: #ea608e;
  font-size: 16px;
}

.lady .profile {
  background: #fff;
  border: 1px solid #718cc7;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px #fff, -5px 5px #fff, 5px -5px #fff, -5px -5px #fff, 6px 6px 3px rgba(0, 0, 0, .1), -6px 6px 3px rgba(0, 0, 0, .1), 6px -6px 3px rgba(0, 0, 0, .1), -6px -6px 3px rgba(0, 0, 0, .1);
  box-shadow: 5px 5px #fff, -5px 5px #fff, 5px -5px #fff, -5px -5px #fff, 6px 6px 3px rgba(0, 0, 0, .1), -6px 6px 3px rgba(0, 0, 0, .1), 6px -6px 3px rgba(0, 0, 0, .1), -6px -6px 3px rgba(0, 0, 0, .1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 5px 0;
  padding: 5px 5px 0;
}

.lady .profile p {
  border-top: 1px solid #718cc7;
  margin: 0;
  padding: 5px;
  text-align: left;
  word-break: break-all;
}

.vol388 .profile .work span,
.vol388 .profile .salary span:first-of-type {
  display: block;
  font-size: 14px;
}

.lady .profile span {
  color: #ea608e;
}

.lady .profile .name {
  color: #ea608e;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 0;
  text-align: center;
}

.lady .profile .name:first-of-type {
  border-top: none;
  padding-top: 0;
}

.lady .profile .name span {
  font-size: 14px;
}

.lady .profile .name:before,
.lady .profile .name:after {
  color: #f5b7be;
  content: "♥";
}

.lady .profile strong {
  display: block;
  font-size: 20px;
  text-align: center;
}

.lady .profile .work,
.lady .profile .salary {
  background: no-repeat left center;
  -webkit-background-size: 30px;
  background-size: 30px;
  font-size: 20px;
  padding: 5px 5px 5px 35px;
}

.lady .profile .work {
  background-image: url(../../../student/img/work.gif);
}

.lady .profile .salary {
  background-image: url(../../../student/img/salary.gif);
}

.sub_title {
  background: #718cc7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 15px;
  padding: 10px;
  position: relative;
}

.sub_title:after {
  border-color: #718cc7 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  z-index: 1;
}

.article .interview {
  background: #fff;
  border: 1px solid #ea608e;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px #fff, -5px 5px #fff, 5px -5px #fff, -5px -5px #fff, 6px 6px 3px rgba(0, 0, 0, .1), -6px 6px 3px rgba(0, 0, 0, .1), 6px -6px 3px rgba(0, 0, 0, .1), -6px -6px 3px rgba(0, 0, 0, .1);
  box-shadow: 5px 5px #fff, -5px 5px #fff, 5px -5px #fff, -5px -5px #fff, 6px 6px 3px rgba(0, 0, 0, .1), -6px 6px 3px rgba(0, 0, 0, .1), 6px -6px 3px rgba(0, 0, 0, .1), -6px -6px 3px rgba(0, 0, 0, .1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 10px 20px;
  padding: 5px 5px 0;
  text-align: justify;
  word-break: break-all;
}

.article .interview dt {
  background: url(../../../student/img/q.gif) no-repeat left center;
  -webkit-background-size: 20px;
  background-size: 20px;
  color: #718cc7;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
}

.article .interview dd {
  background: transparent;
  margin: 5px 0 5px 25px;
  padding: 5px 10px;
  position: relative;
}

.article .interview dd:before,
.article .interview dd:after {
  background: no-repeat left top;
  -webkit-background-size: 20px;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
}

.article .interview dd:before {
  background-image: url(../../../student/img/start.gif);
  left: 0;
  top: 0;
}

.article .interview dd:after {
  background-image: url(../../../student/img/end.gif);
  bottom: 0;
  right: 0;
}

.info {
  background: #f8d4d6;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  font-size: 0;
  margin: 10px 0 0;
  padding-bottom: 10px;
}

.info .shop {
  background: #ea608e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
}

.info .shop:after {
  border-color: #ea608e transparent transparent transparent;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  bottom: -15px;
  content: "";
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.info .name ul {
  font-size: 14px;
  list-style: none;
  margin: 10px 10px 5px;
  padding: 0;
  text-align: left;
}

.info .name li:before {
  color: #ea608e;
  content: "♥";
  font-weight: bold;
}

.info .name h3 {
  font-size: 24px;
  line-height: 1;
  margin: 5px 10px;
  padding: 0;
  text-align: left;
}

.info .name h3 strong {
  font-size: 16px;
}

.comment {
  font-size: 12px;
  line-height: 1.2;
  margin: 10px;
  text-align: justify;
  word-break: break-all;
}

.date {
  font-size: 12px;
  margin: 5px;
  text-align: right;
}

.button {
  background: no-repeat 98% center;
  -webkit-background-size: 15px, auto;
  background-size: 15px, auto;
  border: 2px solid;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .8);
  box-shadow: inset 0 1px rgba(255, 255, 255, .8);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.go_detail {
  background-image: url(../../../student/img/arw.png), -webkit-linear-gradient(top, #ea608e, #db356d);
  background-image: url(../../../student/img/arw.png), linear-gradient(to bottom, #ea608e, #db356d);
  border-color: #db356d;
  margin: 0 10px;
  padding: 10px 0;
}

.go_list {
  background-image: url(../../../student/img/arw.png), -webkit-linear-gradient(top, #ffb648, #f90);
  background-image: url(../../../student/img/arw.png), linear-gradient(to bottom, #ffb648, #f90);
  border-color: #f90;
  margin: 30px 10px;
  padding: 15px 0;
}

.message {
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  margin: 20px 10px 0;
  padding: 10px 10px 20px;
  position: relative;
  text-align: justify;
  word-break: break-all;
}

.message p {
  margin: 0;
}

.message .catch {
  color: #ea608e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
