#TopicPath ul {
  padding: 20px 0 15px; }

@media screen and (max-width: 768px) {
  .JS #TopicPath ul {
    padding: 15px 15px; } }
#Contents {
  padding-bottom: 120px; }
  #Contents h1 {
    text-align: center;
    font-weight: bold;
    font-size: 187.5%;
    color: #fff;
    background: #444;
    padding: 26px 0; }
  @media screen and (max-width: 768px) {
    #Contents h1 {
      font-size: 150%;
      padding: 30px 0; } }
  #Contents .newsList {
    max-width: 900px;
    color: #4d4d4d;
    padding: 50px 0 0;
    margin: 0 auto;
    border-bottom: 1px solid #ddd; }
    #Contents .newsList .DateListStyle2 {
      font-size: 93.75%;
      margin: 0; }
    #Contents .newsList dt, #Contents .newsList dd {
      border-top: 1px solid #ddd; }
    #Contents .newsList dt {
      padding-top: 18px; }
    #Contents .newsList dd {
      margin: 0;
      padding-left: 10em; }
    #Contents .newsList dd span.Category {
      font-size: 75%;
      color: #333;
      display: inline-block;
      border: 1px solid #333;
      border-radius: 2px;
      padding: 0 10px;
      margin-bottom: 12px; }
    #Contents .newsList .LinkListStyle1 {
      margin: 0; }
      #Contents .newsList .LinkListStyle1 li {
        padding: 18px 0; }
        #Contents .newsList .LinkListStyle1 li:nth-child(n+2) {
          border-top: 1px solid #ddd; }
  /*@media screen and (max-width: 900px) {
    #Contents .newsList {
      width: 100%; } }*/
  @media screen and (max-width: 579px) {
    #Contents .newsList dt {
      padding: 6px 0 4px;
      font-weight: bold; }
    #Contents .newsList dd {
      padding-left: 0; } }
  #Contents .groupNewsList {
    max-width: 900px;
    padding: 50px 0 0;
    margin: 0 auto; }
    #Contents .groupNewsList .LinkListStyle1 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #Contents .groupNewsList .LinkListStyle1 li {
        width: 48%; }
        #Contents .groupNewsList .LinkListStyle1 li:nth-child(n+3) {
          padding-top: 15px; }
        #Contents .groupNewsList .LinkListStyle1 li a {
          display: flex;
          width: 100%;
          height: 100%;
          padding: 5px 20px;
          color: #E30027;
          border: 1px solid #E30027;
          align-items: center;
          justify-content: center;
          text-align: center;
          background-position: right 5px center; }
  /*@media screen and (max-width: 900px) {
    #Contents .groupNewsList {
      width: 100%; } }*/
  @media screen and (max-width: 579px) {
    #Contents .groupNewsList .LinkListStyle1 li {
      width: 100%; }
      #Contents .groupNewsList .LinkListStyle1 li a {
        min-height: 52px; }
      #Contents .groupNewsList .LinkListStyle1 li:nth-child(n+2) {
        padding-top: 15px; } }


.BackNumber {
	max-width: 900px;
	margin: auto;
	margin-top: 50px;
}
.BackNumberLink li {
  display: inline-block;
  width: 140px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
	border: solid 1px #b1000e;
	background-color: #fff;
}
.BackNumberLink li a {
	color: #b1000e;
	font-size: 90%;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 5px 5px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 7px center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	word-break: break-all;
}

.BackNumberLink li.Current {
	border: solid 1px #b1000e;
	background-color: #b1000e;
}
.BackNumberLink li a {
	color: #b1000e;
	background-image: url(../../../../../image/jp/r1/icon/icon_link_right_l_hd.gif);
}
.BackNumberLink li.Current a {
	color: #fff;
	background-image: url("../../../../../image/jp/r1/icon/icon_link_right_l_white_hd.gif");
}
.BackNumberLink li a:hover,
.BackNumberLink li a:active {
	background-position: right 5px center;
	text-decoration: underline;
}


