@charset "Shift_JIS";

/*=========================================================


	Site Name   SONY AV/Hi-Fi AUDIO Shoplist
	File Name   page.css

	Create Date 2011/10/28
	Update Date 2012/1/18


==========================================================*/

.fBnr {
	margin: 40px auto 0;
	width: 950px;
}

.shoplist h1 {margin:20px 0;}

table#shopListtable .flL {float:left;}
table#shopListtable .flR {float:right;}

table#shopListtable {
	width:950px;
	margin:0 auto;
	background:transparent url("/audio/shoplist/images/x.gif") left bottom repeat-x;
}
#shopListtable th,
#shopListtable td {
	font-size:114%;
	padding:10px;
}

#shopListtable th {
	background:#002A68;
	text-align:center;
}

#shopListtable td {text-align:left;}
#shopListtable td div {
	width:auto;
	overflow:hidden;
	_zoom:1;
}

#shopListtable tr.even td.even0 {
	background:transparent url("/audio/shoplist/images/x.gif") left top no-repeat;
}
#shopListtable tr.even td.even1,
#shopListtable tr.even td.even2 {
	background:transparent url("/audio/shoplist/images/xy.gif") left top no-repeat;
}

#shopListtable tr.odd td.odd0 {
	background:#E1E9ED url("/audio/shoplist/images/x.gif") left top no-repeat;
}
#shopListtable tr.odd td.odd1,
#shopListtable tr.odd td.odd2 {
	background:#E1E9ED url("/audio/shoplist/images/xy.gif") left top no-repeat;
}


#shopListtable td div p.flR{
	margin-top:4px;
}

#shopListtable td div p.mt8{
	margin-top:16px;
}

/* 左上ブランド名リンク */

.mod-categoryHeader-title {
		float: left;
    font-size: 1.231em;
    line-height: 1.2;
		margin-top: 15px;
		text-align: left;
}

#headtitle a {
    color: #333333;
}

#headtitle a:hover {
    color: #333333!important;
		text-decoration: none;
}


