@charset "utf-8";
/* ------------------------------------------------------
contents
------------------------------------------------------ */

/* title */
.l-content .load .ttl_load {
	width: 175px;
	height: 25px;
	margin: 50px 0 30px 0;
	background: url(/special/alumiframe/tech/capacity_guideline/images/ttl_load.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* ユニット許容目安荷重 */
.l-content .load .Unit_L{
	float:left;
	width:355px;
	padding:0 0 0 120px;
	margin:30px 0;
}

.l-content .load .Unit_L .ttl{
	background:url(/special/alumiframe/tech/capacity_guideline/images/txt01.png) no-repeat 0 0;
	margin:0 0 10px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	
.l-content .load .Unit_R{
	float:right;
	width:355px;
	padding:0 120px 0 0;
	margin:30px 0;
}

.l-content .load .Unit_R .ttl{
	background:url(/special/alumiframe/tech/capacity_guideline/images/txt02.png) no-repeat 0 0;
	margin:0 0 10px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}




/* other */
.l-content .load .txt_o {
	color: #f48400;
	font-weight: bold;
}

.l-content .load .txt_bl {
	color: #1e90ff;
	font-weight: bold;
}

/* ------------------------------
tab
------------------------------ */
/*-- hidePanel --*/
.l-content .hidePanel {
	display: none;
}
/*--lineupBox --*/
.l-content .lineupBox {
	min-height: 555px;
}
/*--lineupBox mainCateBox --*/
.l-content .lineupBox .mainCateBox {
	display: table;
	width: 100%;
	margin: 20px 0;
	border-bottom: 5px solid #a4b0c7;
}
.l-content .lineupBox .mainCateBox .mainCat {
	display: table-cell;
	width: 736px;
	vertical-align: top;
}
.l-content .lineupBox .mainCateBox .mainCat.small{
  width: 770px;
}
/*--lineupBox mainCat --*/
.l-content .lineupBox .mainCat li {
	float: left;
	margin-left: 5px;
}
.l-content .lineupBox .mainCat li:first-child {
	margin-left: 0;
}
.l-content .lineupBox .mainCat li a {
	display: block;
	height: 38px;
	width: 238px;
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	box-shadow: inset 1px 1px 0 0 #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #e6eaf2;
	color: #333333;
}
.l-content .lineupBox .mainCat li a:hover {
	text-decoration: none;
	background-color: #c2ccdf;
}
.l-content .lineupBox .mainCat.small li a {
	width: 183px;
}
.l-content .lineupBox .mainCat li a.on {
	background-color: #c2ccdf;
}
.l-content .lineupBox .mainCat li span {
	display: block;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

/*--lineupBox subCat --*/
.l-content .lineupBox .subCat {
	margin-left: 59px;
}
.l-content .lineupBox .subCat li {
	width: 391px;
	float: left;
	margin-left: 20px;
}
.l-content .lineupBox .subCat li a {
	display: block;
  height: 28px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%);
  text-align: center;
  font-weight: bold;
  color: #333;
  text-decoration: none ;
}

    
.l-content .lineupBox .subCat li a > span {
	padding-top: 5px;
  display: block;
  text-align: center;
	font-weight: bold;
}
.l-content .lineupBox .subCat li a > span > span {
	padding-left: 15px;
}
.l-content .lineupBox .subCat li a:hover {
	text-decoration: none;
}
.l-content .lineupBox .subCat li a.on {
  border: 1px solid #585858;
	background-color: #D7D7D7;
}
.l-content .lineupBox .subCatInner {
	padding: 20px 0 0;
}