@charset "utf-8";

/*------------------------------------------
2021年11月改修spec欄
------------------------------------------*/

#itemSuperDetailAra table, .uniSuperItemDesc table{
	border:0px #777777 solid;
  border-collapse: separate;
  border-spacing: 2px;
/*	width:600;*/
/*	margin-bottom:20px;*/
	font-weight:normal;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#itemSuperDetailAra table th,
#itemSuperDetailAra table td,
.uniSuperItemDesc th,
.uniSuperItemDesc td
{
	border:1px #c0c0c0 solid;
	font-size:13px;
	background-color:#ffffff;
	padding:7px;
	font-weight:normal;
	}

#itemSuperDetailAra table th,
.uniSuperItemDesc th{
	width:20%;
	text-align:left;
  font-weight: bold;
	background-color:#e6e6e6;
	}
  
#itemSuperDetailAra table th.specification_h{
  font-size: 120%;
}
  

#itemSuperDetailAra table td,
.uniSuperItemDesc td{
	width:80%;
	font-weight:normal;
	line-height:140%;
	}


div.item_detail table td span.red{
	color:#ff0000;
	}