


/*〜リード文サイズ・背景色・高さ・マージン〜*/
#shortstory{
  font-family: 'Avenir','Corbel','Osaka',sans-serif;
  font-size:  16px;
  background:rgb(255, 255, 255);
  width: 320px;
  margin: 20px auto 10px auto;
}

/*〜リード文 コラム設定〜*/
#shortstory {
  column-count: 1;
  height: 580px;
}


/*〜見出の書体・色・ほか指定〜*/
  .px {
    font-family: sans-serif;
    font-size:30px; 
    color: green;
    font-weight: bold;
    line-height: 0.5;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 1px 1px 2px silver;
  }


/*〜リンクの下線を消す〜*/
a {
  text-decoration:none; text-align: center;
}

/*〜コピーライト表示〜*/
#copyright {
 font-size:12px; 
 color: grey;
 font-weight: bold;
 line-height: 1.0;
 text-align: center;
}

/*〜デュークプロフィール〜*/
#duke-pro {
font-size:15px;
font-weight: bold;
text-align: center;
}


