@charset "utf-8";

/***************************/
/* reset css
/***************************/
html, body, div, span, object, iframe, h1, h2, h2, h3, h4, h5, h6, p, a, blockquote, pre  , abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub  , sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table,   caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption  , figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,   video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: Verdana, '貂ｸ繧ｴ繧ｷ繝?け', YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  list-style: none;
}

main {
  display: block;
}

/***************************/
/* my useful tips
/***************************/

/*   float   */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.flex {
  display: -webkit-box;/*--- Android ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari ---*/
  display: flex;
  -webkit-box-pack: justify;/*--- Android ---*/
  -ms-flex-pack: justify;/*--- IE10 ---*/
  -webkit-justify-content: space-betwen;/*--- safari ---*/
  justify-content: space-between;
}

.flex1 {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  /*-webkit-box-flex: 1;  Android 2~4
  flex: auto;
  -webkit-flex: auto;
*/}

.flex2 {
  -webkit-flex-grow: 2;
  -webkit-box-flex: 2;
  flex-grow: 2;
}

.flex3 {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}

.flex4 {
  -webkit-flex-grow: 4;
  flex-grow: 4;
}

.flex5 {
  -webkit-flex-grow: 5;
  flex-grow: 5;
}

.flex6 {
  -webkit-flex-grow: 6;
  flex-grow: 6;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/*social plugins*/

.fb-like,
.hatena-bookmark-button-frame,
.twitter,
.line img {
  display: inline;
  line-height: 0;
}

iframe{
  vertical-align:top;
}

#header-social iframe{
  vertical-align:bottom;
  line-height: auto;
}

#header-social img{
  width: 30px;
}

#header-social{
  float: right;
  margin: 10px 5px 5px 0;
}

#header-social a{
  margin-right: 5px;
}

/***************************/
/* page settings
/***************************/

body {
  background: #fff;
}

h2{
  text-align: center;
  line-height: 40%;
}

/*Safari CSS hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, h2 {
    line-height: 50%;
  }
}

h2.section-title{
  font-size: 300%;
  clear: both;
}

h2.section-title-gold{
  font-size: 300%;
  clear: both;
  color: #9e7137;
}

span.small-text{
  font-size: 30%;
}

p, div {
  font-size: 1em;
}

a {
  font-size: 1em;
  letter-spacing: .03em;
  color: #3e8ec1;
  text-decoration: none;
}

a:active {
  color: #3e8ec1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.stop,
a.stop:active,
a.stop:hover {
  color: rgba(255,255,255,.25) !important;
  text-decoration: none !important;
  cursor: default !important;
}

.inner-wrapper {
  padding: 50px 0;
}

.inner-wrapper-first {
  padding: 0;
  position: relative;
  width: 100%;
  background: #5ea7dd;
}

.inner-wrapper-half {
  padding: 10px;
  width: 490px;
  float: left;
  color: #fff;
}

.inner-wrapper{
  width: 980px;
}

.inner-wrapper,.inner-wrapper-first,.inner-wrapper-half{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.line{
  border-left: 2px solid #333;
}

.strong {
  color: #364f6c;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.small-text {
  letter-spacing: .2em;
  font-size: 50%;
}

.title-side{
  color: #27a499;
  font-size: 52%;
}

.social_box {
  margin-top: 10px;
}

.social_top{
  position: absolute;
  right: 180px;
  bottom: 20px;
}

.text-red{
  color: #e40011;
}

/***************************/
/* btn
/***************************/

.btn {
  border-radius: 7px;
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.btn:active {
  color: #333;
  position: relative;
  top: 1px;
}

.btn-default {
  background-color: #0981cf;
}

.btn-reversal {
  color: #606601;
  background-color: #fff;
}

.btn-rereval:hover,
.btn-rereval:active {
  color: #606601;
}
/***************************/
/* header-banner
/***************************/

.header-banner {
  background: url(../../../_images/special/vacant_house/header.png) no-repeat center;
  position: relative;
  width: 1396px;
  margin: 0 auto;
}

.header-banner h1 {
  text-align: center;
}

/***************************/
/* site header
/***************************/

#menu{
  width: 100%;
  background: rgba(0,0,0,1);
  top: 0px;
  position: fixed;
  z-index: 1;
}

