@charset "UTF-8";
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Addition */
/* Apply a natural box layout model to all elements */
/* Read this post by Paul Irish: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0; }

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px; }

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px; }

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0; }

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 20px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
  background: url(images/ie6/borderTopLeft.png); }

.cboxIE6 #cboxTopCenter {
  background: url(images/ie6/borderTopCenter.png); }

.cboxIE6 #cboxTopRight {
  background: url(images/ie6/borderTopRight.png); }

.cboxIE6 #cboxBottomLeft {
  background: url(images/ie6/borderBottomLeft.png); }

.cboxIE6 #cboxBottomCenter {
  background: url(images/ie6/borderBottomCenter.png); }

.cboxIE6 #cboxBottomRight {
  background: url(images/ie6/borderBottomRight.png); }

.cboxIE6 #cboxMiddleLeft {
  background: url(images/ie6/borderMiddleLeft.png); }

.cboxIE6 #cboxMiddleRight {
  background: url(images/ie6/borderMiddleRight.png); }

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')"); }

body {
  background: url(../images/bg.png) fixed center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em; }
  body#anniv1st {
    background-image: url(../images/bg_1st.gif); }

/* 
 * link style
 */
a {
  color: #FF0064;
  text-decoration: none;
  outline: none 0 !important; }
  a:link {
    color: #FF0064;
    text-decoration: none; }
  a:visited {
    color: #FF0064;
    text-decoration: none; }
  a:hover {
    color: #ff00a6;
    text-decoration: underline; }
  a:active {
    color: #ff00a6;
    text-decoration: underline; }
  a:hover img.hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }

.hover {
  cursor: pointer; }
  .hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }

li img {
  vertical-align: bottom; }

/*
 * wrapper
 */
#wrapper {
  position: relative;
  background-color: #FFF;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 100px; }
  @media only screen and (max-device-width: 420px) {
    #wrapper {
      width: 100%; } }

/*
 * header
 */
#header .hobo {
  text-align: center; }
  @media only screen and (max-device-width: 420px) {
    #header .hobo img {
      width: 150px;
      height: auto; } }
#header h1 {
  text-align: center;
  margin: 0; }
  @media only screen and (max-device-width: 420px) {
    #header h1 {
      margin-top: 20px; } }
#header .sticker {
  position: absolute;
  top: 0;
  left: -35px; }
  @media only screen and (max-device-width: 420px) {
    #header .sticker {
      left: -5px; }
      #header .sticker img {
        width: 50%;
        height: auto; } }
@media only screen and (max-device-width: 420px) {
  #header img {
    width: 100%;
    height: auto; } }

.content {
  width: 550px;
  margin: 0 auto; }
  .content .end {
    margin: 25px 0;
    text-align: center; }
  .content .comment {
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: bold;
    text-align: center;
    color: #404040; }
    .content .comment img {
      vertical-align: middle; }
  .content #oioi {
    width: 400px;
    margin: 50px auto; }
    .content #oioi ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      letter-spacing: -0.4em; }
    .content #oioi li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0;
      letter-spacing: 0.075em; }
      .content #oioi li#oioiCounter {
        width: 200px;
        height: 100px;
        background: url(../images/bg_counter.gif) no-repeat left center;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 60px;
        line-height: 100px;
        letter-spacing: 0;
        padding-left: 30px;
        text-align: center;
        color: #808080; }
    @media only screen and (max-device-width: 420px) {
      .content #oioi {
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px; }
        .content #oioi li {
          display: block; }
          .content #oioi li#oioiCounter {
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            display: inline-block;
            position: relative;
            background-image: none;
            border: 10px solid #808080;
            padding-left: 0;
            margin-top: 20px;
            line-height: 80px; }
            .content #oioi li#oioiCounter:before {
              position: absolute;
              top: -30px;
              left: 50%;
              margin-left: -15px;
              content: '';
              display: inline-block;
              border-top: 0px solid transparent;
              border-right: 15px solid transparent;
              border-bottom: 20px solid #808080;
              border-left: 15px solid transparent; }
            .content #oioi li#oioiCounter:after {
              position: absolute;
              top: -13px;
              left: 50%;
              margin-left: -9px;
              content: '';
              display: inline-block;
              border-top: 0px solid transparent;
              border-right: 9px solid transparent;
              border-bottom: 13px solid #FFF;
              border-left: 9px solid transparent; } }
  .content .date {
    margin: 50px 0;
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.25em;
    text-align: center;
    color: #333; }
    @media only screen and (max-device-width: 420px) {
      .content .date {
        margin: 25px 0; } }
  @media only screen and (max-device-width: 420px) {
    .content {
      width: 100%; }
      .content .data img {
        width: 100%; } }

/*
 * navi
 */
#navi {
  width: 800px;
  text-align: center; }
  #navi ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: -0.4em; }
    #navi ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0;
      color: #FFF;
      letter-spacing: 0.075em; }
      #navi ul li.next {
        margin: 0 0 0 25px; }
      #navi ul li.prev {
        margin: 0 25px 0 0; }
      #navi ul li.prev1 {
        margin: 0 90px 0 250px; }
      #navi ul li.profile {
        margin: 0; }
      #navi ul li.profile2 {
        display: block;
        margin-top: 25px; }
      @media only screen and (max-device-width: 420px) {
        #navi ul li.next {
          margin: 0 10px; }
        #navi ul li.prev {
          margin: 0 10px; }
        #navi ul li.prev1 {
          display: block;
          margin: 0; }
        #navi ul li.latest {
          display: block;
          position: absolute;
          top: 50px;
          left: 50%;
          margin-left: -100px; }
        #navi ul li.profile {
          margin-top: 10px; }
        #navi ul li.profile2 {
          margin-top: 60px; } }
  @media only screen and (max-device-width: 420px) {
    #navi {
      width: 100%; } }

