@charset "UTF-8";


/* +++++++++++++++++++++++++++++++　画面独自　+++++++++++++++++++++++++++++++ */
html {
	background:url("/images/gourmet/base_background.png") repeat-x left top;
}
span#home {
	background:url("/images/gourmet/gourmet_logo.png") no-repeat -0px -60px;
}
a.siteLogo {
	background:url("/images/gourmet/gourmet_logo.png") no-repeat -0px -0px;
	height:60px;
	width:235px;
	display:block;
	text-indent:-9999px;
	display:none;
}
a.siteLogo:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

/* +++++++++++++++++++++++++++++++　見出し　+++++++++++++++++++++++++++++++ */

.leftBox {
	position:relative;
}
h1 {
	font-size:1.0em;
	line-height:1.5em;
	font-weight:bold;
	position:relative;
	margin-bottom:0px;
}
h1 a {
	font-size:1.1em;
	padding:0 5px;
}
.line {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -0px -271px;
	height:12px !important;
	overflow:hidden;
	margin:-3px 0 5px;
}
h2 {
	clear:both;
	font-size:0.9em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:1px;
}
h3 {
	clear:both;
	font-size:1.0em;
	line-height:1.5em;
	font-weight:bold;
}
h4 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:5px;
}
.fsM {
	font-size:0.9em;
	line-height:1.2em;
}
.fsR {
	font-size:1.2em;
	line-height:1.2em;
}
.fsS {
	font-size:0.7em;
	line-height:1.2em;
}
.fL {
	float:left;
}
.fR {
	float:right;
}
.taR {
	text-align:right;
}
.mB5 {
	margin-bottom:5px;
}
.mB10 {
	margin-bottom:10px;
}
.mB20 {
	margin-bottom:20px;
}

.p10 {
	padding:5px 10px;
}
.zeroBox {
	clear:both;
	padding:20px;
	border:2px solid #f5f5f5;
	margin:20px 0;
	text-align:center;
	
}
/* +++++++++++++++++++++++++++++++　検索結果一覧　+++++++++++++++++++++++++++++++ */

.shopBox {
	clear:both;
	font-size:0.8em;
	line-height:1.2em;
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -0px 0px;
	position:relative;
	padding-top:24px;
}
.photoMini {
	position:absolute;
	top:20px;
	left:24px;
	z-index:2;
	border:1px solid #eee;
	padding:1px;
	width:100px;
	height:135px;
	overflow:hidden;
}
.photoMini a {
	display:block;
}
.photoMini img {
	width:100px;
}
.shopBoxInner {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -900px bottom;
	position:relative;
	z-index:1;
	min-height:140px;
	padding:0 24px 20px 0;
}
* html .shopBoxInner {
	height:135px;
}
.shopBoxInner ul {
	width:200px;
	float:right;
}
.detailList h3 {
}
.kana {
	line-height:1.2em;
	font-size:0.7em;
	margin-bottom:1px;
}
.address {
	margin-bottom:5px;
	line-height:1.2em;
	font-size:0.9em;
	font-weight:bold;
}
.calculator {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -1560px -8px;
	padding-left:40px;
	min-height:37px;
	line-height:1.2em;
	font-size:0.9em;
	margin-bottom:1px;
}
* html .calculator {
	height:37px;
}
.calculator p {
	font-size:0.8em;
	color:#999;
}
.access {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -1560px -103px;
	padding-left:40px;
	min-height:38px;
	line-height:1.2em;
	font-size:0.9em;
}
* html .access {
	height:38px;
}
.access p {
	font-size:0.8em;
	color:#999;
}
/* +++++++++++++++++++++++++++++++　pickup　+++++++++++++++++++++++++++++++ */

