@charset "utf-8";

/********************************************
	ガス機器・設備 
*********************************************/

.equipment .cf:before,
.equipment .cf:after{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.equipment .equipment_category li a,
.equipment .contents_btn li a,
.equipment .equipment_feature li a,
.equipment .link_btn li a{
  text-decoration:none;
}

.equipment .cf:after{clear: both;}

.mainContents {
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image:url(../../src/images/common/bg_mt_fuji.png);
	padding-bottom:80px;
}

.equipment .caption {
	color:#444;
	border-bottom:1px dotted #999;
	padding:14px 0 0 10px;
	background:url(/equipment/images/main_equipment_01.jpg) top right no-repeat;
}

.equipment .caption h2 {
	font-size:32px;
	padding:36px 0;
	margin:0;
}

.equipment .caption h2 img{
	display: block;
	margin-bottom: 10px;
}

.equipment .mainContents > h3{
	max-width: 1030px;
	padding: 0 50px;
	text-align: center;
}

.equipment ul{list-style: none;}

.equipment .equipment_category{
	padding: 0 10px;
}
@media screen and (min-width:641px) {
.equipment .equipment_category{
	margin-left: 50px;
	padding: 0;
}
}
.equipment .equipment_category li{
	display: inline-block;
	width: 330px;
	margin-bottom: 19px;
}

.equipment .equipment_category li:nth-child(2){}

.equipment .equipment_category img{vertical-align: bottom;}

.equipment .equipment_category a > div{
	width: 100%;
	height: 118px;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #484747;
	box-sizing: border-box;
	position: relative;
}

.equipment .equipment_category a > div::before{
	width: 8px;
	height: 118px;
	content: "";
	background: url(../images/main_equipment_06.png) no-repeat;
	background-position: center center;
	position: absolute;
	right: 10px;
	top: 0px;
}

.equipment .equipment_category a:hover > div,
.equipment .equipment_category a.active > div{
	background: #ec9600;
}

.equipment .equipment_category a > div  div{
	margin-bottom: 7px;
	font-size: 26px;
}

.equipment .equipment_category a span{
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
}

.equipment .Contents-block-detail{margin-top: 60px;}

.equipment .detailSubTitle2.mt60{margin-top: 60px;}

.equipment .equipment_detailtitle{
	width: 100%;
	min-height: 175px;
	padding: 0 10px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color: #e8eaeb;
	box-sizing: border-box;
}
@media screen and (min-width:641px) {
.equipment .equipment_detailtitle{
	padding-left: 50px;
	padding-top: 45px;
}
.equipment .equipment_detailtitle.kitchen_title{
	background: url(../kitchen/images/kitchen_img_01.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle.equipment_title{
	background: url(../images/equipment_img_23.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle.bath_title{
	background: url(../images/equipment_img_34.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle.oven_title{
	background: url(../images/oven_img_09.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle.cooker_title{
	background: url(../images/cooker_img_01.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle.living_title{
	background: url(../images/equipment_img_38.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle.rangefood_title{
	background: url(../images/rangefood_img_08.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}

.equipment .equipment_detailtitle.cook_title{
	background: url(../images/cook_img_10.jpg) no-repeat;
	background-position: right top;
	background-color: #e8eaeb;
}


}
.equipment .equipment_detailtitle h1{
	font-size: 34px;
	margin: 0px;
	margin-bottom: 20px;
}
.equipment .equipment_detailtitle h1 span{
	font-size: 20px;
	margin-left: 10px;
}

.equipment .detail{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
@media screen and (min-width:641px) {
.equipment .detail{
	padding: 0 50px;
}
}
.equipment .equipment_feature{
	margin-bottom: 60px;
	padding: 0px;
}

.equipment .equipment_feature li{
	display: block;
	width: 252px;
	margin-bottom: 10px;
}

.equipment .equipment_feature li a{
	display: block;
	width: 252px;
	height: 222px;
}

.equipment .equipment_feature li a:hover{opacity: 0.75;}

.equipment .equipment_feature li img{vertical-align: bottom;}

.equipment .equipment_feature li div{
	width: 100%;
	height: 47px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 47px;
	background-color: #484747;
	box-sizing: border-box;
	position: relative;
}

.equipment .equipment_feature li div::before{
	width: 8px;
	height: 47px;
	content: "";
	background: url(../images/main_equipment_06.png) no-repeat;
	background-position: center center;
	position: absolute;
	right: 10px;
	top: 0px;
}

.equipment .contents_btn{
    margin-top: 30px;
    padding: 0;
}

.equipment .contents_btn li{
	display: inline-block;
	max-width: 330px;
	width:100%;
	min-height: 45px;
	margin-right: 13px;
	margin-bottom: 17px;
	border-radius: 4px;
	background-color: #013b90;
}

.equipment .contents_btn a{
	display: block;
	/* width: 330px; */
	min-height: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 45px;	
	position: relative;
}	

.equipment .contents_btn a::before{
	width: 8px;
	height: 45px;
	content: "";
	background: url(../images/main_equipment_07.png) no-repeat;
	background-position: center center;
	position: absolute;
	right: 15px;
	top: 0px;
}

.equipment .contents_btn .f15px{font-size: 15px;}

.equipment .series_title{
	width: 100%;
	margin-top: 50px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	border-radius: 4px;
	background-color: #f9e2a0;
	box-sizing: border-box;
}

.equipment .series_title h2{
	margin: 0;
	font-size: 22px;
	line-height: 28px;
}

.equipment .series_title.hightquality{background-color: #d5e9cc;}
.equipment .series_title.standard{background-color: #fce7f1;}
.equipment .series_title.universal{background-color: #e5ed9b;}

.equipment .series_title h2 span{font-size: 14px;}

.equipment .series_title div{margin-top: 10px;}

.equipment .equipment_single{
	width: 100%;
	margin-top: 25px;
	padding: 29px;
	border: 1px solid #b9b8b8; 
	border-radius: 4px;
	box-sizing: border-box;
}

.equipment .equipment_name{text-align: center;}

.equipment .equipment_name img{
	display: block;
	margin: 0 auto;
}

.equipment .equipment_name img:nth-child(2){margin-top:25px;}

.equipment .equipment_single h3{
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","Times New Roman", "游明朝", YuMincho, "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	clear: both;
}

.equipment .equipment_single img{max-width: 100%;}

.equipment .equipment_single h3.f28px{font-size: 28px;}

.equipment .equipment_images{margin-bottom: 30px;}

.equipment .equipment_images > div{
	margin-top: 15px;
	background: url(../kitchen/builtin/images/delicia_img_08.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .progreplus .equipment_images > div{
	background: url(../kitchen/builtin/images/progreplus_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .piattolight .equipment_images > div{
	background: url(../kitchen/builtin/images/progreplus_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .lisse .equipment_images > div{
	background: url(../kitchen/builtin/images/lisse_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .fami .equipment_images > div{
	background: url(../kitchen/builtin/images/fami_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .mytone .equipment_images > div{
	background: url(../kitchen/builtin/images/mytone_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .udeaef .equipment_images > div{
	background: url(../kitchen/builtin/images/udeaef_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .mifit .equipment_images > div{
	background: url(../kitchen/builtin/images/mifit_img_04.jpg) no-repeat;
	background-position: right bottom;
}

.equipment .equipment_images div h4{
	font-size: 24px;
	margin: 0;
}

.equipment .equipment_images div h4 img{vertical-align: middle;}

.equipment .equipment_images .accessories{
	display: inline-block;
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #666464;
}

.equipment .equipment_images .price{
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
}

.equipment .equipment_images span{font-size: 22px;}

.equipment .equipment_images .extax{
	margin-left: 15px;
	font-size: 14px;
}

.equipment .equipment_images ul{
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.equipment .equipment_images ul li{
	margin-bottom: 5px;
	font-size: 14px;
}

.equipment .equipment_images ul li:last-child{margin-bottom: 0px;}

.equipment .equipment_images ul div{
	display: inline-block;
	width: 130px;
	height: 23px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 23px;
	background-color: #898989;
	border-radius: 5px;
}

.equipment .operation_panel{
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #809cc8; 
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
}

.equipment .lisse .operation_panel{margin-bottom: 40px;}

.equipment .operation_panel > div{
	width: 100%;
	height: 31px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	line-height: 31px;
	background-color: #023a91;
}

.equipment .operation_panel ul{
	margin: 0;
	padding: 0;
}

.equipment .operation_panel li{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
	vertical-align: top;
}

.equipment .lisse .operation_panel li,
.equipment .operation_panel li:last-child{margin-right: 0;}

.equipment .operation_panel li img{
	display: block;
	vertical-align: top;
}
	
.equipment .equipment_note{
	margin-top: 20px;
	font-size: 12px;
	clear: both;	
}

.equipment .equipment_icon{
	margin-top: 10px;
	clear: both;
}

.equipment .equipment_icon img{height: 37px;}

.equipment .equipment_icon img:nth-child(-n+2){margin-right: 6px;}

.equipment .option{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
}

.equipment .option > span{
	display: inline-block;
	margin-right: 5px;
	padding: 5px 15px; 
	color: #fff;
	background-color: #666464;
}
.equipment .option_images{
	margin-top: 10px;
	height: 90px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.equipment .option_images div{
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}

.equipment .option_images div span{font-size: 16px;}

.equipment .option_images .option_price{font-size: 20px;}

.equipment .option img{
	float: left;
	margin-right: 10px;
}

.equipment .option_note{
	clear: both;
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}

.equipment .feature_list{
	margin: 0;
	padding: 0;
}

.equipment .feature_list li{
	float: left;
	width: 307px;
	margin-bottom: 30px;
	margin-right: 22px;
}

.equipment .feature_list li h4{
	margin: 0;
	margin-bottom: 15px;
	color: #023a91;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

.equipment .feature_list li{
	float: left;
	width: 307px;
	margin-bottom: 30px;
	margin-right: 22px;
}

.equipment .feature_list li > div{
	height: 60px;
	margin-top: 10px;
	font-weight: bold;
}

.equipment .feature_list li:last-child > div{height: 100%;}

.equipment .feature_list .iconon div{
	padding-top: 5px;
	line-height: 25px;
	font-size: 14px;
}

.equipment .feature_list li div img{
	float: left;
	margin-right: 10px;
}

.equipment .feature_list li div span{
	display: block;
	font-size: 18px;
}

.equipment .feature_list p{
	margin: 0;
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;	
}	

.equipment .feature_list .point{
	font-size: 14px;
	color: #023a91;
	line-height: 20px;
}

.equipment .feature_list .plate{
	float: left;
	width: 145px;	
	height: 100%;
	margin-top: 20px;
}

.equipment .feature_list .accessories_plate{margin-right: 17px;}

.equipment .feature_list .plate > span{
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 8px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #666464;
}
	
.equipment .feature_list .accessories_plate span{background-color: #023a91;}
	
.equipment .plate .plate_note{
	font-size: 14px;
	font-weight: bold;
}
	
.equipment .plate .plate_note div{margin-top: 3px;}
	
.equipment .plate_note .plate_no{font-size: 13px;}
	
.equipment .plate_note .plate_price{font-size: 15px;}
	
.equipment .plate_note .plate_price span{
	display: inline;
	font-size: 12px;
}
	
.equipment .plate_note .plate_extax{
	font-size: 12px;
	font-weight: normal;
}

.equipment .top_color{
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #b9b8b8;
}

.equipment .top_color > div{
	display: inline-block;
	vertical-align: top;
}

.glass_top{margin-bottom: 20px;}

.equipment .top_color > div > div{
	height: 27px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 27px;
	background-color: #023a91;
	border: 1px solid #023a91;
}

.equipment .top_color .perl_top div{height: 100%;}

.equipment .top_color .perl_top div div{
	width: 100%;
	padding: 0;
	font-weight: normal;
	color: #484747;
	background-color: #fff;
}

.equipment .feature_list li.plate_image{width: 100%;}
	
.equipment .feature_list li.plate_rcp81w{
	width: 164px;
	height: 100%;
	margin-left: 0px;
}	

.equipment .feature_list li.plate_rcp81w .plate{margin-top: 8px;}

.equipment .udeaef .operation_panel{
	margin-top: 50px;
	text-align: right;
}

.equipment .udeaef .operation_panel div span{font-size: 13px;}

.equipment .udeaef .operation_panel ul{text-align: center;}

.equipment .udeaef .operation_panel li img{
	display: inline-block;
	height: 140px;
	margin-left: 5px;
}

.equipment .udeaef .operation_panel .balloon{display: none;}

.equipment .udeaef .seafty{margin-bottom: 30px;}

.equipment .udeaef .seafty h4{
	font-size: 22px;
	font-weight: bold;
	color: #023a91;
}

.equipment .udeaef .seafty div{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.equipment .udeaef .seafty div:nth-child(3){margin-top: 30px;}

.equipment .udeaef .seafty div img{
	float: left;
	margin-right: 15px;
}

.equipment .udeaef .f16px{
	font-size: 16px;
	line-height: 24px;
}

.equipment .udeaef .iconon div img{
	float: none;
	margin-left: 5px;
	vertical-align: baseline;
}

.equipment .mifit .row > div{
	float: left;
	height: 205px;
	margin-right: 65px;
	margin-bottom: 20px;
}

.equipment .mifit .operation_panel{width: 285px;}

.equipment .mifit .operation_panel span{font-size: 13px;}

.equipment .mifit .row div:nth-child(2){width: 205px;}

.equipment .mifit .row div:nth-child(3){
	width: 346px;
	margin-right: 0px;
}

.equipment .mifit .row div:nth-child(2),
.equipment .mifit .row div:nth-child(3){
	font-size: 13px;
	line-height: 20px;
}

.equipment .icon_description ul{
	padding: 0;
	margin: 0;
}

.equipment .icon_description{margin-top: 60px;}

.equipment .icon_description > ul,
.equipment .icon_description > div{
	float: left;
	height: 353px;
	margin-right: 16px;
}

.equipment .icon_description > div{
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

.equipment .icon_description > div >div{height: 120px;}

.icon_description h3{
	width: 245px;
	margin: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 28px;
	text-align: center;
	color: #033986;
	border-bottom: 1px solid #d5d5d5;
}

.equipment .icon_description .seafty_func,
.equipment .icon_description .conv_func{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-color: #bcd9f2;
	vertical-align: bottom;
}

.equipment .icon_description .conv_func{
	background-color: #fcd581;
	margin-left: 20px;
}

.equipment .icon_description > ul:last-child{margin-right: 0px;}

.equipment .icon_description ul li{
	width: 245px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

.equipment .icon_description ul img{
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

.equipment .icon_description ul li div{
	display: table-cell;
	height: 48px;
	vertical-align: middle;
	
}

.link_box{
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px dotted #909092;	
}

.link_box ul{padding: 0;}

.link_box ul li{
	display: inline-block;
	margin-right: 29px;
	margin-bottom: 10px;
}

.link_box ul li a:hover{opacity: 0.75;}

.equipment .link_btn{margin-top: 40px;}

.equipment .link_btn li{
	display: inline-block;
	width: 322px;
	height: 43px;
	margin-right: 26px;
	margin-bottom: 10px;
	background-color: #013b90;
}

.equipment .link_btn li a{
	display: block;
	width: 322px;
	height: 43px;	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 43px;	
	position: relative;
}	

.equipment .link_btn li a::before{
	width: 8px;
	height: 45px;
	content: "";
	background: url(../images/main_equipment_06.png) no-repeat;
	background-position: center center;
	position: absolute;
	right: 20px;
	top: 0px;
}

.equipment .link_btn li a:hover{opacity: 0.75;}

.equipment .eneria_banner{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}

.equipment .eneria_banner:hover{opacity: 0.75;}

/* キッチン  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.equipment  .Contents-block {
	margin-top:30px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 22px;
}

.equipment  .Contents-block.mt{margin-top: 100px;}

.equipment .Contents-block h3 { border-top:1px solid #e8eaeb; padding-top:20px; margin: 0 0 10px 0; font-size:26px; position:relative; color: #013b90; } 
.equipment .Contents-block h3:before { position:absolute; content:""; display:block; width:155px; height:1px; background-color:#013b90; top:-1px; }

.equipment .Contents-block h3 span{font-size: 14px;}


.equipment .conro_lineup{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.equipment .conro_lineup th,
.equipment .conro_lineup td{
	width: 25%;
	height: 100%;
	text-align: center;
}

.equipment .conro_lineup td{
	padding: 10px;
	vertical-align: middle;
}
	
.equipment .conro_lineup td a{
	display: block;
	position: relative;
}

.equipment .conro_lineup td a:hover{opacity: 0.75;}

.equipment .conro_lineup td a div{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #484747;
	position: absolute;
	bottom: 8%;
	text-align: center;
}

.equipment .conro_lineup td a div::before{
	content: "";
	width: 7px;
	height: 10px;
	position: absolute;
	right: 10px;
	bottom: 2px;
	background: url(../images/equipment_img_09.jpg) no-repeat;
}

.equipment .conro_lineup tr:nth-child(3) td a{position: relative;}

.equipment .conro_lineup tr:nth-child(3) td a::before{
	content: "";
	width: 7px;
	height: 10px;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
	background: url(../images/equipment_img_09.jpg) no-repeat;
}

.equipment .conro_lineup td img{vertical-align: bottom;}

.equipment .conro_lineup tr:first-child th,
.equipment .conro_lineup tr:nth-child(3) td{
	padding: 30px 20px;
	background-color: #f9e29f;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
}

	.equipment .conro_lineup tr:first-child th:first-child{background: none;}
	.equipment .conro_lineup tr:first-child th:nth-child(3){background: #d5e9cc;}
	.equipment .conro_lineup tr:first-child th:nth-child(4){background: #fcedf4;}
	
	.equipment .conro_lineup th span,
	.equipment .conro_lineup tr:nth-child(3) td span{
		display: block;
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	.equipment .conro_lineup th div,
	.equipment .conro_lineup tr:nth-child(3) td div div{text-align: left;}
	
	.equipment .conro_lineup tr:first-child{}
	
	.equipment .conro_lineup tr:nth-child(2) th{background: #c8e7e4;}
	
	.equipment .conro_lineup tr:nth-child(2) td:nth-child(2),
	.equipment .conro_lineup tr:nth-child(3) td:first-child{
		background: #c3cd8f;
	}
	.equipment .conro_lineup tr:nth-child(2) td:nth-child(3),
	.equipment .conro_lineup tr:nth-child(3) td:nth-child(2){
		background: #a7d4b7;
	}
	.equipment .conro_lineup tr:nth-child(2) td:nth-child(4),
	.equipment .conro_lineup tr:nth-child(3) td:nth-child(3){
		background: #c5d7d9;
	}
	
	.equipment .conro_lineup tr:nth-child(3) td{padding: 15px 0;}
	
	.equipment .conro_lineup tr:nth-child(3) td:first-child{padding-left: 10px;}
	
	.equipment .conro_lineup tr:nth-child(3) td > div{
		display: table-cell;
		width: 100%;
		height: 100%;
		background-color: #d9e18b;
	}
	
	.equipment .conro_lineup tr:nth-child(3) td:first-child > div{
		padding: 21px;
		box-sizing: border-box;
	}
	
	.equipment .conro_lineup tr:nth-child(3) td:nth-child(2) > div,
	.equipment .conro_lineup tr:nth-child(3) td:nth-child(3) > div{
		padding: 10px;	
		box-sizing: border-box;
	}
	
	.equipment .conro_lineup tr:nth-child(4) th{background: #dee3f2;}
	.equipment .conro_lineup tr:nth-child(4) td:nth-child(2){background: #d9c998;}
	.equipment .conro_lineup tr:nth-child(4) td:nth-child(3){background: #b9cfc2;}
	.equipment .conro_lineup tr:nth-child(4) td:nth-child(4){background: #dcd3e8;}
	
	.equipment .conro_reform{
		margin-top: 50px;
		padding: 0px 50px;
		background-color: #fffde4;
		box-sizing: border-box;
	}
	
	.equipment .conro_reform_inner{
		width: 100%;
		max-width: 1032px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.equipment .conro_reform_inner h3{
		margin: 0;
		font-size: 32px;
		font-weight: bold;
		color: #f0855d;
		
	}
	.equipment .conro_reform_inner h4{
		margin-top: 10px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	
	.equipment .conro_reform_inner h4 span{font-weight: normal;}

	.equipment .conro_reform_inner > img{
		display: block;
		margin-bottom: 40px;
	} 
		
	.equipment .conro_reform h5{
		font-size: 16px;
		text-align: center;
	}
		
	.equipment .conro_reform a{
		display: block;
		width: 90%;
		max-width: 870px;
		margin: 0 auto;
		padding: 2% 5%;
		text-align: center;
		border: 3px solid #8cc562;
		border-radius: 10px;
		background-color: #fff;
		box-sizing: border-box;
	}	
	
	.equipment .conro_reform a:hover{opacity: 0.75;}
	
	.equipment .gasoven{
		margin-top: 40px;
		margin-bottom: 100px;
	}
	
	.equipment .gasoven div,
	.equipment .gasricecooker div,
	.equipment .radgehood div{
		display: inline-block;
		vertical-align: top;
	}
	
	.equipment .gasoven div:first-child{margin-bottom: 20px}	
	
	.equipment .gasoven h3,
	.equipment .gasricecooker h3,
	.equipment .radgehood h3{
		margin: 0px;
		margin-bottom: 15px;
		font-size: 18px;
		color: #013b90;
	}
	
	.equipment .innerLinkBtn{
		width: 100%;
		margin-top: 50px;
		margin-right: 0px !important;
		text-align: center;
	}
	
	.equipment .innerLinkBtn a {
		display: inline-block;
		margin: 0 auto;
		color:#fff;
		padding: 10px 30px 10px 15px;
		font-size: 16px !important;
		font-weight: bold;
		line-height:1.2;
		text-decoration:none;
		text-align:center;
		background-color:#013b90;
		color:#fff;
		position: relative;
	}
	
	.equipment .innerLinkBtn a::before{
		content: "";
		width: 7px;
		height: 8px;
		margin-top: -3px;
		position: absolute;
		right: 15px;
		top: 50%;
		background: url(../images/main_equipment_06.png) no-repeat;
	}
	
	.equipment .gasricecooker{
		margin-top: 40px;
		margin-bottom: 100px;
		line-height: 20px;
	}
	
	.equipment .gasricecooker > div{
		margin-right: 50px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	.equipment .gasricecooker > div:first-child div{width: 201px;}
	.equipment .gasricecooker > div:nth-child(2){width: 230px;}
	.equipment .gasricecooker > div:nth-child(3){width: 222px;}
	
	.equipment .gasricecooker > div div{margin-right: 10px;}
	
	.equipment .radgehood{
		margin-top: 40px;
		margin-bottom: 100px;		
	}
	
	.equipment .radgehood div:first-child{margin-bottom: 20px;}
	
	.equipment .waterpurification > img:first-child{margin-bottom: 16px;}
	
	.equipment .waterpurification .wpf_note{
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	
/* バスルーム  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
.equipment .detail_note{margin-bottom: 30px;}
	
.equipment .bath_subtltle1{
    width: 476px;
    height: 40px;
    margin: 0;
    padding-left: 30px;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    border-radius: 20px;
    background-color: #9db5d9;
    box-sizing: border-box;
}

.equipment .bath_subtltle2{
    width: 476px;
    margin: 0;
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}

.equipment .bath_subtltle2 span{
    font-size: 32px;
    color: #013b90;
}

.equipment .bath_subtltle2 span.note1{font-size: 12px;}

.equipment .gasheaterdetail1{margin-bottom: 30px;}

.equipment .gasheaterdetail2,
.equipment .bathroomdryer_detai{text-align: center;}

.equipment .gasheaterdetail2 p,
.equipment .bathroomdryer_detai p,
.equipment .floorheatingdetail p{
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.equipment .bathroomdryer_detai p{margin-top: 60px;}

.equipment .bathroomdryer_detai a{
    display: inline-block;
    margin-bottom: 50px;
}

.equipment .bath_detail1{   
    display: inline-block;
    width: 476px;
    margin-top: 30px;
    vertical-align: top;
}

.equipment .bath_detail1:last-child,
.equipment .bath_detail1.nmr{margin-right: 0px;}

.equipment .gas_eco .bath_detail1{
    margin-right: 30px;
    margin-top: 0px;
}

.equipment .bath_detail1 p{
    margin-top: 10px;
    line-height: 22px;
}

.equipment .bath_detail1 img{
    display: inline-block;
    margin-top: 10px;
}   

.equipment .bath_detail1 .float_image{
    float: right;
    margin-left: 10px;
}

.equipment .floorheatingdetail{
    margin-top: 40px;
    text-align: center;
}

.equipment .floorheatingdetail a{
    display: inline-block;
    margin-bottom: 40px;
}

.equipment .floorheatingdetail a:last-child{margin-bottom: 0px;}

.equipment .clothesdryer_image{
    display: block;
    margin: 0 auto;
}

/* ガステーブル  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.equipment .gastable_images{
    width:100%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.equipment .gastable_note{
    margin-top: 20px;
    text-align: left;
}

.equipment .gastable_note div{display: inline-block;}

.equipment .gastable_note div div{
	display: inline-block;
	width: 130px;
	height: 23px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 23px;
	background-color: #898989;
	border-radius: 5px;
}

.equipment .gastable_note .option_icon{
    display: inline-block;
    height: 23px;
    margin-top: 10px;
    padding: 0 5px;
    font-size: 15px;
	font-weight: bold;    
    color: #fff;
    line-height: 23px;
    background-color: #023a91;
}

.equipment .gastable_data{
    margin-top: 8px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.equipment .gastable_data div{display: inline-block;}
.equipment .gastable_data .price{
    margin-left: 10px;
    font-size: 28px;
}

.equipment .gastable_data .extax{
    font-size: 14px;
    text-align: left;
}

.equipment .gastable_detail .equipment_icon{margin-top: 50px;}

.equipment .gastable_images .gastable_size{
    text-align: left;
    margin-top: 10px;
}

.equipment .gastable_size div{
    display: inline-block;
    margin-right: 10px;
    padding: 2px 5px;
    border: 1px solid #b9b8b8;
}

.equipment .gt_standard .equipment_name{text-align: right;}

.equipment .gt_standard .gastable_data .price{margin-left: 0;}

.equipment .gt_standard .gastable_size{
    margin-top: 35px;
    text-align: center;
}

.equipment .gastable_detail .equipment_icon img{height: 34px;}

/* オーブン  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.equipment .oven_deailtitle{
    margin-top: 60px;
    margin-bottom: 40px; 
    font-size: 18px;
}

.equipment .oven_deailtitle span{
    margin-right: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #013b90;
}

.equipment .oven_details{
    width:100%;
    margin-bottom: 30px;
    padding: 40px 25px;
    text-align: center;
    border: 2px solid #e8eaeb;
    box-sizing: border-box;
}

.equipment .oven_details > img{
    display: inline-block;
    margin-top: 30px;
    margin-left: 105px;
    margin-right: 105px;
}

.equipment .oven_details .oven_makertype{
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.equipment .oven_details .oven_makertype div{
    width: 183px;
    height: 39px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 39px;
    text-align: center;
    background-color: #013b90;
}

.equipment .oven_details .oven_note{
    display: inline-block;
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;    
}

.equipment .oven_details .oven_note .oven_size div{
	display: inline-block;
	width: 140px;
	height: 33px;
	margin-right: 10px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #5b5b5b;
	box-sizing: border-box;
}

.equipment .oven_details .oven_note .oven_spec{margin-top: 25px;}

.equipment .oven_details .oven_note .oven_spec div{
    display: inline-block;
    width: 140px;
    height: 33px;
    margin-right: 10px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    background-color: #929191;
}

.equipment .oven_details .oven_note .oven_spec div.oven_capa{
    width: 75px;
    background-color: #666464;
}

.equipment .oven_details .oven_data{
    margin-top: 25px;
    text-align: left;
    line-height: 26px;
    font-weight: normal;
}

    .equipment .oven_details .oven_data span{
        font-size: 18px;
        font-weight: bold;;
    }
    
/* 炊飯器  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.equipment .detail.cooker{margin-top: 60px;} 

.equipment .cooker_deailtitle{margin-top: 40px;}

.equipment .cooker_deailtitle div{
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #013b90;    
}

.equipment .cooker_details1{
    margin-top: 40px;
    padding: 35px 45px;
    font-size: 14px;
    background-color: #f9f0e9;
}

.equipment .cooker_details1 > img{
    display: inline-block;
    margin-left: 20px;
    margin-right: 90px;
}

.equipment .cooker_details1 .cooker_description{
    display: inline-block;
    margin-bottom: 20px;
    line-height: 24px;
    vertical-align: top;
}

.equipment .cooker_note{
    display: inline-block;
    text-align: left;
}

.equipment .cooker_details1 .cooker_note{margin-top: 20px;}

.equipment .cooker_note .cooker_capa{
    display: inline-block;
    width: 140px;
    height: 33px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    background-color: #929191;
}

.equipment .cooker_note .cooker_data{line-height: 26px;}

.equipment .cooker_note .cooker_data span{
    font-size: 18px;
    font-weight: bold;
}

.equipment .cooker_details2{
    display: inline-block;
    width: 100%;
    min-height: 437px;
    margin-top: 20px;
    padding: 30px 25px;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    border: 2px solid #e8eaeb;
    box-sizing: border-box;
}

.equipment .cooker_details2.mr50px{margin-right: 0px;}
    
.equipment .cooker_details2 > div:first-child{
    width: 90%;
    height: 39px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    background-color: #013b90;
}

.equipment .cooker_details2 .cooker_note{
    width: 90%;
    text-align: left;
    font-weight: bold;
}

.equipment .cooker_details2 .cooker_capa{margin-bottom: 15px;}
.equipment .cooker_details2 .cooker_data{
    margin-top: 10px;
    font-weight: normal;
}

/* レンジフード  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.equipment .rangefood_deailtitle{
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 30px;
}

.equipment .rangefood_deailtitle div{
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #013b90;    
    text-align: left;
}

.equipment .rangefood_details{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 40px;
    font-size: 14px;
    vertical-align: top;
    border: 2px solid #e8eaeb;
    box-sizing: border-box;
}

.equipment .rangefood_details.nmb{margin-bottom: 0px;}

.equipment .rangefood_cap{
    text-align: center;
    margin-bottom: 20px;
}

.equipment .rangefood_series{  
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color:  #013b90;;
}

.equipment .rangefood_icon{
    height: 50px;
    margin-top: 20px;
}

.equipment .rangefood_icon img{
    height: 48px;
    margin-left: 10px;
}

.equipment .rangefood_series div{
    display: block;
    width: 183px;
    height: 39px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    line-height: 39px;
    background-color: #013b90;
}

.equipment .rangefood_series span{
    font-size: 12px;
    font-weight: normal;
    vertical-align: text-top;
}

.equipment .rangefood_details .rangefood_block{text-align: center;}

.equipment .rangefood_details .rangefood_block img{display: inline-block;}

.equipment .rangefood_note {
    display: inline-block;
    margin-top: 30px;
    text-align: left;
    vertical-align: bottom;
}

.equipment .rangefood_note > div{margin-bottom: 20px;}

.equipment .rangefood_note .width_icon{
    display: inline-block;
    width: 140px;
    height: 33px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 33px;
    text-align: center;
    vertical-align: top;
    background-color: #65aadd;
}

.equipment .rangefood_note .width_icon.ec6d74{background-color: #ec6d74;}

.equipment .rangefood_data{
    display: inline-block;
    padding-top: 7px;
    line-height: 24px;
    vertical-align: top;
}

.equipment .rangefood_data span{font-size: 18px;}

.equipment .ranngefood_note{
    margin-top: 30px; 
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 2px solid #e8eaeb;
}

.equipment .ranngefood_icondesc{
    padding: 0;
    text-align: center;
}

.equipment .ranngefood_icondesc li{
    display: inline-block;
    width: 200px;
    margin-right: 35px;
    margin-left: 35px;
    margin-bottom: 30px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
}

.equipment .ranngefood_icondesc li img{height: 47px;}

.equipment .ranngefood_icondesc li div{
    text-align: left;
    margin-top: 10px;
}

/* 蛇口一体型浄水器  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.equipment .cook_details:first-child{margin-top: 60px;}

.equipment .cook_details{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 40px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #e8eaeb;
    box-sizing: border-box;
}

.equipment .cook_details .cook_images{
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.equipment .cook_details .cook_images div{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 39px;
    text-align: center;
    background-color: #013b90;
}

.equipment .cook_details .cook_note{
    display: inline-block;
    margin-left: 100px;
    text-align: left;
}

.equipment .cook_details .cook_note img{
    display: block;
    margin-bottom: 10px;
}

.equipment .cook_details .cook_desc{
    line-height: 22px;
    font-weight: bold;
}

.equipment .cook_details .cook_price span{font-size: 18px;}

@media screen and (min-width:641px) {

.equipment .caption {margin:0 50px;}

.equipment .mainContents > h3{
	margin-left: 50px;
	padding: 10px 0;	
}

		.equipment .equipment_category{
			margin-left: 50px;
			padding: 0;
		}
		
		.equipment .equipment_category li{
			display: inline-block;
			width: 330px;
			vertical-align: top;
		}
		
		.equipment .detail{
			width: 100%;
			padding-right: 0px;
		}
		
		.mainContents {
			background-repeat:no-repeat;
			background-position:right bottom;
			background-image:url(../../src/images/common/bg_mt_fuji.png);
			padding-bottom:80px;
		}
		
		.subLink-area {
			background-color:#e8ebec;
			padding:15px 22px 0 22px;
		}
		
		.subLinks {
			padding:0;
			margin:0;
		  letter-spacing: -.40em;
		}
		
		.subLinks li {
			display:inline-block;
			letter-spacing: normal;
			padding:0 8px;
			margin-bottom:15px;
		}
		
		.equipment .equipment_feature li{
			display: inline-block;
			width: 252px;
			margin-right: 1px;
		}
		
		.equipment .equipment_feature li a{
			display: block;
			width: 252px;
			height: 222px;
		}
		
		.equipment .equipment_feature li a:hover{opacity: 0.75;}
		
		.equipment .equipment_feature li img{vertical-align: bottom;}
		
		.equipment .equipment_feature li div{
			width: 100%;
			height: 47px;
			font-size: 18px;
			font-weight: bold;
			color: #fff;
			text-align: center;
			line-height: 47px;
			background-color: #484747;
			box-sizing: border-box;
			position: relative;
		}
		
		.equipment .equipment_feature li div::before{
			width: 8px;
			height: 47px;
			content: "";
			background: url(../images/main_equipment_06.png) no-repeat;
			background-position: center center;
			position: absolute;
			right: 10px;
			top: 0px;
		}
		
	.equipment .progreplus .row,
	.equipment .piattolight .row{
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	
		.equipment .progreplus .row li{text-align: left;}
		
	.equipment .equipment_images{
		width: 100%;
		margin: 0 auto;	
		margin-bottom: 30px;
	}

	.equipment .conro_reform{padding-right: 0px;}
	
}

@media screen and (min-width:775px) {
.equipment .cooker_details2{
    display: inline-block;
    width: 487px;
    min-height: 437px;
    margin-top: 20px;
    padding: 30px 25px;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    border: 2px solid #e8eaeb;
    box-sizing: border-box;
}
}

@media screen and (min-width:840px) {

.equipment .feature_list li.plate_image{width: 472px;}

.equipment .gastable_note .option_icon{
    float: right;
    margin-top: 0px;
}	

    
}

@media screen and (min-width:860px) {.equipment .feature_list li.plate_rcp81w{height: 266px;}	}

@media screen and (min-width:881px) {

	.equipment .caption {padding:14px 70px 0 70px;}
	.equipment .caption h2 {margin-left:-44px;}

	.equipment .icon-gas img{vertical-align: sub;}
	.equipment.caption .captionIntro {
		line-height:1.6;
	}
	
	.equipment .equipment_images{
		width: 473px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.equipment .progreplus .row,
	.equipment .piattolight .row{width: 500px;}	

}

@media screen and (min-width:970px) {.equipment .oven_details > img{margin-top: 0;}}

@media screen and (min-width:980px) {

.equipment .equipment_category li:nth-child(2){
	margin-left: 19px;
	margin-right: 19px;
}	

.equipment .series_title{
	height: 110px;
	padding: 20px 30px 0px 30px;;
}

.equipment .series_title h2{float: left;}

.equipment .series_title div{
	float: right;
	text-align: right;
}

.equipment .udeaef .operation_panel .balloon{
	display: inline-block;
	height: 191px;
	margin-top: -60px;
	margin-left: 25px;
}

.equipment .gastable_images{width: 600px;}

.equipment .gastable_images.w490px{width: 490px;}

}

@media screen and (min-width:990px) {

.equipment .udeaef .operation_panel .balloon{
	display: inline-block;
	height: 191px;
	margin-top: -60px;
	margin-left: 25px;
}
	
}

@media screen and (min-width:1020px) {

    .equipment .rangefood_series div{
        display: inline-block;
        margin-bottom: 0;
    }

}


@media screen and (min-width:1200px) {

    .equipment .gt_standard .gastable_images {width: 870px;}

    .equipment .gt_standard .gastable_images img{
        float: left;
        margin-right: 50px;
    }
    
    .equipment .rangefood_note {margin-left: 100px;}	
    
}

@media screen and (min-width:1315px) {
	
	.equipment .equipment_feature li{margin-bottom: 0px;}
	
	.equipment .contents_btn li:nth-child(3n+3){margin-right: 0px;}
	
	.glass_top{
		margin-right: 32px;
		margin-bottom: 0px;
	}
	
}

@media screen and (min-width:1325px) {
	
	.equipment .detail{width: 1080px;}
	
	.equipment .equipment_name{text-align: left;}
	
	
	.equipment .equipment_name img{display: inline;}
	
	.equipment .equipment_name img:nth-child(2){
		float: right;
		margin-top: 5px;
	}	
	
	.equipment .equipment_images{
		width: 100%;
		margin-bottom: 30px;
	}
	
	.equipment .equipment_images > div{
		float: right;
		height: 319px;
		margin: 0;
		position: relative;
		background-position: right bottom;
	}
	
	.equipment .equipment_images div h4{
		margin: 0 auto;
		font-size: 24px;
	}

	.equipment .equipment_images div h4 img{vertical-align: middle;}
	
	.equipment .equipment_images ul{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 25px;
		bottom: 0;
	}
	
	.equipment .progreplus .equipment_images > img{margin-left: 40px;}
	
	.equipment .progreplus .equipment_images > div{
		width: 363px;
		height: 298px;	
	}
	
	.equipment .progreplus .equipment_images ul,
	.equipment .piattolight .equipment_images ul,
	.equipment .lisse .equipment_images ul,
	.equipment .fami .equipment_images ul,
	.equipment .mytone .equipment_images ul,
	.equipment .udeaef .equipment_images ul,
	.equipment .mifit .equipment_images ul{
		left: 0;
	}
	
	.equipment .piattolight .equipment_images > div{
		width: 390px;
		height: 256px;	
	}
	
	.equipment .lisse .equipment_images > div{
		width: 360px;
		height: 358px;	
	}
	
	.equipment .fami .equipment_images > div{
		width: 360px;
		height: 358px;	
	}	
	
	.equipment .mytone .equipment_images > div{
		width: 360px;
		height: 348px;	
	}	
	
	.equipment .udeaef .equipment_images > div{
		width: 370px;
		height: 362px;	
	}		

	.equipment .mifit .equipment_images > div{
		width: 380px;
		height: 390px;	
	}		
		
	.equipment .equipment_images ul li{
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.equipment .equipment_images ul li:last-child{margin-bottom: 0px;}
	
	.equipment .operation_panel{
		padding: 17px;
		border: 1px solid #809cc8; 
		border-radius: 4px;
		background-color: #fff;
		box-sizing: border-box;
	}
	
	.equipment .operation_panel > div{
		float: left;
		width: 140px;
		height: 140px;
		margin-right: 45px;
		margin-bottom: 0px;
		color: #fff;
		text-align: center;
		line-height: 140px;
		background-color: #023a91;
	}
	
		.equipment .row .operation_panel > div{
			float: none;
			width: 100%;
			height: 31px;
			margin-right: 0;
			margin-bottom: 15px;
			color: #fff;
			text-align: center;
			line-height: 31px;
			background-color: #023a91;
		}
			
	.equipment .progreplus .row,
	.equipment .piattolight .row{
		width: 100%;
		text-align: right;
	}
	
	.equipment .progreplus .operation_panel,
	.equipment .piattolight .operation_panel{
		float: left;
		width: 500px;
	}
		
	.equipment .operation_panel ul{margin: 0;}
	
	.equipment .operation_panel li,
	.equipment .lisse .operation_panel li{
		display: inline-block;
		margin-right: 25px;
		margin-bottom: 0px;
		vertical-align: top;
	}
		
	.equipment .operation_panel li:last-child{margin-right: 0;}
	
	.equipment .operation_panel li img{
		display: block;
		vertical-align: top;
	}
	
	.equipment .lisse .operation_panel li img{
		display: inline;
		height: 140px;
		margin-left: 5px;
	}
	
	.equipment .fami .operation_panel{
		float: left;
		width: 450px;
		text-align: center;
	}
	
	.equipment .fami .operation_panel div{margin-bottom: 25px;}
	
	.equipment .fami .operation_panel p{
		width: 100%;
		margin: 0;
		margin-top: 15px;
		text-align: right;
	}

	.equipment .fami .row img{float: right;}	
	
.equipment .option{
	float: right;
	width: 450px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 13px;
	text-align: left;
}

.equipment .option > span{padding: 5px 10px;}

.equipment .feature_list li{margin-right: 0px;}

.equipment .feature_list li:nth-child(3n+2){
	margin-left: 22px;
	margin-right: 22px;
}

.equipment .top_color .perl_top div div{
	float: right;
	width: 60%;
	height: 27px;
	padding: 0;
	font-weight: normal;
	color: #484747;
	background-color: #fff;
}

.equipment .feature_list li.plate_rcp81w{margin-left: 0px;}	

.equipment .udeaef .operation_panel div{
	padding-top: 50px;
	line-height: 20px;
	box-sizing: border-box;
}

.equipment .udeaef .operation_panel div span{display: block;}

.equipment .udeaef .seafty div{
	float: left;
	width: 470px;
	font-size: 16px;
	line-height: 24px;
}

.equipment .udeaef .seafty div:nth-child(3){
	float: right;
	margin-top: 0px;
}

.equipment .udeaef .seafty div img{
	float: left;
	margin-right: 15px;
}

.link_box ul li:nth-child(3n+3){margin-right: 0px;}

.equipment .link_btn li:last-child{margin-right: 0px;}

	.equipment .gasoven div{
		display: inline-block;
		vertical-align: top;
	}
	
	.equipment .gasoven div:first-child{margin-right: 80px}	
	
	.equipment .gasoven div:first-child,
	.equipment .gasricecooker > div{
		margin-bottom: 0px;
	}

	.equipment .radgehood div:first-child{
		margin-right: 18px;
		margin-bottom: 0px;
		padding-right: 18px;
		border-right: 1px dotted #013b90;
	}
	
	.equipment .waterpurification > img:first-child{
		margin-right: 16px;
		margin-bottom: 0px;
	}
	
    .equipment .bath_detail1{margin-right: 70px;}	
	.equipment .gasdryer_detail .bath_detail1:nth-child(-n+2){margin-top: 0px;}
	
	.equipment .cooker_details2.mr50px{margin-right: 50px;}
	
.equipment .rangefood_deailtitle{text-align: right;}

.equipment .rangefood_deailtitle div{float: left;}	
	
.equipment .rangefood_note {margin-left: 160px;}

.equipment .rangefood_cap{text-align: left;}

.equipment .rangefood_icon{
    float: right;
    margin-top: 0;
}

.equipment .ranngefood_icondesc{margin-left: -35px;}

.equipment .ranngefood_icondesc li:last-child{margin-right: 0px;}

.equipment .cook_details .cook_images{
    display: inline-block;
    width: 460px;
    text-align: right;
}
	
.equipment .cook_details .cook_images div{
    display: block;
    width: 341px;
    height: 39px;
}	
	
}