@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0em; }

#todays_darling a[target="_blank"]:after {
  font-family:'Hobonichi-Icons'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  content: "\e914";
}

/*--------------------------------------

   link

--------------------------------------*/
a {
  text-decoration: none; }
  a:link {
    color: #00A0C6; }
  a:visited {
    color: #00A0C6;
    /* visited は色以外のスタイル変更はできない */ }
  a:hover {
    color: #FF9500; }
  a:active {
    color: #FF9500; }

nav a {
  display: block;
  width: 100%;
  height: 100%; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 16px;
  font-weight: bold; }

h3 {
  font-size: 12px;
  font-weight: bold; }

p {
  color: #000000; }

footer {
  text-align: center;
  margin-bottom: 40px;
}

br {
  display: none;
}
br.br {
  display: block;
}
.pc_space {
  display: none;
}

#wrapper {
  width: 320px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media only screen and (min-width: 320px) {
  #wrapper {
    width: 320px;
  } 
}
@media only screen and (min-width: 480px) {
  #wrapper {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  br {
    display: block;
  }
  .center {
    text-align: center;
  }
  .pc_space {
    display: inline-block;
  }
  body {
    background-color: #fff9ca;
  }
  #wrapper {
    /*width: 1024px;*/
    width: 650px;
    border: 0;
    border-radius: 10px;
    box-shadow:0px 0px 6px 3px #999999;
    margin: 0.5em auto 0.5em auto;
    padding: 2em 0 2em 0;
  }
  #article {
    width: 500px;
    margin: 0 auto;
  }
  footer {
    margin-bottom: 0px;
  }
}

section {
  margin-bottom: 20px; }
  section#darling {
    padding: 0 5px; }
    section#darling hgroup {
      background: url(images/darling.png) no-repeat left top;
      background-size: 60px 43px;
      margin-top: 5px;
      padding-left: 70px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
        section#darling hgroup {
          background-image: url(images/darling.png);
          -moz-background-size: 60px 43px;
          -o-background-size: 60px 43px;
          -webkit-background-size: 60px 43px;
          background-size: 60px 43px; } }
    section#darling h1 {
      margin: 0;
      font-size: 14px; }
    section#darling h2 {
      margin: 0;
      font-size: 10px;
      font-weight: normal; }
    section#darling .textContainer {
      margin: 10px 0; }
