/* 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 30px !important;
	}

.t_table_box p {
	font-size: 1.1em;
	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;
}



/*------------バリューセット2連リンク---------*/

#valuebox {
}

.value {
	display: flex;
	justify-content: space-around;
	padding: 0 0 20px;
}
.value a {
	width: 42%;
	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,.7) 0%, rgba(247,195,23,.7) 100%);
	width: 300px;
	height: 78px;
	padding: 12px 10px 8px;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 6px;
	border: 1px rgb(251,123,44) solid;
	box-shadow: 0 1px 1px #ccc;
	font-size: 1.35em;
	display: block;
	text-align: center;
	color: #862f2f;
}
.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 );
}



/*----------フリーサイズ天板/レギュラーサイズ天板-----*/



.tenban_wrap {
	margin: 0 0 40px;
	box-sizing: border-box;
}
.tenban_wrap .line_yama {
	margin: 0 10px 10px 10px;
	box-sizing: border-box;
	width: calc(100% - 20px);
}

.free_top {
	border-left: 10px solid #f9ecd2;
	border-right: 10px solid #f9ecd2;
	border-bottom: 10px solid #f9ecd2;
}
.regular_top {
	border-left: 10px solid #ebebfe;
	border-right: 10px solid #ebebfe;
	border-bottom: 10px solid #ebebfe;
	
}


.tenban_wrap .pricetab-group1 li:first-of-type {
	background: #f9ecd2;
	font-size: 1.2em;
	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.2em;
	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 20px 20px 8px;
	height: 130px;
}
.free_top_head h3 {
	margin: 0 0 5px;
	font-weight: 500;
	color: #5b5b5b;
}
.free_top_head p {
}


.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 20px 20px 8px;
	height: 130px;
}
.regular_top_head h3 {
	margin: 0 0 5px;
	font-weight: 500;
	color: #5b5b5b;
}
.regular_top_head p {
}


.regular_top_item {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
}
.regular_top_item li {
	width: 160px;
	margin: 0 10px;
}

.tenban_wrap .tenban_choice {	
}

.tenban_wrap .tenban_choice p {
	color: #5b5b5b;
}


.free_top_item li a,
.regular_top_item 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);
}

/*木製*/
.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;
	padding: 0 10px;
}


.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: .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);
}

/*木製*/
.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;
}



	
/*---------天板商品一覧----------*/
	

	
.imgthumb_top {
	width: 25%;
	/*border-right: dotted 1px #ccc;*/
	float:left;
	position:relative;
	height: 290px;
	box-sizing: border-box;
	padding: 15px 10px;
	}
	
.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;
	}	


/*------------------------*/


.pickuptop{
	background:#F36;
	padding:4px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:6px;
	}

.imgleft{
	float:left;
	margin:0 20px 10px 0;
	}
	
/*-------------和風テーブル見出し----------*/

.wa_table_cate {
	margin: 5px 0 20px;
	display: flex;
	justify-content: space-around;
	background: rgba(102,102,0,.15);
	padding: 20px;
	
}
.wa_table_cate li {
	width: 30%;
	
}
.table_cate_item,.zataku_cate_item,.kenyou_cate_item {
	border-radius: 6px;
	border: 1px solid #660;
	color: #660 !important;
	font-size: 1.2em;
	font-weight: bold;
	background: #fff;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	padding: 8px 0 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;
}
.table_cate_item::before,
.zataku_cate_item::before,
.kenyou_cate_item::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
	background-repeat: no-repeat;
	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 30px;
}
.table_nav_wrap p {
	font-size: 1.1em;
	margin: 0 0 5px;
}
.table_nav {
	display:flex;	
	flex-flow: row wrap;
	justify-content: space-between;
}

.table_nav_item {
	text-decoration: none;
	margin: 0 0 10px;
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
  	-webkit-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}

.table_nav_item:hover {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
  	-webkit-transition: .3s ease-in-out;
	opacity: .7;
}
/*----------------------------*/