#menu-box{
  width: 980px;
  margin: 0 auto;
}

.site-menu span{
  font-size: 58%;
}

.site-menu ul {
  padding: 10px 0;
  margin: 0;
}

.site-menu li {
  font-size: 17px;
  display: inline-block;
  padding: 0 47px;
  margin: 0;
  text-align: center;
  line-height: 0.8em;
}

/*Safari CSS hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .site-menu li {
    padding: 0 45px;
  }
}

.site-menu a,
.site-menu a:active {
  color: #fff;
  font-weight: bold;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  text-decoration: none;
}

.site-menu a:hover {
  color: #333;
  text-decoration: none;
}

li.btn-amazon {
  background: #0981cf;
  border-radius: 7px;
}

.btn-amazon a {
  color: #fff;
  display: block;
  padding: 0;
}

.btn-amazon a:hover {
  color: #000;
  border-radius: 7px;
  text-decoration: none;
}

/***************************/
/* bookreview
/***************************/

#bookreview{
  letter-spacing: .03em;
  background: #fff;
}

#bookreview .social_box{
  float: right;
  margin: -30px 0 30px 0;
}

.bookreview-top img{
  width: 300px;
  padding: 0 0 30px 30px;
}

#bookreview a,
#bookreview a:hover,
#bookreview a:active {
  color: #fff;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

#bookreview a:hover {
  opacity: .6;
}

#bookreview .bookreview-top {
  margin: 6% 2%;
  font-weight: bold;
}

#bookreview li{
  padding: 1%;
  text-align: left;
}

#bookreview p,.bookreview-top footer {
  font-size: 110%;
  line-height: 2.2em;
  margin-bottom: 5%;
}

#bookreview h3 {
  margin-bottom: 2%;
  color: #005c98;
  font-size: 180%;
  font-weight: bold;
}

/***************************/
/* profile
/***************************/

#profile{
  background: #282828;
}

#profile .book-detail-text{
  width: 70%;
}

#profile a,
#profile a:hover,
#profile a:active {
  color: #559dd8;
}

#profile .strong {
  color: #559dd8;
  line-height: 120%;
}


.author-detail{
  clear: both;
  padding: 10% 2% 2% 2%;
  margin: 0 auto;
  background: url(http://www.sinkan.jp/images/special/vacant_house/item.png) no-repeat right top;
}

.author-detail h3{
  font-size: 170%;
  padding-bottom: 3px;
}

.author-detail .small-text {
  letter-spacing: 0;
  font-size: 60%;
  color: #fff;
}

.profile{
  line-height: 150%;
  line-height: 200%;
  float: left;
}

.profile-pict{
  padding:0 20px 0 0;
  float: left;
}

.link{
  padding-top: 10px;
}

/***************************/
/* contents
/***************************/

.contents-wrapper {
  width: 100%;
  margin: 10% 2%;
  padding: 0;
  text-align: left;
  line-height: 4em;
  float: left;
}

.contents-wrapper .list-line span{
  font-weight: bold;
}

#contents .strong {
  font-size: 18px;
}

.contents-wrapper ol{
  list-style: none;
  padding: 0 20px;
}

.list-unstyled{
  list-style: none;
}

.list-line{
  padding-bottom: 20px;
}

.dash{
  letter-spacing: -3px;
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .dash {
    margin-right: 4px;
  }
}

#contents .contents-wrapper span.santen {
  font-family: "MeiryoArial", sans-serif;
}

.list-line span{
  font-size: 80%;
  line-height: 150%;
  color: #fff;
}

/***************************/
/* bookimformation
/***************************/

.book-detail{
  background: #fff;
  border-radius: 20px;
  padding:3% 5%;
}

