@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, ol, ul, li, 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;
  vertical-align:top;
}

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*/
.social_box {
  margin-top: 3%;
}

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

/***************************/
/* page settings
/***************************/
body {
  background: #000;
}

p, div {
  font-size: 1em;
  letter-spacing: .03em;
  line-height: 2em;
}

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;
}

::-moz-selection {
  background: #333;
}

::selection {
  background: #333;
}

.inner-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 880px;
}

.section-title {
  font-size: 37px;
  font-weight: bold;
  padding-bottom: 1%;
  text-align: left;
  color: #fff;
}

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

.small-text {
  color: #ffea00;
  letter-spacing: .2em;
  font-size: 70%;
}

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

.bg-gray {
  background: #232323;
}

.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: #fffc00;
}

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

.btn-rereval:hover,
.btn-rereval:active {
  color: #606601;
}

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

.site-header {
  background:url(../../../_images/special/protect_company/bg.png) top center no-repeat #fff;
}

#menu{
  width: 100%;
  background-color: #a37e3a;
}

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

.site-menu {
  margin: 1% 0 1% 3%;
}

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

.site-menu li {
  font-size: 17px;
  display: inline-block;
  padding: 0 ;
  text-align: center;
}

.site-menu a,
.site-menu a:active {
  color: #fff;
  font-weight: bold;
  margin: 0 1.5em;
  -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: #fff;
  text-decoration: none;
}

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

a.btn-amazon {
  background: #ffea00;
  border-radius: 7px;
  color: #000;
  padding: 0.5em 2em;
}

a.btn-amazon:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.header-banner {
  position: relative;
}

.header-banner h1 {
  height: 520px;
}

#header-social{
  top: -15px;
  position: absolute;
  right: 53px;
}

/***************************/
/* bookinfo
/***************************/

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

#profile .inner-wrapper {
  padding: 4% 0;
  width: 900px;
}

#profile a,
#profile a:hover,
#profile a:active {
  color: #5E5787;
}

#profile .strong {
  color: #000;
  font-size: 260%;
  line-height: 120%;
}

#profile .author-detail span{
  font-size: 50%;
}

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

.book-detail,
.author-detail {
  font-size: 14px;
  margin-top: 5%;
}

.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;
}

.author-detail{
  clear: both;
  color: #fff;
}

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

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

.author-detail .profile {
  margin-top: 3%;
}

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

#contents {
  padding: 4% 0;
}

#contents .inner-wrapper {
  width: 900px;
}

.contents-wrapper {
  width: 48%;
  margin: 5% 0 0 0;
  text-align: left;
  line-height: 4em;
  color: #dcae59;
}

.contents-wrapper span{
  font-size: 140%;
  font-weight: bold;
}

#contents .strong {
  font-size: 18px;
  margin: 5% 0 2% 0;
  padding-bottom: 2%;
  color: #fff;
}

#contents .contents-wrapper .list-unstyled{
  list-style: none;
}

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

.list-line{
  border-bottom: 1px #fff dashed;
}

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

#bookreview {
  padding: 4% 0;
}

#bookreview .inner-wrapper {
  width: 880px;
}

#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 .section-title,
#bookreview .strong {
  color: #fff;
}

#bookreview .bookreview-top {
  margin-top: 6%;
}

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

#bookreview h3 {
  margin-bottom: 2%;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

#bookreview .small-text {
  color: #ffea00;
}

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

#interview {
  padding: 4% 0;
}

#interview .inner-wrapper {
  width: 800px;
}

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

#interview .inner-wrapper > div {
  margin-top: 6%;
}

#interview p.interview-message{
  font-size: 125%;
  font-weight: bold;
  color: #ffd280;
  padding: 8% 0 3% 0;
  line-height: 160%;
}

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

/***************************/
/* series
/***************************/

#series {
  padding: 6% 0;
}

#series .inner-wrapper {
  width: 800px;
}

#series .inner-wrapper > div {
  margin-top: 6%;
}

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

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

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

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

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

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

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

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

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

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

.footer-bottom a,
.footer-bottom a:active {
  color: #333;
  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;
  color: #ddd;
}

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

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

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

.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 {
    width: 100%;
  }

  #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;
  }

  .section-title {
    font-size: 180%;
    letter-spacing: 0;
  }

  .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;
  }

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

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

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

  #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:50% auto;
    padding-bottom: 5%;
  }

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

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

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

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

  .book-detail,
  .author-detail {
    float: none;
    margin: 15% auto 0;
    width: 90%;
  }

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

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

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

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

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

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

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

  #contents  {
    margin: 10% 0 5%;
  }
  #contents .strong {
    font-size: 16px;
  }

  .contents-wrapper {
    width: 100%;
  }

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

  #bookreview {
    text-align: center;
  }

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

  #bookreview h3 {
    margin-top: 15%;
    text-align: left;
  }

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

  #bookreview .bookreview-top img{
    padding-bottom: 8%;
  }

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

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

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

  .pict{
    width: 100%;
    margin: 10px auto;
    float: none;
  }

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

  .social_box {
    margin-top: 5%;
    text-align: center;
  }

  .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;
  }

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

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