.recommendBox {
	margin-bottom:20px;
}
.shopPhoto {
	float:left;
	width:103px;
	height:130px;
	text-align:center;
	border:1px solid #ccc;
	margin:2px;
	overflow:hidden;
	position:relative;
}
a.mainPhoto img {
	height:130px;
}
a.mainPhoto span {
	width:93px;
}
a.mainPhoto span {
	position:absolute;
	top:0px;
	left:0px;
	font-size:0.7em;
	line-height:1.3em;
	display:none;
	padding:5px;
}
a.mainPhoto:hover span {
	display:block;
	background-color:#000;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* +++++++++++++++++++++++++++++++　駅リスト　+++++++++++++++++++++++++++++++ */
.stationList {
	margin-bottom:10px;
	font-size:0.9em;
}
.stationList dd {
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	text-align:center;
}
.stationList ul {
	width:620px;
	margin:0 auto;
}
.listBox dl.stationList li {
	float:left;
	padding:3px 10px;
	border-right:1px solid #eee;
	text-align:center;
	font-size:0.90em;
	margin:0;
}
* html .stationList li {
}
.current {
	background-color:#f5f5f5;
	font-weight:bold;
}

/* +++++++++++++++++++++++++++++++　路線　+++++++++++++++++++++++++++++++ */

.lineBox {
	clear:both;
	margin-bottom:20px;
	font-size:0.9em;
}
.lineBlock {
	margin-bottom:20px;
	padding:0px;
	border:1px solid #eee;
	line-height:1.4em;
}
.lineBlock h2 {
	padding:4px 0 4px 8px;
	background-color:#f1f1f1;
	border-bottom:1px dotted #eee;
	border-left:5px solid #ccc;
	border-top:1px solid #fff;
}
.lineList {
	margin:8px;
}
.lineList li {
	margin-bottom:5px;
	padding-right:20px;
	float:left;
	font-size:0.9em;
}
.lineList li a {
	white-space:nowrap;
}


/* +++++++++++++++++++++++++++++++　ジャンルリ  +++++++++++++++++++++++++++++++*/
.genrePSBox {
	clear:both;
	margin-bottom:10px;
	padding:5px 0 7px 10px;
	font-size:0.9em;
	background-color:#F5F5F5;
}
.genrePSBox p {
	color:#555;
	margin:0;
	font-weight:bold;
	margin-bottom:3px;
	padding:0;
}
.genrePSBox ul.genreList {
}
.genrePSBox li {
	float:left;
	margin:0 5px 5px 0;
}
.genrePSBox li a {
	text-indent:-9999px;
	width:75px;
	height:75px;
	display:block;
}
.genrePSBox li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
.G001 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -0px -0px;
}
.G002 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -75px -0px;
}
.G003 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -150px -0px;
}
.G004 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -225px -0px;
}
.G005 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -300px -0px;
}
.G006 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -375px -0px;
}
.G007 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -450px -0px;
}
.G008 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -525px -0px;
}
.G009 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -0px -75px;
}
.G010 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -75px -75px;
}
.G011 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -150px -75px;
}
.G012 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -225px -75px;
}
.G013 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -300px -75px;
}
.G016 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -375px -75px;
}
.G014 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -450px -75px;
}
.G015 {
	background:url("/images/gourmet/genreS_sprite.png") no-repeat -525px -75px;
}
/* +++++++++++++++++++++++++++++++　ページング　+++++++++++++++++++++++++++++++ */

.page {
	clear:both;
	text-align:center;
	margin:15px auto;
	/*
	width:660px;
	*/
	font-size:0.9em;
	line-height:1.6em;
}
.cur {
	background-color:#999;
	color:#fff;
	font-weight:bold;
	padding:0 5px;
}
.page span {
	padding:0 5px;
}

/* +++++++++++++++++++++++++++++++　ベーシックリスト　+++++++++++++++++++++++++++++++ */

.listBox {
	clear:both;
	margin-bottom:40px;
	font-size:0.8em;
	line-height:1.8em;
}
.listTitle {
	font-weight:bold;
	background:url("/images/gourmet/detail_sprite_outline.png") no-repeat scroll -660px bottom transparent;
	padding-bottom:16px;
	clear:both;
	font-size:1em;
	line-height:1.5em;
}
.listBox ul {
}
.listBox ul li {
	margin-right:20px;
	float:left;
}
.listBox ul li a{
	white-space: nowrap;
}

/* +++++++++++++++++++++++++++++++　RSS　+++++++++++++++++++++++++++++++ */

.rssLink {
	font-size:0.8em;
	float:right;
	margin-top:-2px;
	padding-right:15px;
	margin-bottom:3px;
}
.rssLink a {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -220px -184px;
	padding-left:30px;
	line-height:1.8em;
}
.rssBox {
	font-size:0.7em;
	line-height:1.8em;
	background-color:#fff;
}
div.rssTitle {
	background-color:#00ccff;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding:5px 5px;
}
.rssBox ul li {
	padding:3px;
	margin:0 0 5px;
	line-height:1.3em;
}
.odd {
	background-color:#fff;
}
.even {
	background-color:#E3F1FA;
}
.rssBox ul li a {
	font-size:1.2em;
	line-height:1.5em;
	padding-bottom:3px;
}
#TB_closeAjaxWindow {
	font-size:0.7em;
	line-height:1.3em;
}

/* +++++++++++++++++++++++++++++++　検索エリア　+++++++++++++++++++++++++++++++ */

