/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*       Copyright 2010 MaxValu. All Rights Reserved.  */
/*       last-update : 2010.03.13   */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

 
/* ******************************************************
    STORE/ 店舗情報
****************************************************** */

/* GRAND NAVI OVER
---------------------------------------- */
#navi1 a { background: url(../images/g_navi.jpg)  0 -45px;}


/* TITLE IMAGE
---------------------------------------- */  
#title_area {
	width: 910px;  
	height: 100px;
	margin-bottom: 20px;
	background: url(/images/stores/store_title.jpg) 0 0 no-repeat;
}
#title_area h3 {
	display: none;
}

/* TABLE 各店舗
---------------------------------------- */  
 
.tbl_s01 {
	/*table-layout: fixed;*/
	border-collapse	: collapse;
	width: 598px;
	margin: 20px 0 10px 0; >margin-bottom: 20px; 
	font-size: 9px;
	line-height: 1.4em;
}
.tbl_s01 tbody th {
	width: auto;
	padding: 5px; 
	color: #333;
	font-weight: normal;
	vertical-align: middle;
 	text-align:center;	
	border: 1px solid #CCC; 
	background: #EEE; 
 }
.tbl_s01 tbody td { 
	padding: 5px 6px;
	border-top: 0px solid #d5dce0; 
	border-right: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
	border-left: 1px solid #CCC; 
	text-align: left;
}

.tbl_s01 tbody td img { 
	margin-left:1px;
}
.tbl_s01 tbody td.chirashi { padding: 0 auto;
	text-align: center;
}

.iconinfo {
	width: 590px;
	margin: 0 auto 20px auto; >margin-bottom: 0; 
	font-size: 9px;
	line-height: 1.6em;
	vertical-align:center;
	clear:both;
}
.iconinfo img{ margin: 0 5px 0 10px; }
.iconinfo .hg{ 
	margin: 5px 10px 5px 10px; 
	padding: 5px; 
	border-top: 1px dotted #CCC; 
}

  
  /* BOX 
---------------------------------------- */
div.box {
	border	: 5px #ccc solid;
	width: auto;
	margin: 20px 1em 50px 1em; 
	padding: 10px 20px;
	line-height: 1.4em;
	/*background: #f8e0ea;*/
}

.field_zip_no {
width: 70px;
}

.field_tel_no {
width: 100px;
}


