@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS NEWS */
/************************************

NEWS COMMON

************************************/
#case section .wrapper {
  width: 1020px !important;
}

.bt {
  width: 370px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  #case section .wrapper {
    width: 84% !important;
  }

  .bt {
    width: 100%;
    margin: 0 auto;
  }
}
/************************************

NEWS RAYOUT

************************************/
#news_container {
  margin: 70px auto 0 auto;
  text-align: left;
}

#news_main {
  float: left;
  width: 740px;
}

#news_sub {
  float: right;
  width: 250px;
}

@media only screen and (max-width: 960px) {
  #news_container {
    margin: 50px auto 0 auto;
    text-align: left;
  }

  #news_main {
    float: none;
    width: 94%;
    margin: 0 auto 50px auto;
  }

  #news_sub {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
#news_sub .to_top a {
  display: block;
  text-decoration: none;
  background-color: #00a4d1;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news_sub .to_top a:hover {
  opacity: 0.7;
}
#news_sub .to_top a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/************************************

MAIN

************************************/
#news_main .cat_t {
  margin-bottom: 40px;
}
#news_main .cat_t h1, #news_main .cat_t h2 {
  font-size: 130%;
}

/******* archive_t ******/
#news_main .archive_list {
  text-align: center;
  margin: 0 0 50px 0;
}

#news_main .archive_list dl {
  text-align: left;
  margin: 0 0 7px 0;
}

#news_main .archive_list dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#news_main .archive_list dl dt {
  position: relative;
  float: left;
  width: 120px;
  color: #00a4d1;
  font-size: 80%;
  padding: 0 0 0 18px;
}

#news_main .archive_list dl dt:before {
  /*position: absolute;
  top: 6px;
  left: 0px;
  color: #00a4d1;
  font: 12px "FontAwesome";
  content: "\f105";*/
}

#news_main .archive_list dl dd {
  float: left;
  width: 500px;
}

#news_main .archive_list dl dd a {
  text-decoration: none;
  color: #3d3a39;
}

#news_main .archive_list dl dd a:hover {
  text-decoration: underline;
  color: #3d3a39;
}

/****** article *****/
#news_main article {
  border: 1px solid #3d3a39;
  margin: 0 0 50px 0;
  padding: 40px 50px;
  position: relative;
}

#news_main article .info {
  margin: 0 0 30px 0;
}

#news_main article .info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #news_main article .info {
  zoom: 1;
}

/* IE6 */
*:first-child + html #news_main article .info {
  zoom: 1;
}

/* IE7 */
#news_main article .info .date {
  float: left;
  font-size: 90%;
}

#news_main article .info ul {
  float: right;
  font-size: 90%;
  letter-spacing: -0.5em;
}

#news_main article .info ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  letter-spacing: 0em;
}

#news_main article .info ul li a {
  text-decoration: none;
  color: #00a4d1;
  background: #fff;
  border: 1px solid #00a4d1;
  padding: 7px 15px;
}

/* Flashing */
#news_main article .info ul li a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#news_main article h2 {
  font-size: 150%;
  letter-spacing: 0.12em;
  color: #00a4d1;
  border-bottom: 1px solid #3d3a39;
  padding: 7px 0;
  margin: 0 0 30px 0;
  line-height: 160%;
}

#news_main article h2 a {
  text-decoration: none;
  color: #00a4d1;
}

.news_single #news_main article h1 {
  font-size: 150%;
  letter-spacing: 0.1em;
  color: #00a4d1;
  border-bottom: 1px solid #3d3a39;
  padding: 7px 0;
  margin: 0 0 30px 0;
  line-height: 160%;
}

#news_main article h2 a:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#news_main article .honbun img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.wp-caption {
  max-width: 100%;
}

#news_main article .honbun p {
  margin: 0 0 1.5em;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  margin: 0 auto 20px auto;
  display: block;
}

