@charset "UTF-8";
/**
 * パネル
 */
#boxes .box {
	position: relative;
	float: left;
	height: 245px;
	width: 188px;
}
.inner {
	background: #fff;
}
