@charset "utf-8";
.tuner_h3{
	background-color:#f4d022;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	margin-bottom:3px;
	text-align:center;
	font-size:20px;
	padding:13px 0;
}
.tuner_table{
	border-collapse:collapse;
	table-layout:fixed;
	border-left:solid 3px #f4d022;
	border-right:solid 3px #f4d022;
	border-bottom:solid 3px #f4d022;
}
.tuner_table th{
	background-color:#f4d022;
	font-size:16px;
	border-right:solid 3px #fff;
	vertical-align:middle;
	padding:10px 0;
}
.tuner_table td{
	border-right:solid 3px #f4d022;
	border-bottom:solid 3px #f4d022;
	vertical-align:middle;
	padding:10px 0;
}
.manual{
	display:block;
	background-color:#369ed5;
	border-radius:25px;
	-webkit-border-radius:25px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	padding:13px 0;
	width:143px;
	text-decoration:none;
}
.connect_img{
	display:block;
	background-color:#df8f31;
	border-radius:15px;
	-webkit-border-radius:15px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 auto;
	padding:5px 0;
	width:143px;
	text-decoration:none;
}
.reference{
	width:95px;
	margin:0 auto;
	font-weight:bold;
}