@charset "utf-8";
/**
 * shoplist.css 
 * (c) United Arrows Ltd.
 */

/* Header */
	#Header { margin-bottom: 20px; }
	#Header #Nav .SHOPLIST a { background-position: left -35px; }

/* heading */
	#ContentTitle { margin-bottom: 40px; }
	.sectionTitle {
		clear: both;
		border-bottom: 1px solid #999999;
		padding: 0 5px 5px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 107%;
	}

/* ArticleMain */
	#ArticleMain {
		float: none;
		width: auto;
	}

/* tabNav */
	.tabNav {
		margin-bottom: 20px;
		background-color: transparent;
		background-image: url('/unitedarrow/common/imgs/base/bg-tab.gif');
		background-repeat: repeat-x;
		background-position: left bottom;
		zoom: 1;
	}
	.tabNav:after { content : ''; display : block; clear : both; }
	.tabNav li {
		float: left;
		margin-right: 10px;
	}
	.tabNav li a {
		display: block;
		width: 120px;
		height: 35px;
		text-indent: -9999px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.tabNav li a:hover,.tabNav li a.on { background-position: left -35px; }
	.tabNav .tab01 a { background-image: url('/unitedarrow/imgs/shoplist/tab-01.gif'); }
	.tabNav .tab02 a { background-image: url('/unitedarrow/imgs/shoplist/tab-02.gif'); }

/* tabelm */
	.tabelm {
		clear: both;
		margin-left: 20px;
		zoom: 1;
	}
	.tabelm:after { content : ''; display : block; clear : both; }

/* tabelm01 */
	#tabelm01 {
		margin-right: 20px;
	}
	#mapArea {
		float: left;
		width: 400px;
		height: 322px;
		background-color: transparent;
		background-image: url('/unitedarrow/imgs/shoplist/map-area-00.gif');
		background-repeat: no-repeat;
		background-position: left top;
	}
	#mapNav {
		float: right;
		padding-top: 40px;
		width: 470px;
		zoom: 1;
	}
	#mapNav, #mapNav li ul { zoom: 1; }
	#mapNav:after, #mapNav li ul:after { content : ''; display : block; clear : both; }
	#mapNav li {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
		width: 200px;
	}
	#mapNav li ul {
		margin-top: 5px;
		height: 3.5em;
	}
	#mapNav li li {
		margin-right: 10px;
		margin-bottom: 0;
		width: auto;
		white-space: nowrap;
	}

/* brandlogolist */
	#BrandListArea {
		zoom: 1;
	}
	.brandlogolist { zoom: 1; }
	.brandlogolist:after { content : ''; display : block; clear : both; }
	.brandlogolist li {
		float: left;
		position: relative;
		padding-bottom: 10px;
		padding-right: 20px;
		width: 290px;
	}
	.brandlogolist li img {
		position: static;
		display: block;
		vertical-align: top;
		z-index: 100;
		zoom: 1;
	}
	.brandlogolist li a {
		display: block;
		border-bottom: 1px solid #fff;
		padding: 23px 0 25px 72px;
		background-color: #fff!improtant;
		z-index: 50;
		zoom: 1;
	}
	.brandlogolist li.firstline a {
		border-top: 1px solid #fff;
		padding: 23px 0 25px 72px;
	}
	.brandlogolist li a:hover {
		background-color: #ebebeb;
	}
	.brandlogolist li a .logo {
		position: absolute;
		left: 0px;
		top: 0px;
		display: block;
		padding: 3px 7px 3px 0;
		background-color: #fff;
		z-index: 50;
	}