@media only screen and (max-width: 960px) {
  /***************** アーカイブの場合 ****************/
  /******* archive_t ******/
  #news_main .archive_list dl {
    display: none;
  }

  /****** article *****/
  #news_main article {
    margin: 0 0 30px 0;
    padding: 5%;
  }

  #news_main article .info {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px dotted #333;
  }

  #news_main article .info .date {
    float: none;
    text-align: center;
    font-size: 80%;
  }

  #news_main article .info ul {
    float: none;
    font-size: 75%;
    position: absolute;
    top: -13px;
    left: 0px;
    right: 0;
    width: 100%;
    margin: auto;
    text-align: center;
  }

  #news_main article .info ul li {
    display: inline-block;
    margin: 0 5px 2px 0px;
  }

  #news_main article .info ul li a {
    text-decoration: none;
    color: #3d3a39;
    background: #fff;
    padding: 7px 7px;
  }

  /* Flashing */
  #news_main article .info ul li a:hover {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }

  .news_archive #news_main article h2 {
    font-size: 110%;
    letter-spacing: 0.03em;
    color: #00a4d1;
    border-bottom: none;
    padding: 0px 0;
    margin: 0 0 0px 0;
    line-height: 160%;
  }

  .news_archive #news_main article h2 a {
    color: #3d3a39;
    padding: 0 0 0 18px;
    position: relative;
    display: block;
  }

  .news_archive #news_main article h2 a:before {
    position: absolute;
    top: 13px;
    left: 0px;
    content: "";
    border-top: 1px solid #00a4d1;
    border-right: 1px solid #00a4d1;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  .news_archive #news_main article .honbun {
    display: none;
  }

  .news_archive #news_main article .info_sp {
    margin: 5px 0 0px 18px;
  }

  .news_archive #news_main article .info_sp ul {
    float: none;
    font-size: 75%;
  }

  .news_archive #news_main article .info_sp ul li {
    display: inline-block;
    margin: 0 5px 2px 0px;
  }

  .news_archive #news_main article .info_sp ul li a {
    text-decoration: none;
    color: #3d3a39;
    background: #eceda7;
    padding: 5px 5px;
  }

  /***************** singleの場合 ****************/
  /****** article *****/
  .news_single #news_main article .info {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: none;
  }

  #news_main article h2 {
    font-size: 120%;
    letter-spacing: 0.1em;
  }

  .news_single #news_main article h1 {
    font-size: 120%;
    letter-spacing: 0.1em;
    color: #00a4d1;
  }

  #news_main article h2 a {
    text-decoration: none;
    color: #00a4d1;
  }

  #news_main article h2 a:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
  }
}
/****** pagenavi ******/
.wp-pagenavi {
  text-align: center;
  font-size: 75%;
  padding: 20px 0;
}

.wp-pagenavi a {
  padding: 10px;
}

.wp-pagenavi span {
  padding: 10px;
}

.current {
  font-weight: bold;
  font-size: 110%;
}

@media only screen and (max-width: 960px) {
  .wp-pagenavi {
    text-align: center;
    font-size: 75%;
    margin: 20px 0;
  }

  .wp-pagenavi a {
    padding: 8px;
  }

  .wp-pagenavi span {
    padding: 8px;
  }

  .wp-pagenavi .pages,
.wp-pagenavi .extend {
    display: none;
  }
}
/************************************

SUB

************************************/
#news_sub article {
  margin: 0 0 50px 0;
}

#news_sub article h3 {
  font-family: "Ryumin Light KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
  font-weight: normal;
  margin: 0 0 20px 0;
}

#news_sub article h4 {
  margin: 0 0 10px 0;
}

#news_sub article ul li {
  font-size: 90%;
  margin: 0 0 7px 0;
  position: relative;
  padding: 0 0 0 16px;
}

#news_sub article ul li:before {
  position: absolute;
  top: 11px;
  left: 0px;
  color: #00a4d1;
  border-top: 2px solid #00a4d1;
  border-right: 2px solid #00a4d1;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

#news_sub article ul li .date {
  font-size: 85%;
  color: #00a4d1;
}

#news_sub article ul li a {
  color: #3d3a39;
  text-decoration: none;
}

#news_sub article ul li a:hover {
  color: #3d3a39;
  text-decoration: underline;
}

/**** archive list 
#news_sub article#sub_archive ul li{
	cursor:pointer;
}
#news_sub article#sub_archive ul li:before{
  position: absolute;
  top: 7px;
  left: 0px;
  color: #00a4d1;
  font: 12px 'FontAwesome';
  content: "\f196";
}
#news_sub article#sub_archive ul li ul {
	display:none;
}
#news_sub article#sub_archive ul li ul li {
	font-size:100%;
	margin:0 0 2px 0;
}
#news_sub article#sub_archive ul li ul li:before{
  position: absolute;
  top: 7px;
  left: 0px;
  color: #00a4d1;
  font: 12px 'FontAwesome';
  content: "\f105";
}

@media only screen and (max-width:767px){
	#news_sub article#sub_cat,
	#news_sub article#sub_archive {
	float:left;
	width:47%;
	margin:0 3% 0 0;
}
}***/
/*# sourceMappingURL=maps/news.css.map */
@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS Document */
/************************************

all-in-one Calendar

************************************/
/*** カレンダー内のリンクを無効化 **/
.ai1ec-day a {
  pointer-events: none !important;
  color: #333;
}

.timely {
  margin: 0;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  /*windows対策*/
  font-size: 90% !important;
  line-height: 140%;
}

/**** all-in-one Calendar ***/
.ai1ec-calendar-toolbar {
  display: none;
}

.ai1ec-views-dropdown {
  display: none;
}

/*** 枠***/
.timely td,
#ai1ec-container td {
  background: none;
  border: 0;
  padding: 0;
  height: 100px;
}

/*** 日付***/
.ai1ec-month-view .ai1ec-date {
  background: #fff;
  color: #333333;
  font-size: 90%;
  font-weight: bold;
  line-height: 150%;
  height: 20px;
  margin-bottom: 1px;
  padding: 3px 0.4em;
  text-shadow: none;
}

