.product__attention {
  width: 100%;
  min-width: 1025px;
  height: 40px;
  position: relative;
  background: #333333;
  text-align: center;
  color: #fff;
}

.product__attention .product__attentionIcon {
  display: inline-block;
  line-height: 40px;
}

.product__attention .product__attentionIcon img {
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}

.product__attention .product__attentionText {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.product__attention a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.product {
  color: #333333;
  width: 961px;
  margin: 40px auto 80px;
}

.product--help {
  margin: 40px auto 95px;
}

.product__left {
  float: left;
  width: 150px;
  margin-right: 35px;
}

.product__left p.product__naviTitle {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 20px;
}

.product__left p.product__naviTitle--book {
  margin-top: 40px;
}

.product__left p.product__naviTitle--help {
  margin-top: 30px;
}

.product__left p.product__naviTitle a {
  display: block;
  text-decoration: none;
}

.product__left ul.product__navList li {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 1.6em;
}

.product__left ul.product__navList li:first-child {
  margin-top: 0;
}

.product__left ul.product__navList li a {
  display: block;
  text-decoration: none;
}

.product__left ul.product__navList--help li {
  line-height: 1.6em;
}

.product__left ul.product__navList--help li:first-child {
  line-height: 1.0em;
}

.product__left .product__navLine {
  margin-top: 40px;
}

.product__right {
  float: left;
  width: 759px;
  margin-right: 17px;
}

.product__right .product__list h2 {
  margin-bottom: 32px;
  position: relative;
}

.product__right .product__list h2.add-line--magazine img {
  position: relative;
  top: -10px;
  left: -13px;
}

.product__right .product__list h2.add-line--book img {
  position: relative;
  top: -1px;
  left: -13px;
}

.product__right .product__list h2.add-line:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  display: block;
  position: absolute;
  top: 15px;
  z-index: -1;
}

.product__right .product__list ul li {
  width: 253px;
  padding: 0 20px;
  height: 300px;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.product__right .product__list ul li:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.product__right .product__list ul li .product__thumb {
  width: 213px;
  height: 205px;
  text-align: center;
}

.product__right .product__list ul li .product__thumb img {
  max-width: 213px;
  max-height: 205px;
  width: auto;
  height: auto;
  border: solid 1px #d6d6d6;
}

.product__right .product__list ul li p.product__title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 1.4em;
}

.product__right .product__list ul li p.product__date {
  margin-top: 4px;
  font-size: 12px;
  color: #666666;
}

.product__right .product__list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.product__right .product__list p.product__btnMore {
  float: right;
  margin-bottom: 75px;
}

.product__right .product__list p.product__btnMore a {
  font-weight: bold;
  text-decoration: none;
}

.product__right .product__list--book {
  margin-top: 80px;
}

.product__right .product__list--book p.product__btnMore {
  margin-bottom: 0;
}

