@charset "utf-8";
/* CSS Document */


footer {
	clear: both;
}
.clear {
	clear: both;
}

.instructions {
	width: 90%;
	margin: 0 auto;
	padding: 0 5%;
	padding-bottom: 30px;
	background: #f7f7f7;
}
.instructions_head {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding-top:30px;
}
.instructions_tit {
	font-size: 2rem;
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
}
.instructions_tit:before {
	content: '';
	position: absolute;
	left: 27px;
	top: -25px;
	display: inline-block;
	width: 52px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
.instructions_list {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: .8rem;
	color: #444;
}
.instructions h2 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	padding-left: 26px;
	text-indent: 0;
}
.instructions img {
	max-width: 100%;
}



/* instructions */

.stripe {
	width: 100%;
	border-collapse: collapse;
	margin: 30px auto;
	padding: 0;
	border-top: 1px solid #ddd;
}
.stripe tr {
	border-bottom: 1px solid #ddd;
}
.stripe th {
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background: #a9a6a6;
	border-left: 1px solid #ccc;
}
.stripe td {
	padding: 10px 20px;
	border-left: 1px solid #ccc;
	background: #FFF;
	line-height: 1.2em;
}

.stripe td.bg_gray {
	background: #ecebeb;
}
.stripe th:nth-child(2,3n+1), .stripe td:nth-child(2,3n+1) {
	border-left: none;
}
.model_number p {
	float: left;
	margin: 0 8px 0 0;
	padding:0;
	line-height: 1.7em;
}
.model_number p:nth-child(3n+1) { clear: both; }

.model_number a {
	color: #2599e1;
}

 @media screen and (max-width:767px) {
.instructions img {
	width: 100%;
}
}

