/**//* CSS Document */

/**top-index**/
#table_root_content{
	width:720px;
	margin-bottom:30px;
	overflow:hidden;
	}
	
#table_root_content ul li{
	width:234px;
	float:left;
	margin-right:9px;}
	
#table_root_content ul li:last-child{
	margin-right:0;
	}
	
/*-----------------------------------*/

.t_table_box {
	margin: 0 0 40px !important;
	}

.t_table_box p {
	font-size: 1.0em !important;
	margin: 0 0 10px;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

.t_table_box .f_column2_b_item img {
	max-width: 260px;
}

/*------バリューセット2連リンク-----*/

#valuebox {
}

.value {
	display: flex;
	justify-content: space-between;
	padding: 0 0 20px;
}
.value a {
	width: 48%;
	box-sizing: border-box;
	border: 4px solid #ee0202;
	transition: .3s ease-in-out;
}
.value a img {
	display: block;
	margin: 0 auto;
}
.value a:hover {
	opacity: .7;
}

/*===============テーブル天板アンカーリンク======================*/

.kumitate_link {
	
}
.kumitate_link a {
	background: rgb(251,123,44);
	background: linear-gradient(180deg, rgba(251,123,44,.8) 0%, rgba(247,195,23,.8) 100%);
	
	font-size: 1.2em;
	width: 100%;
	max-width: 300px;
	height: 100%;
	max-height: 79px;
	margin: 0 auto;
	
	display: block;
	color: #862f2f;
	box-sizing: border-box;
	padding: 5% 10px 3.5%;
	
	border-radius: 6px;
	border: 1px rgb(251,123,44) solid;
	box-shadow: 0 1px 1px #ccc;
}

.kumitate_link a:hover {
	color: #500a01 !important;
	
}
.kumitate_link a:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../product/table/img/kougu_icon.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.kumitate_link a:hover:before {
	transform: rotate( 20deg );
}

@media screen and (max-width: 578px) {
	
.kumitate_link a {
	width: 350px;
	height: 77px;
	padding: 12px 20px 8px;
	margin: 0 0 20px;
}

}
@media screen and (max-width: 374px) {
	
.kumitate_link a {
	width: 100%;
}

}

/*----------フリーサイズ天板/レギュラーサイズ天板-----*/

/*.table_link_area {
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}*/


/*.table_maker_wrap1 {
	background: #f9ecd2;
	width: 40%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	box-sizing: border-box;
}
.table_maker_wrap2 {
	background: #ebebfe;
	width: 58%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	box-sizing: border-box;
}

.table_maker {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	
}
.table_maker li {
	width: 114px;
}

.table_maker li a {
	border-radius: 6px;
	display: block;
	padding: 10px 0;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	color: #fff ;
	font-size: .9em;
	font-weight: bold;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11);
}
*/









/*@media screen and (max-width: 680px) {
	
.table_link_area {
	margin: 0 0 20px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.table_maker_wrap1 {
	width: 100%;
	margin: 0 0 10px;
}
.table_maker_wrap2 {
	width: 100%;
}

.table_maker {
	padding: 10px 2%;
	display: flex;
	justify-content: center;	
}
	
.table_maker li {
	width: 110px;
	margin: 0 10px 0 0;
}
.table_maker li:last-of-type {
	margin: 0;
}

}

.table_maker_wrap1 p,
.table_maker_wrap2 p {
	color: #5b5b5b;
	font-size: 1.2em;
}

table_maker_wrap1 ul.table_maker {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	
}
table_maker_wrap2 ul.table_maker {
	display: flex;
	justify-content: space-around;
	
}
.table_maker li {
	width: 110px;
}

.table_maker li a {
	border-radius: 6px;
	display: block;
	padding: 10px 0;
	height: 100%;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	color: #fff ;
	font-size: .9em;
	font-weight: bold;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11);
			  
}*/


/*.table_maker_item1 {
	border: #583634 2px solid;
	background: #583634;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}
.table_maker_item2 {
	border: #daaa79 2px solid;
	background: #daaa79;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}
.table_maker_item3 {
	border: #a4a4a6 2px solid;
	background: #a4a4a6;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}*/



/*.table_maker_item1:hover {
	color: #583634 !important;
	background: #FFF;
	border: #583634 2px solid;
}
.table_maker_item2:hover {
	color: #daaa79 !important;
	background: #FFF;
	border: #daaa79 2px solid;
}
.table_maker_item3:hover {
	color: #a4a4a6;
	background: #FFF !important;
	border: #a4a4a6 2px solid;
}
*/


/*----------フリーサイズ天板/レギュラーサイズ天板-----*/



.tenban_wrap {
	margin: 0 0 40px;
	box-sizing: border-box;
}
.tenban_wrap .line_yama {
	margin: 0 2% 15px 2%;
	box-sizing: border-box;
	width: calc(100% - 4%);
}

.free_top {
	border-left: 7px solid #f9ecd2;
	border-right: 7px solid #f9ecd2;
	border-bottom: 7px solid #f9ecd2;
}
.regular_top {
	border-left: 7px solid #ebebfe;
	border-right: 7px solid #ebebfe;
	border-bottom: 7px solid #ebebfe;
	
}


.tenban_wrap .pricetab-group1 li:first-of-type {
	background: #f9ecd2;
	font-size: 1.1em;
	font-weight: normal!important;
	padding: 10px 5px;
	border: 1px solid transparent !important;
	transition: .3s ease-in-out;
}
.tenban_wrap .pricetab-group1 li:last-of-type {
	background: #ebebfe;
	font-size: 1.1em;
	font-weight: normal!important;
	padding: 10px 5px;
	border: 1px solid transparent !important;
	transition: .3s ease-in-out;
}


.tenban_wrap .pricetab-group1 li:first-of-type:hover {
	background: #f9d68f;
}
.tenban_wrap .pricetab-group1 li:last-of-type:hover {
	background: #d5d5fe;
}


.tenban_wrap .pricetab-group1 li:first-of-type.is-active1 {
	font-weight: bold !important;
}
.tenban_wrap .pricetab-group1 li:last-of-type.is-active1 {
	font-weight: bold !important;
}



.free_top_head {
	background: #f9ecd2;
	/*padding: 20px 2% 20px calc(2% - 7px);*/
	padding: 20px 1.5%;
	height: auto;
}
.free_top_head h3 {
	font-size: .9em;
	margin: 0 0 10px;
}
.free_top_head p {
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}


.free_top_item {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
}
.free_top_item li {
	width: 160px;
	margin: 0 10px;
}


