@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: 760px;
	color: #333333;
}

div#wrapper-shop a {
}

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;
}

/* Shop
----------------------- */



div#wrapper-shop p.lead {
	text-align: left;
	background-color: #7E0000;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div#wrapper-shop div.shop {
	width: 700px;
	margin-bottom: 10px;
	margin-top: 5px;
}

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%;
	overflow: hidden;
}

/* MacIE5 only \*/
* html div#wrapper-shop div.shop {
	height: 1%
}

div#wrapper-shop div.shop {
	display: block;
	margin-bottom:20px;
}

/* end MacIE5 */
div.shop h4 {
	color: #FFFFFF;
	background: url(../images/ttl_bg.gif) no-repeat 0 0;
	margin-bottom: 9px;
	padding: 3px 15px 3px 10px;
}
div.shop span {
	font-weight: normal;
}
div.shop h4 a,
div.shop h4 a:link,
div.shop h4 a:visited,
div.shop h4 a:hover,
div.shop h4 a:focus,
div.shop h4 a:active {
	font-size:120%;
	color:#FFFFFF;
	font-weight:bold;
}

div.shop p.photo {
	float: left;
	width: 200px;
	height: 150px;
	border: 1px solid #E6E4E9;
}

div.shop div {
	float: right;
	width: 485px;
}

div.shop div p.buzz {
	font-weight: bold;
	color: #9E0000;
	font-size:1.2em;
	margin-bottom:5px;
}

div.shop div p.updates {
	margin-top: 1em;
	color: #CC0000;
	text-align: right;
}

div.shop div p.txt {
	line-height: 1.3;
}
img.btn-detail {
	position: relative;
	top: 3px;
}
/* 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 */



#wrapper-shop h3.ttl-val {
	background-image: url(../images/ttl-bg.png);
	height: 194px;
	width: 760px;
	z-index: 10;
	position: relative;
}
#wrapper-shop h3.ttl-val p.copy {
	font-size: 12px;
	color: #231815;
	padding-top: 113px;
	padding-left: 13px;
	line-height: 18px;
}
#wrapper-shop .list-wrapp-val {
	margin-top: 20px;
	padding: 0px;
	margin-right: -35px;
}
#wrapper-shop .list-wrapp-val .shop-list {
	background-image: url(../images/bg.jpg);
	width: 190px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
.shop-list .photo {
	width: 190px;
	margin: 0px;
	padding: 0px;
	height: 190px;
}
#wrapper-shop .list-wrapp-val .shop-list h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #E9546B;
	text-align: center;
}
.txt-are {
	width: 180px;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-color: #0573BE;
	text-align: center;
}
.txt-are .article {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	height: 52px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#wrapper-shop .area {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#wrapper-shop .area a:link, #wrapper-shop .area a:visited{
	color: #FFF;
	text-decoration: none;
}

#wrapper-shop .area a:hover{
	color: #FFF;
	text-decoration: underline;
}

#wrapper-shop .list-wrapp-val .shop-list .txt-are .btn {
	text-align: center;
	margin-top: 8px;
}
#wrapper-shop h2.ttl {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
	width: 760px;
	padding-top: 0px;
	padding-left: 385px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: -9999px;
}
.shop-list h3 {
	font-size: 12px;
	color: #FAEE00;
	width: 190px;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-bottom: 3px;
	margin-top: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
.shop-wrap {
	background-color: #F39800;
	padding: 5px;
	width: 180px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
