.fixture {
	margin-bottom: 40px;
}

.fixture h3 {
	clear: both;
}

.fixture ul {
	list-style: none;
}

.fixture li {
	clear: both;
	width: 600px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.fixture .team-flag {
	border: 1px solid #ccc;
	display: block;
	margin: 0;
	padding: 0;
}

.fixture .home-side {
	float: left;
}

.fixture .away-side {
	float: left;
}

.fixture .center-block {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.fixture .local-date {
	float: left;
}

.fixture .japan-date {
	float: left;
	color: #666;
	padding-left: 10px;
}

.fixture .pannel {
	float: right;
}

.fixture .place {
	clear: both;
	color: #336600;
}

.fixture .scores {
	padding-top: 7px;
	font-size: 1.3em;
}

.fixture .team-home {
	float: left;
	width: 155px;
	font-weight: bold;
}

.fixture .team-away {
	float: right;
	width: 155px;
	text-align: right;
	font-weight: bold;
}

.fixture .score-del {
	float: left;
	width: 20px;
	text-align: center;
}

.fixture span {
	float: left;
	width: 20px;
	text-align: right;
	font-weight: bold;
	color: #666;
}

.fixture .winner {
	color: #000;
}

.fixture .team-line {
	font-size: 1px;
	width: 185px;
	height: 4px;
	float: left;
	background-color: red;
	margin-top: 3px;
}

.jsports-banner{
	border: 1px solid #ccc;
	padding: 1px;
	height: 1em;
	margin-right: 2px;
}

.detail-banner{
	border: 1px solid #ccc;
	padding: 1px;
	height: 1em;
}

