div.gazo-box {
float: left;
width: 29%;		/*幅*/
	height: 100%;	/*高さ*/
margin: 10px 2% 10px;	/*上、左右、下へあけるスペース*/
font-size: 12px;	/*文字サイズ*/
	line-height: 135%;
	text-align: center;
	vertical-align: bottom;   /* 上端を揃える */
}