.regular_top_head {
	background: #ebebfe;
	/*padding: 20px 2% 20px calc(2% - 7px);*/
	padding: 20px 1.5%;
	height: auto;
}
.regular_top_head h3 {
	font-size: .9em;
	margin: 0 0 10px;
}
.regular_top_head p {
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}


.regular_top_item {
	margin: 20px 0 0;
	display: flex;
	justify-content: space-around;
}
.regular_top_item li {
	width: 160px;
	margin: 0 2%;
}

.tenban_choice p {
	color: #5b5b5b;
}


.free_top_item li a,
.regular_top_item li a {	
	border-radius: 6px;
	display: block;
	height: 100%;
	padding: 10px 0;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	color: #fff ;
	font-size: .85em;
	font-weight: bold;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11);
}

/*木製*/
.free_top_item li:nth-of-type(1) a,
.regular_top_item li:nth-of-type(1) a {	
	border: #583634 2px solid;
	background: #583634;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}

/*メラミン*/
.free_top_item li:nth-of-type(2) a,
.regular_top_item li:nth-of-type(2) a {		
	border: #daaa79 2px solid;
	background: #daaa79;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}

/*人工大理石天板*/
.free_top_item li:nth-of-type(3) a,
.regular_top_item li:nth-of-type(3) a {	
	border: #a4a4a6 2px solid;
	background: #a4a4a6;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}



.free_top_item li:nth-of-type(1) a:hover,
.regular_top_item li:nth-of-type(1) a:hover {	
	color: #583634 !important;
	background: #FFF;
	border: #583634 2px solid;
}

.free_top_item li:nth-of-type(2) a:hover,
.regular_top_item li:nth-of-type(2) a:hover {	
	color: #daaa79 !important;
	background: #FFF;
	border: #daaa79 2px solid;
}

.free_top_item li:nth-of-type(3) a:hover,
.regular_top_item li:nth-of-type(3) a:hover {	
	color: #a4a4a6;
	background: #FFF !important;
	border: #a4a4a6 2px solid;
}



.top_subhead1,
.top_subhead2,
.top_subhead3,
.top_subhead4,
.top_subhead5 {
	margin: 20px 0 30px !important;
	padding: 0 2%;
}


.top_subhead1,
.top_subhead2 {
	/*background: #f9ecd2 !important;*/
}
.top_subhead3,
.top_subhead4,
.top_subhead5 {
	/*background: #ebebfe;*/
}



.top_subhead1 p,
.top_subhead2 p,
.top_subhead3 p,
.top_subhead4 p,
.top_subhead5 p{
	border-radius: 6px;
	display: block;
	padding: 10px 0;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	color: #fff ;
	font-size: .85em;
	font-weight: bold;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11);
}

/*木製*/
.top_subhead1 p,
.top_subhead3 p {	
	border: #583634 2px solid;
	background: #583634;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
	box-sizing: border-box;
}
/*メラミン*/
.top_subhead2 p,
.top_subhead4 p {	
	border: #daaa79 2px solid;
	background: #daaa79;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}
/*人工大理石*/
.top_subhead5 p {	
	border: #a4a4a6 2px solid;
	background: #a4a4a6;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}



	


/*-------和風テーブル見出しアンカーリンク------*/

.wa_table_cate {
	margin: 5px 0 20px;
	display: flex;
	justify-content: space-between;
	background: rgba(102,102,0,.15);
	padding: 20px 2%;
	
}
.wa_table_cate li {
	width: 30%;
	
}
.table_cate_item,.zataku_cate_item,.kenyou_cate_item {
	border-radius: 6px;
	border: 1px solid #660;
	height: 100%;
	background: #fff;
	color: #660 !important;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	padding: 8px 10px 6px;
	display: block;
	transition: all .3s ease-in-out;
	/*box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12);*/
	box-shadow: 0 1px 1px #ccc;
}
@media screen and (max-width: 567px) {
.wa_table_cate li {
	width: 32%;
	
}
.table_cate_item,.zataku_cate_item,.kenyou_cate_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 1%;
	
}
}

@media screen and (max-width: 414px) {
.table_cate_item,.zataku_cate_item,.kenyou_cate_item {
	font-size: 0.85em;
	
}
}

.table_cate_item::before,
.zataku_cate_item::before,
.kenyou_cate_item::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
	mix-blend-mode: multiply;
}

.table_cate_item:hover,
.zataku_cate_item:hover,
.kenyou_cate_item:hover {
	background: #660;
	color: #fff !important;
	box-shadow: inset 0 1px 1px #ccc;
}
/*---------------------------------------------*/

.wa_table_link,.zataku_link,.table_zataku_link {
}
.wa_table_link::before,
.zataku_link::before,
.table_zataku_link::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
	mix-blend-mode: multiply;
}
.wa_table_link::before,.table_cate_item::before {
	background-image: url(../product/table/wa/wa-size/img/table_text.jpg);
}
.zataku_link::before,.zataku_cate_item::before {
	background-image: url(../product/table/wa/wa-size/img/zataku_text.jpg);
}
.table_zataku_link::before,.kenyou_cate_item::before {
	background-image: url(../product/table/wa/wa-size/img/table_zataku_text.jpg);
}

/*----------業務用テーブル6リンクナビ------------*/

.table_nav_wrap {
	margin: 0 0 40px;
}
.table_nav_wrap p {
	font-size: 1.0em;
	margin: 0 0 5px;
}
.table_nav {
	display:flex;
	flex-wrap: wrap;	
	justify-content: space-between;
}

.table_nav_item {
	text-decoration: none;
	width: 32%;
	margin: 0 0 15px;
	transition: .3s ease-in-out;
}


.table_nav_item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.table_nav_item:hover {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
  	-webkit-transition: .3s ease-in-out;
	opacity: .7;
}


/*----------------------------*/

.table_nav2 {
	display:flex;
	flex-wrap: wrap;	
	justify-content: space-between;
}

.table_nav_item2 {
	text-decoration: none;
	width: 32%;
	margin: 0 0 15px;
}

.table_nav2::after {
	width: 32%;
	content: "";
	height: 0;
	display: block;
}
.table_nav2::before {
	width: 32%;
	content: "";
	height: 0;
	display: block;
	order: 1;
}


.table_nav_item2 {
	width: 32%;
}

.table_nav_item2 img {
	display: block;
	margin: 0 auto;
}


.table_nav_item2 a {
	display: block;
	height: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	/*font-size: .9em;*/
	font-size: .75rem;
	box-sizing: border-box;
	transition: .3s ease-in-out;
}


.table_nav_item2 a:hover {
	border: 1px solid #56b6d9;
	opacity: .7;
	color: #545454;
}

.table_nav_item2 img {
	width: 100%;
	max-width: 140px !important;
	height: auto;
	object-fit: cover;
}

.table_nav_item2 br {
	display: block;
	content: "";
	margin: 0;
}

_::-webkit-full-page-media, _:future, :root .table_nav_item2 br {
	display: block;
	content: "";
	margin: 0;
    }


@media screen and (max-width: 567px) {

/*.table_nav,
	.table_nav2 {
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-around;
}	
*/
	
.table_nav_item {
	width: 48%;
	font-size: 0;
	margin: 0 0 15px;
}

	
	
.table_nav_item2 {
	width: 48%;
}
	
.table_nav2::after {
	width: 48%;
	content: "";
	height: 0;
	display: block;
}
.table_nav2::before {
	width: 48%;
	content: "";
	height: 0;
	display: block;
	order: 1;
}
}

/*@media screen and (max-width: 414px) {	

.table_nav {
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-between;
}
.table_nav_item {
	width: 49%;
	font-size: 0;
}

}*/




/*=========業務用テーブル===========*/

#tableTopbox{
	}

