body {
  background: #ccefd7 url(/nintendo/animal2015/images/bg.png) center top; }
  body div {
    font-weight: bold; }
  body p {
    line-height: 1.75em; }
  body span {
    font-size: 1em; }
  body i {
    font-weight: normal; }

ol, li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none; }
  a:link {
    color: #009aff;
    text-decoration: none; }
  a:visited {
    color: #009aff;
    text-decoration: none; }
  a:hover {
    color: #b2e0ff;
    text-decoration: none; }
  a:active {
    color: #b2e0ff;
    text-decoration: none; }

a[target=_new], a[target=_blank] {
  background-image: none; }

.nav li {
  display: inline-block; }

.iconBtn,
#yodogawa a,
#peoples li > a,
.nav li > span,
.nav li > a {
  display: inline-block;
  height: 44px; }

i[class^=icon-] {
  display: block;
  text-align: center;
  font-size: 30px; }
  i[class^=icon-] + span {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1.1em; }

#wrapper {
  font-size: 1em;
  opacity: 1;
  width: 320px;
  background-color: #FFF; }

.thumb {
  width: 240px;
  min-height: 144px; }
  .thumb img {
    width: 100%; }

.separator .thumb {
  width: auto;
  height: auto; }

#header h1 {
  height: auto;
  width: 277px;
  padding-bottom: 5px;
  text-align: left; }
  #header h1 a {
    display: block;
    width: 100%;
    height: 100%; }
#header .hobo {
  padding-top: 5px;
  text-align: center; }

#gnav, #gnav2 {
  background-color: #00b23b;
  height: 44px; }
  #gnav ul, #gnav2 ul {
    position: relative; }
  #gnav li, #gnav2 li {
    margin: 0 8px; }
    #gnav li + li + li, #gnav2 li + li + li {
      float: right; }
    #gnav li.peopleIcon, #gnav2 li.peopleIcon {
      position: absolute;
      left: 50%;
      margin-left: -22px;
      width: 44px;
      height: 44px;
      overflow: hidden; }
      #gnav li.peopleIcon img, #gnav2 li.peopleIcon img {
        width: 150px; }
  #gnav a, #gnav2 a {
    color: #FFF; }

#gnav2 {
  position: fixed;
  display: none;
  top: 0;
  z-index: 2; }

.gameCloseNavi {
  position: fixed;
  display: none;
  top: 0;
  z-index: 2; }

#yodogawa {
  margin-top: -44px; }
  #yodogawa ul {
    text-align: right; }
    #yodogawa ul li {
      display: inline-block; }
  #yodogawa li.close {
    display: none; }
  #yodogawa p {
    display: none;
    margin: 0 8px 8px 8px;
    padding: 8px;
    border-radius: 8px 0px 8px 8px;
    background-color: #00b23b;
    color: #FFF;
    font-size: 12px;
    text-align: left; }

.content {
  width: auto;
  margin: 0; }

#main {
  position: relative;
  border-top: 1px solid #CCC; }

#peoples {
  position: relative;
  float: left;
  width: 55px;
  max-height: 100%;
  overflow: hidden; }
  #peoples.fixed {
    position: fixed; }
  #peoples ul {
    margin: 44px 0; }
  #peoples li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    vertical-align: middle; }
    #peoples li a img {
      width: 150px;
      margin-left: -50px; }
  #peoples li.current {
    background-color: #E6E6E6; }
    #peoples li.current:after {
      content: "\f054";
      font-family: 'animal2015';
      display: inline-block;
      font-size: 10px;
      color: #00b23b; }
  #peoples li.unread:after {
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: #06F;
    border-radius: 3px; }
  #peoples .nav .up, #peoples .nav .down {
    position: absolute;
    background-color: #FFF;
    height: auto; }
    #peoples .nav .up a, #peoples .nav .down a {
      display: block;
      width: 55px;
      background-color: #009aff;
      color: #FFF; }
    #peoples .nav .up.off a, #peoples .nav .down.off a {
      background-color: #E6E6E6;
      cursor: default; }
      #peoples .nav .up.off a:hover, #peoples .nav .down.off a:hover {
        opacity: 1; }
  #peoples .nav .up {
    top: 0; }
    #peoples .nav .up i {
      line-height: 39px; }
  #peoples .nav .down {
    bottom: 0; }
    #peoples .nav .down i {
      line-height: 44px; }