.book-detail,
.author-detail {
  font-size: 14px;
}

.book-detail .book {
  width: 150px;
  padding-bottom:16%;
  height: auto;
}

.book-detail .book:hover {
  opacity: .8;
}

.book-detail h3 {
  margin-bottom: 1%;
}

.book-detail h4 {
  display: inline-block;
}

/***************************/
/* interview
/***************************/

.coming_soon{
  color: #cacaca;
  text-align: center;
  padding: 10% 0;
  font-size: 200%;
}

#interview p {
  font-size: 100%;
  line-height: 200%;
}

#interview h2 {
  margin-bottom: 6%;
}

#interview p.interview-message{
  color: #005c98;
  font-size: 120%;
  font-weight: bold;
  padding: 6% 0 2% 0;
}

.pict{
  padding: 2%;
  float: right;
}

/***************************/
/* footer
/***************************/

.site-footer {
  background: #666;
}

.site-footer .strong {
  font-size: 150%;
}

.site-footer .book-detail {
  margin: 3% auto 2%;
  width: 50%;
}

.site-footer .book-detail .book {
  width: 130px;
}

.site-footer .book-detail h2 {
  line-height: 120%;
  text-align: left;
}

.site-footer .book-detail h3 {
  color: #333;
  display: inline-block;
  margin: 0;
  opacity: .9;
}

.site-footer .book-detail-text {
  width: 66%;
  padding: 5px;
}

.site-footer .book-detail-text section {
  padding: 3px 0;
}

.site-footer .book-detail span {
  opacity: .9;
}

.site-footer .btn {
  font-size: 20px;
  padding: .8em 3em;
  margin-bottom: 3%;
}

.footer-bottom {
  padding: 1% 0 2% 0;
  background: #000;
}

