@charset "utf-8";

body {
  background: url(../img/background-paper.png) 0 0 repeat #FFFFFF;
  padding-top: 85px;
}
/*-------------------------------
    header
-------------------------------*/
.headerline {
  height: 120px;
  width: 100%;
  background: url(../img/background-grass.png) 0 -40px repeat-x transparent;
  z-index: 1000;
  position: fixed;
  top:0;
  left:0;
}

.header {
  padding: 30px 0 30px 0;
  margin-bottom: 10px;
  /*
  border-bottom:1px dashed rgba(0, 0, 0, 0.3);
  box-shadow: rgba(255, 255, 255, 1) 0 1px 0;
  */
}

.header-icon {
  float: left;
  white-space: nowrap;
  margin-left: 15px;
}
#header-onigiri,
#header-tamago,
#header-wiener {
  margin-right: 10px;
  display: inline-block;
  height: 90px;
  width: 100px;
  background-position: center -100px;
  background-repeat: no-repeat;
  background-color: transparent;
}
#header-onigiri {
  background-image: url(../img/top-onigiri.png);
}
#header-tamago {
  background-image: url(../img/top-tamago.png);
}
#header-wiener {
  background-image: url(../img/top-wiener.png);
}
#header-onigiri:hover,
#header-tamago:hover,
#header-wiener:hover {
  background-position: center -105px;
}
.header-balloon {
  margin-top: 10px;
  padding: 10px;
  position: relative;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  font-weight: bold;
  color:#513f30;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.4);
  cursor: pointer;
  border:1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(255, 255, 255, 1) 0 1px 0;

}
.header-balloon:after {
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  top:-10px;
  left:30px;
  border-style:solid;
  border-width:0px 5px 10px 12px;
  border-color:#f8f6f6 transparent;
}
.header-balloon:before {
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  top:-11px;
  left:29px;
  border-style:solid;
  border-width:0px 6px 11px 13px;
  border-color:rgba(0, 0, 0, 0.2) transparent;
}
.header-title {
  padding-top: 45px;
  background: url(../img/top-text.png) 0 -3px no-repeat transparent;
}
  .header-title h1 {
    display: block;
    margin:-7px 0 10px 12px;
    font-size: 120%;
    text-shadow:-1px 1px 0 rgba(255, 255, 255, 1);
  }
  .header-title span {
    display: block;
    margin: -3px 0 0 12px;
    font-size: 90%;
    font-weight: bold;
    text-shadow:-1px 1px 0 rgba(255, 255, 255, 1);
  }

.profile,
.cando,
.contact {
  margin-bottom: 20px;
}

.profile {
  padding: 0px 15px 10px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:1px solid rgba(0, 0, 0, 0.1);
  background: #f8f6f6;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .profile h2 {
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
    color: #3995D6;
    font-family: serif;
    text-shadow:-1px 1px 0 rgba(255, 255, 255, 1);
    border-bottom: 1px dashed #3995D6;
  }
  .profile h2 span {
    font-size: 80%;
  }
  .profile .profilePhoto {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    -moz-border-radius:75px;
    -webkit-border-radius:75px;
    border-radius:75px;
    border:1px solid #CCCCCC;
  }

.cando {
  background: url(../img/background-line.png) -2px 0 no-repeat #fdf6e3;
  padding:0 7px 10px 35px;
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow:inset 0px 0px 2px rgba(0, 0, 0, 0.3);
}
  .cando h2 {
    padding: 12px 0 5px 0;
    margin-top: 0;
    font-size: 130%;
    color: #FFFFFF;
    line-height: 1.3em;
    color: #6dbdb5;
    text-shadow:-1px 1px 0 rgba(255, 255, 255, 1);
  }
  .cando h3 {
    font-weight: bold;
    font-size: 100%;
    margin-top: 15px;
    line-height: 1.3em;
    margin-bottom: 5px;
    color: #556b78;
  }
  .cando p {
    font-size: 90%;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #718d99;
  }

