@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
img.waku {
 padding: 0em;
 border: outset 8px #ddddff
}

#main {
    background-image: url(https://galleria.mine.nu/wp-content/uploads/2018/07/pink1.jpg);
}

      .bold {font-weight: bolder;}
      .code {background: #cccccc;
        color: #FF0000;}
      .italic {font-style: italic; }
      .kasen {border-bottom: solid 3px; }
      .wavy {
        text-decoration: underline wavy;
        text-decoration-skip-ink: all;
        text-underline-position: under; }
      .through {
        color : #888888;
        text-decoration: line-through double blue;}
      .marker {background: #ffff88;}
      .gray {background: #cccccc;}