.product__right .product__list--magazineDetail .product__detailMain {
  padding-bottom: 39px;
  background: url(/img/product/product_common/dotline.png) bottom center no-repeat;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainLeft {
  float: left;
  width: 300px;
  margin-right: 40px;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainLeft .product__thumb {
  width: 300px;
  height: 425px;
  text-align: center;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainLeft .product__thumb img {
  max-width: 300px;
  max-height: 425px;
  width: auto;
  height: auto;
  border: solid 1px #d6d6d6;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight {
  float: left;
  width: 379px;
  margin-right: 40px;
  color: #666666;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight p {
  line-height: 1.0em;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight p span {
  display: inline-block;
  width: 80px;
  text-align: justify;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight p.product__title {
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.4em;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight p.product__code {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight p.product__date {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight p.product__price {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight p.product__page {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight .product__btnBuy {
  margin-top: 39px;
  display: inline-block;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight .product__btnBuy a {
  display: block;
}

.product__right .product__list--magazineDetail .product__detailMain .product__detailMainRight .product__btnBuy:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.product__right .product__list--magazineDetail .product__detailText {
  padding-top: 34px;
  color: #666666;
  line-height: 1.6em;
  text-align: justify;
}

.product__right .product__list--magazineDetail .product__detailText p {
  font-size: 14px;
}

.product__right .product__list--bookDetail .product__detailMain {
  padding-bottom: 39px;
  background: url(/img/product/product_common/dotline.png) bottom center no-repeat;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainLeft {
  float: left;
  width: 300px;
  margin-right: 40px;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainLeft .product__thumb {
  width: 300px;
  height: 425px;
  text-align: center;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainLeft .product__thumb img {
  max-width: 300px;
  max-height: 425px;
  width: auto;
  height: auto;
  border: solid 1px #d6d6d6;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight {
  float: left;
  width: 379px;
  color: #666666;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p {
  line-height: 1.0em;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p span {
  display: inline-block;
  width: 80px;
  text-align: justify;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p.product__title {
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4em;
  word-break: break-all;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p.product__type {
  margin-top: 26px;
  font-size: 14px;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p.product__date {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p.product__code {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p.product__name {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p.product__price {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight p.product__page {
  margin-top: 10px;
  font-size: 14px;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight .product__btnBuy {
  margin-top: 39px;
  display: inline-block;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight .product__btnBuy a {
  display: block;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight .product__btnBuy:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight .product__btnBuy--hidden {
  margin-top: 39px;
  display: inline-block;
}

.product__right .product__list--bookDetail .product__detailMain .product__detailMainRight .product__btnBuy--hidden a {
  display: block;
}

.product__right .product__list--bookDetail .product__detailText {
  padding-top: 34px;
  color: #666666;
  padding-bottom: 34px;
  line-height: 1.6em;
  text-align: justify;
}

.product__right .product__list--bookDetail .product__detailText p {
  font-size: 14px;
}

.product__right .product__list--bookDetail .product__Other {
  background: url(/img/product/product_common/dotline.png) top center no-repeat;
  padding-top: 39px;
}

.product__right .product__list--bookDetail .product__Other h3 {
  margin-bottom: 39px;
  font-size: 18px;
  font-weight: bold;
}

.product__right .product__list--bookDetail .product__Other ul li {
  width: 253px;
  padding: 0 20px;
  height: 300px;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.product__right .product__list--bookDetail .product__Other ul li:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.product__right .product__list--bookDetail .product__Other ul li .product__thumb {
  width: 213px;
  height: 205px;
  text-align: center;
}

.product__right .product__list--bookDetail .product__Other ul li .product__thumb img {
  max-width: 213px;
  max-height: 205px;
  width: auto;
  height: auto;
  border: solid 1px #d6d6d6;
}

.product__right .product__list--bookDetail .product__Other ul li p.product__title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 1.4em;
}

.product__right .product__list--bookDetail .product__Other ul li p.product__date {
  margin-top: 8px;
  font-size: 12px;
  color: #666666;
}

.product__right .product__list--bookDetail .product__Other ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product__pagenation ol {
  text-align: center;
  letter-spacing: -.4em;
}

.product__pagenation ol li {
  height: 28px;
  margin: 0 7px;
  display: inline-block;
  letter-spacing: normal;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
}

.product__pagenation ol li a {
  text-decoration: underline;
  display: block;
}

.product__pagenation ol li.pagenationItem_prev {
  width: 38px;
  background: #eeeeee;
}

.product__pagenation ol li.pagenationItem_prev a {
  text-decoration: none;
  display: block;
}

.product__pagenation ol li.pagenationItem_link a {
  display: block;
}

.product__pagenation ol li.pagenationItem_next {
  width: 38px;
  background: #eeeeee;
}

.product__pagenation ol li.pagenationItem_next a {
  text-decoration: none;
  display: block;
}

.product__pagenation ol li.pagenationItem--hidden {
  display: none;
}

.product.product--help h2 {
  margin-bottom: 45px;
}

.product.product--help section .product__help h3 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  background: url(/img/product/product_common/dotline.png) bottom center repeat-x;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}

.product.product--help section .product__help p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8em;
}

.product.product--help section .product__help p.title {
  font-size: 14px;
  font-weight: bold;
}

.product.product--help section .product__help a {
  text-decoration: underline;
}

.product.product--help section .product__help--top .howtopay {
  margin: 30px auto auto 30px;
}

.product.product--help section .product__help--top .howtopay .howtopay__thumb {
  margin: 10px auto 22px;
}

.product.product--help section .product__help--subscription {
  margin-top: 95px;
}

.product.product--help section .product__help--subscription .subscriptionList table {
  margin: 10px 0 22px;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr {
  background: url(/img/product/product_common/dotline.png) top center repeat-x;
  text-align: left;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr.table__top {
  background: none;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr.table__second {
  background: none;
  border-top: 1px solid #cccccc;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr th {
  padding: 11px 0;
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8em;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr th.table__title {
  width: 210px;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr th.table__priceYear {
  width: 190px;
  text-align: center;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr th.table__number {
  width: 80px;
  text-align: center;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr th.table__date {
  width: 100px;
  text-align: center;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr th.table__limit {
  width: 100px;
  text-align: center;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr th.table__price {
  width: 100px;
  text-align: center;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr td {
  padding: 11px 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.8em;
}

.product.product--help section .product__help--subscription .subscriptionList table tbody tr td.table__center {
  text-align: center;
}

.product.product--help section .product__help--biblio {
  margin-top: 95px;
}

.product.product--help section .product__help--inquiry {
  margin-top: 95px;
}

.product.product--backnumber h2 {
  margin-bottom: 45px;
}

.product.product--backnumber section .product__backnumberList table tbody tr {
  background: url(/img/product/product_common/dotline.png) top center repeat-x;
  text-align: left;
}

.product.product--backnumber section .product__backnumberList table tbody tr.table__top {
  background: none;
}

.product.product--backnumber section .product__backnumberList table tbody tr.table__top .bg--gray {
  background: #f7f7f7;
}

.product.product--backnumber section .product__backnumberList table tbody tr.table__second {
  background: none;
  border-top: 1px solid #cccccc;
}

.product.product--backnumber section .product__backnumberList table tbody tr.table__second .bg--gray {
  background: #f7f7f7;
}

.product.product--backnumber section .product__backnumberList table tbody tr.table__last {
  background: none;
  border-top: 1px solid #cccccc;
}

.product.product--backnumber section .product__backnumberList table tbody tr.table__last .bg--gray {
  background: #f7f7f7;
}

.product.product--backnumber section .product__backnumberList table tbody tr .bg--gray {
  background: url(/img/product/product_common/dotline.png) top center repeat-x #f7f7f7;
}

.product.product--backnumber section .product__backnumberList table tbody tr th {
  padding: 11px 0;
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8em;
}

.product.product--backnumber section .product__backnumberList table tbody tr th.chiku {
  width: 75px;
}

.product.product--backnumber section .product__backnumberList table tbody tr th.shop {
  width: 242px;
  padding-left: 10px;
}

.product.product--backnumber section .product__backnumberList table tbody tr th.tel {
  width: 110px;
  padding-left: 10px;
}

.product.product--backnumber section .product__backnumberList table tbody tr th.magazine {
  width: 74px;
  text-align: center;
}

.product.product--backnumber section .product__backnumberList table tbody tr td {
  padding: 11px 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.8em;
}

.product.product--backnumber section .product__backnumberList table tbody tr td.shop {
  width: 242px;
  padding-left: 10px;
}

.product.product--backnumber section .product__backnumberList table tbody tr td.tel {
  width: 110px;
  padding-left: 10px;
  letter-spacing: -.05em;
}

.product.product--backnumber section .product__backnumberList table tbody tr td.magazine {
  text-align: center;
}

/* 20170630_shinke*/
.product__right .product__list--magazineDetail .product__detailText h5{
  font-size:160%;
  font-weight:normal;
  line-height:1.4;
  margin-bottom:0.4em;
}

/* 20190111_hashimoto*/
.product__right .product__list--magazineDetail .product__detailText h6{
  font-size:110%;
  font-weight:normal;
  line-height:1.4;
  margin-bottom:0.4em;
}

.product__right .product__list--magazineDetail .product__detailText b{
  font-weight: bold;
  margin-bottom:0.4em;
  display: block;
}
