ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li{
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

a:link, a:visited {
  color: #1430a9;
  text-decoration: none;
}

a:hover, a:active,
.interviewer a:hover {
  text-decoration: underline;
}

#information #msgBx {
    font-size: 12px;
}

.dash {
  letter-spacing: -3px;
  margin-right: 5px;
}

.hover:hover {
  opacity: .7;
}

/*----drag------*/

::selection {
  background-color: rgba(61,55,94,0.1);
}

::-moz-selection {
  background-color: rgba(61,55,94,0.1);
}

/*------------------------------------------------------------------*/

body {
  background-color: #e1e9ec;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin: 0;
  text-align: center;
}

#wrapper h1 {
  background-image: url(../images/header.png);
  height: 135px;
  width: 910px;
  padding: 0;
  margin: 0 0 20px 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#wrapper {
  width: 950px;
  margin: 20px auto 0;
  padding: 20px 0 0;
  background-color: #FFF;
  text-align: left;
  clear: both;
  line-height: 190%;
  overflow: hidden;
}

#main {
  overflow: hidden;
  width: 100%;
}

/*kuzulink------------------------------------------------------------------*/

#kuzulink li:after {
  content: ">";
}

#kuzulink li:last-child:after {
    content: none;
}

#kuzulink li {
  display: inline;
  list-style-type: none;
  color: #000;
  font-size: 12px;
}

#kuzulink li a {
  margin: 0 5px 0 0;
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

#kuzulink {
  display: inline;
  margin-top: 10px;
  float: left;
  padding-left: 26px;
  width: 580px;
}

/*social------------------------------------------------------------------*/
#social_box {
  float: right;
  width: 310px;
  text-align: right;
  padding: 0;
  margin: 0 26px 3% 0;
}

.fb_iframe_widget {
  vertical-align: top;
  margin-left: 5px;
}

.hatena-bookmark-button-frame, .twitter-share-button {
  margin-right: 0;
  vertical-align: bottom;
}

.hatena-bookmark-button-frame {
  width: 80px !important;
}

/*information-----------------------------------------------------*/

#information_box {
  padding: 0px;
  float: left;
  width: 180px;
  text-align: left;
  margin: 0 0 0 26px;
  line-height: 180%;
}

#main .booktitle a {
  color: #333;
  font-weight: bold;
  line-height: 130%;
  margin: 0 0 4px;
}

.book_img {
  margin-bottom: 10px;
  width: 100%;
}

.book-info {
  display: block;
  overflow: hidden;
}

.amazon a, .amazon2 a, .amazon3 a {
  background: #c74b81;
}

.amazon a, .amazon3 a {
  display: block;
  padding: 2px 0;
  outline: none;
  width: 179px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.amazon a {
  margin: 0 0 50px 0;
}

.amazon2 a{
  margin: 10px 0 30px 0;
  display: block;
  outline: none;
  padding: 4px 6%;
  width: 116px;
  font-size: 15px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}

.amazon3 a {
  margin-top: 10px;
}

.info_text {
  font-size: 13px;
  line-height: 160%;
  margin-bottom: 10px;
}

.amazon a:hover, .amazon2 a:hover, .amazon3 a:hover {
  opacity: .8;
  text-decoration: none;
}

/*-----------------------------------------------------*/

#wrapper #main #contents_box {
  float: right;
  width: 660px;
  padding: 0;
  margin: 0 26px 0 0;
  text-align: left;
}

h2 {
  padding: 0;
  background: url(../images/name.png) no-repeat;
  height: 63px;
  width: 660px;
  margin: 0 0 10px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*contents-----------------------------------------------------*/

#introduction {
  padding: 4% 4% 2%;
  margin: 0 0 6% 0;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  line-height: 190%;
  display: block;
}

/*index-----------------------------------------------------*/