#wrapper #content #content-right #table_title1 {
	background:url(../product/table/img/table_title2.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	/*-webkit-filter: grayscale(50%);
  	filter: grayscale(50%); */
	width: 100%;
	height: auto;
	padding-top: 60%;
	position:relative;
	margin: 0 0 10px;
}


#table_title1 h2{
	position:absolute;
	top: -10px;
	left: 0;
	font-size: 1.8em !important;
	color: #a84c2f !important;
	text-shadow:
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff;
}

#table_title1 h2 + p {
	position:absolute;
	top: 50px;
	left: 0;
	font-size: 1.2em !important;
	color: #a84c2f;
	width: 100%;
	height: auto !important;
	font-weight: 500;
	text-shadow:
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff;
}
.table_text {
	width: 100%;
	height: auto !important;
}
.table_text p {
	position:absolute;
	top: 120px;
	left: 0;
	
	line-height: 1.6;
	color: #5b5b5b;
	margin: 0 30% 10px 0;
	font-size: 1.0em;
	text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align-last: left;
	text-shadow:
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff;
	}
	
.table_text p span {
	display: block;
	height: 10px;
}


@media screen and (max-width:574px) {
	
	#wrapper #content #content-right #table_title1 {
	background:url(../product/table/img/table_title2.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: auto;
	padding-top: 50%;
	position:relative;
	margin: 0 0 10px;
}

.table_text p {
	position: inherit;
	line-height:1.6;
	color: #5b5b5b;
	margin: 0 0 10px;
	font-size: 1.0em;
	text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align-last: left;
	}
	
}



@media screen and (max-width:374px) {

	.table_text p {
	line-height:1.8;
	font-size: .9em;
	}
	
}



/*-------------天板トップ 天板一覧------------------*/

.imgthumb_top {
	width: 33%;
	/*border-right:dotted 1px #ccc;*/
	float: left;
	position: relative;
	height: 240px;
	padding: 15px 2% 10px;
	box-sizing: border-box;
	font-size: .75rem;
	}




.table_h3 + p{
	margin: 0 0 20px;
}





@media screen and (max-width: 374px) {
	
.imgthumb_top {
	width: 49%;
	height: 260px;
}
	
}
		
.imgthumb_top a img{
		margin: 0 auto 10px;
		display: block;	
	border:solid 1px #FFF;
	transition: .3s ease-in-out;
	box-shadow: rgba(50, 50, 93, 0.12) 0px 6px 12px -2px, rgba(0, 0, 0, 0.12) 0px 3px 7px -3px;
}

.imgthumb_top a img:hover{
	border:solid 1px #3366FF;
    opacity: .7;
}

			
.imgthumb_top dl dt {
	font-weight: bold;
	color: #747474;
	}
		
.imgthumb_top dl dd {
	color: #747474;
	line-height: 1.4;
	}
	
/*--------------------*/


.pickuptop{
	background:#F36;
	padding:4px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:6px;
	}

	
.fcc {
	background:#FFFFCC;
}


/**************************************************
                  一覧ページ
**************************************************/

/*-----------------天板--------------------*/

#valuebox {
	margin: 0 0 30px !important;
	}
	p.value3{
		}
	p.value3 img{
		width:33.333%;
		}

#valuebox p {
	margin: 0 0 5px;
	font-size: 1.1em;}
	

/*----------脚-----------*/

#tableleg {
	}

/*---------脚ヘッダー画像------------*/
		
.leg_syosai {
	position: relative;
	margin: 0 0 20px;
	}	
.leg_syosai h2 {
	position: absolute;
	left: 10px;
	top: -5px;
	font-size: 1.8em !important;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: left !important;
	color: #5b5b5b;
	
	text-shadow:
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff,
	0 0 2px #fff,0 0 2px #fff;
	}	

.leg_syosai span {
	color: #6aaa47;
	font-weight: bold;
	/*font-family: "HG丸ｺﾞｼｯｸM-PRO", sans-serif;*/
	letter-spacing: 0.075em;
	font-size: .9em;
	}
	
@media screen and (max-width: 414px) {
.leg_syosai h2 {
	position: absolute;
	left: 1%;
	top: -10px;
	font-size: 1.6em !important;
	font-weight: normal;
	line-height: 1.2;
	}	
}


	
.legmaker_bn {
	background-size: auto auto;
	background-color: rgba(183, 227, 121, 1);
	background-image: repeating-linear-gradient(133deg, transparent, transparent 2px, rgba(255, 255, 255, 1) 2px, rgba(255, 255, 255, 1) 4px );
	padding: 5px 0 5px 15px;
	margin: 0 0 20px;
	color: #5b5b5b;
	font-weight:bold;
	letter-spacing: .1em;
	font-size: 1.1em;
}

/*----------テーブル脚各ページトップテキスト------------------*/

.base_maintext {
	margin: 0 0 20px;
}	

.base_maintext p {
	font-size: 1.0em;
	margin: 0 0 10px;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	}

/*--------------legbase カルーセル---------*/
		
.table_slick_wrap {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 50px !important;
}
.table_slick {
	background: #f1f1f1;
	padding: 12px 6%;
	border-radius: 6px;
}

.table_slick li {
	text-align: center;
	background: #fff;
	font-size: .9em;
	transition: .3s ease-in-out;
	margin: 0 6px;
	height: 100%;
}


.table_slick li a {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 10px 5% 15px;
	transition: .3s ease-in-out;
	height: 100%;
	color: #5b5b5b;
	border: #fff 1px solid;
}

