@charset "Shift_JIS";



/* ************************************

  shinjuku mainstore concept



  style.css



  2009.3.21

************************************* */

/* concept common
------------------------------------- */

body,h1,h2,h3,h4,h5,table,p,ul,li { margin:0px; padding:0px; }

body {
	/*text-align: left;*/
	text-align: center;
	background-color:#eeeeee;
}

img{ border:none; }

ul{ list-style:none; }



#concept-body{
	width:100%;
	background-color:#fefefe;
}

.mt15 { margin-top: 15px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}

.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

/* concept header
------------------------------------- */

#concept-body #con-heaader{
	padding-top:40px;
	padding-bottom:10px;
	text-align:left;
}

#h-top{
	border-bottom:solid #ff80ba 3px;
	padding-bottom:2px;
	margin-bottom:2px;
}

#h-top #title-img{
	width:400px;
	float:left;
}


#h-top #h-menu{
	width:500px;
	float:right;
	text-align:right;
}

#h-top #h-menu img{ margin-left:25px }



/* concept block
------------------------------------- */
#concept-block {
  padding-bottom: 30px;
  text-align: left;
}

#concept-block-in {
	background-image:url("../img/090410/contents-bg.gif");
	background-repeat:repeat-y;
	background-position: left top;
}


#concept-block-in #concept-nav {
	width: 860px;
	margin-left: 30px;
	background-image:url("../img/090410/nav-bg.gif");
	background-repeat:repeat;
	background-position: left top;
}

#concept-block-in table.shop {
  margin-left: 78px;
}





/* shop floor-guide
------------------------------------- */

#floor-guide{
	background-color:#eeeeee;
	background-image:url("../img/guide-bg.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

#floor-guide #floor-guide-in{
	padding:10px 15px 25px;
	text-align:left;
}

#floor-guide .guide-block{
	padding:5px 0px;
	border-bottom:dotted #000000 1px;
}

#floor-guide .guide-block .guide{
	widows:670px;
	float:left;
}

#floor-guide .guide-block .btn{
	width:170px;
	float:right;
}

#floor-guide .guide-block .btn img{ padding-top:8px; }



/* shop floor-info
------------------------------------- */

#floor-info .marker{
	height:18px;
	font-size:0px;
	line-height:0px;
	text-align:left;
}

#floor-info .info-block{
	background-image:url("../img/info-block-bg.gif");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
}

#floor-info .info-block-in{
	padding:15px 10px 0px 15px;
}

#info-rf{ background-image:url("../img/bg-rf.jpg"); height: 303px; }

#info-f8{ background-image:url("../img/bg-8f.jpg"); }

#info-f7{ background-image:url("../img/bg-7f.jpg"); height: 272px; }

#info-f6{ background-image:url("../img/bg-6f.jpg"); height: 300px; }

#info-f5{ background-image:url("../img/bg-5f.jpg"); height: 262px; }

#info-f4{ background-image:url("../img/bg-4f.jpg"); height: 263px; }

#info-f3{ background-image:url("../img/bg-3f.jpg"); height: 283px; }

#info-f2{ background-image:url("../img/bg-2f.jpg"); height: 282px; }

#info-f1{ background-image:url("../img/bg-1f.jpg"); height: 272px; }

#info-b1{ background-image:url("../img/bg-b1.jpg"); height: 256px; }

#info-rf,#info-f8,#info-f7,#info-f6,#info-f5,#info-f4,#info-f3,#info-f2,#info-f1,#info-b1{
	background-repeat:no-repeat;
	background-position:top right;
}

#floor-info .txt-area{
	width:565px;
	text-align:left;
	font-size:12px;
	line-height:140%;
	color:#000000;
}

#floor-info .txt-area h3{
	padding-bottom:3px;
	border-bottom:dotted #000000 1px;
}

#floor-info .txt-area p{
	padding:15px 0px;
}

#floor-info table td{
	font-size:10px;
	color:#666666;
	vertical-align:bottom;
	padding:0px 10px 0px 0px;
}

#floor-info table td p{
	padding:0px 10px 0px 0px;
}

#floor-info .go-top{
	text-align:right;
}

#fnav ul li{

}

ul#fnav {
  margin-top: 10px;
}

ul#fnav li {
  display: inline;
}