.table_nav2 {
	display:flex;	
	flex-flow: row wrap;
	justify-content: space-between;
}

.table_nav2::after {
	width: 23.5%;
	content: "";
	height: 0;
	display: block;
}
.table_nav2::before {
	width: 23.5%;
	content: "";
	height: 0;
	display: block;
	order: 1;
}

.table_nav_item2 {
	width: 23.5%;
	text-decoration: none;
	margin: 0 0 15px;
}


.table_nav_item2 a {
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
	height: 100%;
	/*font-size: 1.0em;*/
	font-size: .75rem;
  transition: .3s ease-in-out;
	box-sizing: border-box;
}

.table_nav_item2 a:hover {
	border: 1px solid #56b6d9;
	opacity: .7;
	color: #545454;
}	

/*---------業務用テーブル--------------*/

#tableTopbox{
	}

#wrapper #content #content-right #table_title1 {
	background:url(../product/table/img/table_title2.gif) no-repeat top right;
	width: 720px;
	height: 340px;
	position:relative;
	margin: 0;
}

#table_title1 h2{
	position:absolute;
	top: -10px;
	left: 0;
	font-size: 1.8em;
	color: #a84c2f !important;
}


#table_title1 h2 + p {
	position:absolute;
	color: #a84c2f;
	top: 50px;
	left:0;
	font-size: 1.3em !important;
	width: 100%;
	height: auto !important;
	font-weight: 500;
	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_text {
	position:absolute;
	top: 120px;
	left: 0;
	width: 440px;
}
.table_text p {
	line-height: 1.6;
	color: #5b5b5b;
	margin: 0 0 10px;
	font-size: 1.1em;
	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 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_text p span {
	display: block;
	height: 10px;
}

/*----------天板ページ----------------*/

.table-syosai {
	width: 720px;
	padding: 10px 0 0;
	line-height: 1.6;
}
.table-syosai h2 {
	margin: 0 0 5px;
}

.table-syosai h4 {
	font-size: 1.1em;
	margin: 20px 0 0;
	padding: 0 0 5px;
	border-bottom: 1px dotted #747474;
	
}

.table-syosai p {
}
.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: 1em;
}

.imgsize {
	margin: 10px 0 20px;
	}
.imgsize + img {
	/*margin: 0 0 30px;*/
}
.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 {
}

.top-model{
	font-size: 1.1em;
	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: .9em !important;
	
}

/*----------------*/

#leggo {/*クラスleggoに移行*/
	margin: 20px 0;
}
#leggo p {
}

.leggo {
	margin: 20px 0 20px;
	padding: 20px 0 0;
	border-top: 1px dotted #747474;
}

			  
/*---------------------*/
	
.tabletab {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	}
.tabletab2 {
	width:100% !important;
	border-collapse:collapse;
	text-align:center;
	}
	
.tabletab td,
.tabletab2 td{
	padding:4px 6px;
	border: 1px solid #CCCCCC;
	}

.tabletab th,
.tabletab2 th {
	padding:4px 6px;
	background: #f1f1f1;
	color: #5b5b5b;
	border: 1px solid #CCCCCC;
	}
	

.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;
	}
.bg_blue {
	background: rgba(0,102,255,.06) !important;
	}
	
.fcc {
	background:#FFFFCC;
	}

/*-----------天板脚セット価格表・フリー天板価格表・（打ち消し線無）--------------*/

.price,
.price2,
.price_noline {
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 5px;
}	
.price th,
.price2 th,
.price_noline th {
	color: #5b5b5b;
	background: #f1f1f1;
	/*background: #ffffcc;*/
	padding: 5px 8px;
	border:solid 1px #CCCCCC;
	text-align:center;
	white-space: nowrap;
	}
	
.price td,
.price2 td,
.price_noline td {
	color: #5b5b5b;
	border:solid 1px #CCCCCC;
	padding: 10px 16px;
	text-align:center;
	font-size: 1.0em;
	/*min-width: 40px;*/
	white-space: nowrap;
	}
		
