@charset "UTF-8";
html,body {
  margin: 0;
}

body {
  font-family: "meiryo",sans-serif;
  color: #444;
  background-color: #ddd;
}

a {
  text-decoration: none;
/*  color: #18b;*/
  color: #43f;
}

a:hover {
  text-decoration: underline;
  color: #157;
}

a:visited {
/*    color: #79d;*/
  color: #43f;
}

/* content */
#content {
  margin: 0 auto 0 auto;
  width: auto;
  max-width: 900px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* article-header */
#article-header {
  margin-bottom: 20px;
}

#article-header #title-image {
  text-align: center;
  position: relative;
}

#article-header #title-image img {
  width: 100%;
  margin: 0 auto;
}

/* article-body */
#article-body {
  line-height: 1.7;
}

.section {
  margin-bottom: 30px;
}

#article-header {
  background-color: transparent;
}

/* === 繝懊ち繝ｳ === */
.btn {
  background: #0D3B91 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  height: 80px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  width: 210px;
}

a.btn, a.btn:visited {
  color: #ffffff;
}

a.btn:hover {
  /*  background-color: #b0bb50;*/
  background-color: #f2c46e;
  color: #333333;
  text-decoration: none !important;
}

.btn-s {
  background: #0D3B91 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  width: 150px;
}

a.btn-s, a.btn-s:visited {
  color: #ffffff;
}

a.btn-s:hover {
  /*  background-color: #b0bb50;*/
  background-color: #f2c46e;
  color: #333333;
  text-decoration: none !important;
}



/* 160105 */
.book-wrap {
  margin: 20px 10px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 858px;
}

.book-wrap::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.book {
  float: left;
  width: 470px;
  padding: 0 20px;
}

.book-head {
  border-bottom: 1px dotted #999999;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 7px;
  padding: 0;
}

h5 {
  font-size: 14px;
  line-height: 1.429;
  margin: 0 0 5px;
  padding: 0;
}

h6 {
  color: #e64697;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.429;
  margin: 5px 0;
}

.spec h5 {
  background: #eeeeee;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
  padding: 3px 5px;
}

.book-body {
  margin: 0 0 20px;
}

.book-body p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 20px;
}

.mod-bookinfo-sub {
  float: left;
  width: 170px;
}

div.figure {
  float: left;
  width: 170px;
}

.spec p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 20px;
}

.mv10 {
  padding: 10px;
}

a.btn-pc-01 {
  background: #333333 linear-gradient(#666666, #333333) repeat scroll 0 0;
  border: 1px solid #333333;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  padding: 9px 5px 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  display: inline-block;
}
.figure img{
  border: 1px solid #ccc;
}
