@charset "utf-8";
/* CSS Document */

#favlist h1{
	width:100%;
	margin:0 auto;
	padding:10px 20px;
	background-color:#000;
	color:#FFF;
	font-size:1.6rem;
	font-weight:bold;
	text-align: left;
}

#favlistin table{
	width: 100% !important;
}

.tableStyle4{
	width:100% !important;
}

/*
.tableStyle4 table table tr{
	display: block;
}
*/
.tableStyle4 table table td{
	display: inline;
	float: left;
	margin:0 5px;
}