@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.item img {
  width: 100%; }

.fluid2 {
  padding: 0; }

.bookDes {
  margin: 30px 0; }

.bookDes h2 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  font-size: 30px;
  letter-spacing: 0.5rem; }

.bookDes h2:before, .bookDes h2:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block; }

.bookDes h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0; }

.bookDes h2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0; }

.bookDes-text {
  margin-bottom: 80px; }

.bookDes-text p {
  text-align: left;
  font-size: 16px;
  line-height: 1.5em; }

.bookDes-text h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.bookSale-text {
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc; }

.bookSale-text p {
  text-align: left;
  font-size: 16px;
  line-height: 1.5em; }

.bookSale-text h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

body, html, main {
  height: 100%;
  font-family: 'Noto Sans Japanese', serif; }

.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/ueda16.jpg"); }

.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/ueda17.jpg"); }

.img_book {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.profile-pic-area {
  padding: 10px;
  width: 45%; }

.profile-pic-area img {
  width: 50%; }

.note-buy {
  background-color: #eee;
  position: relative;
  padding: 1em; }

.note-buy::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 18px 18px;
  border-style: solid;
  border-color: #ccc #fff #fff #ccc; }

.bookSaleArea .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .bookSaleArea .container .item1 {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .bookSaleArea .container .item2 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    margin: -12px 0 0 0;
    font-size: 12px; }
    .bookSaleArea .container .item2 table {
      display: table;
      border-collapse: separate;
      border-spacing: 2px;
      border-color: grey; }
      .bookSaleArea .container .item2 table tr tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit; }
      .bookSaleArea .container .item2 table th {
        font-weight: normal;
        width: 118px;
        color: #999999;
        text-indent: -1.3em;
        padding: 12px 0;
        border-bottom: 1px solid #ededed; }
      .bookSaleArea .container .item2 table td {
        padding: 12px 0;
        border-bottom: 1px solid #ededed; }

.btnDec {
  width: 30%; }
  .btnDec a {
    color: #666; }
  .btnDec a:hover {
    opacity: 0.5;
    text-decoration: none;
    color: #ccc; }

.btnDec h3 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #666;
  border-bottom: solid 2px #666;
  font-size: 1.2rem;
  text-align: center; }

.btnDec h3:before, .btnDec h3:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black; }

.btnDec h3:before {
  left: 7px; }

.btnDec h3:after {
  right: 7px; }

@media screen and (max-width: 700px) {
  .bookSale-text {
    margin-bottom: 20px; }
  .bookSaleArea .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .btnDec {
    width: 100%;
    padding: 20px 0 50px 0; }
    .btnDec h3 {
      font-size: 1.0rem; } }
