/*
Theme Name:通常表示用
Theme URI: https://example.com/
Author: 長岡赤十字病院
Version:1.0
*/

/*地域連携　現在の地域*/
.entry-area ul li a.now{
  background-color:#79CCE2;
}

/*検索結果ページ（仮）*/
.searchList{
  border:1px solid #ccc;
  padding:1em;
  margin:20px 0px;
}
.searchList h1{
  border:none;
  padding:0px;
}

/*Googleマップ*/
.secRenkeiMap .entry-map{
  height: 530px;
}

/*カレンダー*/

/*土曜日*/
#side #sideCalendar table td:first-child{
  background: #FFB0B8;
}
#side #sideCalendar table td:last-child{
  /*background: #82DAF9;*/
  background: #FFB0B8;
}
#side #sideCalendar table td.holiday1{
  background: #FFB0B8;
}
#side #sideCalendar table td.close{
  background: #FFB0B8;
  color:#000;
}
#side #sideCalendar table td.pm{
  background: #82DAF9;
}
.thisMonth{
}
.thisMonth a{
  position: relative;
  display: block;
  padding: 4px 0;
  margin:0 8px;
  color: #000;
  text-decoration: none;
  background: #EDEDED;
}

/*あさのはページ送り*/
.wp-pagenavi{
  text-align:center;
}

/*ローディング（カレンダー）*/
#sideCalendar table tbody{
  /*opacity:0.3;*/
}
#sideCalendar{
  position: relative;
}
.loading{
  position:absolute;
  top:150px;
  left:94px;
}

/*ドクターヘリのバナー*/
.docheli-link:link,
.docheli-link:visited{
  text-decoration: none;
}
