@charset "UTF-8";
/* リプレイス調整
/*================================
sizelist
================================*/
/* .apparel_area
--------------------------------------*/
.apparel_area{
	width:980px;
	margin:40px auto;
}
.apparel_area img {
	width:100%;
}


.apparel_area h3 {
	font-size: 18px;
	margin-bottom: 1em;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
}

.apparel_area h4 {
	width: 200px;
	margin: 0 auto 5px;
}

table.detailTable{
	background-color: #FFFFFF;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	empty-cells: show;
	margin-bottom: 45px;
	font-size: 14px;
}

.detailTable th{
	width:200px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	background-color:#f8f9fb;
	padding:18px 5px;
	text-align:center;
}
.detailTable td{
	width:140px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:18px 5px;
	vertical-align:middle;
	text-align:center;
}
table.detailTableInner{
	background-color:#FFFFFF;border-spacing:0;
	}
.detailTableInner td{
	border:0px solid #FFFFFF;padding:0px;vertical-align:middle;
}
table.detailTable2{
	width:700px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#FFFFFF;
	empty-cells:show;
}
.detailTable2 th{
	width:200px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	background-color:#e7e7e7;
	padding:18px 5px;
	text-align:center;
}
.detailTable2 td{
	width:100px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:18px 5px;
	vertical-align:middle;
	text-align:center;
}
.taC {text-align:center !important;}

.nb {
	font-size: 11px;
	color: #888;
	margin-top: 10px;
}

table.detailTable2 {
  width: 1048px;
}
.detailTable2 th {
  background-color: #f8f9fb;
}

.size-button ul {
  display: flex;           /* 横並びにする */
  gap: 10px;               /* ボタン間のスペース */
  justify-content: center; /* 中央寄せ（任意） */
}
.size-button ul li{

}
.size-button ul li a{
  color: #fff;
  cursor: pointer;
  width: 300px;
  margin: 0 41px 60px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  display: block;
  line-height: 48px;
  text-align: center;
  padding: 20px 0;
}
.size-button button:hover {
    background-color: #0056b3;
    cursor: pointer;
}