@charset "utf-8";
/*-------- ページ全体--------*/
* {
margin: 0px;
padding: 0px;
}
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}
*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}
body {
   overflow-y:scroll;
}


body {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 12px;
line-height: 1;
color: #333333;
text-align: center;
background: url(../common/bg_body.jpg) repeat-y center top;
}
body.top {
background: #FFFFFF url(none);
}
#wrapper {
background: url(../common/bg_wrapper.jpg) no-repeat center top;
min-height: 735px;
height: auto !important;
height: 735px;
}
.top #wrapper {
background: url(../images/bg_wrapperTop.jpg) no-repeat center top;
}
#header,
#contents,
address {
margin: 0px auto;
text-align: left;
}


img {
vertical-align: bottom;
border: none;
}
ul {
list-style-type: none;
}

a {
color: #960032;
text-decoration: none;
}
a:hover,
a:active {
color: #D77F97;
}


.clear {
clear: both;
}
.floatLeft {
float: left;
}
.floatRight {
float: right;
}
img.floatLeft {
margin: 0px 24px 24px 0px;
}
img.floatRight {
margin: 0px 0px 24px 24px;
}

.ocher {
color: #B98C28;
}
.bold {
font-weight: bold;
}
.center {
text-align: center;
}
table.center {
margin-left: auto;
margin-right: auto;
}

.right {
text-align: right;
}
.legend {
font-size: 11px;
}
td.legend {
vertical-align: top;
white-space: nowrap;
}

.main .pb0 {
padding-bottom: 0px;
}
.main .mb0 {
margin-bottom: 0px;
}
.nowrap {
white-space: nowrap;
}

dl.type01 dt{
font-weight: bold;
margin-top: 12px;
}
dl.type01 dd{
padding-left: 12px;
}


/*--------ヘッダ--------*/
#header {
width: 980px;
position: relative;
zoom: 1;
}

/*---- ヘッダーナビ・レストランナビ----*/
#header ul {
position: absolute;
}
#header ul li {
float: left;
}
.naviH {
top: 13px;
left: 603px;
}
.naviR {
top: 39px;
left: 235px;
}

/*- 池袋店追加-*/
.naviG1 {
top: 13px;
left: 559px;
display: none;
}
.naviG2 {
top: 39px;
left: 472px;
display: none;
}


/*-------- コンテンツ--------*/
#contents {
width: 880px;
padding: 0px 50px;
}
/*-トップ-*/
.top #contents {
position:relative;
}
#flash01 {
width: 980px;
position: absolute;
top: 0;
left: 0;
z-index: 0;
font-size: 18px;
font-weight: bold;
text-align: center;
}


/*-落合シェフ-*/
.chef #contents {
background: url(../chef/images/bg_contents.jpg) no-repeat;
}

/*-レストラン　銀座-*/
.restaurant-ginza #contents {
background: url(../restaurant/ginza/images/bg_contents.jpg) no-repeat;
}
/*-レストラン　ビス-*/
.restaurant-bis #contents {
background: url(../restaurant/bis/images/bg_contents.jpg) no-repeat;
}
/*-レストラン　ドルチェ-*/
.restaurant-dolce #contents {
background: url(../restaurant/dolce/images/bg_contents.jpg) no-repeat;
}
/*-レストラン　池袋-*/
.restaurant-ikebukuro #contents {
background: url(../restaurant/ikebukuro/images/bg_contents.jpg) no-repeat;
}
/*-レストラン　名古屋-*/
.restaurant-nagoya #contents {
background: url(../restaurant/nagoya/images/bg_contents.jpg) no-repeat;
}
/*-レストラン　富山-*/
.restaurant-toyama #contents {
background: url(../restaurant/toyama/images/bg_contents.jpg) no-repeat;
}

/*-ブログ　落合シェフ-*/
.blog-ochiai #contents {
background: url(../blog/ochiai/images/bg_contents.jpg) no-repeat;
}
/*-ブログ　銀座-*/
.blog-ginza #contents {
background: url(../blog/ginza/images/bg_contents.jpg) no-repeat;
}
/*-ブログ　名古屋-*/
.blog-nagoya #contents {
background: url(../blog/nagoya/images/bg_contents.jpg) no-repeat;
}

