@charset "utf-8";
/* CSS Document */

table{
    border-collapse: collapse;
}
.hidden{
    display: none;
}
#compare_wrap{
	width: 1100px;
	margin: 0 auto;
}
#compare{
	font-size: 90%;
	width: 100%;
}
p.check{
	text-align:left;
	font-size:1rem;
}
.js-filter-form{
	margin:10px 0;
}
.js-filter-form label{
	border:1px solid #eee;
	border-radius:5px;
	background:#eee;
	padding:0 10px;
	line-height:300%;
	  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.js-filter-form label.archoffice{
  background-color: #a8dfed;
}
.archoffice{
  background-color: #a8dfed;
}
.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: 1100px;
}
.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:25%;
}
.js-filter-items td {
	width:25%;
}
.js-filter-items .head {
	background-color: #ededed;
	border-bottom: 4px solid #666;
	font-weight:bold;
	padding:10px;
}
.menu_fix {
	position: fixed;
	top: 80px;
	left: auto;
	width: 1100px;
}
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: 90%;
	display:block;
	padding:0% 2%;
	margin:1% auto;
	line-height:400%;
	white-space: nowrap;
}
#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;
}
}