

/*  〜本文ブロック範囲設定〜*/
body{
  background-color: rgb(255, 255, 255);
}






/*  〜本文ブロック範囲設定〜*/
#shortstory{
  background:rgb(255, 255, 255);
  width: 1000px;
  margin: 30px auto 10px auto;
}

/*  〜本文コラム設定〜*/
#shortstory {
  column-count: 3;
  column-gap: 2em;
  height: 98px;
}

/*  〜本文フォントサイズ指定〜*/

#fsize{
  font-size:  10px;    /* 文字サイズ指定 */
}

/*  〜本文書体指定〜*/
#shortstory{
  font-family: sans-serif;
}
  

/*  〜コピーライト〜*/
 #copyright{
  font-size: 5px;
  background:rgb(255, 255, 255);
  width: 1000px auto 10px auto;
  display: flex;
  align-items: center }



  /*  〜クリックしたときの青い枠線を消す〜*/
  *:focus {
    outline: none;
  }*:focus {
    outline: none;
  }

  a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
  }

