@charset "UTF-8";
table.outline tr th,table.outline tr td {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	border-bottom: solid 1px #ccc;
	padding: 15px 15px 15px 15px;
}
table.outline tr th {
	width: 150px;
}
table.outline tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.outline tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
/*----------------------------------------------------
	.support_table
----------------------------------------------------*/
.support_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px  #ccc solid;
} 

.support_table TD {
	border: 1px #ccc solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}  

section table	{ width: 100%; }
section th, section td	{ padding: 10px;  }
section th	{ background: #fff; }

.support_table th	{ width: 30%; text-align: left; }

@media screen and (max-width:480px){
.support_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px  #ccc solid;
	margin: 0 auto;
} 

.support_table TD {
	border: 1px #ccc solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	font-size:14px;
}  

section table	{ width: 100%; }
section th, section td	{ padding: 10px;  }
section th	{ background: #fff; }

.support_table th	{ width: 40%; text-align: left; }
}





