/*
作成時(2020/8/7)、ichiran_sale.cssと実質的に同じ。
(スマホ用のレイアウトを整えるためにPC用も作成した)
ただし、テーブルのクラス名が、"hor_table"になっていることに注意！
*/
.conts {
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
}
h2 {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0 6px 18px;
	position: relative;
	text-align:left;
	margin-bottom: 15px;
        margin-top: 25px;
}
h2 span{
	font-size: 14px;
	margin-left: 20px;
}
h2:before{
	content:"";
	display: block;
	background: url("/images/pc/images/ttl_icon.png");
	width: 5px;
	height: 22px;
	position: absolute;
	top: 11px;
	left: 0;
}
.series_name {
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0 0;
	position: relative;
	padding-left: 16px;
	text-align: left;
}
.series_name:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	height: 16px;
	border-left: solid 4px #000000;
}
.series_name span {
    font-size: 14px;
    font-weight: normal;
    padding-left: 24px;
}
.hor_table {
      border-collapse: collapse;
      width: 910px;
      margin-left: 10px;
      margin-right: 30px;
      margin-bottom: 40px;
      border-bottom: 0px; 
      table-layout: fixed;
}
.hor_table td{
      table-layout: auto;
      border-bottom: 1px solid #D8D8D8;
      padding: 2px 6px;
      vertical-align: middle;
}
.hor_table th {
      border-bottom: 1px solid #D8D8D8;
      text-align: left;
      padding-left: 10px;
}
.hor_table tr:last-child　td {
      border-bottom: none;
}
.hor_table td:nth-child(1), .hor_table5 th:nth-child(1) {
      text-align: left;
      width: 120px;
}
.hor_table th:nth-child(2) {
      display: table-cell;
      width: 90px;
      text-align: center;
}
.hor_table td:nth-child(2) {
      display: table-cell;
      width: 90px;
      height: 90px;
      text-align: center;
      vertical-align: middle;
}
.hor_table td:nth-child(2) img {
      width: auto;
      height: auto;
      max-width: 84px;
      max-height: 84px;
      object-fit: contain;
}
.hor_table td:nth-child(3), .hor_table th:nth-child(3) {
      font-weight: bold;
      width: 135px;
}
.hor_table th:nth-child(4) {
      width: 345px;
}
.hor_table td:nth-child(4) {
      font-weight: bold;
      width: 345px;
}
.hor_table td:nth-child(4) span {
      color: #08088A;
}
.hor_table td:nth-child(4) .red_b {
      font-weight: bold;
      color: #FF0000;
}
.hor_table td:nth-child(5), .hor_table th:nth-child(5) {
      text-align: left;
      width: 135px;
}
.hor_table th:nth-child(6) {
      width: 94px;
      padding-left:0;
}
.hor_table th:nth-child(6) {
      text-align: right;
}
.hor_table td:nth-child(6) {
      text-align: right;
      width: 94px;
      color: red;
}
.hor_table td:nth-child(6) span:first-child {
     text-decoration: line-through;
      color: black;
}
.hor_table td:nth-child(6) span:first-child:after {
     content: "\A";
     white-space: pre;
}
.hor_table td:nth-child(6) span:nth-child(2):before {
     content: "\A";
     white-space: pre;
}

.hor_table .soldout td {
     background-color: #E6E6E6;
}
.hor_table .catchcopy td {
     height: auto;
     border: none;
     color: #0000FF;
     font-weight: normal;
     padding-bottom: 0;
     text-indent: -1em;
}
.sp_only {
     display: none;
}
