@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "extension/init/std.css";
/*@import "extension/init/strict.css";*/
@import "extension/util.css";
@import "extension/accessibility.css";
@import "extension/noscript.css";
@import "extension/fnav/normal.css";
@import "extension/logtag.css";

/**
 * 2. html, body
 */
 	* {outline:none;}
	body {
		background-color: #fff;
		background-image: url(../img/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
	}
	.page {
		color: #666666;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #b71e25;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: none;
	}
	a:active {}

/* heading */
	.siteTitle {
		position: absolute;
		top: 20px;
		left: 4px;
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		/*dont use <h3> selector*/
		margin-bottom: 15px;
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 4. Layout
 */
	body #container {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		background-image: url(../img/space.gif);
		background-repeat: repeat-y;
		background-position: center top;
		text-align: left;
	}
	body #gHeader {
		position: relative;
		width: 890px;
		height: 85px;
		margin: 0 auto;
		background: transparent url(../img/gheader-bg.gif) no-repeat left top;
		z-index: 450;
		text-align: left;
	}
	body #gHeader img {
		vertical-align: top;
	}
	body #gHeader #gNav {
		position: absolute;
		top: 20px;
		left: 120px;
		z-index: 2;
	}
	@media print {
		body #gHeader #gNav {
			width: 776px !important;
			width: 780px;
		}
	}
	body #gHeader #gNav li {
		float: left;
		width: 256px;
		overflow: hidden;
	}
	body #gHeader #gNav li#gNav03,
	body #gHeader #gNav li#gNav03 li {
		width: 258px;
	}
	body #gHeader #gNav li.parent ul {
		display: none;
	}
	body #gHeader #gNav li.on ul {
		display: block;
	}
	body #gHeader #snav {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	body #gHeader #snav li {
		float: left;
	}
	body #content #ssnav {
		display: block;
		position: absolute;
		left: 110px;
		top: 308px;
	}
	body #content #ssnav li img {
		vertical-align: top;
	}
	body #content {
		height: 400px;
		background: #0b0a0b;
		margin-bottom: 10px;
	}
	body #mainContent {
		color: #cccccc;
		text-align:center;
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	body #mainContent img {
		display: none;
	}
	body #mainContent .bt {
		position: absolute;
		display: none;
	}
	body #gFooter {
		width: 890px;
		margin: 0 auto;
		text-align: left;
	}
	body #gFooter{ zoom:1; }
	body #gFooter:after{ content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

/**
 * 5. EachPageStyle
 */
/* pageID */
    body #topInfo td {
    	color: #666666;
			line-height:18px
    }

	body #information{
		float: left;
		width: 400px;
	}
	body #right {
		float: right;
		text-align: right;
	}
	body #btmNav{
		margin: 60px 0 0 0;
	}
	body #btmNav .bnrSample{
		width: 417px;
		float: left;
	}
	body #btmNav .bnrShop{
		width: 445px;
		/*! float: left; */
		margin-bottom: 30px;
	}	
	body .pagetop {
		float: left;
		width: 150px;
	}
	body #btmNav .pageTop{
		margin: 30px 0 40px 0;
	}
	body .contentSection {
		width: 890px;
		margin: 0 auto 60px;
		text-align: left;
	}

	#profilePhoto {
		display: block;
		position: relative;
		width: 890px;
		height: 400px;
	}
	#profilePhoto li {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	#profilePhoto img {
	}

/* dish */
	.dish #mainContent,
	#dishDetail #mainContent {
		position: relative;
		width: 890px;
		height: 400px;
		/*overflow: hidden;*/
	}
	.dish #mainContent h2,
	.dish #mainContent #barMainTxt {
		position: absolute;
		top: 65px;
	}
	.dish #mainContent h2,
	#dishDetail #mainContent h2 {
		left: 34px;
	}
	.dish #mainContent #barMainTxt {
		left: 113px;
	}
	.dish #barScene li {
		position: relative;
		display: block;
		width: 890px;
		height: 400px;
		overflow: hidden;
	}
	.dish .contentSection {
		margin-bottom: 30px;
	}

	/* prev & next */
	.dish #barScene li span.prevScene,
	.dish #barScene li span.nextScene {
		position: absolute;
		top: 203px;
		display: block;
	}
	.dish #barScene li span.prevScene {
		left: 8px;
	}
	.dish #barScene li span.nextScene {
		right: 8px;
	}
	/* for wslide.js */
	#barScene-menu.wslide-menu {
		display: none;
	}
	/* contentSection dl */
	.dish .contentSection .section{
		margin: 0 auto;
		width: 890px;
	}
	.dish .contentSection dl {
		display: block;
	}
	.dish .contentSection dl img {
		vertical-align: top;
	}
	.dish .contentSection dl.fl {
		width: 425px;
		padding-left: 30px;
	}
	.dish .contentSection dl.fr {
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 6px;
		width: 405px;
		background: url(../../tasting/img/bg-h-02.jpg) no-repeat right 40px;
	}
	.dish .contentSection dl.fr dt {
		margin-bottom: 10px;
	}
	.dish .contentSection dl.fr dd {
		float: left;
		margin-bottom: 17px;
	}
	.dish .contentSection dl.fr dd.lastLine {
		margin-bottom: 0;
	}
	.dish .detailWords {
		position: absolute;
		display: block;
	}
	/* detail */
	a#detailClose {
		display: block;
		width: 76px;
		height: 34px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
		background-color: transparent;
		background-image: url(../../tasting/img/bt-close.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	a#detailClose:hover {
		background-position: -76px top;
	}
	#detailPage {
		background-color: #000;
		overflow: hidden;
	}

/* #pointBox */
	#pointBox {
		text-align: left;
		background: transparent url(../../products/img/bg-box.gif) repeat-y center;
	}
	#pointBox .pointBox {
		float: left;
		display: block;
		width: 200px;
	}
	.mainImg,
	.btReturn {
		position: absolute;
		top: 74px;
	}
	.mainImg {
		left: 120px;
	}
	.btReturn {
		left: 675px;
	}
/* hatsushikomi */
	#hatsushikomi #gHeader {
		background: none;
	}
	#hatsushikomi .section {
		height: 193px;
	}

/* #popMovie */
	#popMovie {
		background: transparent url(../../movie/imgs/bg.jpg) no-repeat center 57px;
	}