.table_slick li a span {
	border-radius: 4px;
	padding: 2px 6px;
	margin: 0 5px;
  color: #5b5b5b !important;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #e1eeda;
	transition: .3s ease-in-out;
	
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
	
}

.table_slick li a img {
	mix-blend-mode: multiply;
	margin: 0 auto 5px;
}


.table_slick li a:hover {
	background: #e1eeda;
	border: 1px solid #6aaa47 !important
}
.table_slick li a:hover span {
	border-radius: 4px;
	padding: 2px 6px;
  	color: #fff !important;
  	text-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
  	background: #278e00 !important;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, .29) inset;
	box-sizing: border-box;
}


.table_slick_now {
	pointer-events: none;
}
.table_slick_now a {
	background: #e1eeda;
	border: 1px solid #6aaa47 !important;
}
li.table_slick_now a span {
	border-radius: 4px;
	padding: 2px 6px;
  	color: #fff !important;
  	text-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
  	background: #278e00 !important;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, .29) inset;
	box-sizing: border-box;
}



.table_slick .slick-dots {
	margin: 0 0 -5px;

}

@media screen and (max-width: 600px) {
	
	.table_slick li a {
	/*padding: 10px 3% 15px;*/
}

.table_slick li a span {
	font-size: .9em;
}
	

}

@media screen and (max-width: 374px) {	
		
}
		
/*-----------leg/index カテゴリメニュー-----------*/

.leg_index {
	border-radius: 6px;
	margin: 20px 0;
	font-size: 1.075em;
}

	
.legbase_nav::after {
	display: block;
	content: "";
	width: 32%;
	height: 0;
	}

/*-----------------------*/
	
.legbase_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 3% 0;
	background: #f1f1f1;
	border-radius: 6px;
	margin: 0 0 30px;
	}
.legbase_nav li {
	box-sizing: border-box;
	width: 32%;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	transition: .3s ease-in-out;
	/*box-shadow: 0 1px 1px rgba(0,0,0,0.04), 
              0 1px 1px rgba(0,0,0,0.04), 
              0 2px 2px rgba(0,0,0,0.04);*/
	}

.legbase_nav li a {
	display: block;
	border: solid 1px #6aaa47;
	padding: 5px 3% 15px;
	height: 100%;
  font-size: .9em;
	transition: .3s ease-in-out;
	}

.legbase_nav li a img {
	padding: 5px 0 0;
	mix-blend-mode: multiply;
	width: 110px;
	height: auto;
	object-fit: contain;
}

.legbase_nav li a:hover {
  box-shadow: none;
	background: #e1eeda;
	border: 1px solid #3f7724;
}
.legbase_nav li a:hover span {
	border-radius: 4px;
	/*padding: 5px 7px;*/
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
	background: #278e00 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .29) inset;
	box-sizing: border-box;
}

/*---------------------------------------*/

.legbase_nav span {
	
	border-radius: 4px;
	margin: 0 5px;
	display: block;
  color: #5b5b5b !important;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #e1eeda;
	transition: .3s ease-in-out;
	
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 1;
	overflow:hidden;
	text-overflow:ellipsis;
	
  
}

.legbase_nav span:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  border-bottom: none;
}	







.legbase_nav span:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  border-bottom: none;
}
	
/*---------------------------------------*/	



@media screen and (max-width: 374px) {
	
.legbase_nav li {
	width: 48%;
	margin: 0 0 15px;
	}

 
.legbase_nav::after {
	display: block;
	content: "";
	width: 48%;
	height: 0;
	}

.legbase_nav li a {
	font-size: .85em;
}
}
	
@media screen and (max-width: 360px) {	
	
	
}	

/*---------ガス脚メイン画像------------*/
		
.gas_syosai {
	margin: 0 0 8px;
	}	
.gas_syosai h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.1em;
	}	


/*=====テーブル脚アンカーリンク legbase1～5======*/

.leg_maker_wrap {
	width: 100%;
	margin: 10px 0 30px;
	background: #e1eeda;
	border:solid 1px #6aaa47;
	padding: 15px 3% 20px;
	border-radius: 6px;
}
.leg_maker_wrap p {
	text-align: center;
	margin: 0 0 10px;
}

@media screen and (max-width: 567px) {
.leg_maker_wrap p {
	text-align: left;
}
}

.leg_maker {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.leg_maker_item {
	width: 22%;
	margin: 0 1% 10px 0;
}
.leg_maker_item a {
	height: 100%;
	font-size: .9em;
}


@media screen and (max-width: 414px) {

.leg_maker_item {
	margin: 0 0 10px;
	width: 31%;
}
.leg_maker::after {
	content: "";
	width: 31%;
	height: 0;
	display: block;
	
}
.leg_maker::before {
	content: "";
	width: 31%;
	height: 0;
	display: block;
	order: 1;
	
}
}

.leg_maker_item:last-of-type {
	margin: 0 0 10px;
}
.leg_maker_item a {
	background: #fff;
	border-radius: 6px;
	border: #6aaa47 1px solid;
	display: block;
	padding: 8px 10px 6px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	color: #666;
	box-shadow: 0 1px 1px #CCC;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease;
}
.leg_maker_item a:hover {
	color: #fff !important;
	background: #278e00;
}

/*---------各ベース脚一覧ページ-----------*/

.leg_thumb_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px;
	padding: 0 0 10px;
	box-sizing: border-box;
	}

.leg_thumb_wrap::after {
	content: "";
	display: block;
	height: 0;
	width: calc(100% / 3);
}
.leg_thumb_wrap::before {
	content: "";
	display: block;
	height: 0;
	width: calc(100% / 3);
	order: 1;
}	
/*--------------------*/

.leg_thumb {
	width: calc(100% / 3);
	margin: 0 0 20px;
	box-sizing: border-box;
	position: relative;
	}

.leg_thumb a {
	display: block;
	height: 100%;
	padding: 10px 1%;
	border: 1px solid #fff;
	transition: .3s ease-in-out;
}

.leg_thumb p {
	color: #747474;
	font-weight: normal;
	margin: 0 5px 10px;
	line-height: 1.6;
	font-size: .75rem;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}


.leg_thumb h4 {
	font-size: .85em;
	text-align: center;
	margin: 0 5px 5px;
	padding: 3px 2%;
	color: #5b5b5b;
	background: #f1f1f1;
	height: auto;
	
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}



.leg_thumb a img {
	display: block;
	margin: 0 auto 5px;
	width: calc(100% - 10px);
	height: auto;
	max-width: 140px;
	object-fit: contain;
	transition: .3s ease-in-out;
}

