@CHARSET "UTF-8";
#infoHomeBox{
	padding-top:10px;
	padding-bottom: 20px;	
	overflow: hidden;
}
#icon-img,
#textRow{
	float:left ;
	padding-top:10px;
}
#img-tel{
	float:right ;
}
#textRow{
	padding-left:10px;
	font-size: 14px;
}
#textRow a{
	font-weight: bold;
}
.home .av-inherit-size .av-special-heading-tag{font-size: 28px;}
.home .content{padding-top: 32px;}
@media screen and (max-width: 768px) {
	#textRow{
		width:90%;
		padding-top:0px;
	}
}
@media screen and (max-width: 480px) {
	#icon-img{
		display:none;
	}
	#textRow, #img-tel{
		clear:both;
	}
	#textRow{
		width:100%;
	}
	#img-tel{
		width:100%;
		text-align:center;
		margin:0px auto;
	}
}