.indextitle {
  background-image: url(../images/title_index.png);
  background-repeat: no-repeat;
  height: 19px;
  margin: 24px 0 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#index ol {
  list-style: none;
  counter-reset: ol_li;
  margin-bottom: 4%;
  padding: 0;
}
#index ol li:before {
  margin-right: .25em;
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #000;
  font-weight: bold;
}

#main #index ol li {
  font-weight: normal;
}

#contents_box #index li a {
  font-size: 15px;
  color: #222;
  padding: 0;
  margin: 0;
  line-height: 170%;
  text-decoration: none;
}

#contents_box #index li a:hover {
  text-decoration: none;
  background-color: #eeeff2;
}

#topic1,
#topic2,
#topic3,
#topic4,
#topic5 {
  background-color: #f3f5f6;
  color: #292817;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 4px 10px;
}

#topic1:before,
#topic2:before,
#topic3:before,
#topic4:before,
#topic5:before {
  content: "■ ";
  color: #333b60;
}

/*text-----------------------------------------------------*/
#main p {
  margin: 0 0 4%;
}

#main .text {
  font-size: 15px;
  line-height: 190%;
  margin: 0 0 7%;
  padding: 0;
}

body #main .last-text {
  margin-bottom: 7%;
}

#main .interviewer {
  color: #3f3a5f;
  font-size: 14px;
  font-weight: bold;
  line-height: 170%;
  margin: 0 0 2%;
  padding: 0;
}

.interviewer span,
.dash {
  letter-spacing: -4px;
}

.interviewer a {
  color: #98700a;
  text-decoration: none;
}

.author_name {
  color: #c5516c;
}

.photo {
  margin: 0 auto 4%;
  width: 100%;
}

/*book3-----------------------------------------------------*/

.book3 {
  border: 1px solid #e0e0e0;
  font-size: 13px;
  margin: 20px 0 30px;
  padding: 8px 8px 0;
  clear: both;
}

#three_books {
  font-size: 16px;
  font-weight: bold;
  background-color: #273059;
  color: #fff;
  padding: 8px 8px 4px 20px;
  margin: 0 0 20px;
}

.book3 .booklist_box {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
  padding-bottom: 4%;
}

.book3 .booklist_box:last-child{
  border-bottom-style: none;
  margin-bottom: 0;
}

.booklist_box dl {
  margin: 0;
}

.book3_title {
  font-size: 20px;
  font-weight: bold;
  margin: 2px 0 10px 0;
}

#wrapper dl dd{
  margin: 0;
  padding: 0;
}

#wrapper dl dd{
  line-height: 160%;
}

.booklist_box img {
  float: left;
  margin-left: 6%;
  width: 20%;
}

.book3_info {
  float: right;
  width: 66%;
}

/*profile-----------------------------------------------------*/

#profile {
  background-image: url(../images/title_profile.png);
  background-repeat: no-repeat;
  height: 26px;
  width: 665px;
  padding: 0;
  clear: both;
  text-indent: -9999px;
  margin: 0 0 20px 0;
}

.profile_name{
  color: #1e1717;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
}

/*book_date-----------------------------------------------------*/
.book_date{
  margin: 0;
  background-color: #f1f1f1;
  clear: both;
  overflow: hidden;
  padding: 6% 4% 0;
}

.book_date img {
  float: left;
  margin-left: 14%;
  width: 24%;
}

#explanation{
  padding: 16px;
  background-color: #FFF;
  font-size: 14px;
  line-height: 180%;
  margin: 0 auto 5%;
  clear: both;
}

.title_expection{
  background-color: #273059;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 3px 3px 3px 10px;
}

.book_information {
  float: left;
  width: 50%;
  margin: 0 0 30px 6%;
  color: #303030;
}

.book_information dl {
  margin: 0;
}

.book_information dd {
  line-height: 150%;
  margin-left: 0;
}

.booktitle2 {
  color: #303030;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.book_date .amazon a{
  margin: 0;
}
/*
-----------------------------------------------------*/
#to_top {
  font-size: 13px;
  text-align: right;
  padding: 10px;
  margin: 20px 0 10px 0;
  clear: both;
}

