@charset "shift_jis";
/* オプションタイトル */
.item_ops_tit{
	padding:10px 0px 10px 15px;
	background:linear-gradient(180deg,#777 0%,#888 30%,#555 100%);
}
.item_ops_tit p{
	color:#fff;
	margin-bottom:0px !important;
	font-weight:bold;
	font-size:18px;
	text-shadow:1px 1px 0px #333;
}
.ops_caution p{
	padding-bottom:10px;
	font-weight:bold;
}

/* オプションブロック */
.option{
	margin-top:25px;
	width:100%;
	display:flex;
	justify-content:left;
	align-items:center;
}
.option td{
	padding-top:10px;
	padding-right:1%;
	width:16.5%;
}
.option td img{
	width:100%;
}
@media (max-width:640px) {
	/* オプションタイトル */
	.item_ops_tit p{
		font-size:14px;
	}

	/* オプションブロック */
	.option{
		flex-wrap: wrap;
	}
	.option td{
		width:32.5%;
	}
}