@charset "UTF-8";

/*    file     :  default.css
      make     :  emi makino (2008.9.22)
      revise   :  
      Copyright (c)2008 - HitBit co,ltd ,
*/

/* 絞り込み
------------------------------------------- */
div#narrow-box {
	width:678px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px;
}
div#narrow-box p.txt {
	width:515px;
	float:left;
	padding-top:2px;
}
div#narrow-box p.btn {
	width:157px;
	height:23px;
	float:right;
}
div#narrow-box p.btn a:hover{
	filter:alpha(
			 style=1,
			 opacity=20,
			 finishopacity=80,
			 startx=0,
			 starty=0,
			 finishx=100,
			 finishy=100
			 );
	-moz-opacity:0.7;
	opacity:0.7;
}


/* 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 {
	text-decoration: underline;
}

div#wrapper-shop a:link,
 div#wrapper-shop a:visited {
	text-decoration: underline;
}

div#wrapper-shop a:hover,
 div#wrapper-shop a:focus,
  div#wrapper-shop a:active {
	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: 698px;
	background-image: url(/themes/extra_list/s_enkai/images/title.png);
	height: 140px;
	margin-top:10px;
}
div#wrapper-shop div.shop {
	width: 700px;
	margin:10px 0 20px 0;
}

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: 20px;
	width: 655px;
	padding: 5px 10px 5px 35px;
	margin-bottom: 7px;
	min-height: 20px;
	font-weight: bold;
	background: #FFCC00 url(/themes/extra_list/s_enkai/images/icon.png) no-repeat 5px 3px;
}
div.shop span {
	font-weight: normal;
}

div.shop p.photo {
	float: left;
	width: 102px;
	padding: 5px;
	border: 1px solid #cccccc;
	height: 70px;
}

div.shop div {
	float: left;
	width: 570px;
	margin-left: 10px;
}

div.shop div p.buzz {
	font-weight: bold;
	font-size:1.2em;
	color: #CC0000;
	margin-bottom:3px;
}

div.shop div p.updates {
	margin-top: 3px;
	color: #FF6600;
	text-align: right;
}

div.shop div p.txt {
	line-height: 1.3;
}
img.btn-detail {
	position: relative;
	top: 3px;
}

ul.category-lst li {
	width:6em;
	min-height:1em;
	_height:1.2em;
	padding:1px;
	_padding:2px 1px 1px 1px;
	border:1px solid #FF9900;
	float:left;
	text-align:center;
	margin:5px 5px 0 0;
	font-size:0.8em;
	color:#FF9900;
}
*: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 */