#articles {
  margin-left: 55px;
  padding: 8px;
  background-color: #EAEAEA;
  border-left: 1px solid #CCC; }
  #articles.readMore {
    margin-left: 0;
    border-left: 0; }
  #articles li > a {
    display: block;
    color: #000; }
  #articles ul#items {
    margin-top: 8px; }
    #articles ul#items li {
      width: 240px;
      padding: 4px;
      margin-bottom: 8px;
      background-color: #FFF; }
      #articles ul#items li .icon {
        float: right;
        width: 32px;
        height: 32px;
        overflow: hidden; }
        #articles ul#items li .icon img {
          height: 50px;
          margin-left: -100px; }
      #articles ul#items li h4 {
        margin: 5px 0;
        font-size: 14px;
        line-height: 1.3em;
        color: #00b23b;
        word-break: break-all;
        word-wrap: break-word; }
        #articles ul#items li h4 a {
          color: #00b23b; }
      #articles ul#items li p.body {
        clear: right;
        margin: 5px 0;
        font-size: 12px;
        line-height: 1.5em;
        color: #000;
        font-weight: normal;
        word-break: break-all;
        word-wrap: break-word; }
      #articles ul#items li .photo {
        margin: 0 0 8px 0;
        width: 296px;
        min-height: 178px; }
        #articles ul#items li .photo img {
          width: 100%; }
      #articles ul#items li .itemFooter {
        overflow: hidden;
        *zoom: 1; }
        #articles ul#items li .itemFooter p.date {
          float: left;
          margin: 0;
          font-size: 10px;
          color: #808080; }
        #articles ul#items li .itemFooter p.readmore {
          margin: 0;
          color: #009aff;
          text-align: right; }
          #articles ul#items li .itemFooter p.readmore i {
            display: inline;
            font-size: 14px; }
            #articles ul#items li .itemFooter p.readmore i + span {
              display: inline;
              font-size: 14px; }
      #articles ul#items li.full, #articles ul#items li.single {
        width: 296px; }
        #articles ul#items li.full h4, #articles ul#items li.single h4 {
          font-size: 20px;
          word-break: break-all;
          word-wrap: break-word; }
        #articles ul#items li.full p.body, #articles ul#items li.single p.body {
          margin: 16px 0;
          font-size: 14px;
          line-height: 1.75em;
          word-break: break-all;
          word-wrap: break-word;
          vertical-align: bottom; }
        #articles ul#items li.full .icon, #articles ul#items li.single .icon {
          width: 44px;
          height: 44px; }
          #articles ul#items li.full .icon img, #articles ul#items li.single .icon img {
            margin-left: 0; }
        #articles ul#items li.full .itemFooter p.share, #articles ul#items li.single .itemFooter p.share {
          margin: 0;
          text-align: right; }
          #articles ul#items li.full .itemFooter p.share.open a, #articles ul#items li.single .itemFooter p.share.open a {
            color: #808080; }
          #articles ul#items li.full .itemFooter p.share a i, #articles ul#items li.full .itemFooter p.share a span, #articles ul#items li.single .itemFooter p.share a i, #articles ul#items li.single .itemFooter p.share a span {
            font-size: 14px;
            display: inline; }
        #articles ul#items li.full .itemFooter .shareButtons, #articles ul#items li.single .itemFooter .shareButtons {
          clear: both;
          margin-top: 10px;
          border-top: 1px solid #CCC; }
          #articles ul#items li.full .itemFooter .shareButtons ul, #articles ul#items li.single .itemFooter .shareButtons ul {
            text-align: right; }
            #articles ul#items li.full .itemFooter .shareButtons ul li, #articles ul#items li.single .itemFooter .shareButtons ul li {
              display: inline-block;
              width: auto;
              margin: 0; }
              #articles ul#items li.full .itemFooter .shareButtons ul li a, #articles ul#items li.single .itemFooter .shareButtons ul li a {
                color: #009aff; }
  #articles ul.nav {
    letter-spacing: -0.4em;
    font-size: 0;
    line-height: 0;
    text-align: center; }
    #articles ul.nav li {
      letter-spacing: 0;
      font-size: 14px;
      line-height: 1em;
      text-align: center; }
      #articles ul.nav li a {
        display: block;
        background-color: #009aff;
        color: #FFF; }
      #articles ul.nav li > span {
        display: block;
        background-color: #CCC;
        color: #999999; }
      #articles ul.nav li i {
        display: inline;
        vertical-align: middle;
        font-size: 32px;
        margin-right: 5px; }
        #articles ul.nav li i + span {
          display: inline;
          font-size: 14px; }
      #articles ul.nav li.more {
        display: table;
        width: 100%;
        margin-bottom: 8px; }
        #articles ul.nav li.more a {
          display: table-cell;
          vertical-align: middle; }
        #articles ul.nav li.more > span {
          display: table-cell;
          vertical-align: middle; }
      #articles ul.nav li.next, #articles ul.nav li.prev {
        display: inline-table;
        width: 148px;
        margin: 8px 0; }
        #articles ul.nav li.next i, #articles ul.nav li.prev i {
          font-size: 24px; }
        #articles ul.nav li.next a, #articles ul.nav li.prev a {
          display: table-cell;
          vertical-align: middle; }
        #articles ul.nav li.next > span, #articles ul.nav li.prev > span {
          display: table-cell;
          vertical-align: middle; }
      #articles ul.nav li.next {
        margin-left: 8px; }
        #articles ul.nav li.next i {
          margin-left: 5px;
          margin-right: 0; }
      #articles ul.nav li.latest, #articles ul.nav li.start {
        display: inline-block;
        width: 120px; }
        #articles ul.nav li.latest a:after, #articles ul.nav li.start a:after {
          content: ' ';
          width: 1px;
          height: 44px;
          display: inline-block;
          vertical-align: middle; }
      #articles ul.nav li.latest {
        margin-right: 8px; }