/*** イベント部分***/
.ai1ec-month-view .ai1ec-event {
  height: 80px;
  overflow: visible !important;
  white-space: normal !important;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.ai1ec-month-view .ai1ec-allday .ai1ec-event {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #333;
  text-shadow: none;
}

.ai1ec-month-view .ai1ec-event {
  height: 80px;
  line-height: 150%;
  margin: 0;
}

.ai1ec-month-view a.ai1ec-event-container,
.ai1ec-week-view a.ai1ec-event-container,
.ai1ec-oneday-view a.ai1ec-event-container {
  border: none;
  display: block;
  font-size: inherit;
  opacity: 1;
}

.ai1ec-month-view .ai1ec-allday {
  padding-left: 0;
  width: 100%;
}

/*** empty ***/
.ai1ec-month-view td.ai1ec-empty {
  background: #ffffff !important;
}

/*** popup ***/
.ai1ec-popover,
.ai1ec-popup,
.ai1ec-popup-in-month-view {
  display: none !important;
  opacity: 0 !important;
}

/*** 右下のシェア的なもの ***/
.ai1ec-subscribe-container {
  display: none;
}

@media only screen and (max-width: 960px) {
  .timely {
    font-size: 80% !important;
  }
  .ai1ec-calendar-title {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 480px) {
  .timely {
    font-size: 70% !important;
  }
  /***navi ***/
  a.ai1ec-prev-year,
  a.ai1ec-next-year {
    display: none !important;
  }
  /*** 枠***/
  .timely td,
  #ai1ec-container td {
    height: 90px;
  }
  /*** 日付***/
  .ai1ec-month-view .ai1ec-date {
    height: 15px;
    font-size: 70%;
    padding: 1px 0.4em;
  }
  /*** イベント部分***/
  .ai1ec-month-view .ai1ec-event {
    height: 75px;
    padding: 2px;
  }
  .ai1ec-month-view .ai1ec-event {
    height: 75px;
    line-height: 130%;
  }
}

/************************************

Simple booking calendar

************************************/
/*** Simple booking calendar ***/
#sbc-calendar {
  float: none;
  margin: 0 5px 30px 0;
}

.sbc-calendar-month {
  float: none;
  padding: 5%;
  width: 90%;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sbc-calendar table {
  border-top: 1px solid #000;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sbc-calendar-wrapper table tr,
#sbc-calendar-wrapper table th {
  background: none !important;
}

#sbc-calendar-wrapper table tr td {
  border: 0;
  padding: 10px 0;
  line-height: 150%;
  vertical-align: middle;
}

#sbc-calendar table thead th,
#sbc-calendar tr td {
  font-size: 100%;
  text-align: center;
  line-height: 150%;
  padding: 10px 0;
  width: 14.285%;
  height: auto;
  border: none;
}

#sbc-calendar table tfoot td {
  padding: 10px 0;
  text-align: left;
}

#sbc-calendar tr td {
  border: 1px solid #fff;
  padding: 10px 0;
}

#sbc-calendar tr td.pad {
  width: auto;
}

#sbc-calendar-wrapper .sbc-status-free {
  background-color: #eee;
}

#sbc-calendar-wrapper .sbc-status-booked {
  background-color: #feecec;
}

#sbc-calendar-wrapper .sbc-status-changeover {
  background-color: #ecfcfe;
}

#sbc-calendar td.sbc-status-free {
  border-color: #eee;
}

#sbc-calendar td.sbc-status-booked {
  border-color: #feecec;
}

#sbc-calendar td.sbc-status-changeover {
  border-color: #ecfcfe;
}

/*** calendar ***/
/** スマホ表示調整 **/
#calendar .ssp_pc {
  display: block;
}

#calendar .ssp_sp {
  display: none;
}

@media only screen and (max-width: 512px) {
  #calendar .ssp_pc {
    display: none;
  }
  #calendar .ssp_sp {
    display: block;
  }
}

/************************************

event oganiser?

************************************/
/*** title ***/
.eo-fullcalendar-responsive .fc-toolbar h2 {
  font-size: 120%;
  font-weight: bold;
  padding: 10px 0;
}

.fc button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

/*** 日付曜日のセル***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
  text-align: left;
  line-height: 2em;
  border-bottom: 1px solid #dbdada;
  border-top: 1px solid #dbdada;
  font-weight: 700;
  background: #efefef;
}

.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number,
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
  text-align: left;
  line-height: 2em;
  border-bottom: 1px solid #dbdada;
  border-top: 1px solid #dbdada;
  font-weight: 700;
  background: #efefef;
}

/** 曜日　***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}

/*** 日付***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
  float: left;
  position: relative;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  color: #666;
}

.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right:after,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right:after {
  position: absolute;
  top: 0;
  right: -12px;
  content: "日";
}

/** today color **/
.eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: none;
}

/*** 色分け範囲 ***/
.fc-listDay-view .fc-day-grid-event,
.fc-listMonth-view .fc-day-grid-event,
.fc-listWeek-view .fc-day-grid-event {
  margin: 0 0px 0px;
  padding: 5px;
}

.fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
.fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
.fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before {
  line-height: 0.5em;
  content: "";
  color: #fff;
  display: block;
}

/*** カレンダー ***/
.fc-day-grid-event .fc-time {
  display: none;
}
/*# sourceMappingURL=../../maps/soleil_dental/css/foot.css.map */
