@charset "utf-8";
/* CSS Document */



#friendly .division{
	clear:both;
	border-left:solid 1px #d2d2d2;
	border-right:solid 1px #d2d2d2;
	border-bottom:solid 1px #d2d2d2;
	margin-bottom:40px;
	padding:0 3% 3%;
}

#friendly .division h4{
	font-size:183%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:40px;
}

#friendly .division p.text{
	width:340px;
	float:left;
	margin-right:14px;
	font-size:108%;
	line-height:2;
}

#friendly .division p.img{
	width:auto;
	float:left;
}

/*------------------------------
	baby
------------------------------*/

#bady{
	clear:both;
	border-top:solid 6px #ffd3d3;
}


#bady h4{
	background:url(../../images/facilities/friendly/heart.gif) 0 50% no-repeat;
}


/*------------------------------
	disabled
------------------------------*/
#disabled{
	border-top:solid 6px #dce970;
	position:relative;
}

#disabled h4{
	background:url(../../images/facilities/friendly/clover.gif) 0 50% no-repeat;
}

#disabled .kaijoimg{
	float:left;
	position:absolute;
	bottom:0;
}

/*------------------------------
	general
------------------------------*/
#general{
	border-top:solid 6px #cbe3ff;
}

#general h4{
	background:url(../../images/facilities/friendly/look.gif) 0 50% no-repeat;
}


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


/*-------------------------
	division
--------------------------*/


#friendly .division{
	margin-bottom:8%;
	padding:0 3% 3%;
}

#friendly .division h4{
	font-size:140%;
	height:28px;
	padding-top:8px;
}

#friendly .division p.text{
	width:auto;
	float:none;
	margin-right:0;
}

#friendly .division p.img{
	width:100%;
	float:none;
}

/*------------------------------
	baby
------------------------------*/

#bady h4{
	background:url(../../images/facilities/friendly/heart.gif) 0 top no-repeat;
}

/*------------------------------
	disabled
------------------------------*/
#disabled h4{
	background:url(../../images/facilities/friendly/clover.gif) 0 top no-repeat;
}


/*------------------------------
	general
------------------------------*/
#general h4{
	background:url(../../images/facilities/friendly/look.gif) 0 top no-repeat;
}



}










