@charset "utf-8";

/* ****************************************************************************************************
   * チャイルド広場
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * スケジュール
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * スケジュール テーブル
/* ------------------------------------------------------------------------------------------------- */

#child-hiroba div.schedule * + table.schedule,
#child-hiroba div.schedule table.schedule + * {
  margin-top: 1em;
}

#child-hiroba div.schedule table.schedule {
  border-collapse: collapse;
}

#child-hiroba div.schedule table.schedule th {
  border-bottom: 1px dotted #bbb;
}

#child-hiroba div.schedule table.schedule td {
  border-bottom: 1px dotted #bbb;
}

#child-hiroba div.schedule table.schedule .title {
  color: #9e77ba;
  line-height: 1.3;
  font-size: 18px;
}

/* * ブレイクポイント ･････････････････ */

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

#child-hiroba div.schedule table.schedule th {
	border-top: solid 1px #bdb9cd;
	border-bottom: solid 1px #bdb9cd;
	background: #f1f1f1;
}

#child-hiroba div.schedule table.schedule td {
  border: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 会場／時間／定員  テーブル
/* ------------------------------------------------------------------------------------------------- */

#child-hiroba div.schedule * + table.data,
#child-hiroba div.schedule table.data + * {
  margin-top: 1em;
}

/* ****************************************************************************************************
   * お問い合わせ・お申し込み
**************************************************************************************************** */

#contact {}
