@charset "UTF-8";
/* CSS Document */

.searchpages .contentsHdr {
	width: 980px;
	margin: 0px auto;
	padding: 4px 4px;
	background: url(../images/newsBase/shadow_pagetitle.png) no-repeat left top;
}

.searchpages h2.contentsTitle {
	width: 980px;
	height: 75px;
	padding-top: 38px;
	background: url(../images/guideBase/titleBG_shopGuide.jpg) no-repeat left top;
	margin-bottom: 14px;
}

.searchpages h2.contentsTitle span {
	display: block;
	background-color: #fff;
	font-family: source-han-sans-japanese, 'mp_l';
	font-weight: 200;
	font-size: 30px;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	text-transform: uppercase;
	text-align: center;
}

.pageLead {
	color: #c86829;
}

/* ------- main column ------- */

.searchpages .mainColumn {
	float: left;
	width: 730px;
	padding-left: 5px;
}

/* ------- sub column ------- */

.searchpages .subColumn {
	margin-left: 749px;
	width: 236px;
/*	position: relative;*/
}

.searchpages #shopguidepage .sideNav,
.searchpages #gourmetguidepage .sideNav {
	position: absolute;
	left: 749px;
	top: 75px;
}

.searchpages .sideNav li {
	margin-bottom: 1px;
	width: 236px;
	height: 50px;
}