/*-サイトマップ　採用情報　エラーページ-*/
.sitemap #contents,
.recruit #contents,
.errordocument #contents {
padding-top: 50px;
}



/*----ローカルナビ----*/
.naviL {
height: 150px;
font-size: 0px;
}
.naviL li {
display: inline;
}

/*-落合シェフ-*/
.chef .naviL {
margin-left: 240px;
}

/*-レストラン-*/
.restaurant-ginza .naviL,
.restaurant-bis .naviL,
.restaurant-dolce .naviL,
.restaurant-ikebukuro .naviL,
.restaurant-nagoya .naviL,
.restaurant-toyama .naviL {
margin-left: 273px;
padding-top: 45px;
height: 105px;
}

/*-ブログ-*/
.blog .naviL {
margin-left: 250px;
}


/*---- コンテンツブロック----*/
.contents-block {
padding-bottom: 25px;
background: url(../common/bg_contents-block.png) no-repeat bottom;
}


/*----コンテンツヘッタ（ブログのみ）----*/
.contents-header {
height: 115px;
text-align: center;
}
/*- ブログ　落合シェフ-*/
.blog-ochiai .contents-header {
background: #FFFAE1 url(../blog/ochiai/images/bg_contents-header.jpg) no-repeat;
}
/*- ブログ　銀座-*/
.blog-ginza .contents-header{
background: #FFFAE1 url(../blog/ginza/images/bg_contents-header.jpg) no-repeat;
}
/*- ブログ　名古屋-*/
.blog-nagoya .contents-header {
background: #FFFAE1 url(../blog/nagoya/images/bg_contents-header.jpg) no-repeat;
}

.contents-header h2 {
text-align: center;
}
.contents-header .lead {
font-size: 14px;
line-height: 1.7;
color: #707070;
}


/*---- コンテンツメイン----*/
.contents-main {
padding: 0px 50px 5px;
background: #FFFAE1;
zoom: 1;
}

/*-2段組-*/
.doubleColumn .contents-main {
padding: 0px 50px 5px 25px;
}

/*-エラーページ-*/
.errordocument .contents-main {
padding: 50px 50px 25px;
}

/*---- サイド----*/
.side {
float: left;
width: 200px;
}
.side-box {
margin-bottom: 25px;
}
.side-box .title {
margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
color: #707070;
}

/*-- サイドナビ--*/
.naviS li {
line-height: 1.7;
}
/*-2 段組-*/
.doubleColumn .naviS li {
padding: 1px 0px 1px 25px;
background: url(../common/ic_arrow.jpg) no-repeat 0px 3px;
}
.doubleColumn .naviS a {
padding: 1px 5px;
display: block;
}
.doubleColumn .naviS a:hover,
.doubleColumn .naviS a.current {
background: #CD1955;
color: #FFFFFF;
}
/*- ブログ-*/
.blog .side-box {
padding-left: 15px;
}
.blog .naviS li {
padding: 2px 0px 2px 25px;
background: url(../blog/images/ic_hat.jpg) no-repeat 0px 3px;
}
.blog .naviS a {
padding: 0px;
display: inline;
}
.blog .naviS a:hover {
background: none;
color: #D77F97;
}

/*-- カレンダー --*/
.calendar {
background: url(../blog/images/bg_thumbnailBox.jpg) no-repeat center top;
padding-top: 50px;
height: 155px;
}
.calendar table {
margin: 0px auto;
color: #707070;
font-size: 11px;
}
.calendar caption {
padding: 4px 0px;
}

.calendar th,
.calendar td {
text-align: center;
padding: 0px 2px 4px;
}
.calendar th {
font-size: 10px;
font-weight: normal;
}


/*---- メイン----*/
/*-2段組-*/
.doubleColumn .main {
width: 580px;
float: right;
}
/*- トップページ-*/
.top .main {
padding-top: 15px;
/* width: 550px; */
max-width: 550px;
color: #FFF;
position: absolute;
top: 0;
left: 165px;
z-index: 1;
}


