.EQ3 .prod_intro .prod_model {
	width: 100%;
}
.EQ3 .prod_intro .prod_model table {
	width: 976px;
	border-collapse: collapse;
}
.prod_model table tr th {
	vertical-align: middle;
}
.prod_model table tr:first-child th {
	font-size: 16px;
}
.prod_model table tr:first-child th em {
	font-size: 18px;
	font-weight: bold;
}
.prod_model table td {
	background-color: #666;
	width: 14%;
	color: #FFF;
	padding: 10px;
	border: solid 1px #FFF;
	text-align: center;
	vertical-align: middle;
}
.prod_model table tr:nth-child(odd) td {
	background-color: #999;
}
.spec_date {
	font-size: 12px;
	line-height: 30px;
	float: right;
}
.eq3_option {
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
}
.eq3_option:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}
.eq3_option dt {
	font-size: 16px;
	margin-top: 30px;
}
.eq3_option dd {
	margin-top: 5px;
	line-height: 120%;
}
.eq3_option dt:first-child {
	margin-top: 0;
}
.eq3_option dd span {
	display: block;
	margin-top: 10px;
}
.eq3_option_2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eq3_option_2col dt {
  width: 100%;
}
.eq3_option_2col dd.logo {
  width: 35%;
}
.eq3_option_2col dd img {
  width: 100%;
}

@media print, screen and (min-width:641px) {
	.eq3_modellist {
			font-size: 23px !important;
			padding-top: 13px !important;
	 }
}


@media only screen and (max-width:640px) and (max-device-width:1280px){
	.EQ3 .prod_intro .prod_model {
		width: 100%;
		overflow: scroll !important;
	}
	.EQ3 .prod_intro .prod_model table {
		width: 750px;
		border-collapse: collapse;
	}
	.prod_model table td {
		width: auto;
	}
	.eq3_option {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
}