@charset "UTF-8";

/*    file     :  default.css
      make     :  emi makino (2008.9.22)
      revise   :  
      Copyright (c)2008 - HitBit co,ltd ,
*/

/* INDEX------------------------------
	Reset
	Share style
	Menu Detail Page
  Menu Shop List Page
	Clearfix
------------------------------------ */

/* Reset 
------------------------------ */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
   margin:0;
   padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
img { 
	border:0;
}
table {
	border-collapse:separate;
	border-spacing:0;
}

/* Menu Shop List Page
------------------------------------------- */
div#page_num_up {
	padding-top: 7px;
	padding-bottom: 3px;

}
div#wrapper-shop {
	width: 700px;
	color: #333333;
}

div#wrapper-shop a {
	color: #333333;
	text-decoration: underline;
}

div#wrapper-shop a:link,
 div#wrapper-shop a:visited {
	color: #333333;
	text-decoration: underline;
}

div#wrapper-shop a:hover,
 div#wrapper-shop a:focus,
  div#wrapper-shop a:active {
	color: #333333;
	text-decoration: none;
}


/* Search Box
----------------------- */
dl#box-search {
	margin: 10px 0;
}

dl#box-search dd {
	position: relative;
	top: -4px;
	width: 698px;
	padding: 0;
	margin: 0;
	border: 1px solid #EAC7F6;
}

dl#box-search dd div#switch {
	float: right;
	width: 10em;
	padding: 3px;
	text-align: center;
	background-color: #c1a667;
}

table.tbl-search {
	width: 698px;
}

table.tbl-search th {
	width: 7em;
	padding: 10px 10px 10px 20px;
	border: none;
	background: url(/templates/all_img/extra/lunch_basic/icon_diamond.gif) no-repeat 5px 11px;
}

/* Shop
----------------------- */

div#wrapper-shop h3 {
	width:390px;
	margin-bottom: 10px;
	background-image: url(/is/h_umaka_img/title.gif);
	height: 130px;
	padding-top: 10px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
}
div#wrapper-shop div.shop {
	width: 700px;
	margin-bottom: 10px;
}

div#wrapper-shop div.shop:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

/* WinIE7 only */
*:first-child+html div#wrapper-shop div.shop {
	height: 1%;
}

/* MacIE5 only \*/
* html div#wrapper-shop div.shop {
	height: 1%
}

div#wrapper-shop div.shop {
	display: block;
}

/* end MacIE5 */
div.shop h4 {
	height: 30px;
	width: 685px;
	padding: 5px 10px 5px 5px;
	margin-bottom: 5px;
	min-height: 20px;
	font-weight: normal;
	color: #000000;
	background: url(/themes/extra_list/h_umaka/images/bg_list.gif) no-repeat;
}

div.shop p.photo {
	float: left;
	width: 102px;
	padding: 3px;
	border: 1px solid #666666;
	height: 70px;
}

div.shop div {
	float: right;
	width: 575px;
}

div.shop div p.buzz {
	font-weight: bold;
	color: #990000;
	font-size: 1.3em;
	padding-bottom: 2px;
	padding-top: 3px;
}

div.shop  span.updates {
	margin-top: 1em;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 10px;
}

div.shop div p.txt {
	line-height: 1.3;
}

img.btn-detail {
	position: relative;
	top: 3px;
}
ul.category-lst li {
	width:12em;
	min-height:1em;
	_height:1.2em;
	padding:1px;
	_padding:2px 1px 1px 1px;
	border:1px solid #660000;
	float:left;
	text-align:center;
	margin:5px 5px 0 0;
	font-size:0.8em;
	color:#660000;
}
*:first-child+html ul.category-lst li {
	height:1.2em;
	padding:2px 1px 1px 1px;
}


/* Search Box
----------------------- */
div#wrapper-shop div#box-search  {
	width:698px;
	margin:15px 0px 10px;
	padding: 1px;
	clear: both;
	border: 1px solid #DBDBDB;
	color: #000000;
}
div#wrapper-shop div#box-search p  {
	font-weight: bold;
	padding: 5px;
	background-color: #DBDBDB;
	margin: 0px;
}
div#wrapper-shop div#box-search ul  {
}
div#wrapper-shop div#box-search ul li  {
	clear: both;
	padding: 3px;
	margin: 0px;
}
div#wrapper-shop div#box-search ul li dl {
	padding: 3px;
	clear: both;
}
div#wrapper-shop div#box-search ul li dt {
	float: left;
	width: 85px;
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 0.9em;
	text-indent: 10px;

}
div#wrapper-shop div#box-search ul li dd {
	width: 570px;
	float: right;
	margin: 0px;
	padding: 0px;
}
div#bt-search {
	width: 650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}


/* Clearfix
------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* WinIE7 only */
*:first-child+html .clearfix {
  height:1%;
}
/* MacIE5 only \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