.searchpages .sideNav li a {
	display: block;
	width: 216px;
	height: 41px;
	background-image: url(../images/base/btnsSprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px -160px;
	color: #362929;
	font-size: 16px;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
	line-height: 1.1em;
	padding-top: 9px;
	padding-left: 20px;
}
.searchpages .sideNav li a span.menuEngTitle {
	font-size: 12px;
	color: #c86829;
	text-transform: uppercase;
}
.searchpages .sideNav li.current a,
.searchpages .sideNav li.current a:hover {
	background-position: 0px -260px;
	padding-left: 10px;
	width: 226px;
}
.searchpages .sideNav li a:hover {
	background-position: 0px -210px;
	text-decoration: none;
}

/* ------- tab pager ------ */

.searchpages .pageSelector {
	background-image: url(../images/base/tabsSprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px -285px;
	width: 997px;
	margin-left: -10px;
	padding-left: 8px;
	margin-bottom: 10px;
	height: 75px;
}

.searchpages .pageSelector li {
	float: left;
	height: 41px;
}

.searchpages .pageSelector li:first-child { width: 242px;}
.searchpages .pageSelector li:nth-child(2) { width: 237px;}
.searchpages .pageSelector li:last-child { width: 241px;}

.searchpages .pageSelector li a {
	background-image: url(../images/base/tabsSprite.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding-top:16px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 16px;
	color: #362929;
	text-transform: uppercase;
}
.searchpages .pageSelector li:first-child a {
	width: 222px;
	padding-left: 20px;
	background-position: 0px 0px;
}
.searchpages .pageSelector li:first-child a:hover {
	background-position: -242px 0px;
	text-decoration: none;
}
.searchpages .pageSelector li:first-child.current a,
.searchpages .pageSelector li:first-child.current a:hover { background-position: -484px 0px;}

.searchpages .pageSelector li:nth-child(2) a {
	width: 222px;
	background-position: 0px -41px;
}
.searchpages .pageSelector li:nth-child(2) a:hover {
	background-position: -237px -41px;
	text-decoration: none;
}
.searchpages .pageSelector li:nth-child(2).current a,
.searchpages .pageSelector li:nth-child(2).current a:hover { background-position: -474px -41px;}

.searchpages .pageSelector li:last-child a {
	width: 226px;
	background-position: 0px -82px;
}
.searchpages .pageSelector li:last-child a:hover {
	background-position: -241px -82px;
	text-decoration: none;
}
.searchpages .pageSelector li:last-child.current a,
.searchpages .pageSelector li:last-child.current a:hover { background-position: -482px -82px;}

.searchpages .pageSelector li a .menuEngTitle {
	font-size: 12px;
	color: #c86829;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
	padding-left: 10px;
}

/* limiter */

.limiter {
	text-align: right;
	color: #b0a4a4;
	padding-right: 10px;
}

.limiter span {
	padding: 0px 5px;
	cursor: pointer;
}
.limiter span span { padding: 0;}

.limiter span.all { color: #C86829;}
.limiter span.nu { color: #e22405;}
.limiter span.plus { color: #569434;}
.limiter span.all.active,
.limiter span.nu.active,
.limiter span.plus.active {
	color: #b0a4a4;
	cursor: default;
}

/* guide title and facility logo */


.categoryTitle {
	font-size: 24px;
	font-family: source-han-sans-japanese, 'mp_r';
	font-weight: 400;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}

.categoryTitle .titleEng {
	font-size: 12px;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
	color: #c86829;
	text-shadow: none;
	text-transform: uppercase;
}

.facWrp h4 {
	width: 80px;
	height: 39px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.facWrp h4 img {
	position: absolute;
	top: 0;
}
.facWrp.nu h4 img { left: 0;}
.facWrp.plus h4 img { left: -80px;}

.shopListWrp {
	width: 720px;
	margin-bottom: 30px;
	padding-bottom: 4px;
	background: url(../images/index/line_doubleDots_gray.gif) repeat-x left bottom;
}

.shopList { margin-bottom: 20px;}

.shopList li {
	float: left;
	width: 238px;
	height: 88px;
	border: 1px solid #CCC;
	margin: 0px -1px -1px 0px;
}

.shopList li a {
	display: block;
	width: 238px;
	height: 88px;
	position: relative;
	background: url(../images/index/bg_twbox.jpg) repeat left top;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
}
.shopList li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.facWrp.nu .shopList li a { color: #e22405;}
.facWrp.plus .shopList li a { color: #569434;}

.shopList a span { margin-left: 88px;}

.shopList .flrNum {
	font-size: 16px;
	display: block;
	color: #362929;
	line-height: 18px;
}

.shopList .shopName {
	display: block;
	font-size: 13px;
	line-height: 1.1em;
	margin-bottom: 0;
}

.shopList .genre {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	color: #362929;
}

.shopList li img {
	position: absolute;
	left: 4px;
	top: 4px;
	border: 1px solid #CCC;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}


/* ------- shop guide ------ */

.searchpages #shopguidepage h2.contentsTitle span {
	margin-left: 75px;
	width: 200px;
}


/* ------- gourmet guide ------ */

.searchpages #gourmetguidepage h2.contentsTitle span {
	margin-left: 28px;
	width: 300px;
}


/* ------- cafe and sweets ------ */

.searchpages #cafeandsweetspage h2.contentsTitle span {
	margin-left: 28px;
	width: 300px;
}


#cafeandsweetspage .pageLead { margin-bottom: 15px;}

.searchpages #cafeandsweetspage .pageSelector li:first-child { width: 282px;}
.searchpages #cafeandsweetspage .pageSelector li:last-child { width: 281px;}

.searchpages #cafeandsweetspage .pageSelector li:first-child a {
	width: 262px;
	background-position: 0px -123px;
}
.searchpages #cafeandsweetspage .pageSelector li:first-child a:hover { background-position: -282px -123px;}
.searchpages #cafeandsweetspage .pageSelector li:first-child.current a,
.searchpages #cafeandsweetspage .pageSelector li:first-child.current a:hover { background-position: -564px -123px;}

.searchpages #cafeandsweetspage .pageSelector li:last-child a {
	width: 266px;
	background-position: 0px -164px;
}
.searchpages #cafeandsweetspage .pageSelector li:last-child a:hover { background-position: -281px -164px;}
.searchpages #cafeandsweetspage .pageSelector li:last-child.current a,
.searchpages #cafeandsweetspage .pageSelector li:last-child.current a:hover { background-position: -562px -164px;}

.gnavi {
	width: 980px;
	margin: 0px auto 50px;
}

.gnavi li {
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-bottom: 1px;
	background: url(../images/index/line_dots_lightGray.gif) repeat-x left bottom;
}

.gnavi li:nth-child(4n) { margin-right: 0;}

.gnavi li a {
	display: block;
	padding: 235px 5px 20px;
	position: relative;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
}
.gnavi li a:hover {
	background: url(../images/index/bg_twbox.jpg) repeat left top;
	opacity: 0.7;
	text-decoration: none;
}

.gnavi li a .gnaviImg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.gnavi li a .facLogo {
	width: 56px;
	height: 26px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	float: left;
}
.gnavi li a .facLogo img {
	position: absolute;
	top: -39px;
}

.gnavi li.nu a .facLogo img { left: 0;}
.gnavi li.plus a .facLogo img { left: -56px;}

.gnavi li a span { display: block;}

.gnavi li a .flrNum {
	font-size: 16px;
	display: block;
	color: #362929;
	margin-left: 66px;
}

.gnavi li a .shopName {
	clear: both;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
	height: 2.4em;
}

.gnavi li.nu a .shopName { color: #e22405;}
.gnavi li.plus a .shopName { color: #569434;}

.gnavi li a .genre {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	color: #362929;
}

/* -------- floor guide ------- */

.searchpages #floorguidepage h2.contentsTitle span {
	margin-left: 30px;
	width: 300px;
}

.changer {
	width: 980px;
	margin: 0px auto;
	margin-bottom: 25px;
}

.changer li.nu {
	float: left;
	width: 480px;
}

.changer li.plus {
	float: right;
	width: 480px;
}

.changer li .facLogo {
	display: block;
	width: 80px;
	height: 39px;
	position: relative;
	overflow: hidden;
}

.changer li .changerTrg {
	font-size: 14px;
	line-height: 1em;
	padding-top: 18px;
	cursor: pointer;
	text-decoration: underline;
}

.changer li.nu .changerTrg { color: #e22405;}
.changer li.plus .changerTrg { color: #569434;}

.changer li.current .changerTrg {
	color: #362929;
	font-size: 18px;
	line-height: 1em;
	padding-top: 14px;
	cursor: default;
	text-decoration: none;
}

.changer li.nu .facLogo { float: left;}
.changer li.nu .changerTrg { margin-left: 90px;}

.changer li.plus .facLogo { float: right;}
.changer li.plus .changerTrg {
	text-align: right;
	margin-right: 90px;
}

.changer li .facLogo img {
	position: absolute;
	top: 0;
}

.changer li.nu .facLogo img { left: 0;}
.changer li.plus .facLogo img { left: -80px;}

.searchpages #floorguidepage .mainColumn {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

.searchpages #floorguidepage .facWrp {
	position: relative;
	width: 980px;
	height: 846px;
	overflow: hidden;
}

.searchpages #floorguidepage .facWrp.plus {
	display: none;
}

.searchpages #floorguidepage .floors {
	position: absolute;
}




/* sub column */

.searchpages .mainColumn .sideNav {
	position: absolute;
	right: 0;
	top: 15px;
}

.searchpages .mainColumn .sideNav li {
	margin-bottom: 1px;
	width: 90px;
	height: 50px;
}

.searchpages .mainColumn .sideNav li span.flrNum {
	display: block;
	width: 90px;
	height: 41px;
	background-image: url(../images/guideBase/btn_flrSideNav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #362929;
	font-size: 24px;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
	padding-top: 9px;
	text-align: center;
	cursor: pointer;
}
.searchpages .mainColumn .sideNav li.current span.flrNum,
.searchpages .mainColumn .sideNav li.current span.flrNum:hover {
	background-position: -180px 0px;
}
.searchpages .mainColumn .sideNav li span.flrNum:hover {
	background-position: -90px 0px;
	text-decoration: none;
}


/* floor */

.floorCnt {
	position: relative;
	width: 980px;
	margin: 0px auto;
}

.floorCnt h3 {
	position: absolute;
	right: 195px;
	top: 15px;
	font-size: 50px;
}

.mapzone {
	position: relative;
	width: 780px;
	height: 553px;
}

.maparea { margin-left: 50px;}

#nu00f .maparea { background: url(../images/guideBase/nu_00.gif) no-repeat left top;}
#nu01f .maparea { background: url(../images/guideBase/nu_01.gif) no-repeat left top;}
#nu02f .maparea { background: url(../images/guideBase/nu_02.gif) no-repeat left top;}
#nu03f .maparea { background: url(../images/guideBase/nu_03.gif) no-repeat left top;}
#nu04f .maparea { background: url(../images/guideBase/nu_04.gif) no-repeat left top;}
#nu05f .maparea { background: url(../images/guideBase/nu_05.gif) no-repeat left top;}
#nu06f .maparea { background: url(../images/guideBase/nu_06.gif) no-repeat left top;}
#nu07f .maparea { background: url(../images/guideBase/nu_07.gif) no-repeat left top;}
#nu08f .maparea { background: url(../images/guideBase/nu_08.gif) no-repeat left top;}
#nu09f .maparea { background: url(../images/guideBase/nu_09.gif) no-repeat left top;}

#plus01f .maparea { background: url(../images/guideBase/plus_01.gif) no-repeat left top;}
#plus02f .maparea { background: url(../images/guideBase/plus_02.gif) no-repeat left top;}
#plus03f .maparea { background: url(../images/guideBase/plus_03.gif) no-repeat left top;}

.iconList {
	position: absolute;
	right: 0px;
	bottom: 77px;
}

.mapselector {
/*	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;*/
	min-height: 240px;
	padding-top: 3px;
	margin-bottom: 50px;
}

.mapselector li {
	height: 60px;
	width: 318px;
	position: relative;
}
.mapselector li.seconds {
	margin-left: 338px;
	top: -240px;
}
.mapselector li.thirds {
	margin-left: 676px;
	top: -480px;
}
.mapselector li.seconds_over12 {
	margin-left: 338px;
	top: -300px;
}
.mapselector li.thirds_over12 {
	margin-left: 676px;
	top: -600px;
}


.mapselector li a {
	display: block;
	color: #362929;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
	padding: 3px;
}
.mapselector li a:hover {
	background: url(../images/index/bg_twbox.jpg) repeat left top;
	text-decoration: none;
	opacity: 0.7;
}

.mapselector li a .locNum {
	font-size: 14px;
	font-family: source-han-sans-japanese, 'mp_m';
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 0px rgba(0,0,0,0.1);
	width: 33px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	display: block;
	background-image: url(../images/base/iconSprite.png);
	background-repeat: no-repeat;
}

.nu .mapselector li a .locNum { background-position: 0px 0px;}
.plus .mapselector li a .locNum { background-position: 0px -45px;}

.mapselector li a .shopName {
	display: block;
	font-size: 116%;
	line-height: 1em;
	margin-left: 43px;
}

.mapselector li a .genre {
	font-size: 83%;
	line-height: 1.2em;
	padding-top: 3px;
	margin-left: 43px;
	display: block;
}