@charset "UTF-8";
body.font-basic-gothic {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.font-meiryo {
  font-family: "メイリオ", Meiryo, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}
body.font-cosmic {
  font-family: "Comic Sans MS", cursive;
}
body.font-monospace {
  font-family: "Courier New", Courier, monospace;
}
body.font-georgia {
  font-family: Georgia, serif;
}
body.font-lucida {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body.font-tahoma {
  font-family: Tahoma, Geneva, sans-serif;
}
body.font-times {
  font-family: "Times New Roman", Times, serif;
}
body.font-trebuchet {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body.font-verdana {
  font-family: Verdana, Geneva, sans-serif;
}
body.font-basic-mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", sans-serif;
}
body.font-cursive {
  font-family: Italianno, Zapf-Chancery, cursive;
}
body.font-fantasy {
  font-family: Western, fantasy;
}
#news-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  min-height: 150px;
  border: 1px solid #B6B6B6;
  color: #333;
  font-size: 14px;
}
#news-wrapper #news-header {
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #eee;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#news-wrapper #news-header h1 {
  font-size: 1.5em;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 6px;
}
#news-wrapper #news-header hr {
  width: 40px;
  height: 1px;
  border: none;
  background-color: #7D7153;
  padding: 0;
  margin: 0 0 10px;
}
#news-wrapper #news-header span {
  font-size: 0.9em;
}
#news-wrapper #news-contents {
  width: 100%;
  padding: 15px;
}
#news-wrapper #news-contents .news-row {
  font-size: 1em;
  display: flex;
  flex-wrap: nowrap;
  padding: 5px;
}
#news-wrapper #news-contents .news-row .news-date {
  width: 110px;
  flex-grow: 0;
  flex-shrink: 0;
}
#news-wrapper #news-contents .news-row a {
  color: #333;
  text-decoration: none;
}
#news-wrapper #news-contents .news-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#news-wrapper #news-contents .readmore {
  display: none;
}
/*
 * SP
 */
@media screen and (max-width: 768px) {
  #news-wrapper {
    flex-direction: column;
    min-height: 0;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
  }
  #news-wrapper #news-header {
    width: 100%;
    padding: 7px 15px;
  }
  #news-wrapper #news-header h1 {
    font-size: 1.4em;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  #news-wrapper #news-header hr {
    width: 30px;
    margin-bottom: 5px;
  }
  #news-wrapper #news-header span {
    font-size: 0.8em;
  }
  #news-wrapper #news-contents .news-row {
    font-size: 1.1em;
    display: none;
    padding: 0 3px 3px;
  }
  #news-wrapper #news-contents .news-row .news-date {
    width: 100%;
    font-size: 0.8em;
    color: #555;
    margin-bottom: 3px;
  }
  #news-wrapper #news-contents .news-row:first-child, #news-wrapper #news-contents .news-row:nth-child(2) {
    display: block;
  }
  #news-wrapper #news-contents .readmore {
    display: block;
    text-align: center;
    margin: 10px auto 0;
  }
  #news-wrapper #news-contents .readmore a {
    color: #555;
    font-size: 1em;
    text-decoration: none;
  }
  #news-wrapper #news-contents.open .news-row {
    display: block;
  }
  #news-wrapper #news-contents.open .readmore {
    display: none;
  }
}
