@charset "UTF-8";
table.outline tr th,table.outline tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	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: 50%; text-align: left; }



@media only screen and (max-width:480px){
    .support_table	{ 
	 width: 100%;
	 margin: 0 0px; }
    .support_table th,
    .support_table td{
		width:100%;
		display: block;
		border-top: none;
		padding:00px;
    }
	.support_table tr:first-child th	{ border-top: 1px solid #ddd; }
	
	
	.outline	{ margin: 0 0px; }
    .outline th,
    .outline td{
		width: 100%;
		display: block;
		border-top: none;
		padding:10px;
    }
	.outline tr:first-child th	{ border-top: 1px solid #ddd; }

	
}



