

.rwd-table{
	overflow:hidden;
	font-size: 1.1em;
	line-height: 1.3em;
	color:#535353;

}
.rwd-table tr:nth-of-type(2n){	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #fff;
	border-bottom-color: #fff;}
.rwd-table th,.rwd-table td{margin:0.5em 1em;}
.rwd-table th,.rwd-table td a{
	color:#535353;
	line-height: 1.5em;
}
.rwd-table{min-width:100%;}.rwd-table th{display:none;}
.rwd-table td{display:block;}
.rwd-table td:before{content:attr(data-th) " : ";font-weight:bold;width:60px;display:inline-block;}
.rwd-table th,.rwd-table td{text-align:left;}
.rwd-table th,.rwd-table td:before{color:#535353;font-weight:bold;}


@media (min-width: 480px) {
	.rwd-table td:before{display:none;}
	.rwd-table th,.rwd-table td{display:table-cell;padding:0.25em 0.5em;}
	.rwd-table th:first-child,.rwd-table td:first-child{padding-left:0;}
	.rwd-table th:last-child,.rwd-table td:last-child{padding-right:0;}
	.rwd-table th,.rwd-table td{padding:0.25em!important;}
	.td01{
		color:#535353;
		width:170px;
		}
	
	}