@charset "utf-8";
/**
/* CSS
----------------------------------------------- */
/* 募集情報 */
table.tb01{
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th {
  background: #ff7bac;
  color: #fff;
  text-align:center;
  
}
caption{
	margin-bottom:20px;
}

@media screen and (max-width: 640px) {
	.tb01 th,
	.tb01 td{
	text-align:center;
	}
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
    background: #ff7bac;
    color:#fff;
    font-weight:bold;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/* 募集情報 */



/* 預かり保育 */
table.tb02{
  width: 100%;
}
.tb02 th,
.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb02 th {
  background: #ff7bac;
  color: #fff;
  text-align:center;
  
}
.tb02 td:first-child{
	width:25%;
}
caption{
	margin-bottom:20px;
}

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

  .tb02 .head{
    display:none;
  }
  .tb02 {
    width: 100%;
  }
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb02 td:first-child{
    background: #ff7bac;
    color:#fff;
    font-weight:bold;
	width:100%;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
/* 預かり保育 */