.leg_thumb a:hover {
    opacity: .7;
	border: 1px solid #3f7724;
}	


.leg_thumb p.zabu_color3,
.leg_thumb p.zabu_color4 {
	color: white !important;
	padding: 2px 0;
	margin: 0 5px !important;
	font-size: .65rem;
	font-weight: bold;
	text-align: center !important;
	display: inline-block;
	width: calc(100% - 10px);
}

.leg_thumb p.order_size {
	color: white !important;
	padding: 2px 0;
	margin: 0 5px !important;
	font-size: .65rem;
	font-weight: bold;
	text-align: center !important;
	display: inline-block;
	width: calc(100% - 10px);
	
}

.leg_thumb .zabu_color3 {
	background: #20ab58;
}
.leg_thumb .zabu_color4 {
	background: #f93;
}
.leg_thumb .order_size {
	background: #908eda;
}


.color_order_bg {
	font-size: .65rem !important;
	background: url(../product/table/img/color_order_bg.jpg);
	padding: 4px 6px;
	width: calc(100% - 10px);
	text-align: center;
	margin: 0 5px 5px !important;
	background-size: contain;
	font-weight: 700 !important;
	color: #5b5b5b !important;
	text-shadow:
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff;
}


@media screen and (max-width: 374px) {	


.leg_thumb_wrap::after {
	content: "";
	display: block;
	height: 0;
	width: 50%;
}
.leg_thumb_wrap::before {
	content: "";
	display: block;
	height: 0;
	width: 50%;
	order: 1;
}	

.leg_thumb {
	width: 50%;
	margin: 0 0 20px;
}

}



/*-----------適応天板はこちら----------*/

/*脚適応天板枠*/
.tekioleg {
	border-collapse:collapse;
	margin:10px 0 30px;
	width: 100%;
	white-space: nowrap;
}
.tekioleg th,
.tekioleg td{
	border: solid 1px #CCCCCC;
	text-align: center;
	padding: 10px;
	color: #5b5b5b;
	}
.tekioleg th {
	background: #f1f1f1;
}

.tekioleg img {
	mix-blend-mode: multiply;
}

.tekio_link {
	background: #56ab01;
	display: flex;
	width: 142px;
	border-radius: 4px;
	margin: 0 auto 30px;
	transition: .3s ease-in-out;
}
.tekio_link:hover{
	opacity: .6;
}
.tekio_item {
	font-size: 1.0em;
	color: #fff !important;
	padding: 2px 8px 2px 12px;
	font-weight: bold;
	
}
.link_arrow {
	display: block;
     position:relative;
     height: 8px;
     width: 8px;
     background-color:#fff;
	 margin: 5px 0 0;
}
 
.link_arrow::before {
     content:"";
	 position: absolute;
     border:solid 8px transparent;
     border-left:solid 8px #fff;
     top:8px;
     left:-4px;
	 transform: rotate(90deg);
}

/***適応脚ガイド***/
/*---------------leg guide---------------*/

.guide_size{
	font-size:18px;
	font-weight:bold;
	border-left:solid 4px #339900;
	padding-left:10px;
	border-bottom:dashed 1px #999;
	margin: 10px 0 0;
	}
.series{
	font-size: 1.1em;
	background:#F0F0F0;
	color:#666;
	font-weight:bold;
	padding: 5px 0 5px 15px;
	margin: 20px 0;
	border-bottom:solid 1px #999;
	letter-spacing: .08em;
	}
#leg_guide_box{
	width: 100%;
	max-width: 100%;
	border-bottom:dashed 1px #999;
	}
	
#leg_guide_box ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	}
#leg_guide_box ul:after {
	content: "";
	display: block;
	width: 24%;
	height: 0;
	}
#leg_guide_box ul:before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
	order: 1;
	}
#leg_guide_box li {
	width: 24%;
	text-align:center;
	margin: 0 1px 20px 0;
	font-size: .9em;
	}
	
#leg_guide_box li a {
	transition: .3s ease-in-out;
	}	
#leg_guide_box li a:hover {
	opacity: .7;
	}
	
#leg_guide_box li img {
	border:solid 1px #ccc;
	padding: 10px;
	transition: .3s ease-in-out;
	width: 100%;
	max-width: 100px;
	height: auto;
	max-height: 100px;
	}

@media screen and (max-width: 576px) {
#leg_guide_box li {
	width: 32%;
	text-align:center;
	}
#leg_guide_box ul:after {
	width: 32%;
	}
#leg_guide_box ul:before {
	width: 32%;
	}
}

/*************和風テーブル・座卓サイズ別一覧**************/

.table_size{
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
	}
