@charset "utf-8";
/*
-------------------------------------------------------------------------
2017.07
【レスポンシブ用に追加】
PC用の記述も、追加上書き分はこっちに記述
-------------------------------------------------------------------------
*/

#MainContents .tab_head span{
	display:none;
}
.myhome.top .btm_3c_built ul li a span{
	display:none;
}


/*############################################*/
/*  */
/*############################################*/
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {

	/*メイン画像*/
	/*エネファームTOP*/
	.myhome #PanList p.clr{
		background:url(../../resp_img/myhome_main.jpg) no-repeat;
		background-size:cover;
	}
	/***************************/


	/****キッチンTOP********************/
	.myhome.top #MainContents{
		width: 100%;
		min-height: auto;
		margin: 0 auto;
		padding-bottom:20px;
	}
	.myhome.top #MainContents .tab_head{
		
	}
	.myhome.top #MainContents .tab_head img{
		display:none;
	}
	.myhome.top #MainContents .tab_head span{
		display:block;
		width:100%;
		margin:0;
		padding: 10px 0;
		text-align: center;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		background:#1ca445;
	}
	.myhome.top #MainContents .tab_head+p{
		width:94%;
		margin:0 auto!important;
		padding:0 0 20px 0;
	}
	/**/
	.myhome.top .btm_3c_built{
		width:94%;
		height:auto;
		margin:0 auto!important;
		background:none;
		float:none;
	}
	.myhome.top .btm_3c_built ul{
		width:100%;
		margin:0 auto;
		float:none;
	}
	.myhome.top .btm_3c_built ul li{
		width:100%;
		margin:0 0 8px!important;
		float:none;
	}
	.myhome.top .btm_3c_built ul li a{
		text-decoration:none;
	}
	.myhome.top .btm_3c_built ul li img{
		display:none;
	}
	.myhome.top .btm_3c_built ul li a span{
		width: 100%;
		margin:0 auto 4px;
		display: block;
		padding: 10px 0;
		text-align: center;
		color:#fff;
		background: #85a82e;
		border-radius: 6px;
	}





























} /* /@media */










