@charset "utf-8";
/* CSS Document */
/*SECTION--------------------------------------------------*/
table
{
border:1px solid #CCC;
border-bottom:0;
font-size:23px;
line-height:1.7;
margin:0 auto 6% auto;
text-align:left;
width:90%;
}
table tr{border-bottom:1px solid #CCC;}
table tr th
{
background-color:#DDD;
border-right:1px solid #CCC;
width:26%;
}
table tr th,
table tr td{padding:4% 3%;}
table tr td p{margin-bottom:26px;}
table tr td p.last{margin-bottom:0;}
@media (min-width:0px)   and (max-width:149px)
{
table{font-size:11px;}
table tr th{width:38%;}
table tr th,
table tr td{padding:0.5% 2%;}
}
@media (min-width:150px) and (max-width:249px)
{
table{font-size:12px;}
table tr th{width:38%;}
table tr th,
table tr td{padding:1.5% 2%;}
}
@media (min-width:250px) and (max-width:349px)
{
table{font-size:13px;}
table tr th{width:38%;}
table tr th,
table tr td{padding:2% 2%;}
}
@media (min-width:350px) and (max-width:449px)
{
table{font-size:15px;}
table tr th{width:30%;}
table tr th,
table tr td{padding:2% 2%;}
}
@media (min-width:450px) and (max-width:549px)
{
table{font-size:17px;}
table tr th{width:26%;}
table tr th,
table tr td{padding:1.5% 2%;}
}
@media (min-width:550px) and (max-width:649px)
{
table{font-size:19px;}
table tr th{width:24%;}
table tr th,
table tr td{padding:1.5% 2%;}
}