.table_size li{
	width:50%;
	float:left;
	}
	
	.table_size ul li a{
		position:relative;
		display:block;
		text-decoration:none;
		color:#5b5b5b;
		padding:12px 0 12px 35px;
		border-bottom:solid 1px #CCCCCC;
	transition: .3s ease-in-out;
		}
	.table_size ul li a::after {
			position: absolute;
			top: 50%;
			left: 15px;
			display: block;
			content: '';
			width: 8px;
			height: 8px;
			margin-top: -4px;
			border-top: 2px solid #999;
			border-right: 2px solid #999;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			}

@media screen and (max-width: 374px) {
  .table_size ul li a {
	  font-size:0.7rem;
}
}
.table_size ul li a:hover {
	background: #660;
	color: #fff !important;
}

/**************************************************
                     商品ページ
**************************************************/

/**************フリー天板 セット価格表************/

.price,
.price2,
.price_noline {
	border-collapse: collapse;
	width:100%;
	margin: 0 0 5px;
	}
.price td,
.price2 td,
.price_noline td {
	color: #5b5b5b;
	border:solid 1px #ccc;
	padding: 8px 12px;
	text-align:center;
	font-size: .75rem !important;
}
.price th,
.price2 th,
.price_noline th {
	color: #5b5b5b;
	padding: 5px 10px;
	font-size: .75rem;
	border:solid 1px #ccc;
	background: #f1f1f1;
	text-align:center;
	white-space: nowrap;
	}

.price td img,
.price2 td img,
.price_noline td img {
	mix-blend-mode: multiply;
}

_::-webkit-full-page-media, _:future, :root .price td img {
	mix-blend-mode: multiply;
    }



/*------------------------*/

.overtable {
	overflow: auto;
	white-space: wrap;
	display:block;
	width:auto;
	margin: 0 0 5px;
}

/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar {
	/*height: 5px;*/
	height: 10px;
}

/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/*.overtable img {
	min-width: 70px;
}*/

/**************価格表****************/

/*-------------------------*/	
.tabletab {
	width:100%;
	border-collapse: collapse;
	text-align: center;
	}

.tabletab2 {
	width:100%;
	border-collapse:collapse;
	}

.tabletab th,	
.tabletab2 th {
	border:solid 1px #ccc;
	background: #f1f1f1;
	padding: 4px 6px;
	text-align:center;
	color: #5b5b5b;
	min-width: 70px;
	}

.tabletab td,
.tabletab2 td {
	border:solid 1px #ccc;
	padding:4px 8px;
	text-align:center;
	}


.tabletab2 tr:nth-of-type(2n+3) td {
	background: #f0f6ff;
}


.table_border {
	border-bottom: 3px solid #ccc !important;
}	

/*----------bgカラー--------*/

.bg-gray{
	background:#f1f1f1 !important;
	font-weight:bold;
	font-size: 95%;
	}	

.bggray{
	background: #f1f1f1;
	text-align: center;
	}
.bggray_sq {
	background: #f1f1f1;
	width: 40px;
	height: 30px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.bg_orange {
	background: rgba(255,232,209,.8) !important;
	}


.fcc {
	background:#FFFFCC;
	}

.bg_blue {
	/*background: rgba(0,102,255,.04);*/
	background: #f0f6ff;
	}

/********天板トップの写真 テキスト******/

.table-syosai {
	width: 100%;
	padding: 0;
	line-height: 1.6;
}
.table-syosai h2 {
	margin: 0 0 5px;
	font-size: 1.4em !important;
}

@media screen and (max-width: 574px) {
	
.table-syosai h2 {
	font-size: 1.3em !important;
}
	
}

.table-syosai h4 {
	font-size: 1.0em;
	margin: 20px 0 0;
	padding: 0 0 5px;
	border-bottom: 1px dotted #747474;
	
}

.table-syosai p {
	font-size: .9em;
}

.table-syosai .right-h {
	border-bottom: dotted 1px #CCCCCC;
	border-left: solid 4px #66CC00;
	padding: 0 0 2px 8px;
	margin: 20px 0 5px;
	font-weight: bold;
	font-size: .9em;
}



.imgsize{
	margin: 10px 0 20px;
	}
	
.imgsize p {
	line-height: 1.6;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	}	




/*----------------*/

.pricebox-table {
	padding: 0 0 20px;
}

/*----------------*/

.top-model{
	font-size: 1.0em;
	font-weight: bold;
	color: #5b5b5b;
	padding: 5px 5px 5px 10px;
	background:#E1CAA4;
	border-left: solid 4px #4E3121;
	margin: 10px 0 !important;
	}

/*----------------*/

.model1 {
	}

.model1 p {
	}
	
.model1	.f_column2_s p,
.model1	.f_column3_s p,
.model1	.f_column4_s p,
.model1	.f_column2_a_c p,
.model1	.f_column3_a_c p,
.model1 .f_column4_a_c p,
.model1 .f_column5_a_c p,
.model1	.f_column2_b_c p,
.model1	.f_column3_b_c p,
.model1 .f_column4_b_c p,
.model1 .f_column5_b_c p {
	font-size: .85em !important;
}

/*----------------*/
	

.table-syosai #mitumori{
	margin:0 auto 10px;
	}

/*----------------*/
	
#leggo {/*classに変更*/
	margin: 20px auto;
	}

.leggo {
	margin: 20px 0;
	padding: 20px 0 0;
	border-top: 1px dotted #747474;
	line-height: 1.6;
}




	
/*T13*/	

.tb-top{
	font-size:0.8rem;
	font-weight:bold;
	color:#360;
	margin:0 0 5px;
	height: 80px;
	display: flex;
  justify-content: center;
  align-items: center;
	}
.tb-top img{
	/*vertical-align:middle;*/
	margin:0 10px 0 0;
	}
.t13_tab{
	border-collapse:collapse;
	margin: 0 auto;
	width: 100%;
	}
.t13_tab th{
	border:solid 1px #CCCCCC;
	padding:4px;
	background:#f7f7f7;
	text-align:center;
	}
.t13_tab td{
	border:solid 1px #CCCCCC;
	padding:2px;
	text-align:center;
	font-size: .95em;
	white-space: nowrap;
	}
/*---------------------------*/	
.t13_tab2{
	border-collapse:collapse;
	box-sizing: border-box;
	color: #5b5b5b;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	}
.t13_tab2 th{
	border:solid 1px #CCCCCC;
	padding:4px;
	background: #f7f7f7;
	text-align:center;
	}
.t13_tab2 td{
	border:solid 1px #CCCCCC;
	padding: 10px;
	width: 33.33%;
	font-size: .9em;
	white-space: nowrap;
	}
.t13_tab2 td img{
	display: block;
	margin: 0 auto;
	}
		
.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:none;  /* label and content borders */
}

/****************フリー価格表ページ ヘッダー*******************/

.free_model_wrap {
	width: 100%;
	padding: 1% 3%;
	box-sizing: border-box;
	background: white;
	text-align: left;
	margin: 0 auto;
	
}

.free_model_wrap h1 {
	font-size: 1.6em;
	color: #5b5b5b;
	text-align: center;
	background: #e1eeda;
	border-bottom: 1px solid #6aaa47;
	padding: 5px 2% 3px;
}

.free_model_wrap h1 + ul {
	font-size: 1.2em;
}

.top_img {/*サイズ画像*/
	text-align: center;
	margin: 0;
}
.free_model_wrap p {
	font-size: 1.2em;
	color: #5b5b5b;
}

@media screen and (max-width: 574px) {

/*.top_img {
	text-align: center;
	margin: 20px 0 0;
}*/
}


.free_model_wrap form {
	margin: 40px 0;
	text-align: center;
}

/*----------フリー天板価格表----------*/

.free_model_wrap .overtable {
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.freetop-table {
	font-size: 1.0em;
	border-collapse:collapse;
	text-align: center;
}


.freetop-table th {
	border: solid 1px #ccc;
	color: #5b5b5b;
	background: #f1f1f1;
	}

.freetop-table th img {
	mix-blend-mode: multiply;
	
}
.freetop-table td {
	border: solid 1px #ccc;
	padding: 8px 6px;
	color: #5b5b5b;
	white-space: nowrap;
	}



.freetop-table tr:nth-of-type(2n+4) td {
	background: #f0f6ff;
}
.freetop-table tr:nth-of-type(2n+3) td {
	background: #fff;
}






.freetopname{
	font-size: 1rem;
	color: #6699FF;
	font-weight:bold;
}

.noon{
	text-decoration:line-through;
	border-bottom:solid 1px #fff;
	}


/*------------横スクロール固定-------------*/

.overtable .fixed {
  position: sticky;
  top: 0;
  left: 0;
	font-weight: bold;
  border-left: none;
  border-right: none;
	opacity: 1;
}
.overtable .fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: -1;
}

