@charset 'utf-8';

/********************
 デフォルトスタイル
********************/

.news-simple-d {
  font-family: sans-serif;
  word-wrap:break-word;
}

/* outside of iframe */
div.news-simple-d {
  height: 100%;
}

div.news-simple-d iframe {
  width: 100%;
  height: 100%;

  border: 0;
}

/* inside of iframe */
html.news-simple-d {
  opacity: 0;
}
@media screen and (max-width:767px) {
  html.news-simple-d {
    overflow: auto;

    height: 100%;
  }
}

.news-simple-d body {
  overflow: auto;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 15px 20px;

  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width:767px) {
  .news-simple-d body {
    padding: 10px 15px;
  }
}

/* common inside and outside */
.news-simple-d {
  font-size: 14px;
  line-height: 1.6;

  color: #333;
}

.news-simple-d a {
  text-decoration: underline;

  color: #00a9c7;
}
.news-simple-d a:hover {
  text-decoration: none;
}

.cf:before,
.cf:after {
  display: table;

  content: ' ';
}
.cf:after {
  clear: both;
}

/********************
 個別スタイル
********************/

.news-simple-d,
.news-simple-d body {
  font-size: 13px;
  line-height: 1.6;

  color: #666;
}

.news-simple-d ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.news-simple-d li {
  margin-bottom: 10px;
  padding-bottom: 10px;

  border-bottom: 1px dotted #999;
}
@media screen and (max-width:767px) {
  .mobile.news-simple-d li {
  }
}

.news-simple-d .news-simple-d-date {
  font-weight: bold;

  display: inline-block;
}

.news-simple-d .news-simple-d-title a {
  text-decoration: none;

  color: #999;
}
.news-simple-d .news-simple-d-title a:hover {
  text-decoration: underline;

  color: #666;
}
@media screen and (max-width:767px) {
  .news-simple-d .news-simple-d-title a {
    display: block;
  }
  .mobile.news-simple-d .news-simple-d-title a {
    padding: 5px 10px;

    color: #666;
    border-radius: 3px;
    background-color: ghostwhite;
  }
}
