@charset "shift_jis";

.color_box{
	width:25%;
	float:left;
	padding:7px;
	border:1px solid #E5E7E8;
	font-size:11px;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.color_table .color_box:nth-child(1),
.color_table .color_box:nth-child(2),
.color_table .color_box:nth-child(3){
	border-right:none;
}

.color_table.no_bor_top .color_box{
	border-top:none;
}

@media screen and (max-width: 1019px) {
    .color_box{
		height: 70px;
	}
}