.main p,
.main dl,
.main table {
margin-bottom: 12px;
}
.main ol {
margin: 0px 0px 12px 12px;
padding-left: 12px;
}
.main ul {
margin: 0px 0px 12px 12px;
padding-left: 12px;
list-style: square;
}

.main h3 {
margin-bottom: 15px;
font-size: 20px;
font-weight: bold;
color: #B98C28;
}
/*- ブログ-*/
.blog .main h3 {
margin-bottom: 5px;
padding-bottom: 3px;
color: #707070;
background: url(../blog/images/bg_h3.jpg) no-repeat bottom;
}
/*-サイトマップ*/
.sitemap .main h3 {
margin-bottom: 0px;
}


/*-- エントリーボックス--*/
.entry-box {
padding: 24px;
margin-bottom: 25px;
min-height: 300px;
height: auto !important;
height: 300px;
border: 1px solid #FFFFFF;
background: #FFFFFF;
line-height: 1.7;
zoom: 1;
}

/*- ブログトップ-*/
.blog-top .entry-box {
padding: 0px 0px 24px;
background: #FFFAE1;
border: 1px solid #FFFAE1;
}
/*-ブログ-*/
.blog .entry-box {
height: auto;
}
.blog .entry-box img {
margin: 5px;
}


/*- サイトマップ-*/
.sitemap .entry-box {
padding: 0px;
background: none;
border-top: none;
border-right: none;
border-left: none;
border-bottom: solid 1px #FFFAE1;
}
/*-採用者情報 -*/
.recruit .entry-box {
padding: 24px 24px 24px 150px;
background: #FFFFFF url(../recruit/images/bg_entry-boxRecruit.jpg) no-repeat center top;
border-top-style: none;
}


/*-- エントリーデータ--*/
.entry-data {
margin-bottom: 12px;
font-size: 11px;
color: #707070;
zoom: 1;
}
.entry-data .category {
display: inline;
float: left;
}
.entry-data .date {
display: inline;
float: right;
}


/*--プロデュース情報--*/
.list-produce {
margin-bottom: 25px;
}


/*-- サムネイル一覧--*/
.thumbnailBox {
width: 126px;
padding: 10px;
text-align: center;
float: left;
line-height: 1.5;
color: #707070;
}

/*-スタッフ-*/
.staff .thumbnailBox {
width: 101px;
}
/*- ブログトップ-*/
.blog-top .thumbnailBox {
width: 174px;
padding: 50px 10px 10px;
background: url(../blog/images/bg_thumbnailBox.jpg) no-repeat center top;
}
.blog-top .entry-box .thumbnailBox img {
margin: 0px;
}

.thumbnailBox .photo {
padding: 0px 0px 5px;
}

.thumbnailBox .mark {
padding: 5px 0px 24px;
height: 16px;
}
span.new {
display: none;
}
.thumbnailBox .date,
.thumbnailBox .title {
padding: 0px 0px 2px;
}
.thumbnailBox .date,
.thumbnailBox .category {
font-size: 10px;
}


/*-- レストラン--*/
/*-テーブル-*/
.restaurant-table th,
.restaurant-table td {
vertical-align: top;
text-align: left;
padding: 3px 0px 8px 10px;
}
.restaurant-table th {
font-weight: bold;
color: #B98C28;
white-space: nowrap;
width: 75px;
background: url(../restaurant/images/bg_restaurantTable.gif) no-repeat right bottom;
}

/*- テーブル　メニュー-*/
.main .menu-table {
margin: 0px auto;
}
.menu-table caption {
text-align: left;
color: #B98C28;
font-weight: bold;
padding-left: 12px;
}
.menu-table th {
text-align: left;
padding-left: 12px;
color: #B98C28;
font-weight: bold;
padding-top: 12px;
}
.menu-table td {
vertical-align: top;
text-align: center;
padding: 0px 12px 12px;
width: 25%;
}

/*- 地図へのリンク -*/
.goMap {
background: url(../restaurant/images/ic_goMap_arrow.jpg) no-repeat 2px center;
padding-left: 25px;
}
.goMap img {
vertical-align: middle;
}


/*-- サイトマップ--*/
.sitemap .entry-box div {
margin-bottom: 20px;
}
.sitemap .entry-box ul {
font-size: 0px;
background: #FFFFFF;
margin: 0px;
padding: 0px 0px 0px 25px;
list-style: none;
}
.sitemap .entry-box li  {
display: inline;
}