.footer-bottom a,
.footer-bottom a:active {
  color: #fff;
  font-size: 14px;
  opacity: .8;
  padding: 10px;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

.footer-bottom a:hover {
  opacity: .6;
  text-decoration: none;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li:before {
  content: "|";
  color: #fff;
}

.footer-bottom li:first-child:before {
  display: none;
}

.footer-bottom .small-text {
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
}

.footer-bottom small {
  color: #fff;
}

.bana-link{
  text-align: center;
}

.to-top {
  position: fixed;
  right: 3%;
  bottom: 6%;
}

.text-white{
  color: #fff;
}

.text-black{
  color: #000;
}

@media screen and (max-width: 736px) {
  body {
    -webkit-text-size-adjust: none;
    width: 100%;
    background-size: auto;
  }

  .inner-wrapper,.inner-wrapper-first,.inner-wrapper-half {
    width: 100%;
    float: none;
  }

  .inner-wrapper{
    padding: 5% 0;
  }

  #profile .inner-wrapper,
  #contents .inner-wrapper,
  #bookreview .inner-wrapper,
  #interview .inner-wrapper,
  #series .inner-wrapper {
    width: 95%;
  }

  #profile .inner-wrapper {
    padding: 17% 0;
  }

  #contents,
  #bookreview,
  #interview,
  #series {
    padding: 17% 0;
  }

  .pull-left,
  .pull-right {
    float: none;
  }

  .mean-container .mean-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .mean-container .mean-bar,
  .mean-container .mean-nav {
    background: #000;
  }

  a.btn-amazon {
    background: #000;
    border-radius: 0;
  }

  h2.section-title,.section-title-blue{
    letter-spacing: 0;
    font-size: 200%;
  }

  .small-text {
    letter-spacing: 0;
  }

  /***************************/
  /* site-header
  /***************************/

  #menu{
    position: static;
  }

  .site-header {
    background-size:cover;
  }

  li.btn-amazon{
    border-radius: 0;
    background: #000;
  }

  #menu-box{
    width: 100%;
  }

  .site-menu ul {
    text-align: center;
  }

  .site-menu li {
    padding: .5em 0;
  }

  .site-menu a {
    margin: 0 .8em;
  }

  .header-banner {
    background-size: cover;
    margin: 10% 0 0 0;
    width: 100%;
  }

  .header-banner h1 {
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 12%;
  }

  .header-banner h1 img{
    padding-top: 0;
    width: 100%;
  }

  #header-social{
    position: static;
    margin: 0;
    line-height: 0;
}

  .copy {
    padding: 10px;
    width: 90%;
    float: none;
    font-size: 150%;
    line-height: 130%;
  }

  #header-social {
    float: none;
    width: 100%;
  }

  /***************************/
  /* profile
  /***************************/

  .author-detail {
    float: none;
    margin: 5% auto 0;
    padding: 5% 0;
    width: 95%;
  }

  .book-detail {
    float: none;
    margin: 5% auto 0;
    padding: 5%;
    width: 85%;
  }

  .author-detail{
  background: url(http://www.sinkan.jp/css/special/vacant_house/none);
  }

  .author-detail h3 {
      font-size: 160%;
  }

  .author-detail img{
    width: 50%;
    margin: 0 auto;
    padding: 20px;
  }

  .book-detail .strong {
    font-size: 120%;
  }

  .book-detail > a {
    display: none;
  }

  .book-detail > div {
    margin-left: 0;
  }

  #profile .strong {
      font-size: 120%;
  }

  #profile .book-detail-text {
    width: 100%;
  }

  .profile {
    float: none;
    line-height: 200%;
    width: 100%;
  }

  /***************************/
  /* contents
  /***************************/

  #contents  {
    margin-top: 20px;
  }

  #contents .strong {
    font-size: 20px;
  }

  #contents .contents-wrapper ol{
    padding: 0;
  }

  #contents li {
    font-size: 90%;
  }

  .contents-wrapper {
    width: 100%;
  }

  /***************************/
  /* bookreview
  /***************************/

  #bookreview {
    text-align: center;
    padding: 7% 2%;
    background: #fff;
  }

  #bookreview p {
    text-align: left;
    font-size: 100%;
    line-height: 2.2em;
  }

  #bookreview p:first-child {
    margin-top: 10%;
  }

  #bookreview h3 {
    margin-top: 15%;
    text-align: left;
    line-height: 180%;
    font-size: 120%;
  }

  .bookreview-top footer{
    text-align: left;
    font-size: 100%;
  }

  #bookreview .bookreview-top img{
    padding: 0 0 8% 0;
    width: 100%;
  }

  .book-detail-text{
    line-height: 160%;
  }

  /***************************/
  /* interview
  /***************************/

  #interview p {
    color: #000;
    line-height: 180%;
  }

  #interview p.interview-message{
    font-size: 100%;
    padding: 12% 0 2% 0;
    margin-bottom: 5%;
    line-height: 160%;
  }

  .pict{
    width: 100%;
    float: none;
  }

  /***************************/
  /* site-footer
  /***************************/


  #bookreview .social_box {
    float: none;
    margin: 0 5% 5% 5%;
    text-align: center;
  }

  .social_box {
    text-align: center;
    bottom: 3px;
    right: 3px;
  }

  .site-footer .book-detail {
    margin: 15% auto 5%;
    width: 90%;
  }

  .site-footer .book-detail > a {
    display: block;
    float: left;
  }

  .site-footer .book-detail .book {
    width: 90px;
    margin-right: 15px;
  }

  .site-footer .btn {
    margin-bottom: 15%;
  }

  .site-footer .book-detail-text {
    width: 100%;
  }

  .footer-bottom a,
  .footer-bottom a:active {
    font-size: 11px;
    padding: 0 2px;
  }

  .footer-bottom ul{
    padding: 0;
    text-align: center;
  }

  .to-top {
    display: none;
    visibility: hidden;
  }

  #facebook-foot .fb_iframe_widget{
    width: 70%;
    float: left;
  }

  .line {
    border-left: none;
    border-top: 1px solid #333;
  }

}