.fixed {
  position: fixed;
  top: 44px;
  bottom: auto;
  z-index: 1; }

.fixedBottom {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1; }

#footer {
  width: auto;
  margin: 0;
  padding: 8px 8px 16px 8px;
  border-top: 2px solid #00b23b; }
  #footer address {
    font-size: 10px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-style: normal;
    line-height: 1.3em;
    color: #00b23b; }

#menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF; }
  #menu .nav {
    overflow: hidden;
    *zoom: 1;
    background-color: #00b23b; }
    #menu .nav li {
      float: right;
      margin: 0 8px; }
      #menu .nav li a {
        color: #FFF; }
  #menu .items {
    border-bottom: 1px solid #CCC; }
    #menu .items li a {
      display: block;
      height: 44px;
      padding-left: 8px;
      border-top: 1px solid #CCC;
      text-align: left; }
      #menu .items li a:after {
        content: ' ';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
    #menu .items li.cat > a {
      border-top: 5px solid #E6E6E6; }
    #menu .items li.cat:first-child a {
      border-top: none; }
    #menu .items li li {
      padding-left: 1em; }
    #menu .items li p {
      margin: 0;
      padding: 10px 0 0 8px;
      border-top: 1px solid #CCC; }
      #menu .items li p i, #menu .items li p span {
        font-size: 12px;
        color: #808080; }
      #menu .items li p + ul li:first-child a {
        border-top: none; }
    #menu .items i {
      display: inline;
      vertical-align: middle;
      margin-right: 5px; }
    #menu .items span {
      display: inline;
      font-size: 14px; }

#game {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF; }
  #game .nav {
    background-color: #00b23b; }
    #game .nav li {
      margin: 0 8px; }
      #game .nav li a {
        color: #FFF; }
  #game h2 {
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    color: #00b23b; }
    #game h2 i, #game h2 span {
      display: inline;
      vertical-align: middle; }
  #game h3 {
    font-size: 16px; }
  #game p {
    margin: 1em 0;
    font-weight: normal;
    letter-spacing: 0.05em; }
  #game .desc {
    padding: 0 8px;
    border-bottom: 1px solid #CCC; }
  #game .product {
    padding: 8px; }
  #game .photo {
    margin: 0;
    width: 160px;
    text-align: left; }
    #game .photo img {
      width: 100%; }
  #game .links li a {
    display: block;
    padding: 0 8px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #CCC; }
    #game .links li a i {
      display: inline;
      font-size: 14px; }
  #game .links li:first-child a {
    border-top: 1px solid #CCC; }

@media only screen and (min-width: 641px) {
  #wrapper {
    width: 100%; }

  #header {
    overflow: hidden;
    *zoom: 1; }
    #header h1 {
      float: left;
      width: 50%;
      height: 170px;
      padding: 8px 0;
      background: transparent url(/nintendo/animal2015/images/page_title_pc.png) no-repeat;
      background-size: 100%; }
      #header h1 img {
        display: none; }

  #yodogawa {
    margin: 8px 8px 8px 50%; }
    #yodogawa ul {
      display: none; }
    #yodogawa p {
      width: 95%;
      margin: 0;
      padding: 10px 0 10px 10px;
      border-radius: 8px;
      display: block;
      font-size: 12px; }

  #articles ul#items {
    text-align: left;
    letter-spacing: -0.4em; }
    #articles ul#items li {
      display: inline-block !important;
      width: 280px;
      min-height: 300px;
      margin-left: 4px;
      margin-right: 4px;
      vertical-align: top;
      text-align: left;
      letter-spacing: 0.075em; }
      #articles ul#items li h4 {
        min-height: 2.6em; }
      #articles ul#items li p.body {
        font-size: 14px;
        line-height: 1.5em; }
      #articles ul#items li .thumb {
        width: 100%; }
  #articles.readMore ul#items li {
    overflow: hidden;
    *zoom: 1;
    display: block !important;
    width: auto;
    margin: 0 0 8px 0;
    padding: 16px; }
    #articles.readMore ul#items li .photos {
      float: left;
      width: 40%;
      max-width: 320px; }
      #articles.readMore ul#items li .photos .photo {
        margin-bottom: 8px;
        width: auto; }
    #articles.readMore ul#items li .texts {
      margin-left: 45%; }
    #articles.readMore ul#items li .itemFooter {
      clear: both; }
      #articles.readMore ul#items li .itemFooter p.date {
        margin-left: 45%; }
      #articles.readMore ul#items li .itemFooter .shareButtons ul li {
        display: inline-block !important;
        padding: 8px; } }
@media only screen and (min-width: 768px) {
  #header h1 {
    width: 55%; }

  #yodogawa {
    margin-left: 55%; }
    #yodogawa p {
      font-size: 13px; } }
@media only screen and (min-width: 960px) {
  #wrapper {
    width: 960px; }

  #header h1 {
    width: 61%; }

  #yodogawa {
    margin-left: 61%; }
    #yodogawa p {
      font-size: 14px; } }