.overtable .freetop-table th.fixed {
	background: #f1f1f1;	
}

/*------レギュラー天板ページテーブル固定----------*/

table.fixed_table tr th:first-of-type {
	/*color: pink;*/
}
table.fixed_table tr td:first-of-type {
	/*color: pink;*/
}

table.fixed_table tr th:first-of-type,
table.fixed_table tr td:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
	font-weight: bold;
  border-left: 1px solid none;
  border-right: 1px solid none;
	opacity: 1;
}
table.fixed_table tr th:first-of-type::before,
table.fixed_table tr td:first-of-type::before {

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  z-index: -1;
}




table.fixed_table tr:nth-of-type(2n+2) td {
	background: #fff;
}



/************脚ページ*************/

/*-------------------------------*/
.proleg {
	width: 100%;
	border-collapse:collapse;
	margin: 10px 0;
    font-size: .9em;
}
.proleg th {
	border:solid 1px #CCCCCC;
	text-align:center;
	padding: 5px 10px;
	background: #e8e8e8;
	color: #5b5b5b;
    white-space: nowrap;
	}
.proleg img {
	mix-blend-mode: multiply;
	}
.proleg td{
	border:solid 1px #CCCCCC;
	text-align:center;
	padding: 5px;
	color: #5b5b5b;
	white-space: nowrap;
	}

	
/*****************ガス脚天板はこちら***************************/

.tenban {
	margin: 25px 0 0;
}
.tenban p {
	border-bottom: dotted 1px #CCCCCC;
	border-left: solid 4px #FF6633;
	font-weight: bold;
	padding: 0 0 2px 8px;
	font-size: 12px;
}
.tenban ul {
	margin:10px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tenban li {
	border-radius: 6px;
	margin: 0 20px 20px;
	width: 100%;
	max-width: 350px;
	transition: .3s ease-in-out;
}

.tenban li a {
	padding: 12px 14px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	transition: .3s ease-in-out;
}

.tenban li a:hover {
	color: #2b1409 !important;
}

.tenban li:first-child {
	background: #be8142;
}
.tenban li:first-child a {
	color: #f7f7f7;
}


.tenban li:last-child {
	background: #cbcbcb;	
}
.tenban li:last-child a {
	color: #94011b;	
}

.tenban li:first-child:hover,
.tenban li:last-child:hover {
	opacity: .7;
}

/***************** set *******************/

/*MSシリーズ(クレス）*/
.table1 {
	border-collapse:collapse;
	width: 100%;
	margin: 5px 0;
}
.table1 th {
	background-color:#FFFFCC;
	text-align: center;
	border: 1px solid #CCC;
	padding: 4px;	
}
.table1 td {
	text-align: center;
	border: 1px solid #CCC;
	padding: 4px;	
}
.table1 img {
	margin-top: 8px;
}

/*----------set---------------*/

.set_thumb_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.set_thumb_wrap::after {
	content: "";
	display: block;
	width: calc(100% / 3);
	height: 0;
}

.set_thumb {
	width: calc(100% / 3);
	height: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0 0 20px !important;
	}
.set_thumb a {
	display: block;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 10px;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	transition: .3s ease-in-out;
	box-sizing: border-box;
}

.set_thumb a:hover {
	opacity: .6;
}
.setimage {
	margin: 0 0 10px;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	
}
.setimage img {
	display: block;
	margin: 0 auto;
	transition: .3s ease-in-out;
	max-width: 160px;
	width: 100%;
	height: auto;
	object-fit: cover;
	}	

.set_thumb dl {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #f1f1f1;
	padding: 10px 10px;
	line-height: 1.5;
	color: #5b5b5b;
	border-radius: 6px;
	
}
.set_thumb dl dt {
	font-size: 1.1em;
	margin: 0 0 10px;
}
.set_thumb dl dd {
	overflow-wrap: break-word;
}
.set_thumb dl dd:nth-last-child(1) {
	margin-top: auto;
	font-weight: bold;
	
}
@media screen and (max-width: 640px) {
	
.set_thumb {
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0 0 20px !important;
	}
}

/**********************************************/
  
.b-btm{
	border-bottom:solid 2px #666666;
	}
	
#meramin_tit{
	background:url(../tenban/aica/img/h-bg.jpg);
	background-size: contain;
	height: 50%;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:6px 0 4px 10px;
	margin: 0 0 10px 0;
	letter-spacing:0.1em;
	}

/*--------------クレス脚ガイド リンク-----------*/	

#size-guide {
	padding: 20px 2% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 5px 0 30px;
	background: #f1f1f1;
	}
	
#size-guide li{
	margin: 0 20px 20px 0;
	}
#size-guide li a img {
	vertical-align: middle;
	border: 1px solid #fff;
	transition: .3s ease-in-out;
	mix-blend-mode: multiply;
	}
#size-guide li a img:hover {
	opacity: .7;
	border: 1px solid #C33;
	}
	
/*-----------------------------*/

	
.oneleg-thum{
	width:570px;
	padding:5px;
	}
	
.oneleg-size{
	width:220px;
	float:left;
	font-size:12px;
	margin:0 20px 0 0;
	}
	
	
.oneleg-tb table{
	border-collapse:collapse;
	width:250px;
	}
	
.oneleg-tb td{
	border:solid 1px #ccc;
	padding:1px;
	}
	
/*---------------------------*/	

.designtb,.designtb2 {
	border-collapse:collapse;
	text-align: center;
	width: 100%;
	margin: 10px auto 20px;
	}
.designtb tr {
	border-bottom:solid 1px #CCCCCC;
	color: #5b5b5b;
}
.designtb th {
	padding: 4px 2px;
}
.designtb td{
	border-bottom:solid 1px #CCCCCC;
	padding: 4px 2px;
	}
	
.designtb2 tr {
	color: #5b5b5b;
}
.designtb2 th {
	padding: 4px 2px;
}
.designtb2 td{
	font-weight: bold;
	padding: 4px 2px;
	}
		
/*------------ミーティング-----------*/

.navi_index{
	width: 100%;
	margin: 0 0 15px;
	}
.navi_index ul {
	display: flex;
	justify-content: space-between;
	}
.navi_index ul li {
	width: 23.5%;
	padding: 5px 0 3px;
	transition: .3s ease-in-out;
	border: 1px solid #7db432;
	}
.navi_index li img {
	margin: 0 auto;
	display: block;
	}
