@charset "utf-8";

/*=============================================================*/

.main_inner {
	margin: 0px;
	height: 1000px;
}

.boxContainer {
	margin-right: 10px;
	margin-left: 10px;
	display: flex;
	flex-wrap: wrap;
}


.image_box {
	display: inline-block;
	width: 160px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px;
}

.image_box img {
	vertical-align: middle;
	margin: 10px 10px 0px 10px;
	width: 150px;
	height: 150px;
}

.image_box p {
	text-align: left;
	font-size: 0.8rem;
	margin: 5px 10px 0px 10px;
}

/* ハックでIE6,7のみに適用 */
html*.image_box {
	display: inline;
	zoom: 1;
	width: 100px;
	height: 100px;
}



/*=============================================================*/