@charset "utf-8";
/* CSS Document */

table{
    border-collapse: collapse;
}
.hidden{
    display: none;
}
#compare_wrap{
	width:100%;
	max-width: 1350px;
	margin: 0 auto;
}
#compare{
	font-size: 80%;
	width: 100%;
}
div.old_link{

}
div.old_link a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-weight: 700;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
	font-size:1.5rem;
	background:#0060df;
	border-radius:5px;
	padding:1% 5%;
	text-align:center;
	margin:2% auto;
	box-sizing: border-box;
	width: 350px;
}
div.old_link a::after {
	content: '';
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}

div.old_link a:hover {
	text-decoration: none;
	background-color: #fff;
	color:#0060df;
	border:1px solid #0060df;
}
p.check{
	text-align:left;
	font-size:1.5rem;
}
.js-filter-form{
	margin:10px 0;
}
.js-filter-form label{
	border-radius:5px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 1.5rem !important;
	margin-left: 5%;
}
#cate_list {
	width:100%;
	position: relative;
	border: solid 3px #4a3018;
	border-radius: 8px;
	margin-bottom: 1%;
	padding: 0;
}
#cate_list ul{
	margin: 2% auto 1%;
	overflow: hidden;
}
#cate_list li{
	list-style:none;
	float: left;
	margin-right: 2%;
	width:31.33%;
}
#cate_list span {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 120%;
	font-size: 1.5rem;
	background: #FFF;
	color: #4a3018;
	font-weight: bold;

}




.js-filter-form label.pro10ex{
  background-color: #d1d5e0;
}
.point{
  background-color: #f2e9dd;
}
.cate{
  background-color: #ccc !important;
}
.head span{
	font-size:80%;
	color:#6b6b6b;
}
.head p{
	padding-bottom:5px;
}
.js-filter-items {
	margin: 0 auto;
	text-align: center;
	width: 1350px;
}
.js-filter-items th, .js-filter-items td {
	text-align: center;
	height: 60px;
	border: 1px solid #bbb;
}
.js-filter-items th {
	background-color: #f0f0f0;
	padding:10px;
	width: 10%;
	letter-spacing: 0 !important;
}
.js-filter-items td {
	width: 6%;
	letter-spacing: 0 !important;
}

.js-filter-items th.head {
	background-color: #ededed;
	border-bottom: 4px solid #666;
	font-weight:bold;
	padding:10px;
	width: 10%;
}
.js-filter-items td.head {
	background-color: #ededed;
	border-bottom: 4px solid #666;
	font-weight:bold;
	padding:10px;
	width: 6%;
}
.menu_fix {
	position: fixed;
	top: 80px;
	left: auto;
	max-width: 1350px;
	width:100%;
}
table.js-filter-items{
	table-layout: fixed;
	display: block;
}

/* tab */
@media only screen and (max-width: 999px) {
#compare_wrap{
	width: 98%;
}
p.check{
	text-align:center;
}
div.tableScroll{
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
div.tableScroll table{
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
}
.js-filter-form label{
	width: 96%;
	display:block;
	padding:0% 2%;
	margin:1% auto;
	white-space: nowrap;
}
#cate_list ul{
	margin-top:3%;
}
#cate_list li{
	width:100%;
}
#compare{
	width: 100%;
}
.js-filter-items th, .js-filter-items td {
  text-align: center;
  min-width: 80px;
  padding: 10px;
  height: 10px;
  border: 1px solid #bbb;
}
.js-filter-items th.product{
	border-bottom: 5px solid #666;
}
.js-filter-items {
  }
.js-filter-items .fixed {
    left: 0;
  }
.menu_fix {
	position: relative;
	top:auto;
}
}