.prod_spec h2 {
	display: inline-block;
	margin-right: 20px;
}
.prod_spec h2 + p.note {
	display: inline-block;
}
.prod_spec .spec_menu li {
	width: 33.3%;
}
.prod_model table {
	width: 100%;
	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: 75%;
	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;
}
.feature_col3 {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.feature_col3 img {
	width: 100%;
}
.prod_spec table td.col_dotline {
  border-right: dashed 1px #000 !important;
  width: 10% !important;
}
.prod_spec table td.noline {
  width: 15% !important;
}
.prod_spec table td.col_dotline + td,
.prod_spec table td.noline + td {
  border-left: none !important;
}
.prod_spec table th.thead2 {
	font-weight: bold;
  background-color: #FFF !important;
}
.prod_spec {
	border-bottom: solid 1px #CCC;
	padding-bottom: 50px !important;
}
.lv_option li {
	font-size: 16px;
	font-weight: bold;
}


@media print, screen and (min-width:641px) {
.ad_modellist {
	font-size: 23px !important;
	padding-top: 13px !important;
}
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

	.prod_model {
		width: 100%;
/*		overflow: scroll !important;*/
	}
	.prod_model table {
/*		width: 750px;*/
    width: 100%;
		border-collapse: collapse;
	}
	.prod_model table td {
    width: auto;
  }
	.prod_spec h2 {
		display: block;
		margin: 0 0 10px !important;
	}
	.prod_spec h2 + p.note {
		display: block;
		margin-bottom: 30px;
	}
	.prod_spec {
    width: 92% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
	}
	.prod_spec .spec_menu li {
		width: 100%;
	}
	.feature_col3 {
		flex-wrap: wrap;
	}
	.feature_col3 div {
		width: 100%;
	}
	.prod_spec table td.col_dotline {
		width: 20% !important;
	}
	.prod_spec table td.noline {
		width: 20% !important;
	}
}