@charset "shift_jis";

/* -----------------------------------------------------------
CSS Information

 Site URL:       http://
 File name:      style.css
 Created:        2008-xx-xx
 Last update:    2008-xx-xx
 Author:         
 Style Info:     
----------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------- */

/*                                                                     S T O R E _ L I S T        */

/* ---------------------------------------------------------------------------------------------- */


.storeList {}

.storeList #main #sidebar {
	display: none;
}
.storeList #main #contents {
	width: 890px;
}


#contents h3 {
	margin-left: 20px;
	margin-bottom: 20px;
}

.storeList #contents ul {
	width: 850px;
	margin: 0 0 20px 20px;
	border-bottom: solid 5px #E85F21;
}

.storeList #contents ul li {
	float: left;
	height: 22px;
	font-size: 0;
	line-height: 0;
	margin-right: 2px;
}

.storeList #contents ul li.liR { margin-right: 0px; }

.storeList #contents table {
	width: 850px;
	font-size: 90%;
	margin-bottom: 30px;
}
.storeList #contents table th ,
.storeList #contents table td {
	border-bottom: dotted 1px #999;
}

.storeList #contents table th { font-weight: bold; }

/*.storeList #contents table thead th.s-name { width: 110px; }
.storeList #contents table thead th.zip-code { width: 60px; }
.storeList #contents table thead th.add { width: auto; }
.storeList #contents table thead th.tel { width: 80px; }
.storeList #contents table thead th.fax { width: 80px; }*/

.storeList #contents table thead th.s-name { width: 20%; }
.storeList #contents table thead th.zip-code { width: 12%; }
.storeList #contents table thead th.add { width: auto; }
.storeList #contents table thead th.tel { width: 16%; }
.storeList #contents table thead th.fax { width: 16%; }


.storeList #contents table thead th {
	background: #F5F5F5;
	color: #242424;
	font-weight: bold;
}

.storeList #contents table tr.btm th ,
.storeList #contents table tr.btm td {
	border-bottom: solid 1px #CCC;
}



/* -- end -- */