.navi_index ul li:hover {
	opacity: .7;
	}
	
@media screen and (max-width: 567px) {
	
.navi_index ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.navi_index ul li {
	width: 48%;
	text-align: center;
	margin: 0 0 10px;
	}

}

/*meeting 見出し*/

.meeting_midashi {
	background: #7bb731;
	color: #4fac1f;
	padding: 5px 5px 5px 15px;
	text-shadow:
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff,
	0 0 3px #fff,0 0 3px #fff;
}	


/*--------------わ----------------*/

.san-main {
	padding: 0 1%;
	text-align: center;
}

.zataku1 h2 {
	font-size: 1.4em;
	padding: 0 0 5px;
	color: #5b5b5b;
	border-bottom:solid 2px #b07f77;
	}
.zataku1 h2 + p {
	margin: 0 0 5px;
	}
	
	
.san-main h2 {
	position: relative;
	margin: 10px 0;
	display: inline-block;
}

.san-main h2::before {
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: -10px;
	content: "";
	background: #009933;
}

.san-main h2 + a img {
	display: block;
	margin: 0 auto 10px;
}
.san-main h3,
.wa-left-h {
	border-left: solid 5px #b07f77;
	border-bottom: dotted 1px #CCCCCC;
	padding: 0 5px 3px 8px;
	color:#747474;
	margin: 20px 0 10px;
	font-size: 1.0em;
	text-align: left;
	}

#syousai {/*------座卓（クオン）--------*/
	margin: 25px -1% 0;

}	
#syousai p:not(.left-h) {
	text-align: center;

}	

/*---------ガススプリング昇降式--------*/

.gas_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
	
}
.gas_thumb {
	box-sizing: border-box;
	text-align:center;
	border:solid 1px #CCCCCC;
	width: 31.5%;
	margin: 0 0 20px;
	transition: .3s ease-in-out;
	}
.gas_thumb a {
	display: block;
	padding: 10px 15px;
	height: 100%;
	}
.gas_thumb:hover {
	border: solid 1px #3f7724;
	}
.gas_thumb img {
	transition: .3s ease-in-out;
	}
.gas_thumb img:hover {
	opacity: .7;
	}
	
@media screen and (max-width: 576px) {
	
.gas_thumb {
	width: 48%;
	line-height: 1.8;
}
.gas_thumb p {
	font-size: 0.9em;
}

}

.text_ls{
	transition: .3s ease-in-out;
	}
.text_ls::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../img/dotarrow.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0;
	transition: .3s ease-in-out;
	}	
	
.gas_thumb:hover .text_ls::before {
	content: "";
	display: inline-block;
	width: 10px ;
	height: 10px;
	background-image: url(../img/dotarrow_g.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0;
	}

/*脚トップページ*/
.gas_thumb_top {
	width: 100%;
	margin: 0 0 30px;
	}
.gas_thumb_top img {
	box-sizing: border-box;
	border:solid 2px #CCCCCC;
	transition: .3s ease-in-out;
}

.gas_thumb_top img:hover {
	border: solid 2px #6aaa47;
	opacity: .7;
	}	

/*--------ニシキサイズ付価格表-----*/

.sizeimg_cover {
	width: 100%;
	min-width: 200px !important;
	height: auto;
	object-fit: cover;
	
}
	
/*-------------タブ形式TABLE----------*/

.ranktable_free {
	width: 100%;
	border-collapse: collapse;
	/*white-space: pre-wrap;スクロールが出ない*/
	text-align: center;
	line-height: 1.2;
	/*background: transparent;*/
	
}
.ranktable_free th {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fcefc9;
	width: 16.66% !important;
}


.ranktable_free td {
	border: 1px solid #ccc;
	padding: 10px;
}
.ranktable_free th:last-of-type {
}

.ranktable_free th img {
	/*mix-blend-mode: multiply;*/
  
}
.ranktable_free td img {
}

.ranktable_free + p {
	text-align: right;
	padding: 0 0 10px;
}

/*------タブ形式（価格表以外で使用）-------*/


.tabs li img {
	mix-blend-mode: multiply;
}

.tab-panels-2,
.tab-panels-3,
.tab-panels-4 {
	margin-bottom: 20px;
	line-height: 1.4;
}
.tab-panels-2 ul,
.tab-panels-3 ul,
.tab-panels-4 ul {
      margin: 0;
      padding: 0;
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
  }
.tab-panels-4 ul::after {
	  display: block;
	  content: "";
	  height: 0;
	  width: 33%;
  }
.tab-panels-2 ul li,
.tab-panels-3 ul li,
.tab-panels-4 ul li {
	  list-style-type: none;
	  display: inline-block;
	  background: #eee;
	  border: 1px solid #ccc;
	  border-bottom: none;
	  margin: 0;
	  padding: 10px;
	  border-radius: .5em .5em 0 0;
	  color: #666;
	  font-size: .8rem;
	  cursor: pointer;
	  text-align: center;
	  transition: .3s ease-in-out;
	  line-height: 1.2;

          }
	.tab-panels-2 ul li {
	  width: 49.5%;
	}
	.tab-panels-3 ul li {
	  width: 33%;
	}
	.tab-panels-4 ul li {
	  width: 24%;
	}
	 
@media (min-width: 568px) {
.tab-panels-4 ul li {
	  width: 24%;
	}
	

.tab-panels-4 ul::after {
	  display: block;
	  content: "";
	  height: 0;
	  width: 24%;
  }	
.tab-panels-4 ul::before {
	  display: block;
	  content: "";
	  height: 0;
	  width: 24%;
	  order: 1;
  }	
	
}
		  
		  
.tab-panels-2 ul li img,
.tab-panels-3 ul li img,
.tab-panels-4 ul li img {
    	display:block;
		margin: 0 auto;
  }
.tab-panels-2 ul li:hover,
.tab-panels-3 ul li:hover,
.tab-panels-4 ul li:hover {
		background: #dce8eb;
		color: var(--color-link);
              }

.tab-panels-2 ul li.active,
.tab-panels-3 ul li.active,
.tab-panels-4 ul li.active {
	background: #fcefc9;
	  border-bottom: none;
      
        }

.tab-panels-2 .panel,
.tab-panels-3 .panel,
.tab-panels-4 .panel  {
        display:none;
        background: #fff;
        padding: 0;
		
		/*overflow-x: auto;
    white-space: nowrap;*/
      }

.tab-panels-2 .panel.active,
.tab-panels-3 .panel.active,
.tab-panels-4 .panel.active {
    	display:block;
  }
  
/*-----------END-----------*/ 



