@charset "utf-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.last {
  text-align: center;
}
.last .controls {
  margin-left: 0;
}
.last .control .btn {
  margin: 0 auto;
}
#bd_bgcolor {
  background-image: url(../img/common/bk.jpg);
  background-repeat: repeat-x;
}
h2 {
  margin: 20px 0 8px 0;
  padding: 10px;
  border-bottom: 2px solid #C4DE7F;
  background-color: #F3F8E5;
  color: #66CC00;
  font-size: 108%;
  line-height: 1.2;
}
h3 {
  margin: 0px 0px 5px;
  padding: 5px;
  font-size: 108%;
  line-height: 1.2;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
h4 {
  margin: 5px 0px;
  padding: 3px 5px;
  font-size: 100%;
  border-left: 5px solid #ddd;
}
#header {
  /*  background-image:url(../img/common/head_bk.jpg);*/
  background: #89BE00;
  background-repeat: no-repeat;
  padding: 10px 0;
}
#header h1 {
  padding: 0px 10px;
  font-size: 24px;
}
@media screen and (max-width: 860px) {
  #header h1 {
    font-size: 20px!important;
  }
}
@media screen and (max-width: 768px) {
  #header h1 {
    font-size: 18px!important;
  }
}
@media (max-width: 486px) {
  #header h1 {
    font-size: 13px!important;
  }
}
#header .to-hospital {
  padding: 10px 20px 20px 20px;
}
#header a {
  color: #fff;
}
#footer {
  background-color: #89BE00;
  color: #fff;
}
#footer .copy {
  padding: 5px 10px;
  text-align: right;
}
/* フォームの流れの表記 */
div.flw {
  *zoom: 1;
  padding: 5px;
  border-left: 2px solid #C4DE7F;
  border-right: 2px solid #C4DE7F;
  border-bottom: 1px dotted #dddddd;
  background-color: #fff;
}
div.flw:before,
div.flw:after {
  display: table;
  content: "";
  line-height: 0;
}
div.flw:after {
  clear: both;
}
div.flw ul {
  margin: 0;
  float: right;
  list-style-type: none;
}
div.flw ul li {
  display: inline;
}
div.flw ul li:after {
  color: #333;
  margin: 0px 10px;
  content: '>';
}
div.flw ul li.last:after {
  margin: 0px 0px;
  content: '';
}
div.flw ul li.active {
  color: #339900;
}
#contents {
  padding: 20px 20px 20px;
  background-color: #fff;
  border-left: 2px solid #C4DE7F;
  border-right: 2px solid #C4DE7F;
}
#event-lists {
  margin-bottom: 20px;
  /* イベントの予定一覧 */
  /* イベント詳細 */
}
#event-lists .schedule-list {
  margin-bottom: 10px;
  border: 2px solid #ddd;
}
#event-lists .schedule-list th,
#event-lists .schedule-list td {
  background-color: #fff;
}
#event-lists .schedule-list .col-check {
  text-align: center;
  width: 15px;
  background-color: #eee;
}
#event-lists .event-detail {
  padding: 5px;
  border: 1px solid #C4DE7F;
  display: none;
}
#event-lists .event-detail .event-detail-section {
  margin: 5px 0px;
  border: 2px solid #ddd;
}
#event-lists .event-detail .event-detail-section ul {
  margin-bottom: 5px;
}
#event-lists .event-detail .event-detail-section .note {
  padding: 5px;
}
#event-lists .event-footer {
  background-color: #fafafa;
  margin-top: 10px;
  text-align: right;
  border-top: 1px solid #ccc;
}
#event-lists .event-footer span {
  margin: 0px 10px 0px 0px;
  padding: 3px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
}
#entry-form {
  font-size: 12px!important;
  /*  .m_must {
    background-color: #fcc;
  }
*/
}
#entry-form label {
  font-size: 12px!important;
}
#entry-form .control-group {
  padding: 5px 0px;
  border-bottom: 1px dotted #ccc;
}
#entry-form .control-group.last {
  border-bottom: none;
}
#entry-form .control-group .control-label {
  padding-left: 5px;
  text-align: left;
  border-left: 3px solid #ddd;
}
#entry-form .control-group .control-text {
  padding-top: 5px;
}
#entry-form .holiday-address-group {
  background-color: #f9f9f9;
}
#entry-form .holiday-address {
  margin-top: 10px;
}
@media (min-width: 480px) {
  #entry-form .holiday-address .control-label {
    width: 100px;
  }
  #entry-form .holiday-address .controls {
    margin-left: 120px;
  }
}
