@charset "utf-8";

#global_navi li.menu1 a{
	background: url(../../img/menu/menu1_on.png) no-repeat !important;
}

.text p{
	font-size: 80%;
}

.bnContact{
	display: none;
}

/*sidemenu
************************************************************************************/
#side #menu_house{
	width: 100%;
	margin: 10px 0;
	background: url(../../service/img/bg_side.png) no-repeat left top;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 533px;
}
#side #menu_house .ttl{
	margin: 10px 0;
}
#side #menu_house .ttl img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#side #menu_house ul.menu{
	width: 100%;
	margin: 100px 0 auto 0;
}

#side #menu_house ul.menu li{
	background: url(../../service/img/bg_li.png) no-repeat;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	font-size: 18px;
	font-weight: bold;
}
#side #menu_house ul.menu li img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
#side #menu_house ul.menu li a{
	color: #000;
	text-decoration: none;
}


@media screen and (max-width: 768px) {
/*tablet*/
img.rf15{
	float: none;
	width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;
}
}

/*service
************************************************************************************/
.topcmt{
	width: 80%;
	margin: 15 auto;
	font-size: 85%;
}
/*新規*/
.frameHouse{
	width: 100%;
	display: table;
	table-layout: fixed;
	border-spacing: 10px 0;
	font-size: 80%;
}
.frameHouse .box{
	display: table-cell;
	vertical-align: top;
	line-height: 1.6;
}
.frameHouse .box .photo{
	margin: 0 auto 20px auto;
	display: block;
}
.frameHouse .box .photo img{
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.frameHouse .box .catch{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
.frameHouse .box .mainttl{
	display: block;
	font-size: 24px;
	color: #2a9f2a;
	margin-bottom: 20px;
}
.frameHouse .box .btn{
	display: block;
	text-align: right;
	margin: 10px 0;
}
.frameHouse .box .btn img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
.frameHouse{
	width: 100%;
	display: block;
	margin: 10px 0;
}
.frameHouse .box{
	display: block;
	width: 98%;
	margin: 0 auto 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.frameHouse .box .photo{
	margin: 0 auto 20px auto;
	display: block;
	text-align: center;
}


}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 



/*写真*/
.framePhoto{
	width: 100%;
	display: block;
	margin: 15px 0;
	font-size: 80%;
}
.framePhoto .before{
	width: 350px;
	float: left;
}
.framePhoto .after{
	width: 350px;
	float: right;
}
.framePhoto .before img,
.framePhoto .after img{
	max-height: 260px;
	width: auto;
	margin: 0 auto;
	z-index: 40;
	display: block;
}
.framePhoto .cap{
	display: block;
	margin: 5px 0;
}