.searchBox {
	background-color:#f5f5f5;
	font-size:0.7em;
	line-height:1.6em;
	margin-bottom:10px;
	border:1px solid #eee;
}
.searchTitle {
	font-size:1.4em;
	line-height:1.2em;
	font-weight:bold;
	padding:10px 0 10px 45px;
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -1560px -234px;
	margin-top:5px;
}
.jokenList {
	margin:0 0 5px 15px;
}
.searchSubTitle {
	font-weight:bold;
	font-size:1.1em;
}
.genreList {
	margin:0 0 5px 15px;
}
.genreList li {
	float:left;
	padding-right:16px;
}
.genreList li a {
	white-space:nowrap;
}
.areaBlock {
	padding-left:15px;
}
.areaBlock .searchItem {
	margin-right:10px;
	width:200px;
}
.genreBlock {
	padding-left:15px;
}
.genreBlock ,
.yosanBlock ,
.kodawariBlock  {
	float:left;
	width:214px
}
.searchItem {
	margin-bottom:5px;
	width:200px;
	height:22px;
}
.option {

}
.button {
	float:right;
	font-size:12px;
	line-height:16px;
	margin:20px 10px 5px 0px;
}
.openClose {
	margin:10px;
	text-align:right;
}

/* +++++++++++++++++++++++++++++++　履歴　+++++++++++++++++++++++++++++++ */

.rirekiBox {
	background-color:#ddd;
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:0.7em;
	line-height:1.4em;
}
.rirekiTitle {
	font-size:1.3em;
	line-height:1.3em;
	/*
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -140px -60px;
	*/
	height:25px;
	padding:20px 0 5px 10px;
	font-weight:bold;
}
.rirekiList {
	border-bottom:1px dotted #eee;
	margin:0 5px 5px 3px;
	padding-bottom:5px;
}
.sideInnerBox {
	background-color:#fff;
	margin:0 5px 0;
	padding:5px;
	line-height:1.6em;
}
.sideInnerBox p {
}

/* +++++++++++++++++++++++++++++++　サイドバー　+++++++++++++++++++++++++++++++ */

.multiBox {
	background-color:#ddd;
	font-size:0.7em;
	line-height:1.2em;
	margin-bottom:10px;
	padding-bottom:5px;
}
.multiTitle {
	font-size:1.3em;
	line-height:1.3em;
	/*
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -380px -60px;
	*/
	height:25px;
	padding:20px 0 5px 10px;
	font-weight:bold;
}
.multiSubTitle {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
}
ul.multiList {
	border-bottom:1px dotted #EEEEEE;
	margin:5px 0px 5px 3px;
	padding-bottom:5px;
}
dl.multiList {
	border-bottom:1px dotted #EEEEEE;
	margin:5px 0px 5px 3px;
	padding-bottom:0px;
}
.multiList li {
	margin-bottom:2px;
}
.multiList dt {
	font-size:1.2em;
	font-weight:bold;
}
.multiList dd {
	padding-left:6px;
}
dl.multiList ul.multiList {
	border-bottom:none;
}
.kodawari {
}
.kodawari li {
	float:left;
	min-width:85px;
	white-space:nowrap;
}
* html .kodawari li {
	width:85px;
}
.kodawari li a {
	white-space:nowrap;
}


/* +++++++++++++++++++++++++++++++　アンケート　+++++++++++++++++++++++++++++++ */

.enqueteBox {
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:0.8em;
	line-height:1.4em;
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -660px -60px;
	display:none;
}
.enquete {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -660px -0px;
	text-indent:-9999px;
	height:50px;
}
.enqueteList {
	padding:0 5px;
}
.enqueteList dt {
	margin-bottom:5px;
}
.enqueteList dd {
	margin-bottom:1px;
}
.enqueteBtn a {
	margin-left:36px;
}
.enqueteList input {
	margin-right:5px;
	vertical-align:middle;
}
.enqueteLink {
	float:right;
	font-size:0.8em;
	padding-bottom:5px;
}
.already {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat 20px -180px;
	padding-top:60px;
	text-align:center;
	color:#666;
}

/* +++++++++++++++++++++++++++++++　ボタン　+++++++++++++++++++++++++++++++ */

.enqueteBtn input {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -140px -120px;
	width:147px;
	height:37px;
	position:relative;
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	left:40px;
}
.enqueteBtn input:hover {
	background:url("/images/gourmet/list_sprite_mb.png") no-repeat -287px -120px;
}


/* +++++++++++++++++++++++++++++++　ホットペッパーへのリンク　+++++++++++++++++++++++++++++++ */
.hppBox {}
.hppBox li{
	height:60px;
	width:234px;
	overflow:hidden;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	margin-bottom:2px;
}
.hppBox li a {
	display:block;
	height:60px;
	width:234px;
	font-size:0.2em;
	line-height:0.2em;
	text-indent:-9999px;
}
.hppBox li a:hover {
	display:block;
	height:60px;
	width:234px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
.lujo a {
	background:url("/images/gourmet/gourmet_logo.png") repeat-x left -160px;
}
.hpp a {
	background:url("/images/gourmet/gourmet_logo.png") repeat-x left -220px;
}
.omise a {
	background:url("/images/gourmet/gourmet_logo.png") repeat-x left -280px;
}
.ramen a {
	background:url("/images/gourmet/gourmet_logo.png") repeat-x left -340px;
}
.recipe a {
	background:url("/images/gourmet/gourmet_logo.png") repeat-x left -400px;
}