.price td img,
.price2 td img,
.price_noline td img {
	mix-blend-mode: multiply;
}

 /*---------------------------*/

.overtable {
	margin: 0 0 5px;
	overflow: auto;
	white-space: wrap;
	display:block;
	width:auto;
	
}
/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar {
	/*height: 5px;*/
	height: 15px;
}

/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.overtable::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}






.b-btm{
	border-bottom:solid 2px #666666;
	}
	
#meramin_tit{/*天板ページ見出し未使用*/
	background:url(../tenban/aica/img/h-bg.jpg);
	background-size: contain;
	height:32px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:11px 0 0 10px;
	margin: 0 0 10px 0;
	letter-spacing:0.1em;
	}
	
/*--------------クレス脚ガイド リンク------------------*/
	
#size-guide {
	padding: 20px 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f1f1f1;
	margin: 5px 0 20px;
	}
	
#size-guide li {
	margin:0 20px 20px 0;
	}
#size-guide li a img {
	border: 2px solid #fff;
	transition: .3s ease-in-out;
	mix-blend-mode: multiply;
	}
#size-guide li a img:hover {
	opacity: .7;
	border: 2px solid #C33;
	}
	
/*-----------------------------*/

	
/*T13*/

.tb-top{
	font-size:18px;
	font-weight:bold;
	color:#360;
	height: 80px;
	display: flex;
  justify-content: center;
  align-items: center;
	}
.tb-top img{
	margin: 0 5px 0 0;
	}
.t13_tab{
	border-collapse:collapse;
	width:680px;
	}
.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;
	}
	
/*--------------------------*/	

.t13_tab2{
	border-collapse:collapse;
	margin-bottom:20px;
	box-sizing: border-box;
	width: 100%;
	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: .95em;

	}
.t13_tab2 td img {
	display: block;
	margin: 0 auto;
}

/*************フリー価格表ページ ヘッダー**************/

.free_model_container {
	background: #f7f7f7;
}


/*.free_model_wrap {
	padding: 20px 0;
	box-sizing: border-box;
	width: 940px;
	margin: 0 auto;
	background: white;
	text-align: left;
}*/


.free_model_wrap {
	width: 940px;
	padding: 20px 10px;
	box-sizing: border-box;
	margin: 0 auto;
	background: white;
	text-align: left;
	
}



.free_model_wrap h1 {
	font-size: 1.5em;
	color: #5b5b5b;
	background: #e1eeda;
	padding: 4px 0 4px 15px;
	border-left: 6px solid #6aaa47;
	}


.top_img {/*サイズ画像*/
		margin: 0 0 10px;
		}
	
.free_model_wrap > p {
	font-size: 1.1em;
	color: #5b5b5b;
}			

.free_model_wrap form {
	margin: 40px 0;
	text-align: center;
}

/*----------フリー天板価格表----------*/


.free_model_wrap .overtable {
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}



.freetop-table {
	/*width: 1940px;*/
	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;
	}



.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: 12pt;
	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;
}
.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;	
}

		
/*-------脚-------*/

#tableleg {
	}
	
/*---------脚ヘッダー画像-----------*/	
	
.leg_syosai {
	position: relative;
	margin: 0 0 20px;
	}	
.leg_syosai h2 {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.1em;
	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: #90c04a;*/
	color: #6aaa47;
	font-weight: bold;
	/*font-family: "HG丸ｺﾞｼｯｸM-PRO", sans-serif;*/
	letter-spacing: 0.075em;
	font-size: .9em;
	}



.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: 4px 0 3px 15px;
	color: #5b5b5b;
	font-weight: bold;
	letter-spacing: .05em;
	font-size: 1.2em;
	margin: 0 0 20px !important;
}	


/*-----テーブル脚各ページトップテキスト--------*/

.base_maintext {
	margin: 0 0 20px;
}

.base_maintext p {
	font-size: 1.1em;
	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 36px 12px 32px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
}

.table_slick li {
	text-align: center;
	background: #fff;
	font-size: .9em;
	transition: .3s ease-in-out;
	margin: 0 5px;
	height: 100%;
}

