@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Header*/
header {
	background: #FFF;
	border-bottom: 2px solid #90df27;
}
#header_tx {
	font-size: 10px;
	font-weight: normal;
	color: #c7c7c7;
	background: none;
	text-align: center;
	margin: 0;
}
/*-------------------------------------------------------- mainnavi */
#mainnavi01 ul li:nth-child(5) {
	color: #fff;
	background: #86c82f;
	padding-left: 10px;
}
/*-------------------------------------------------------- table */
.dl_table {
  display: table;
  width: 100%;
}
.dl_table dl {
  display: table-row;
}
.dl_table dt,
.dl_table dd {
  display:block;
  padding: 12px 20px;
  box-shadow: 0 1px 0 #FFF inset,
    0 -1px 0 #FFF inset,
    1px 0 0 #FFF inset,
    -1px 0 0 #FFF inset;
}
.dl_table dt {
  font-weight: bold;
  text-shadow: 0 1px 0 #FFF;
}
.dl_table dd {
}

/*-------------------------------------------------------- info_sec01 */
#info_sec01 figure img{
	margin: 10px auto;
	display: block;
}
#info_recruit {
  margin-top: 10px;
  background: url(../img/info_img/bg_recruit.jpg) no-repeat left top;
	background-size: 100% auto;
  padding: 20px 0 ;
}
#info_recruit h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
#info_recruit p {
  text-align: center;
  line-height: 1.35;
}
#info_table {
  margin-top: 30px;
  border: 1px solid #d1c0a5;
}
#info_table dt,
#info_table dd {
  border-bottom: 1px dotted #d1c0a5;
}
#info_table dt:last-of-type,
#info_table dd:last-of-type {
  border-bottom: 1px solid #d1c0a5;
}
#info_table dt {
  background: url(../img/info_img/bg_th01.gif) repeat left top;
  border-left: 1px solid #d1c0a5;
}

/*-------------------------------------------------------- info_sec02 */
/* history */
#history_table {
  margin-top: 30px;
  border: 1px solid #c9e4a6;
}
#history_table dt,
#history_table dd {
  border-bottom: 1px dotted #c9e4a6;
}
#history_table dt:last-of-type,
#history_table dd:last-of-type {
  border-bottom: 1px solid #c9e4a6;
}
#history_table dt {
  background: url(../img/info_img/bg_th02.gif) repeat left top;
}
/*-------------------------------------------------------- info_sec03 */
#info_sec03 figure img {
	margin: 20px auto 0;
	display: block;
}
#baby h3 {
	margin: 10px auto ;
	text-align: center;
  font-weight: bold;
}
#baby p {
  text-align: center;
}
#ph_facility li figure {
	position: relative;
}
#ph_facility li figure img {
	width: 300px;
	height: auto;
}
#ph_facility li figure figcaption{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(79,66,47,0.75);
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #FFF;
}

/*-------------------------------------------------------- footer */
footer {
	background: #90df27 url(../img/kohitsuji_img/bg_footer.gif) no-repeat center top;
	margin: 20px 0 0;
}
section#information #f_kohitsuji .f_title {
	border-bottom: none;
}
section#information #f_kohitsuji dl dt {
	float: left;
	clear: both;
	margin-top: 10px;
}
section#information #f_kohitsuji dl dd {
	float: right;
	text-align: left;
	width: 70%;
	margin-top: 10px;
}
section#information #f_kohitsuji ul li {
	background: url(../img/common_img/arrow_g.png) no-repeat left top;
	background-size: 7% auto;
	padding-left: 25px;
	padding-bottom: 10px;
}
section#information #f_kohitsuji ul li a {
	color: #3f3c39;
	text-decoration: underline;
}
section#information #footer_banner p {
	text-align: center;
	margin-bottom: 10px;
}
/*copyright*/
footer p#copyright {
	font-size: 10px;
	color: #90df27;
	background: #28a10b url(../img/kohitsuji_img/bg_copy.gif) no-repeat;
	text-align: center;
	padding: 12px 0 10px;
}