.contact {
  padding: 10px;
  border:1px solid #CCCCCC;
  background-color: #EEEEEE;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
  .contact:before {
    content: "";
    border:1px solid #CCCCCC;
    background-color: #EEEEEE;
    width: 100%;
    height: 330px;
    position: absolute;
    z-index: -1;
    top:-5px;
    left: -2px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
  .contact:after{
    content: "";
    border:1px solid #CCCCCC;
    background-color: #EEEEEE;
    width: 100%;
    height: 340px;
    position: absolute;
    z-index: -2;
    top:2px;
    left: -2px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }

  .contact h2 {
    padding: 10px 0;
    margin: 0 0 10px 0;
    line-height: 1em;
    color: #705c4c;
    font-size: 170%;
    text-shadow:-1px 1px 0 rgba(255, 255, 255, 1);
  }
  .contact p {
    font-size: 120%;
    font-weight: bold;
    padding-left: 35px;
    padding-top: 20px;
    height: 35px;
    line-height: 1em;
  }
  .contact p.mail {
    background: url(../img/icon-mail.png) left center no-repeat;
  }
  .contact p.twitter {
    background: url(../img/icon-twitter.png) left center no-repeat;
  }
  .contact p.facebook {
    background: url(../img/icon-facebook.png) left center no-repeat;
  }
  .contact p.github {
    background: url(../img/icon-github.png) left center no-repeat;
  }
  .contact p.blog {
    background: url(../img/icon-blog.png) left center no-repeat;
  }
  .contact p.map {
    background: url(../img/icon-map.png) left center no-repeat;
  }
  .contact iframe {
    border: 1px solid #CCCCCC;
  }


.result {
  position: relative;
  padding: 15px;
  margin-bottom: 10px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border:1px solid rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
  .result :before, .result :after{
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    -moz-transform: skew(-3deg) rotate(-3deg);
    -ms-transform: skew(-3deg) rotate(-3deg);
    -o-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
    -webkit-box-shadow: 0 3px 6px rgba(200, 200, 200, 0.1);
    -moz-box-shadow: 0 3px 6px rgba(200, 200, 200, 0.1);
    box-shadow: 0 3px 6px rgba(200, 200, 200, 0.1);
    z-index: -1;
  }
  .result :after {
    left: auto;
    right: 12px;
    -webkit-transform: skew(3deg) rotate(3deg);
    -moz-transform: skew(3deg) rotate(3deg);
    -ms-transform: skew(3deg) rotate(3deg);
    -o-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
  }

  .result h2 {
    text-shadow:-1px 1px 0 rgba(255, 255, 255, 1);
  }
  .result .year {
    margin-top: 20px;
    color: #666666;
    font-style: italic;
    border-bottom: 1px solid #66a644;
  }
  .result h3 {
    font-size: 130%;
    line-height: 1.5em;
    margin: 20px 0 5px 0;
  }
  .result .optionalLink {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .result .mocotime .text ,
  .result .chargebadge .text,
  .result .bukupe .text,
  .result .b-chive .text {
    padding-left: 10px;
  }
  .result .mocotime .image,
  .result .chargebadge .image {}

  .result .mocotime .image img,
  .result .chargebadge .image img,
  .result .picthing .image img {
    width: 150px;
    margin-bottom: 5px;
    border:1px solid #CCCCCC;
  }
  .result .b-chive .image img {
    vertical-align: top;
    border:1px solid #CCCCCC;
    margin-bottom: 5px;
  }
  .result .b-chive .image img:first-child {
    width: 400px;
  }
  .result .b-chive .image img:last-child {
    width: 150px;
  }
.appstore {
  display: inline-block;
  width: 140px;
  height: 48px;
  background: url(../img/appStore.png) 0 0 no-repeat transparent;
}
.footer {
  margin: 30px 0;
  padding: 100px 0 0 0;
  background: url(../img/logo-footer.png) center center no-repeat transparent;
  text-align: center;
  color: #CCCCCC;
  text-shadow:-1px 1px 0 rgba(255, 255, 255, 1);
}