.sitemap .entry-box .sitemap-chef ul {
background: #FFFFFF url(../sitemap/images/bg_sitemap_01.jpg) no-repeat;
}
.sitemap .entry-box .sitemap-chef li {
margin-right: 10px;
}
.sitemap .entry-box .sitemap-restaurant {
width: 385px;
}
.sitemap .entry-box .sitemap-other ul {
background: none;
}

/*---- ページトップ ----*/
.pagetop {
position: relative;
zoom: 1;
}
.pagetop a {
position: absolute;
bottom: 50px;
right: -30px;
}


/*---- コンテンツナビ（NEXT/PREV　Amazonなど）----*/
.naviC {
height: 60px;
position: relative;
zoom: 1;
}
.naviC a {
position: absolute;
top: -45px;
}
.naviC a.amazon {
margin-left: -55px;
left: 50%;
}
.naviC a.prev {
left: 0px;
}
.naviC a.next {
right: 0px;
}
.naviC a.home {
margin-left: -25px;
left: 50%;
top: -15px;
}


/*---- ライトボックス----*/
.lightbox {
width: 575px;
line-height: 1.7;
text-align: left;
padding: 20px 20px 8px;
}

.lightbox .title {
font-size: 25px;
color: #B98C28;
font-weight: bold;
text-align:center;
margin-bottom: 12px;
line-height: 1.3;
}
.lightbox .title span {
font-size: 12px;
font-weight: normal;
}

.lightbox .photo {
float: left;
text-align: center;
padding-bottom: 12px;
}


.lightbox dl {
float: right;
}
.lightbox dt {
margin-bottom: 12px;
width: 120px;
color: #B98C28;
font-weight: bold;
float: left;
}
.lightbox dd {
padding-left: 120px;
margin-bottom: 12px;
}

/*- コンテンツナビ-*/
.lightbox .naviC {
height: 15px;
}
.lightbox .naviC a {
position: absolute;
top: 0px;
height: 15px;
width: 60px;
cursor: pointer;
text-indent: -9999em;
background: left center no-repeat;
outline: none;
}
.lightbox .naviC a.prev {
left: 0px;
background-image: url(../common/btn_lb_prev.gif);
}
.lightbox .naviC a.prev:hover {
background-image: url(../common/btn_lb_prev_on.gif);
}
.lightbox .naviC a.next {
right: 0px;
background-position: right center;
background-image: url(../common/btn_lb_next.gif);
}
.lightbox .naviC a.next:hover {
background-image: url(../common/btn_lb_next_on.gif);
}

/*- 受賞記録・プロデュース-*/
.entry-award .photo,
.entry-produce .photo {
width: 175px;
}
.entry-award dl,
.entry-produce dl {
width: 380px;
}

/*- 本＆DVD・スタッフ -*/
.entry-books .photo,
.entry-staff .photo {
width: 125px;
}
.entry-books dl,
.entry-staff dl {
width: 430px;
}

/*- スタッフ-*/
.entry-staff dt {
width: 150px;
}
.entry-staff dd {
padding-left: 150px;
}
/*- スタッフ-*/
.entry-produce dt {
width: 90px;
}
.entry-produce dd {
padding-left: 90px;
}


/*-------- コピーライト--------*/
address {
width: 880px;
font-size: 11px;
font-style: normal;
color: #FFFFFF;
text-align: right;
}
address a {
color: #FFFFFF;
}

/*-------- ポケットコンシェルジュ・スペシャルディナーショーバナー--------*/
.bannerArea {
width: 1050px;
/*position: relative;
margin: 0 auto; */
position: relative;
margin: 10px auto;
overflow: hidden;
}
.pocketconcierge {
/*text-align: right;
margin-right: 60px;
margin-top: 10px; */
/*position: absolute;
margin-left: 286px;
left: 50%;
top: 10px;*/
display: inline-block;
float: right;
}
.specialTDS {
/*position: absolute;
margin-left: 132px;
left: 50%;
top: 10px;*/
display: inline-block;
float: right;
margin-right: 10px;
}