.table_slick li a span {
	border-radius: 4px;
	padding: 5px 7px;
	margin: 0 5px;
  color: #5b5b5b !important;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #e1eeda;
	transition: .3s ease-in-out;
}


.table_slick li a {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 10px 6px 20px;
	transition: .3s ease-in-out;
	height: 100%;
	border: #ccc 1px solid;
}

.table_slick li a img {
	mix-blend-mode: multiply;
	width: 100px;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto 10px;
}


.table_slick li a:hover {
	background: #e1eeda;
	border: 1px solid #6aaa47 !important
}
.table_slick 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;
}




/*--------------------*/

.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: 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;
}

/*--------------leg/ 脚トップメニュー---------*/
	
.legbase_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 20px 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 20px 15px;
	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: 2px 4px;
	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 {
  /*display: inline-block;
  width: 60% !important;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  color: #fff;
  font-size: .9em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
  background: #418121;/
  background: #e1eeda;
  filter: saturate(160%);
  
  box-shadow: 0 1px 1px rgba(0, 0, 0, .29);
  border-bottom: solid 2px rgba(180, 180, 179, 1);
  filter: saturate(90%);*/
	
	border-radius: 4px;
	padding: 2px 4px;
	margin: 0 5px;
	display: block;
  color: #5b5b5b !important;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #e1eeda;
	transition: .3s ease-in-out;
	
  
}

.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 li.legbase_nav_now {
	border: 1px solid #6aaa47;
	pointer-events: none;
	box-shadow: none;
	background: rgba(106,170,71,.2);
}*/

/*.legbase_nav_now span {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  color: #f6fdec;
  font-size: .9em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
  background: #6aaa47;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .29) inset;
  
}	*/

.legbase_nav li.legbase_nav_now img {
	transition: .3s ease-in-out;
	mix-blend-mode: multiply;
}

/*---------ガス脚メイン画像------------*/
		
/*.gas_syosai {
	margin: 0 0 8px;
	}	
.gas_syosai h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.1em;
	}	*/

/*-----------脚ベース一覧ページ---------*/

.leg_container {
}
.leg_thumb_wrap {
	margin:0 0 30px;
	width: 720px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.leg_thumb_wrap::after {
	content: "";
	display: block;
	width: 25%;
	height: 0;
}
.leg_thumb_wrap::before {
	content: "";
	display: block;
	width: 25%;
	height: 0;
	order: 1;
}

/*-------------------------------*/

.leg_thumb {
	margin: 0 0 10px;
	width: 25%;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	}

.leg_thumb a {
	display: block;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	height: 100%;
	/*border: 1px solid #fff;*/
	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	
	transition: .3s ease-in-out;
}
.leg_thumb a img {/*サムネイルサイズ140角に移行済！*/
	width: 140px;
	height: auto;
	display: block;
	margin: 0 auto 5px;
	object-fit: contain;
	transition: .3s ease-in-out;
}
.leg_thumb h4 {
	font-size: .95em;
	margin: 0 0 5px;
	padding: 4px 3px;
	background: #f1f1f1;
	color: #5b5b5b;
	text-align: center;
}
.leg_thumb p {
	color: #747474;
	font-weight: normal;
	margin: 0 0 5px;
	line-height: 1.8;
	font-size: .9em;
}
.leg_thumb p span {
	font-size: 1.0em;
	
}

.leg_thumb a:hover {
    opacity: .7;
	/*border: 1px solid #6aaa47;*/
	border: 1px solid #3f7724;
}
	
.leg_thumb .zabu_color3,
.leg_thumb .zabu_color4, 
.leg_thumb .order_size {
	color: white !important;
	padding: 2px 5px 0 5px;
	margin: 0 0 5px;
	font-size: .85em;
	font-weight: bold;
	text-align: center !important;
}

.leg_thumb .zabu_color3 {
	background: #20ab58;
}
.leg_thumb .zabu_color4 {
	background: #f93;
}
.leg_thumb .order_size {
	background: #908eda;
}


.color_order_bg {
	background: url(../product/table/img/color_order_bg.jpg);
	padding: 4px 10px;
	margin: 0 0 5px !important;
	font-size: .675rem !important;
	width: 100%;
	text-align: center;
	background-size: contain;
	font-weight: 700 !important;
	color: #5b5b5b !important;
	box-sizing: border-box;
	text-shadow:
	0 0 4px #fff,0 0 4px #fff,
	0 0 4px #fff,0 0 4px #fff,
	0 0 4px #fff,0 0 4px #fff,
	0 0 4px #fff,0 0 4px #fff,
	0 0 4px #fff,0 0 4px #fff,
	0 0 4px #fff,0 0 4px #fff,
	0 0 4px #fff,0 0 4px #fff,
	0 0 4px #fff,0 0 4px #fff;
}

/*=====テーブル脚アンカーリンク legbase1～5======*/

.leg_maker_wrap {
	margin: 20px 0 30px;
	padding: 15px 10px 20px;
	border-radius: 6px;
	background: #e1eeda;
	border: solid 1px #6aaa47;
	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);
}
.leg_maker_wrap p {
	text-align: center;
	margin: 0 0 10px;
}
.leg_maker {
	display: flex;
	justify-content: center;
	
}
.leg_maker_item {
	width: 18%;
	margin: 0 10px 0 0;
	
}
.leg_maker_item:last-of-type {
	margin: 0; 
	
}
.leg_maker_item a {
	background: #fff;
	border-radius: 6px;
	border: #6aaa47 1px solid;
	display: block;
	padding: 8px 10px 6px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	color: #5b5b5b;
	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;
}

