@charset "UTF-8";
#container {
  margin: 10px auto 60px;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#container table img {
  vertical-align: baseline;
}

h1#splytop {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  margin: 0 auto;
  padding-bottom: 3px;
  width: 980px;
}

h2.splynews_title {
  margin: 1.4% auto 1.6%;
  padding-bottom: 3px;
  width: 980px;
  text-align: center;
}

/* 年リスト */
div.list_year {
  width: 100%;
}

div.list_year ul {
  width: 980px;
  display: flex;
  justify-content: center;
  margin: 0% auto 0.9%;
}

div.list_year li {
  width: 120px;
  margin: 0 1%;
  padding: 1% 0 1% 1.7%;
  list-style-type: none;
  font-size: 1.65em;
  font-weight: bold;
  background: url(/static/images/common/yaji_810_bl.png) no-repeat 0% center;
}

div.list_year li.selected {
  color: #ff0000;
  background: none;
}

div.list_year li a {
  display: block;
  margin: 0;
  color: #666666;
}

div.list_year li a:hover {
  color: #ff0000;
}

/* 月リスト */
div.list_month {
  width: 980px;
  margin: 0 auto 5.5%;
}

div.list_month ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.list_month li {
  width: 16.4%;
  margin: 0;
  padding: 1% 0;
  list-style-type: none;
  font-size: 1.55em;
  border: 1px solid #174eaf;
  border-left: none;
  border-collapse: collapse;
  text-align: center;
  color: #666666;
  font-weight: bold;
}

div.list_month li:first-child {
  border-left: 1px solid #174eaf;
}

div.list_month li:nth-of-type(n+7) {
  border: none;
  border-bottom: 1px solid #174eaf;
  border-left: 1px solid #174eaf;
}

div.list_month li:last-of-type {
  border: none;
  border-bottom: 1px solid #174eaf;
  border-left: 1px solid #174eaf;
  border-right: 1px solid #174eaf;
}

div.list_month li a {
  display: block;
  margin: 0;
  text-align: center;
}

.monthly_data {
  width: 100%;
  position: relative;
}

.monthly_data h3 {
  margin: 0 0 2%;
  padding: 0.5% 0 10px;
  text-align: center;
  font-size: 1.7em;
  border-bottom: 1px solid #e7e7e7;
}

.monthly_data p.allDL {
  width: 980px;
  margin: 0 auto;
  position: absolute;
  top: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: right;
}

.monthly_data ul {
  width: 100%;
  min-width: 1152px;
  margin: 0 0 5%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.monthly_data ul li {
  width: 192px;
  margin: 0;
  padding: 1% 0;
  list-style-type: none;
  text-align: center;
  color: #666666;
  font-weight: bold;
}

.monthly_data ul li p:first-of-type {
  padding: 0 0 0 31px;
  color: #043891;
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}

.monthly_data ul li p:nth-of-type(2) {
  margin: 4% 0 5%;
}

.monthly_data ul li p:nth-of-type(2) img {
  width: 127px;
  height: 174px;
  border: 1px solid #aaaaaa;
}

.monthly_data ul li p:nth-of-type(3) {
  padding: 0 15px 0 31px;
  font-weight: normal;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.3;
}

.monthly_data ul li p:nth-of-type(4) {
  margin: 4% 0 0;
}

/* 最新のページへ */
p#goto_splytop {
  margin: 1% 0 0;
  text-align: center;
}

p#new_productguide_banner {
  margin: 4.5% 0 0;
  text-align: center;
}
