
h2 {
    font-size: 26px;
    letter-spacing:0.8em
  }
  .Midashi {
    margin: 20px 5px 0;
    /* position:relative; */
    z-index: 1;
  }
  
  /* 見出し（Rhineと文字を横並びする） */
  .Line_3,
  .Line_1,
  .Midashi_Font {
    display:inline-block;
  }
  .Line_3 {
    width: 115px;
  }
  ul.Line_3 li {
    width: 20px;
    height: 6px;
    margin: 0 1.5% 4px;
    display: inline-block;
    border: solid 1px #5584a3;
    background: #99e3f0;
    transform: skewX(-40deg);
  }
  ul.Line_1 li {
    width: 670px;
    height: 6px;
    margin: 0 0 4px;
    display: inline-block;
    border: solid 1px #5584a3;
    background: #99e3f0;
    transform: skewX(-40deg);
  }
  
  
  /*新着情報 */

  #Info_Box {
    margin: 20px auto 50px;
    width: 990px;
    height: 300px;
    font-size: 1.1em;
   
  }
 
  #Info_Box th,
  #Info_Box td {
    border-bottom: 1px solid #bbb;
    vertical-align: middle;
    padding:25px 5px 25px 5px ;
  }
  #Info_Box th {
    width: 130px;
  }
  .Info_HP,
  .Info_Oshirase {
    width: 80px;
    height: 30px;
    text-align: center;
    border: solid 2px #bc8c00;
    margin-right: 1px;
    line-height: 30px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    text-shadow:
         1px  1px 0px #003366,
        -1px  1px 0px #003366,
         1px -1px 0px #003366,
        -1px -1px 0px #003366,
         1px  0px 0px #003366,
         0px  1px 0px #003366,
        -1px  0px 0px #003366,
         0px -1px 0px #003366; /* 文字の影 */
    cursor:default;
  }
  .Info_HP {
    text-indent: 15px;
    letter-spacing: 15px;
    background-color: #00b0f0;
    border: solid 2px #003fed;
  }
  .Info_Oshirase {
    font-size: 90%;
    background-color: #ffc000;
    border: solid 2px #ff8c00;
  }