@charset "UTF-8";

/*    file     :  default.css
      make     :  emi makino (2008.12.05)
      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: #000000;
	background-color: #63CC32;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.3em;
	margin-top: 10px;
	clear: both;
	float: none;
}

div#wrapper-shop h3 {
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 310px;
	padding-top: 180px;
	padding-right: 270px;
	padding-left: 30px;
}
div#shop_list {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
div#inner-shop {
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}
.item {
	width: 600px;
	margin-bottom: 15px;
}
.item td {
	padding: 5px;
	vertical-align: top;
}
.item p.name {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 1.3em;
	color: #CC0000;
	line-height: 1.4;
}
.item h5 {
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
.item p.shop_name {
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 4px;
}
.item p.shop_name span {
	line-height: 0.8em;
	font-weight: normal;
}





/* 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;
}

/* Shop
----------------------- */
div#wrapper-shop ul.shop {
	width: 600px;
	margin-bottom: 10px;
}

div#wrapper-shop ul.shop li:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}


/* WinIE7 only */
*:first-child+html div#wrapper-shop ul.shop li{
	height: 1%;
}

/* MacIE5 only \*/
* html div#wrapper-shop ul.shop li{
	height: 1%
}

div#wrapper-shop ul.shop li {
	display: block;
	float: left;
	width: 290px;
	padding-bottom:10px;
}

/* end MacIE5 */
ul.shop h4 {
	min-height: 20px;
	font-weight: bold;
}

ul.shop h4 span {
	font-weight: normal;
	font-size: 0.8em;
	padding-top: 0;
	padding-bottom: 0;
}

ul.shop p.photo {
	float: left;
	width: 100px;
	padding-right: 10px;
}

ul.shop p.photo img {
	border: 1px solid #FFCC00;
}

ul.shop div {
	float: left;
	width: 150px;
}

ul.shop div p.buzz {
	font-weight: bold;
	color: #CC0000;
}

ul.shop div p.updates {
	color: #CC0000;
}


/* 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 */