#to_top a{
  text-decoration: none;
  color: #333;
}

#to_top:hover{
  text-decoration: underline;
}

.to_top_mark{
  color: #f36ea5;
}

#footer {
  font-size: 12px;
  width: 46em;
}

#footer{
  margin-right: auto;
  margin-left: auto;
  width: 41em;
  font-size: 12px;
  clear: both;
}

#footer li{
  float: left;
  border-left: 1px solid #fff;
}

#footer li:first-child {
  border: none;
}

#footer li a{
  display: block;
  width: 10em;
  text-align: center;
  color: #fff;
} 

#footer_box{
  background: #273059;
  color: #fff;
  width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 180%;
}

.copyright {
  clear: both;
  display: block;
  padding-top: 20px;
}

address {
  line-height: 160%;
  padding-top: 45px;
  text-align: center;
}


@media screen and (max-width: 736px) {
  #wrapper {
    box-sizing: border-box;
    margin: 2%;
    padding: 2%;
    width: 96%;
  }
  
  #contents_box #index li a {
    font-size: 13px;
  }
  
  #wrapper h1 {
    background-image: url(../images/header-sp.png);
    -moz-background-size:auto 100%;
    background-size:auto 100%;
    height: 0;
    margin: 0;
    padding-top: 18.74%;
    width: 100%;
  }
  
  #kuzulink {
    display: none;
  }
  
  #social_box {
    float: none;
    width: 100%;
    text-align: center;
    padding: 3% 0;
    margin: 0 0 3%;
  }
  
  #information_box {
    float: none;
    width: 96%;
    margin: 0 2% 0;
  }
  
  #information_box img {
    float: left;
    width: 26%;
    margin-left: 4%;
  }
  
  .bookinfo-text {
    float: right;
    width: 61%;
  }
  
  .bookinfo-text p {
    margin: 0 0 1%;
    font-size: 1rem;
  }

  .bookinfo-text ul {
    line-height: 180%;
  }

  .info_text {
    font-size: .8rem;
  }
  
  #contents_box h2 {
    background: url(../images/name-sp.png) no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    height: 0;
    margin: 0 0 10px 0;
    padding-top: 13%;
    width: 100%;
  }
  
  #main .amazon a,
  #main .amazon a:hover,
  #main .amazon3 a:hover,
  #main .amazon3 a {
    font-size: .8rem;
    width: 90%;
  }
  
  .amazon a {
    margin: 0 0 30px 0;
  }
  
  .photo {
    margin: 0 auto 4%;
  }
  
  #wrapper #main #contents_box {
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 2%;
    width: 100%;
  }
  
  .booklist_box img {
    margin: 0 2% 0 0;
  }
  
  .book3_info {
    float: right;
    width: 72%;
  }
  
  .book3_title {
    line-height: 130%;
  }
  
  #main #index ol {
    padding-left: 0;
  }
  
  #profile {
    width: 100%;
  }
  
  .book_date {
    padding: 6% 5%;
  }
  
  .book_date img {
    margin-left: 0;
  }
  
  .book_information dl {
    margin: 0;
  }
  
  .book_information {
    float: right;
    line-height: 140%;
    width: 68%;
    margin: 0 0 4% 0;
    color: #303030;
    font-size: .8rem;
  }
  
  .booktitle2 {
    line-height: 140%;
    font-size: 17px;
    margin: 0 0 6%;
  }
  
  #footer{
    font-size: .6rem;
    text-align: center;
    width: 100%;
  }
  
  #footer li a {
    display: inline;
    width: auto;
  }
  
  #footer li {
    display: inline;
    float: none;
    padding: 0 2%;
  }
  
  #footer_box {
    width: 100%;
  }
  
  #to_top {
    margin: 0 2%;
    padding: 0;
  }
  
  address {
    padding-top: 16px;
    font-size: 12px;
  }
}