/*
 * archive
 */
#archive {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0;
  text-align: left; }
  #archive h2 {
    margin: 0;
    text-align: center; }
    @media only screen and (max-device-width: 420px) {
      #archive h2 img {
        width: 100%;
        height: auto; } }
  #archive ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #archive .refine {
    float: left;
    padding-right: 10px; }
    #archive .refine li {
      margin-bottom: 5px;
      cursor: pointer; }
      #archive .refine li.current {
        cursor: default; }
        #archive .refine li.current:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
      #archive .refine li:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }
    @media only screen and (max-device-width: 420px) {
      #archive .refine {
        width: 60px;
        padding-right: 0px; }
        #archive .refine img {
          width: 100%;
          height: auto; } }
  #archive .items {
    width: 610px;
    margin-left: 90px; }
    #archive .items ul {
      letter-spacing: -0.4em; }
    #archive .items li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 102px;
      margin: 0 9px 20px;
      letter-spacing: 0;
      text-align: center;
      vertical-align: top; }
      #archive .items li img {
        box-sizing: content-box; }
      @media only screen and (max-device-width: 420px) {
        #archive .items li {
          width: 21%;
          margin: 0 5px 20px; }
          #archive .items li img {
            width: 100%;
            height: auto; } }
    #archive .items img {
      border: 1px solid #CCC; }
    #archive .items a {
      display: block; }
    #archive .items span {
      display: block; }
      #archive .items span.title {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.25em; }
        @media only screen and (max-device-width: 420px) {
          #archive .items span.title {
            font-size: 10px; } }
      #archive .items span.date {
        margin-top: 5px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #999;
        line-height: 1.5em; }
        @media only screen and (max-device-width: 420px) {
          #archive .items span.date {
            margin-top: 0;
            font-size: 10px; } }
    @media only screen and (max-device-width: 420px) {
      #archive .items {
        width: auto;
        margin-left: 60px; } }
  @media only screen and (max-device-width: 420px) {
    #archive {
      width: 100%;
      margin: 25px 0; } }

/*
 * footer
 */
#footer, #share {
  background-color: #FFF;
  width: 800px;
  margin: 0 auto;
  padding: 0 100px;
  text-align: center; }
  #footer ul, #share ul {
    padding: 0;
    margin: 50px 0;
    list-style-type: none;
    letter-spacing: -0.4em; }
    #footer ul li, #share ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0 20px;
      letter-spacing: 0.075em; }
      #footer ul li a, #share ul li a {
        display: block; }
      #footer ul li .fb_iframe_widget, #share ul li .fb_iframe_widget {
        display: block; }
      @media only screen and (max-device-width: 420px) {
        #footer ul li, #share ul li {
          padding: 0;
          margin: 0 10px; }
          #footer ul li.mail, #share ul li.mail {
            width: 73.5px; }
          #footer ul li.tweet, #share ul li.tweet {
            width: 69px; }
          #footer ul li.home, #share ul li.home {
            width: 88.5px; }
          #footer ul li img, #share ul li img {
            width: 100%;
            height: auto; } }
    @media only screen and (max-device-width: 420px) {
      #footer ul, #share ul {
        padding: 0;
        margin: 25px 0; } }
  #footer .copyright, #share .copyright {
    font-size: 10px;
    line-height: 15px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #999; }
  #footer .sns_sp, #share .sns_sp {
    display: none; }
  @media only screen and (max-device-width: 420px) {
    #footer, #share {
      width: 100%;
      padding: 0; }
      #footer .sns_sp, #share .sns_sp {
        display: block;
        padding-top: 0; }
        #footer .sns_sp li, #share .sns_sp li {
          padding: 0; }
          #footer .sns_sp li img, #share .sns_sp li img {
            width: auto;
            height: auto; }
      #footer .fblike, #share .fblike {
        display: none; } }

#share ul {
  padding-bottom: 0; }

.char ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.char li {
  position: absolute;
  margin: 0;
  padding: 0; }
  .char li.char1 {
    top: 330px;
    left: -50px; }
  .char li.char2 {
    top: 520px;
    right: -50px; }
  .char li.char3 {
    top: 785px;
    left: -50px; }
  .char li.char4 {
    top: 1090px;
    right: -50px; }
  .char li.char5 {
    top: 1340px;
    left: -50px; }
  .char li.char6 {
    top: 1550px;
    right: -50px; }
@media only screen and (max-device-width: 420px) {
  .char {
    display: none; } }

/*
 * profile
 */
#profWrapper {
  width: 700px;
  padding: 25px;
  height: auto;
  overflow: hidden; }
  #profWrapper h1 {
    font-size: 20px; }
  #profWrapper .photo {
    float: left;
    width: 225px;
    height: 200px;
    padding-right: 25px; }
