@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; }

#wrapper {
  width: 320px;
  margin: 0 auto; }
  @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) {
    #wrapper {
      width: 768px; } }
  @media only screen and (min-width: 1024px) {
    #wrapper {
      width: 1024px; } }

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

section {
  margin-bottom: 20px; }
  section#darling {
    padding: 0 5px; }
    section#darling hgroup {
      background: url(../images/darling.png) no-repeat left top;
      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/2x/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; }
