@import url('http://static.tumblr.com/xlsgtjb/jlJm3vj9g/nanoscroller.css');
/* scroller */
.nano {
  -webkit-overflow-scrolling: touch;
}
/* mixins: CSS3 properties */
/* Common */
a img {
  border: none;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #666;
}
a {
  color: #666;
}
#wrapper {
  font-size: 12px;
}
/* Header */
header {
  background: #f3f3f3;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  position: relative;
}
header .nav {
  position: absolute;
  top: 12px;
  left: 20px;
  height: 32px;
  line-height: 32px;
}
header .nav img {
  -moz-opacity: 0.2;
  opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
}
header .nav img:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
}
header .nav a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #999;
  margin-right: 20px;
}
header .nav a:hover {
  color: #454545;
}
#cse {
  width: 250px;
  height: 32px;
  position: absolute;
  top: 9px;
  left: 100px;
  z-index: 780;
}
#cse #stext {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
  padding: 3px 3px 3px 25px;
  width: 100px;
  border: 1px solid #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  -webkit-transition: width 0.3s ease-out, border 0.3s ease-out;
  -moz-transition: width 0.3s ease-out, border 0.3s ease-out;
  -o-transition: width 0.3s ease-out, border 0.3s ease-out;
  -transition: width 0.3s ease-out, border 0.3s ease-out;
  z-index: 781;
}
#cse #stext:hover {
  border-color: #999;
}
#cse #stext:focus {
  width: 150px;
  background: #fff;
  border-color: #999;
}
#cse #searchBtn {
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 782;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
}
#cse #searchBtn:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.blog-title {
  font-family: 'Oleo Script';
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 30px;
  text-shadow: 0 1px 0 #ffffff;
  -moz-text-shadow: 0 1px 0 #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
}
.blog-title a {
  position: relative;
  text-decoration: none;
  color: #cb2027;
}
.blog-title a:hover {
  color: #cb2027;
}
.blog-description {
  font-size: 12px;
  margin-top: 0;
  font-weight: bold;
  position: relative;
  top: -3px;
  color: #000;
}
/*index*/
.page-index {
  background: #f3f3f3;
}
.page-index #container-outer {
  width: 1452px;
  width: 970px\9;
  margin: 0 auto;
}
.page-index .post {
  width: 220px;
  max-height: 500px;
  margin: 5px;
  float: left;
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
  line-height: 1;
}
.page-index .post:hover {
  border-color: #bbb;
}
.page-index .post img {
  max-width: 100%;
  height: auto;
}
.page-index .post iframe {
  max-width: 100% !important;
  max-height: 350px !important;
  overflow: hidden !important;
}
.page-index .post.photo {
  text-align: center;
}
.page-index .post blockquote, .page-index .post p {
  margin: 0;
}
.page-index .post.text {
  padding: 10px 5;
  line-height: 1.5;
  font-size: 14px;
}
.page-index .post.quote {
  font-size: 16px;
  padding: 10px 5px;
  line-height: 1.5;
}
.page-index .photo .caption {
  display: none;
}
.page-index #pagination {
  visibility: hidden;
}
.page-index.overflow {
  overflow: hidden;
}
/*permalink*/
.page-permalink header, .page-permalink #pagination {
  display: none;
}
.page-permalink #container {
  margin: 40px auto 15px auto;
  max-width: 500px;
  min-height: 500px;
}
.page-permalink .post {
  font-size: 14px;
}
.page-permalink .post .source, .page-permalink .post .caption {
  font-size: 12px;
  margin-top: 40px;
  color: #aaa;
}
.page-permalink .post .source a, .page-permalink .post .caption a {
  color: #aaa;
}
.page-permalink .post .source ol, .page-permalink .post .caption ol {
  padding-left: 0;
}
.page-permalink .post .source ol li, .page-permalink .post .caption ol li {
  list-style: none;
}
.page-permalink .post.photo {
  text-align: center;
  width: 100%;
}
.page-permalink .post.photo .caption {
  text-align: left;
}
.page-permalink .post.text {
  line-height: 1.5;
}
.page-permalink .post.quote {
  font-size: 24px;
  line-height: 1.2;
}
.page-permalink .hom a {
  color: #999;
  text-decoration: none;
}
.page-permalink .hom img {
  -moz-opacity: 0.3;
  opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  vertical-align: text-top;
  margin-right: 5px;
}
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 100px;
  padding: 10px;
  background: #fff;
  opacity: 1;
  color: #454545;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 3000px) {
  .page-index #container {
    min-height: 1600px;
  }
}
@media screen and (max-width: 1920px) {
  .page-index #container {
    min-height: 1200px;
  }
}
@media screen and (max-width: 1462px) {
  .page-index #container {
    min-height: 1000px;
  }
  .page-index #container-outer {
    width: 1212px;
  }
}
@media screen and (max-width: 1232px) {
  .page-index #container {
    min-height: 1000px;
  }
  .page-index #container-outer {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .page-index #container {
    min-height: 1000px;
  }
  .page-index #container-outer {
    width: 726px;
  }
  #infscr-loading {
    left: 42%;
  }
}
@media screen and (max-width: 420px) {
  .page-permalink {
    width: 300px !important;
  }
  .page-permalink #wrapper {
    width: 300px;
    font-size: 80%;
  }
  .page-permalink #container-outer {
    width: 300px;
  }
  .page-permalink #container {
    margin: 40px 10px 10px 10px;
  }
  .page-permalink .post img {
    max-width: 100%;
  }
  .page-index header {
    padding: 5px 5px 40px 5px;
    margin-bottom: 10px;
  }
  .page-index header .nav {
    top: 42px;
  }
  .page-index header #cse {
    top: 40px;
    left: 175px;
    width: 130px;
  }
  .page-index header #stext:focus {
    width: 130px;
  }
  .page-index #container {
    min-height: 300px;
  }
  .page-index #container-outer {
    width: 305px;
  }
  .page-index .post {
    width: 85px;
    margin: 2px;
  }
  .page-index .post iframe {
    max-width: 100% !important;
    max-height: 200px !important;
    overflow: hidden !important;
  }
  .page-index .post.quote, .page-index .post.text {
    font-size: 10px;
  }
  .page-index .tinner, .page-index .tcontent iframe {
    width: 300px !important;
  }
  #tumblr_controls {
    display: none;
  }
  #infscr-loading {
    left: 100px;
  }
}
/* tinybox */
#akkarin.fixed {
  position: fixed;
  z-index: 850;
  width: 100%;
  top: 0;
  bottom: 0;
}
.tbox {
  position: absolute;
  display: none;
  z-index: 900;
  top: 10px !important;
  bottom: 10px !important;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.tinner {
  background: #ffffff url('http://static.tumblr.com/xlsgtjb/JaIm3vja5/load.gif') no-repeat 50% 50%;
  height: 100% !important;
}
.tcontent {
  height: 100%;
}
.tmask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 800;
}
.tcontent iframe {
  height: 100%;
}
.tclose {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url('http://static.tumblr.com/xlsgtjb/iOTm3vjas/close.png') no-repeat;
}
#error {
  background: #ff6969;
  color: #fff;
  text-shadow: 1px 1px #cf5454;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
}
#error .tcontent {
  padding: 10px 14px 11px;
  border: 1px solid #ffb8b8;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#success {
  background: #2ea125;
  color: #fff;
  text-shadow: 1px 1px #1b6116;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10;
  -moz-border-radius: 0;
  border-radius: 0;
}
#whitemask {
  background: #ffffff;
}
#frameless {
  padding: 0;
}
#frameless .tclose {
  left: 6px;
}