/*-----------適応天板表----------*/

/*脚適応天板枠*/
.tekioleg {
	border-collapse:collapse;
	margin:10px 0 30px;
	width: 100%;
}
.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 0 10px;
	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);
}

/*-------------------------------*/

.proleg {
	width: 100%;
	border-collapse:collapse;
	margin: 10px 0;
	
}
.proleg th {
	border:solid 1px #CCCCCC;
	text-align:center;
	vertical-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;
	}


/*------------------------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;
	}
.series {
	font-size: 1.25em;
	background:#f7f7f7;
	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: 720px;
	border-bottom:dashed 1px #999;
	margin: 0 0 40px;
	}
#leg_guide_box ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	}
#leg_guide_box ul:after {
	content: "";
	display: block;
	width: 20%;
	height: 0;
	}
#leg_guide_box ul:before {
	content: "";
	display: block;
	width: 20%;
	height: 0;
	order: 1;
	}
#leg_guide_box li{
	width: 20%;
	text-align:center;
	padding: 10px 0 0;
	margin: 0 0 15px;
	box-sizing: border-box;
	}
	
#leg_guide_box li a {
	transition: .3s ease-in-out;
	display: block;
	}	
#leg_guide_box li a:hover {
	opacity: .7;
	}
	
#leg_guide_box li img {
	border:solid 1px #ccc;
	padding: 5px;
	transition: .3s ease-in-out;
	}

/*----------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:460px;
	/*float:left;*/
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0 0 10px;
	}
.set_thumb a {
	display: block;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 15px;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
	transition: .3s ease-in-out;
}

.set_thumb a:hover {
	opacity: .6;
}
.setimage {
	margin: 0 0 10px;
}
.setimage img {
	display: block;
	margin: 0 auto;
	transition: .3s ease-in-out;
	width: 160px;
	height: 128px;
	object-fit: cover;
	}	

