@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
------------------------------------ */


/* Menu Shop List Page
------------------------------------------- */
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;
}

div#wrapper-shop h3 {
	width:690px;
	height:35px;
	background:url(../images/title.png) no-repeat 0 0;
	margin-bottom:10px;
	padding:115px 0 0 10px;
	color:#666666;
}

/* Shop
----------------------- */
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: 670px;
	padding: 0 10px 0 30px;
	margin-bottom: 7px;
	min-height: 35px;
	font-weight: bold;
	color: #330000;
	background:url(../images/bg.png) no-repeat 0 0;
}

div.shop h4 span {
	padding: 0 1em;
	font-weight: normal;
}

div.shop p.photo {
	float: left;
	width: 100px;
	padding-right: 10px;
}

div.shop p.photo img {
	border: 1px solid #D56A4F;
}

div.shop div {
	float: right;
	width: 585px;
}

div.shop div p.buzz {
	font-weight: bold;
	color: #076AB6;
}

div.shop div p.updates {
	margin-top: 1em;
	color: #076AB6;
	text-align: right;
}

div.shop div p.txt {
	line-height: 1.4;
}

img.btn-detail {
	position: relative;
	top: 5px;
}

