@charset "utf-8";

.pege-title .label {
  text-shadow: none;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 15px;
}
/*----------------------------------------------------
  新着情報
----------------------------------------------------*/
a.news {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 0.7em 0;
  display: block;
  text-decoration: none;
}
a.news:hover img {
  opacity: 0.7;
}
a.news .title {
  color: #222;
}
a.news:hover .title {
  text-decoration: underline;
}
.news .news-left {
  float: left;
  margin-right: 10px;
  width: 120px;
  height: 85px;
  overflow: hidden;
}
.news .news-left img {
  max-width: 100%;
  height: auto;
}
.news .news-right {
  overflow: hidden;
}
.news-right .date {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.4;
  margin-top: 5px;
}

/*----------------------------------------------------
  詳細
----------------------------------------------------*/
/*モーダル*/
#cboxLoadingGraphic {
  background-image: url("../images/news/loading.gif");
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background-image:url(../images/news/controls.png);
}
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}
.custom-area {
  margin-top: 1em;
  margin-left: -10px;
  margin-right: -10px;
}
.custom-area div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-area p:last-child {
  margin-bottom: 0.5em;
}
.custom-area p.custom-name {
  background-color: #deefcf;
  line-height: 1.2;
  font-weight: bold;
  padding: 0.5em;
  margin: 0.5em 0;
}
.news-detail a,
.custom-area a {
  text-decoration: underline;
}
.news-detail p {
  margin-bottom: 1em;
}

@media screen and (max-width: 991.98px) {
}
@media screen and (max-width: 767.98px) {
  .newslist li {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  .newslist li div {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .newslist .newslist-left {
    padding-bottom: 0;
  }
  .newslist .newslist-right {
    padding-top: 2px;
  }
}
@media screen and (max-width: 575.98px) {
  .news .news-left {
    width: 90px;
    height:64px;
  }
}