.set_thumb dl {
	margin-top: auto !important;
	display: flex;
	flex-direction: column;
	height: 180px;
	background: #f1f1f1;
	padding: 15px;
	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:nth-last-child(1) {
	margin-top: auto;
	font-weight: bold;
	
}

/*MSシリーズ(クレス）メロディーA他*/

.table1 {
	border-collapse:collapse;
	width: 300px;
	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;
}

/*---------------------------*/
	
.designtb,.designtb2 {
	border-collapse:collapse;
	text-align: center;
	width: 100%;
	margin: 10px 0 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;
}
	
/*----------ミーティング--------*/

.meettable{
	border-collapse:collapse;
	margin-left:0px;
	text-align: center;
	}
.meettable th{
	background:#EAEEC1;
	border:solid 1px #CCCCCC;
	padding:5px;
	}	
.meettable td{
	border:solid 1px #CCCCCC;
	padding:5px;
	}	
	

.navi_index {
	width:720px;
	margin :15px 0;
	}
.navi_index ul {
	display: flex;
	justify-content: space-between;
}
.navi_index 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 li:hover { 
	opacity: .7;
	}

/*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;
}	

	
/*---------------わ-----------------*/

.wa-title{
	background:url(../product/table/wa/cres/img/wa-title.gif) no-repeat;
	height:36px;
	width: 300px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
	
h3 a{
	text-decoration:none;
	color:#333333;
	}	
	
.san-t{
	width: 570px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: show;
	}

.san-t td{
	padding:2px;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	}

.zataku1 {
}

.zataku1 h2 {
	font-size: 1.5em;
	padding: 0 0 3px;
	margin: 10px 0 5px;
	color: #5b5b5b;
	border-bottom: solid 2px #b07f77;
	}
.zataku1 h2 + p {
	margin: 0 0 5px;
	}

.zataku1 + .top-img {
	margin: 20px 0 0;
}

.san-main {
	margin: 0 0 30px;
}
	
.san-main h2 {
	border-left: solid 5px #b07f77;
	padding-left: 10px;
	color:#5b5b5b;
	margin: 0 0 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;
	}
	
.wa_syousai {/*product-left top調整*/
	margin: -20px 0 0 0;
}

/*---------ガススプリング昇降式--------*/

.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;
	}
	
.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 20px;
	}
.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;
	}	
/*-------ガステーブル脚リンクボタン----------*/	

/*.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: space-between;
}
.tenban li {
	border-radius: 6px;
	width: 48%;
	text-align: center;
	transition: .3s ease-in-out;
}

.tenban li a {
	padding: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	transition: .3s ease-in-out;
	border: 1px solid #5b5b5b;
}

.tenban li a:hover {
	color: #2b1409 !important;
}

.tenban li:first-child {
	background: #f7f7f7;
}
.tenban li:first-child a {
	color: #5b5b5b;
}


.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;
}
*/
/*--------ニシキサイズ付価格表-------------*/

.sizeimg_cover {
	width: 220px;
	height: auto;
	object-fit: cover;
	
}

	
/*-------------タブ形式TABLE----------*/

.ranktable_free {
	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;
	box-sizing: border-box;
}
.ranktable_free th:last-of-type {
}

.ranktable_free th img {
	/*mix-blend-mode: multiply;*/
  
}
.ranktable_free td img {
	width: 100%;
	max-width: 280px;
	box-sizing: border-box;
}


/*------タブ形式（価格表以外で使用）-------*/


.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 {
	  width: 300px;
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
  }

.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 5px;
	  color: #666;
	  font-size: .9em;
	  cursor: pointer;
	  text-align: center;
	  transition: .3s ease-in-out;
	  box-sizing: border-box;

          }
	.tab-panels-2 ul li {
	  width: 48%;
	}
	.tab-panels-3 ul li {
	  width: 33%;
	}
	.tab-panels-4 ul li {
	  width: 24%;
	}
	
		  
		  
.tab-panels-2 ul li img,
.tab-panels-3 ul li img,
.tab-panels-4 ul li img {
    	display:block;
		margin: 0 auto;
		width: 100%;
  }
.tab-panels-2 ul li:hover,
.tab-panels-3 ul li:hover,
.tab-panels-4 ul li:hover {
		background: #dce8eb;
              }

.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;
      }

.tab-panels-2 .panel.active,
.tab-panels-3 .panel.active,
.tab-panels-4 .panel.active {
    	display:block;
  }
  
/*-----------END-----------*/ 
