#tuners .door_view p {
	font-size: 1.1em;
}
#tuners .door_view p:last-child {
	margin-bottom: 0;
}
#tuners .contents_view p {
	margin-bottom: 0 !important;
	font-size: 1.2em;
}
#tuners h2 {
	line-height: 1.4em;
}
#tuners h2.sub {
	font-size: 1.4em;
	margin: 0 0 20px;
}
#tuners h3 {
	margin: 0 0 10px;
	line-height: 1.3em;
}
#tuners h4 {
	text-align: center;
	padding-top: 5px;
	font-size: .9em;
}
#tuners ol {
	padding: 0 0 30px 60px;
	margin: 0 0 30px;
	border-bottom: solid 1px #E5E5E5;
}
#tuners ol li {
	font-size: 1.6em;
	font-weight: 200;
	padding: 0 0 10px;
}
#tuners ul {
	padding-left: 30px;
}
#tuners ul li {
	font-size: 1.4em;
	font-weight: 200;
	padding: 5px 0;
}
#tuners div.w_half {
	margin: 15px 0 30px;
	width: 50%;
}
#tuners div.w_half img,
#tuners div.w_full img {
	width: 90%;
	margin: 0 5%;
}
#tuners div.w_full {
	margin: 15px 0 30px;
	width: 100%;
	position: relative;
}
#tuners .btn {
	width: 70%;
	margin: 0 15%;
	display: inline-block;
	padding: 10px 0;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 100%;
	margin-top: 15px;
	text-decoration: none;
	height: auto;
}

#tuners .f_left {float: left;}
#tuners .f_right {float: right;}
#tuners .mg_t20 {margin-top: 20px;}

@media only screen and (max-width: 736px) {
	#tuners h2 {
		font-size: 2.0em;
	}
	#tuners h4 {
		font-size: 1.2em;
	}
	#tuners ol li {
		padding: 10px 0 5px;
	}
}

@media only screen and (max-width: 480px) {
	#tuners h2.sub {
		margin: 10px 0;
	}
	#tuners ol {
		padding: 0 0 15px 30px;
	}
	#tuners ol li {
		font-size: 1.4em;
	}
	#tuners div.w_half {
		margin: 5px 0 10px;
		width: 100%;
	}
	#tuners div.w_full {
		margin: 5px 0 10px;
	}
}

/*#tuners .bg_wave {
	background: url(../../../images/features/tuners/Frequency_Wave.png) no-repeat right top;
	background-size: contain;
	min-height: 200px;
}*/







