@charset "utf-8";
/* CSS Document */

/*===== 共通 =====*/

article {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding-top: 25px;
}

/*----- パンくず -----*/

#topic-path {
  width: 940px;
  margin: 0 auto;
  border-top: 1px dotted #c3c1c1;
  border-bottom: 1px dotted #c3c1c1;
}

#topic-path ul {
  overflow: hidden;
  padding: 10px 10px 7px;
}

#topic-path ul li {
  float: left;
}

/*----- 保育園名 -----*/

#nursery-name {
  border-left: 5px solid #FFB600;
  margin: 0 25px 30px 25px;
}

#nursery-name h1 {
  border-bottom: 1px solid #FFB600;
  overflow: hidden;
  font-size: 20px;
  margin-left: 15px;
  padding: 10px 5px 3px 3px;
  font-weight: normal;
}

#nursery-name h1 .address {
  float: right;
  font-size: 13px;
  background: url(../img/nursery/icon-map.png) no-repeat left center;
  background-size: 18px;
  padding: 5px 0 3px 18px;
}

#nursery-name ul {
  overflow: hidden;
  margin-left: 15px;
  padding: 5px 0;
}

#nursery-name ul li {
  float: left;
  padding-right: 5px;
}

/*----- メイン情報 -----*/

#nursery-info {
  overflow: hidden;
  margin: 0 25px;
}

#nursery-info .text-box01 {
  width: 360px;
  float: right;
	margin-bottom: 20px;
}

#nursery-info .text-box01 h1 {
  color: #f39417;
  line-height: 1.3;
  margin-bottom: 20px;
}

#nursery-info .text-box01 h2, #nursery-info .text-box02 h2 {
  color: #529642;
  line-height: 1.3;
  margin-bottom: 10px;
}

#nursery-info .text-box01 .text, #nursery-info .text-box02 .text {
  font-size: 15px;
  line-height: 1.3;
}

#nursery-info .img-box {
  width: 250px;
  float: left;
}

#nursery-info .img-box p.main-img {
  border: 5px solid #ffffff;
  box-shadow: 2px 1px 6px 0px #C2C0C0;
  line-height: 0;
  margin-bottom: 15px;
  text-align: center;
}

#nursery-info .img-box p.main-img img {
  width: 236px;
}

#nursery-info .img-box ul {
  overflow: hidden;
  line-height: 0;
  margin-bottom: 10px;
}

#nursery-info .img-box ul li.entry-btn {
  float: left;
}

#nursery-info .img-box ul li.keep-btn {
  float: right;
}

#nursery-info .img-box p.cash {
  background: url(../img/common/bg-cash.png) no-repeat center center;
  text-align: right;
  color: #d92a1d;
  padding: 15px 10px;
  margin-bottom: 15px;
}

#nursery-info .text-box02 {
  clear: both;
}

#nursery-info .text-box02 p.back-btn {
  text-align: right;
  margin: 20px 0 30px 0;
}

/*----- フォトギャラリー -----*/

#photo {
  padding-bottom: 40px;
}

#photo h1 {
  padding: 5px 0 5px 35px;
  margin: 0 0 10px 30px;
  background: url(../img/nursery/icon-photo.png) no-repeat 5px center;
}

#photo ul {
  overflow: hidden;
}

#photo ul li {
  float: left;
  margin-left: 33px;
  width: 176px;
}

#photo .photo-image {
  border: 5px solid #ffffff;
  box-shadow: 2px 1px 6px 0px #C2C0C0;
}

#photo .photo-image img {
  width: 100%;
}

#photo .photo-text {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.3;
}

/*----- 募集要項 -----*/

#job {
  padding-bottom: 40px;
}

#job h1 {
  padding: 5px 0 5px 35px;
  margin: 0 0 10px 30px;
  background: url(../img/nursery/icon-job.png) no-repeat 5px center;
}

#job table {
  border: 1px solid #EC7878;
  margin: 0 auto;
  line-height: 1.3;
}

#job table tr {
  border-bottom: 1px dotted #EC7878;
}

#job table tr th {
  width: 160px;
  background-color: #ffa6a6;
  padding: 15px 0;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}

#job table tr td {
  width: 420px;
  padding: 15px;
  font-size: 14px;
}

#job table tr td ul li {
    padding-bottom: 8px;
}

#job table tr td ul.entry-flow li {
  background: url(../img/nursery/icon-next.png) no-repeat 3px bottom;
  padding-bottom: 14px;
  margin-bottom: 5px;
}

#job table tr td ul li.last {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#job .btn-box {
  width: 250px;
  margin: 20px auto 0;
}

#job .btn-box ul {
  overflow: hidden;
}

#job .btn-box ul li.entry-btn {
  float: left;
}

#job .btn-box ul li.keep-btn {
  float: right;
}

/*----- アクセス -----*/

#map {
  padding-bottom: 40px;
}

#map h1 {
  padding: 5px 0 5px 35px;
  margin: 0 0 10px 30px;
  background: url(../img/nursery/icon-map.png) no-repeat 5px center;
}

#map p.back-btn {
  text-align: right;
  margin: 20px 25px 30px 0;
}

#map .map-remarks {
  margin: 0 0 10px 35px;
	line-height: 1.3;
}

/*----- 法人概要 -----*/

#company {
  padding-bottom: 30px;
}

#company h1 {
  padding: 5px 0 5px 35px;
  margin: 0 0 10px 30px;
  background: url(../img/nursery/icon-job.png) no-repeat 5px center;
}

#company table {
  border: 1px solid #cdb79c;
  margin: 0 auto;
  line-height: 1.3;
}

#company table tr {
  border-bottom: 1px dotted #cdb79c;
}

#company table tr th {
  width: 160px;
  background-color: #f4dfad;
  padding: 15px 0;
  font-size: 15px;
  font-weight: normal;
  color: #774a00;
}

#company table tr td {
  width: 420px;
  padding: 15px;
  font-size: 14px;
}

#company p.back-btn {
  text-align: right;
  margin: 20px 25px 30px 0;
}

/*----- 同じエリア内の求人 -----*/

#etc-nursery {
  margin-top: 50px;
}

#etc-nursery h1 {
  margin: 0 0 10px 8px;
}

#etc-nursery .innr {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding-top: 25px;
}

#etc-nursery .innr {
  overflow: hidden;
  padding: 7px 10px 0;
}

#etc-nursery .innr .box {
  width: 300px;
  overflow: hidden;
  float: left;
  padding: 15px 17px;
  border-bottom: 1px dotted #c3c1c1;
}

#etc-nursery .innr .no-border {
  border-bottom: none;
}

#etc-nursery .innr .box p.nursery-img {
  float: left;
}

#etc-nursery .innr .box p.nursery-img img {
  width: 110px;
}

#etc-nursery .innr .box .text-box {
  width: 170px;
  float: right;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  padding-left: 15px;
}

#etc-nursery .innr .box .text-box h2 {
  text-align: left;
  margin-bottom: 15px;
}
