@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: 15px 15px 15px 15px;
	font-size:15px;
	color:#04850A;
}
/*----------------------------------------------------
	.support_table
----------------------------------------------------*/
.support_table {
	width: 90%;
	border-collapse: collapse;
	border: 1px  #ccc solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
    margin-top: 70px;
} 

.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; }

.big_red{
   font-size: 22px;
    color: #9544B7;
}
@media only screen and (max-width:480px){
    .support_table	{ margin: 60px auto 10px auto; 
    border-left: none;
    border-right: none;
    border-bottom: none;}
    .support_table th,
    .support_table td{
		width: 96%;
		display: block;
		padding:10px 2%;
    }
	.support_table tr:first-child th	{ border-top: 1px solid #ddd; }
	
	.outline	{ margin: 0 0px; }
    .outline th,
    .outline td{
		width: 90%;
		display: block;
		border-top: none;
		padding:10px;
    }
	.outline tr:first-child th	{ border-top: 1px solid #ddd; }
	
}
