@import url("common.css");

@import url("common.css");
@import url(https://fonts.googleapis.com/css?family=Codystar);

/* Polka Dots(Serenity) Template
 * (C) Kakei.R
 * update 2016/07/09
 */

/* メインページ コメント部分全体 */

div {
  padding: 0.4em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: rgba(255,255,255,.95);
}

/* メインページ 見出し
   ※<h1>, <h2>, <h3>, <h4>, <h5>, <h6>のいずれかのタグを使用の場合適用 */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Codystar', cursive;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px 1px .3em #fff, 0 .18em .15em rgba(0,0,0,.2);
  text-align: center;
}

/* Polka Dots(Serenity) Template End */