/*
Theme Name: 東京純豆腐
Author: 東京純豆腐
Author URI: https://tokyo-sundubu.net/
Description: Twenty Elevenを東京純豆腐用にカスタマイズ
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*------------------------------
  clearfix
  ------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE-Mac*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*End hide from IE-Mac*/


/* =Structure
----------------------------------------------- */

body {
	padding: 0;
}
#page {
	margin: 2em auto;
	width: 850px;
}
#branding hgroup {
	margin: 0 auto;
	width: 850px;
	clear:both;
	overflow:hidden;
	display:block;
	padding-top:15px;
}
#access div {
	margin: 0;
}
#primary {
	float: left;
	margin: 0 -230px 0 0;
	width: 100%;
}
#content {
	margin: 0 250px 0 0;
	width: 610px;
}
#secondary {
	float: right;
	margin-right: 0;
	width: 230px;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #2D0E06;
	font: 14px "Helvetica Neue", Helvetica, Arial,'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,
	'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #fff;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #FF4190;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	width:100%;
	height:90px;
	background:#201713;
	padding:0;
	z-index: 9999;
	clear:both;
}
#site-title {
	float:left;
	margin-right: 0;
	padding: 0;
	width:167px;
	height:58px;
}
#site-title a {
	display:block;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/logo.gif) no-repeat;
	width:167px;
	height:58px;
}
#site-descriptionTop {
	color:#E85F9D;
	font-size:10px;
	line-height:1em;
}
#site-discription {
	font-size:12px;
	padding:5px 20px 0;
}

/*Home以外のページ*/
#branding_sub {
	width:100%;
	overflow:hidden;
	clear:both;
}
#subPageHeading {
	width:850px;
	margin:0 auto;
	height:70px;
}
#site-title2 {
	float:left;
	width:180px;
	height:68px;
}
#site-title2 a {
	display:block;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/logo.gif) no-repeat;
	width:180px;
	height:68px;
}
#subPageHeading #discriptionWrap {
	width:595px;
	float:right;
}
#discriptionImg {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/header.gif) no-repeat;
	width:595px;
	height:21px;
}
#navWrap {
	float:right;
}

/* =Menu
-------------------------------------------------------------- */
#accessTop {
	width:650px;
	float:right;
}
#access {
	display: block;
	float: right;
	margin: 16px auto 0;
}
#access ul, #accessTop ul {
	clear: both;
	font-size: 13px;
	list-style: none;
	margin: 0;
}
#access ul {
	padding:0;
}
#accessTop ul {
	padding:10px 0 0 0;
}
#access li,
#accessTop li {
	float: left;
	padding-left:15px;
}
#access a, #accessTop a {
}
#accessTop li a {
	height:24px;
	display:block;
	cursor: pointer;
}
/*画像置き換えテキストインデント1227*/
#accessTop li a h3.topNav {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:24px;
}
.ntop01 a h3.topNav {
	width:83px;
}
.ntop01 a {
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/nav_top01.gif);
	background-position:top;
	width:83px;
}
.ntop01 a h3.topNav {
	width:43px;
}
.ntop02 a {
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/nav_top02.gif);
	background-position:top;
	width:43px;
}
.ntop01 a h3.topNav {
	width:75px;
}
.ntop03 a {
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/nav_top03.gif);
	background-position:top;
	width:75px;
}
.ntop01 a h3.topNav {
	width:60px;
}
.ntop04 a {
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/nav_top04.gif);
	background-position:top;
	width:60px;
}
.ntop01 a h3.topNav {
	width:79px;
}
.ntop05 a {
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/nav_top05.gif);
	background-position:top;
	width:79px;
}
.ntop01 a h3.topNav {
	width:88px;
}
.ntop06 a {
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/nav_top06.gif);
	background-position:top;
	width:88px;
}
.ntop01 a h3.topNav {
	width:83px;
}
.ntop07 a {
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/nav_top07.gif);
	background-position:top;
	width:83px;
}
.ntop01 a:hover,
.ntop02 a:hover,
.ntop03 a:hover,
.ntop04 a:hover,
.ntop05 a:hover,
.ntop06 a:hover,
.ntop07 a:hover {
	background-position:0 -24px;
}
/*home以外*/
#branding_sub #access {
	float:none;
	background:#000;
	height:40px;
	border-top:#333333 solid 7px;
	margin:0;
}
#branding_sub #access ul {
	display:block;
	width:850px;
	overflow:hidden;
	margin:0 auto;
}
#branding_sub #access ul li {
	border-right:#fff solid 1px;
	display:block;
	height:24px;
	margin:8px 0;
	padding:0 10px;
}
#branding_sub #access ul li a {
	padding-right:15px;
	display:block;
}
/*表示されているページはon画像1227*/
#branding_sub #access ul li a:hover img{
	display:none;
}
#branding_sub #access ul li a:hover{
	display:block;
}
#branding_sub #access ul li.subnav01 a:hover{
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_01_on.gif) no-repeat;
	width:104px;
	height:24px;
}
#branding_sub #access ul li a#nAbout{
	display:block;
	width:104px;
	height:24px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_01_s.gif) no-repeat;
}
#branding_sub #access ul li a#nAbout img {
	display:none;
}
#branding_sub #access ul li.subnav02 a:hover{
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_02_on.gif) no-repeat;
	width:60px;
	height:24px;
}
#branding_sub #access ul li a#nMenu{
	display:block;
	width:60px;
	height:24px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_02_s.gif) no-repeat;
}
#branding_sub #access ul li a#nMenu img {
	display:none;
}
#branding_sub #access ul li.subnav03 a:hover{
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_03_on.gif) no-repeat;
	width:97px;
	height:24px;
}
#branding_sub #access ul li a#nShop{
	display:block;
	width:97px;
	height:24px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_03_s.gif) no-repeat;
}
#branding_sub #access ul li a#nShop img {
	display:none;
}
#branding_sub #access ul li.subnav04 a:hover{
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_04_on.gif) no-repeat;
	width:60px;
	height:24px;
}
#branding_sub #access ul li a#nShopping{
	display:block;
	width:60px;
	height:24px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_04_s.gif) no-repeat;
}
#branding_sub #access ul li a#nShopping img {
	display:none;
}
#branding_sub #access ul li.subnav05 a:hover{
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_05_on.gif) no-repeat;
	width:91px;
	height:24px;
}
#branding_sub #access ul li a#nRecruit{
	display:block;
	width:91px;
	height:24px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_05_s.gif) no-repeat;
}
#branding_sub #access ul li a#nRecruit img {
	display:none;
}
#branding_sub #access ul li.subnav06 a:hover{
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_06_on.gif) no-repeat;
	width:100px;
	height:24px;
}
#branding_sub #access ul li a#nBlog{
	display:block;
	width:100px;
	height:24px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_06_s.gif) no-repeat;
}
#branding_sub #access ul li a#nBlog img {
	display:none;
}
#branding_sub #access ul li.subnav07 a:hover{
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_07_on.gif) no-repeat;
	width:95px;
	height:24px;
}
#branding_sub #access ul li a#nMedia{
	display:block;
	width:95px;
	height:24px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/nav_07_s.gif) no-repeat;
}
#branding_sub #access ul li a#nMedia img {
	display:none;
}


#branding_sub #access ul li img {
}
#branding_sub #access ul li.navR {
	padding-right:0;
	border:none;
}
/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-title-campaign a,
.page-title-news a,
.page-title-media-coverage a {
	width:95%;
	font-size:13px;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/point_arrow_pi.gif);
	background-position:440px 24px;
	background-repeat:no-repeat;
	display:block;
	text-align:right;
	padding:10px 0 0 0;
	color:#fff;
}
.page-title-campaign {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 1.6em;
	text-transform: uppercase;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/category_tit_bg.gif) top no-repeat;
	vertical-align:middle;
	line-height:2.3em;
	padding-left:20px;
	height:40px;
}
.page-title-news {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 1.6em;
	text-transform: uppercase;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/category2_tit_bg.gif) top no-repeat;
	vertical-align:middle;
	line-height:2.3em;
	padding-left:20px;
	height:40px;
}
.page-title-media-coverage {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 1.6em;
	text-transform: uppercase;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/category3_tit_bg.png) top no-repeat;
	vertical-align:middle;
	line-height:2.3em;
	padding-left:20px;
	height:65px;
	margin-top:-10px;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
	overflow:hidden;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
/*ページカテゴリごとのスタイル*/
#pageWcampaign .entry-title,
#pageWcampaign .entry-title a,
#pageWcampaign .entry-title a:hover,
#pageWmedia-coverage .entry-title,
#pageWmedia-coverage .entry-title a,
#pageWmedia-coverage .entry-title a:hover {
	color:#FF4190;
}
#pageWcampaign .entry-title,
#pageWmedia-coverage .entry-title {
	color:#FF4190;
}
#pageWmedia-coverage .entry-title {
	font-weight:nomal;
	font-size:18px;
}
#pageWnews .entry-title,
#pageWnews .entry-title a {
	color:#1F1612;
}
#pageWnews .entry-title a:hover {
	color:#54332A;
}
#pageWnews .entry-title {
	color:#1F1612;
}
.entry-meta {
	color: #222;
	clear: both;
	font-size: 14px;
	line-height: 1em;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 2.875em 0 0;
	position: relative;
	width:97%;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #FF4190;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}
/*画像の回り込み1219*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
}

img.alignleft {
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}

/* =追加
----------------------------------------------- */
/*共通*/
.contBox {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0 0 30px;
}
.contBox h3, .contBox h4 {
	padding-bottom:15px;
}
.contBox p {
	line-height:1.875em;
}
/*トップページ*/
#campaignWrap, #newsWrap {
	overflow:hidden;
	width:300px;
}
#campaignWrap .entry-title,
#newsWrap .entry-title {
	font-size:14px;
	line-height:1.2em;
	padding:0 0 0 10px;
	width:220px;
	margin:0 0 10px;
	float:right;
	border-left:#000 solid 1px;
}
#campaignWrap .entry-title a,
#newsWrap .entry-title a {
	color:#000;
}
#campaignWrap .entry-title a:hover,
#newsWrap h3.entry-title a:hover {
	color:#777;
}
.campaignBox .dataWrap {
	font-size:12px;
	overflow:hidden;
	clear:both;
}
.newsBox .dataWrap {
	width:100%;
	font-size:12px;
	overflow:hidden;
	clear:both;
}
.dataWrap .txtD {
	color:#222;
	width:80px;
}
#campaignWrap {
	float:left;
}
#campaignWrap a {
	color:#FF4190;
}
#newsWrap {
	float:right;
}
#newsWrap a {
	color:#222;
}
.campaignBox {
	border-bottom:#FF4190 dotted 1px;
}
.newsBox {
	border-bottom:#666 dotted 1px;
}
.campaignBox, .newsBox {
	height:160px;
	overflow:hidden;
	padding-bottom:15px;
	margin-bottom:15px;
}
.headTopicks {
	margin-bottom:10px;
}
#campaignWrap .headTopicks {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/h_top_campaign.gif) left no-repeat;
	border:#E85F9D solid 1px;
}
#newsWrap .headTopicks {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/top/h_top_news.gif) left no-repeat;
	border:#000 solid 1px;
}
h2.headTopicks {
	text-align:right;
	padding:0;
	line-height:1em;
	height:20px;
}
#newsWrap h2.headTopicks a,
#campaignWrap h2.headTopicks a {
	color:#222;
	font-size:11px;
	padding-right:3px;
	line-height:1.9em;
}
.postContWrap {
	clear:both;
}
.postLeft {
	float:left;
	width:142px;
}
.tumb {
	width:142px;
}
.tumb a img {
	height:100px;
	display:block;
	margin:10px auto 0;
}
.imgLeft {
}
.postRight {
	float:right;
	width:150px;
}
.txtCont {
	font-size:12px;
}

/* FlexSlider 121207 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	height:350px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	width:850px;
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	display:block;
	position: absolute;
	top: 260px;
	text-align: center;
	clear:both;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; overflow: hidden;}
.flex-control-thumbs li {
	width: 62px;
	float: right;
	margin: 0;
	padding:0 15px 15px 0;
}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*東京スンドゥブ（美味しいスンドゥブのおはなし）*/
#pageBgcolor {
	overflow:hidden;
	margin: 0 auto;
	width: 100%;
	background:#D9C8BE;
}
#pageBgcolor #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#aboutWrap {
	clear:both;
	overflow:hidden;
}
#aboutWrap #aboutLeft {
	float:left;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/about/left_img.png) no-repeat;
	margin-top:50px;
	width:194px;
	height:1169px;
}
#aboutWrap #aboutRight {
	float:right;
	width:606px;
}
#aboutWrap #headImg {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/about/top_image.jpg) center no-repeat;
	width:606px;
	height:363px;
}
#pageBgcolor #main {
	padding:2px 0 0;
}
.contBox .boxLeft, .contBox .boxRight {
	width:281px;
}
.contBox .boxLeft {
	float:left;
}
.contBox .boxRight {
	float:right;
	padding-left:20px;
	border-left:#1D100B dotted 1px;
}
/*メニュー紹介*/
#menuWrap {
	clear:both;
	overflow:hidden;
	width:100%;
	color:#231E14;
}
#tabMenuWrap {
	clear: both;
	height:30px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/h_menu.gif) left no-repeat;
}
ul#tabchange {
	list-style:none;
	margin:0 0 0 155px;
	padding:0;
	*zoom: 1; /*forIE6,7*/
}
ul#tabchange:after {
	content: "";
	display: block;
	clear: both;
}
ul#tabchange li,
h3.seasonNav {
	float: left;
	text-align: center;
	margin:0 0 0 2px;
}
#tabchange li a,
h3.seasonNav a { /*タブのスタイル*/
	font-size:11px;
	padding:6px 0 0 0;
	text-align:center;
	color:#211E14;
	text-decoration:none;
	background:#fff;
	border:#242311 solid 1px;
	border-radius: 15px 0 0 0 / 15px 0 0 0;        /* CSS3草案 */
	-webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
	display:block;
	height:22px;
	width:110px;
}
ul#tabchange li a:hover,
h3.seasonNav a:hover { /*ホバー時のタブのスタイル*/
    color:#fff;
    background: #242311;
	text-decoration:none;
	border-bottom: #242311 solid 1px;
}
ul#tabchange li a.activeBox,
h3.seasonNava a.activeBox { /*表示コンテンツのタブのスタイル*/
    color:#fff;
    background: #242311;
	border-bottom: #242311 solid 1px;
}
ul#tabchange li a.activeBox:hover,
h3.seasonNava a.activeBox:hover { /*ホバー時の表示コンテンツのタブのスタイル*/
    color:#242311;
    background: #fff;
	border-bottom: #242311 solid 1px;
	text-decoration:none;
}
div#tabchangeContents {
	postion: relative;
}
div#tabchangeContents div.tabchangeBox { /*コンテンツのスタイル*/
	padding: 10px 0;
}
#menuHeading {
	clear:both;
	margin:24px 0 0;
}

/*スンドゥブメニュー*/
#sundubuHeading {
	width:100%;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundub/grand_top.jpg) top right no-repeat;
	margin:24px 0 0 0;
	overflow:hidden;
}
#sundubuHeadingCont {
	width:450px;
	margin:0 350px 0 0;
}
#sundubuHeadingCont h2 {
	font-size:23px;
	font-weight:bold;
}
#sundubuHeadingCont h3,
#menuWrap .contBox h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
#menuWrap .contBox h3 span {
	font-size:12px;
	font-weight:nomal;
	padding-left:15px;
}
#sundubuHeadingCont h3 img {
	vertical-align:middle;
	padding-right:5px;
}
#soupIllust img {
	display:block;
	margin:15px auto;
}
ul.menuListWrap {
	width:850px;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.menuListWrap li {
	float:left;
	width:150px;
	height:320px;
	margin:20px 10px 20px;
}
ul.menuListWrap dl {
	overflow:hidden;
}
ul.menuListWrap dl dt a {
	display:block;
}
ul.menuListWrap dl dt .pgThumbCont {
	display:block;
	width:150px;
	height:170px;
}
ul.menuListWrap li dl {
	margin:0;
}
.dishName, .dishNameEn {
	text-align:center;
	margin:0;
}
.dishName {
	padding-bottom:10px;
	line-height:1em;
	font-weight:bold;
}
.dishName a {
	color:#201915;
	font-weight:bold;
	font-size:13px;
}
.dishName a:hover,
.dishNameEn a:hover {
	text-decoration:none;
}
.dishNameEn {
	font-size:12px;
	font-family: Georgia, "Bitstream Charter", serif;
	padding-bottom:10px;
	line-height:1em;
}
/*------*/
.dishNameGuzai {
	font-size:10px;
	padding-bottom:10px;
	line-height:1.5em;
	text-align:center;
	margin:0;
}
.dishNamePrice {
	font-size:12px;
	padding-bottom:10px;
	line-height:1em;
	text-align:center;
	margin:0;
}
/*140331追加*/

.dishNamePrice2,
.dishNameKcal {
	font-size:10px;
	padding-bottom:10px;
	line-height:1em;
	text-align:center;
	margin:0;
}
.

/*------*/

.dishNameEn a {
	color:#201915;
}
#jpMap {
	width:510px;
	float:left;
}
.jpMapSpace {
	float:right;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundub/map_jpn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:260px;
	height:256px;
	margin-top:-70px;
	margin-right:40px;
}
.spiceImg img, .topping {
	display:block;
	margin:30px auto 0;
}
ul.setMenuWrap {
	list-style:none;
	margin:30px 0 0;
}
ul.setMenuWrap li {
	float:left;
	width:212px;
}
ul.setMenuWrap li img {
	display:block;
	margin:0 auto;
}
/*サイドメニュー*/
/*131101*/
#sideMenuWrap {
	width:100%;
}
#menuHeading h2 {
	margin-bottom:20px;
}
#sideMenuWrap .block2menuLeft,
#sideMenuWrap .block2menuRight {
	width:400px;
}
#sideMenuWrap .block2menuLeft {
	float:left;
	clear:both;
}
#sideMenuWrap .block2menuRight {
	float:right;
}
#sideMenuWrap .contBox img.headingImg {
	position:relative;
	margin-top:-60px;
	top:0;
	left:0;
	float:right;
}
#sideMenuWrap .contBox div#otsumamiBgImg {
	margin:30px 0 0 0;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/side/img_cabbage_chang-ja.jpg) top right no-repeat;
}
#sideMenuWrap .contBox dl {
	margin:0;
	width:380px;
	overflow:hidden;
}
#sideMenuWrap .contBox dl.width200 {
	width:200px;
}
#sideMenuWrap .contBox dl dt,
#sideMenuWrap .contBox dl dd {
	float:left;
}
#sideMenuWrap .contBox dl dd.floatRight {
	float:right;
}
.floatCap {
	position:relative;
	top:-205px;
	left:220px;
}
.contBox img.photo2 {
	padding:0;
	position:static;
}
.contBox img.photo2 {
}

.img2photoWrap {
	clear:both;
	overflow:hidden;
	margin:0 0 60px;
}
.block2menuLeft p.imgCap, .imgCap {
	font-size:9px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.optionTxt {
	display:block;
	margin:0 0 15px;
	color:#c2007b;
	font-weight:normal;
}
#makgeolliIceBg {
	height:210px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/side/img_makgeolli_ice.jpg) bottom right no-repeat;
}
/*
#block4 li, #block1 li {
	width:200px;
	margin:20px 5px;
}
.block2menuWrap {
	clear:both;
	overflow:hidden;
}
.block2menuLeft {
	float:left;
	width:630px;
}
.block2menuRight {
	float:right;
	width:210px;
}
ul.menuListWrap dl dt .pgThumbCont200 {
	width:200px;
	display:block;
	height:190px;
	padding:0;
}
#block1 {
	width:210px;
}
*/
/*ランチメニュー*/
#lunchHeading {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/lunch/lunch_top.jpg) top right no-repeat;
	height:400px;
	margin:24px 0 0;
}
#lunchDis {
	display:block;
	margin-top:250px;
	font-size:16px;
	font-weight:bold;
}
.plusPrice {
	background:#211815;
	padding:3px;
	width:240px;
	margin:10px;
	color:#fff;
	text-align:center;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
span.font10 {
	font-size: 10px;
}
ul.lunchList {
	margin:0;
	font-size:12px;
	list-style-type: square;
	clear:both;
	overflow:hidden;
	padding:0 10px;
}
ul.lunchList li {
	float:left;
	margin:0 20px 0 15px;
	padding:5px 0
}
#lunch2Block .block2menuLeft {
	width:460px;
}
#lunch2Block .block2menuRight {
	width:330px;
}
.block2menuRight img {
	position:relative;
	top:-80px;
	left:240px;
}
.block2menuLeft p {
	font-size:12px;
	padding:0 10px;
}
.block2menuLeft span,
.block2menuRight span {
	font-size:11px;
	padding:0 10px;
}
/*ドリンクメニュー*/
.block4drink {
	float:left;
	width:190px;
	margin:30px 30px 0 0;
}
#menuWrap .contBox .block4drink h3 {
	font-size: 14px;
	font-weight: bold;
	border-top: #201915 solid 1px;
	border-bottom: #201915 solid 1px;
	padding: 10px 0 10px 30px;
	margin-top: 0;
	line-height: 1.2em;
	background-image: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
#menuWrap .contBox .block4drink h3 span {
	padding:0;
	line-height:1em;
	margin:0;
}
/*131010*/
.basePink {
	font-size:12px;
	color:#fff;
	background:#be5d91;
	padding:.5em;
	float:right;
}
.block4drink ul li span.ssmallTxtYomi {
	float:none;
	text-align:left;
	font-size:10px;
}
/**/
.block4drink {
}
.block4drink ul {
	margin:0 8px;
	padding:0;
	font-size:13px;
	clear:both;
}
.block4drink ul li {
	list-style:none;
	overflow:hidden;
}
.block4drink ul li span {
	text-align:right;
	float:right;
	font-weight:normal;
}


#block4Right {
	margin-right:0;
}
.block4drink ul li.dishNameEn,
.block4drink ul li.dishName span.drinkprice2,
.block4drink ul li.txtRight span.drinkprice2 {
	text-align:left;
	font-size:11px;
	padding-bottom:10px;
	color:#777;
}
.block4drink ul li.dishName span.drinkprice2 {
	padding-bottom:0;
}

.h3Img {
	position:relative;
	top:65px;
	left:150px;
	padding:0;
	margin:0;
}
.h3Img2 {
	position:relative;
	bottom:135px;
	left:154px;
	padding:0;
	margin:0;
}
.headExp {
	border:#221814 dotted 1px;
	font-size:9px;
	padding:5px;
	line-height:1.8em;
	margin:15px 0;
}
.txtRight {
	margin:0;
	padding:0;
	font-size:9px;
	text-align:right;
}
.txtRight span {
	margin:0;
	padding-left:10px;
	font-size:13px;
}
.dishName {
	padding-top:20px;
	text-align:center;
}
.block4drink .dishName {
	padding-top:20px;
	text-align:left;
}
#makgeolriC {
	height:70px;
	margin:0;
}
#makgeolriC h4 {
	float:right;
	padding-top:20px;
	width:105px;
}
#makgeolriC h4 span {
	height:12px;
	font-size:10px;
	background:#211815;
	padding: 3px;
	color:#fff;
	text-align:center;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#makgeolriC h4 img {
	float:left;
	vertical-align:middle;
}
#h3ImgAdjust {
	position:relative;
	top:-98px;
}
#block4Right #makgeolriC {
	height:20px;
	margin:0;
}
#makgeolriC .h4floatLeft {
	float:left;
	margin:0;
	height:40px;
	width:100%;
	padding-bottom:0;
}
/*季節のメニュー*/
/*130513 追加*/
#seasonRight .contBox {
	margin-bottom:30px;
}
#seasonRight .contBox h3 {
	padding-bottom:0;
}

.fontSmall {
	font-size:11px;
}
.box3column {
	float:left;
	width:200px;
	margin-right:15px;
}
.box3columnR {
	float:left;
	margin-right:0;
	width:200px;
}
#seasonRight .contBox .box3column h4,
#seasonRight .contBox .box3columnR h4 {
	font-size:22px;
}
/**/
.seasonmenuWideTxt {
	color:#c94a87;
}
/*パーティ　131227*/
#patyMenu {
	margin-top:20px;
}

/* okada 追記*/
.seasonmenuWideTxt2 {
	font-size:15px;
	color:#ea5404;
	text-decoration:underline;
	margin-bottom:60px;
}

#pageBgcolor2 {
	background:#40210F;
	overflow:hidden;
	margin: 0 auto;
	width: 100%;
}
#bgOriginal {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season/bg_aki00.png) 50px 10px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;

}
#pageBgcolor2 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#seasonWrap #seasonLeft {
	float:left;
	margin: 0;
	width:194px;
	height:575px;
}
#seasonWrap #seasonRight {
	float:right;
	width:650px;
	color:#5a4f4a;
	margin-top:30px;
	color:#fff;
}
#pageBgcolor #main {
	padding:2px 0 0;
}
#seasonWrap .contBox .boxLeft {
	width:306px;
}
#seasonWrap .contBox .boxRight {
	width:326px;
}
#seasonWrap .contBox .boxLeft {
	float:left;
}
#seasonWrap .contBoxA .boxLeft,
#seasonWrap .contBoxA .boxRight{
	position: relative;
	height:570px;
}
#seasonWrap .contBoxA .boxLeft h3,
#seasonWrap .contBoxA .boxRight h3 {
	position: absolute;
}
#seasonWrap .contBoxA .boxLeft .boxCont,
#seasonWrap .contBoxA .boxRight .boxCont {
	position: absolute;
	bottom:0px;
}
#seasonWrap .contBox .boxRight {
	float:right;
	padding:0;
	border-left:none;
}
#tabMenuWrapS {
	position:relative;
	top:0;
	left:165px;
	clear: both;
	height:30px;
	margin:0;
}
ul#tabchangeS {
	list-style:none;
	margin:0;
	padding:0;
	*zoom: 1; /*forIE6,7*/
}
ul#tabchangeS:after {
	content: "";
	display: block;
	clear: both;
}
ul#tabchangeS li {
	float: left;
	text-align: center;
	margin:0 0 0 2px;
}
#tabchangeS li a { /*タブのスタイル*/
	font-size:11px;
	padding:6px 0 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#000;
	border:#fff solid 1px;
	border-radius: 15px 0 0 0 / 15px 0 0 0;        /* CSS3草案 */
	-webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
	display:block;
	height:22px;
	width:110px;
}
ul#tabchangeS li a:hover { /*ホバー時のタブのスタイル*/
    color:#fff;
    background: #E62D76;
	text-decoration:none;
}
ul#tabchangeS li a.activeBox { /*表示コンテンツのタブのスタイル*/
    color:#fff;
    background: #E62D76;
}
ul#tabchangeS li a.activeBox:hover { /*ホバー時の表示コンテンツのタブのスタイル*/
    color:#E62D76;
    background: #fff;
	text-decoration:none;
}
#seasonRight .contBox h4 {
	font-size:27px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:10px;
}
#seasonRight .contBox h4 span {
	font-size:20px;
}
.rrr {
	text-align: right;
}

.boxCont {
	padding-right:15px;
}
.dishNameEnS {
	color:#e95513;
	font-size:15px;
	font-weight:bold;
}

.priceS {
	font-size:17px;
	border-bottom:#F3E727 dotted 1px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.priceS span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#seasonFwrap {
	margin:0 auto;
	overflow:hidden;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season/season_bottom.gif) center no-repeat;
	width:844px;
	height:83px;
}
.tasteIconWrap {
	overflow:hidden;
	margin-bottom:10px;
}
.tasteIconWrap ul {
	margin:0;
	list-style:none;
}
.tasteIconWrap ul li {
	float:left;
	padding-right:10px;
}

/*140502追加*/
.leadTxt {
	color:#009e3f;
	text-align:center;
}
#reimenWrap {
	overflow:hidden;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season/tit_reimen.png) top center no-repeat;
	padding-top:125px;
}
#reimenWrap h4 span {
	display:block;
}
#reimenWrap h4 span.textBlue {
	color:#009fe6;
}
#reimenWrap h4 span.textRed {
	color:#c50018;
}
#genteiWrap {
	position: relative;
	height:640px;
}
#genteiWrap h3 {
	position:absolute;
	top:0;
	left:0;
}
#seasonRight #genteiWrap .contBox h4.big {
	font-size: 40px;
}
#genteiWrap .contBox {
	position: absolute;
	top:379px;
	left:0;
	width:530px;
}
#genteiWrap .dishNameEnS {
	color:#E95513;
}
#seasonRight #genteiWrap .contBox .boxRight h4 {
	text-align: right;
	padding-right: 60px;
}
/*season2*/
#tabMenuWrapS2 {
	position:relative;
	top:0;
	left:165px;
	clear: both;
	height:30px;
	margin:0;
}
ul#tabchangeS2 {
	list-style:none;
	margin:0;
	padding:0;
	*zoom: 1; /*forIE6,7*/
}
ul#tabchangeS2:after {
	content: "";
	display: block;
	clear: both;
}
ul#tabchangeS2 li {
	float: left;
	text-align: center;
	margin:0 0 0 2px;
}
#tabchangeS2 li a { /*タブのスタイル*/
	font-size:11px;
	padding:6px 0 0 0;
	text-align:center;
	color:#211e14;
	text-decoration:none;
	background:#fff;
	border:#211e14 solid 1px;
	border-radius: 15px 0 0 0 / 15px 0 0 0;        /* CSS3草案 */
	-webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0px;
	display:block;
	height:22px;
	width:110px;
}
ul#tabchangeS2 li a:hover { /*ホバー時のタブのスタイル*/
    color:#fff;
    background: #211e14;
	text-decoration:none;
}
ul#tabchangeS2 li a.activeBox { /*表示コンテンツのタブのスタイル*/
    color:#fff;
    background: #211e14;
}
ul#tabchangeS2 li a.activeBox:hover { /*ホバー時の表示コンテンツのタブのスタイル*/
    color:#211e14;
    background: #fff;
	text-decoration:none;
}
#pageBgcolorS2 {
	background:#FFF;
	overflow:hidden;
	margin: 0 auto;
	width: 100%;
}
#bgOriginalS2 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season2/lead.gif) 120px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;

}
#pageBgcolorS2 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S2box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season2/bg1.gif);
}
#S2box1 .footer{
	width: 628px;
	height: 25px;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season2/box1_footer.gif);
	background-repeat: no-repeat;
}
#S2box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
}
#S2box1 .big {
	font-size: 40px;
}
.sundubu_left{
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	color: #FFF;
}
.sundubu_right{
	width: 300px;
	margin: 0 0 0 320px;
	color: #221714;
}
.contBoxS2 {
	width:280px;
	margin:0 auto;
}
.contBoxS2 h3 {
	padding-bottom:15px;
}
.contBoxS2 p {
	line-height:1.5em;
}
.contBoxS2 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.sub_title{
	font-size:27px;
	width: 280px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:10px;
}
.sub_title2{
	font-size:24px;
	width: 280px;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom:10px;
}
.contBoxS2 h3 span {
	font-size:12px;
	font-weight:nomal;
	padding-left:15px;
}
.contBoxS2_2 {
	width:588px;
	margin:0 auto;
	color: #221714;
}
.contBoxS2_2 h3 {
	padding-bottom:15px;
}
.contBoxS2_2 p {
	line-height:1.5em;
}
.contBoxS2_2 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.contBoxS2_2 h3 span {
	font-size:12px;
	font-weight:nomal;
	padding-left:15px;
}
.contBoxS2_2 h4 {
	font-size: 40px;
}
.dishNameEnS2 {
	color:#e4007f;
	font-size:15px;
	font-weight:bold;
}
.priceS2 {
	font-size:17px;
	margin-bottom:15px;
}
.priceS2 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
.S2_hr1{
	width: 100%;
	height: 1px;
	border: none;
	background-color: #FFF;
}
.S2_hr2{
	width: 100%;
	height: 1px;
	border: none;
	background-color: #221714;
}
#S2box2{
	width: 628px;
	margin: 0 auto 30px auto;
	padding: 0;
	color: #221714;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season2/bg2.gif);
}
#S2box2 .footer{
	width: 628px;
	height: 25px;
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season2/box2_footer.gif);
	background-repeat: no-repeat;
}
#S2box2 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
}
.sidemenu_left{
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
}
.sidemenu_right{
	width: 300px;
	margin: 0 0 0 320px;
}
.allergen{
	width: 450px;
	padding: 10px 20px;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	background-color: #221714;
	color: #FFF;
}

/*season5*/
#bgOriginalS5 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season5/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;

}
#pageBgcolorS5 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season5/body_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}
#pageBgcolorS5 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S5box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season5/contents_bg.jpg);
	color:#221714;
}

#S5box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S5box1 .big {
	font-size: 40px;
}
#S5box1 .sundubu_left{
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season5/sundubu_bg1.jpg);
	color: #221714;
}
#S5box1 .sundubu_right{
	width: 300px;
	margin: 0 0 0 320px;
	padding: 0 0 5px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season5/sundubu_bg2.jpg);
	color: #221714;
}
#S5box1 p img{
	margin: 0;
	padding: 0;
}
#S5box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #333;
	margin: 15px 0;
}
#S5topic{
	width: 612px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 4px;
	clear: both;
}
#S5topic li{
	width: 200px;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	color: #221714;
	list-style-type: none;
}
#S5topic p{
	margin: 0;
	padding: 0;
}
.S5topic_txt{
	font-size: 12px;
	padding: 5px 0 5px 10px!important;
}
.contBoxS5 {
	width:280px;
	margin:0 auto;
}
.contBoxS5 h3 {
	padding-bottom:15px;
}
.contBoxS5 p {
	line-height:1.5em;
	color: #221714;
}
.contBoxS5 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.contBoxS5 .sub_title{
	font-size:27px;
	width: 280px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:10px;
	color: #221714;
}
.contBoxS5 .sub_title2{
	font-size:24px;
	width: 280px;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom:10px;
	color: #221714;
}
.priceS5 {
	font-size:17px;
	margin-bottom:15px;
	color: #221714;
}
.priceS5 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}

/*season6*/
#bgOriginalS6 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season6/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;

}
#pageBgcolorS6 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
}
#pageBgcolorS6 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S6box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 0 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season6/contents_bg.jpg);
	color:#221714;
}

#S6box1 .sundubu_right{
	background-color: #050000;
}

#S6box1 .sundubu_left{
	background-color: #050000;
}

#S6box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S6box1 .big {
	font-size: 40px;
}
#S6box1 .sundubu_left{
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	color: #221714;
}
#S6box1 .sundubu_right{
	width: 300px;
	margin: 0 0 0 320px;
	padding: 0 0 5px 0;
	color: #221714;
}
#S6box1 p img{
	margin: 0;
	padding: 0;
}
#S6box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
#S6topic{
	width: 612px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 4px;
	clear: both;
}
#S6topic li{
	width: 200px;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	color: #221714;
	list-style-type: none;
}
#S6topic p{
	margin: 0;
	padding: 0;
}
.S6topic_txt{
	font-size: 12px;
	padding: 5px 0 5px 10px!important;
}
.contBoxS6 {
	width:280px;
	margin:0 auto;
}
.contBoxS6 h3 {
	padding-bottom:15px;
}
.contBoxS6 p {
	line-height:1.5em;
	color: #ffffff;
}
.contBoxS6 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.contBoxS6 .sub_title{
	font-size:27px;
	width: 280px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:10px;
	color: #ffffff;
}
.contBoxS6 .sub_title2{
	font-size:24px;
	width: 280px;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom:10px;
	color: #221714;
}
.priceS6 {
	font-size:17px;
	margin-bottom:15px;
	color: #ffffff;
}
.priceS6 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S6sidemenu{
	width: 628px;
	margin: 0 auto ;
	padding: 0;
}

/*season7*/
#bgOriginalS7 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season7/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;

}
#pageBgcolorS7 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season7/body_bg.jpg) ;
}
#pageBgcolorS7 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S7box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 0 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season7/contents_bg.jpg);
	color:#221714;
}

#S7box1 .sundubu_right{
	background-color: #050000;
}

#S7box1 .sundubu_left{
	background-color: #050000;
}

#S7box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S7box1 .big {
	font-size: 40px;
}
#S7box1 .sundubu_left{
	width: 300px;
	float: left;
	margin: 20px 0 0 9px;
	padding: 0 0 5px 0;
	color: #221714;
	clear: both;
}
#S7box1 .sundubu_right{
	width: 300px;
	margin: 20px 0 0 319px;
	padding: 0 0 5px 0;
	color: #221714;
}
#S7box1 p img{
	margin: 0;
	padding: 0;
}
#S7box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
#S7topic{
	width: 612px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 4px;
	clear: both;
}
#S7topic li{
	width: 200px;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	color: #221714;
	list-style-type: none;
}
#S7topic p{
	margin: 0;
	padding: 0;
}
.S7topic_txt{
	font-size: 12px;
	padding: 5px 0 5px 10px!important;
}
.contBoxS7 {
	width:280px;
	margin:0 auto;
}
.contBoxS7 h3 {
	padding-bottom:15px;
}
.contBoxS7 p {
	line-height:1.5em;
	color: #ffffff;
}
.contBoxS7 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.contBoxS7 .sub_title{
	font-size:27px;
	width: 280px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:0;
	color: #ffffff;
}
.contBoxS7 .sub_title2{
	font-size:24px;
	width: 280px;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom:0;
	color: #221714;
}
#S7_center{
	width: 610px;
	margin: 0 auto;
	padding:0;
	background-color: #000;
}
.contBoxS7_L {
	width:580px;
	margin:0 auto;
	padding: 0 0 20px 0;
}
.contBoxS7_L h3 {
	padding-bottom:15px;
}
.contBoxS7_L p {
	line-height:1.5em;
	color: #ffffff;
}
.contBoxS7_L h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.contBoxS7_L .sub_title{
	font-size:27px;
	width: 600px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:0px;
	color: #ffffff;
}
.contBoxS7_L .sub_title2{
	font-size:24px;
	width: 280px;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom:10px;
	color: #221714;
}
.priceS7 {
	font-size:17px;
	margin-bottom:5px;
	color: #ffffff;
}
.priceS7 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S7sidemenu{
	width: 628px;
	margin: 0 auto 20px auto;
	padding: 0;
	background-image: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season7/bg1.gif);
}
#S7sidemenu .sub_title{
	color: #000;
}
#S7sidemenu .priceS7{
	color: #000;
}
#S7sidemenu p{
	color: #000;
}
.S7_topping{
	width: 608px;
	margin: 10px auto;
}

/*season8*/
#bgOriginalS8 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season8/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;

}
#pageBgcolorS8 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season8/body_bg.jpg) ;
}
#pageBgcolorS8 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S8box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season8/contents_bg.jpg);
	color:#221714;
}
#S8box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S8box1 .big {
	font-size: 40px;
}
#S8box1 p img{
	margin: 0;
	padding: 0;
}
#S8topic{
	width: 612px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 4px;
	clear: both;
}
#S8topic p{
	margin: 0;
	padding: 0;
}
.S8topic_txt{
	font-size: 12px;
	padding: 5px 0 5px 10px!important;
}
.contBoxS8 {
	width:280px;
	margin:0 auto;
}
.contBoxS8 h3 {
	padding-bottom:15px;
}
.contBoxS8 p {
	line-height:1.5em;
	color: #ffffff;
}
.contBoxS8 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.S8_center{
	width: 628px;
	margin: 0;
	padding:0;
}
.contBoxS8_L {
	width:520px;
	margin:0 auto;
	padding: 0 0 20px 0;
}
.contBoxS8_L h3 {
	padding-bottom:15px;
}
.contBoxS8_L p {
	line-height:1.5em;
}
.contBoxS8_L h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
.contBoxS8_L .sub_title{
	font-size:30px;
	width: 520px;
	text-align: center;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:10px;
}
.priceS8 {
	font-size:17px;
	margin-bottom:5px;
	color: #333;
}
.priceS8 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
.S8_red{ color: #af576b;}
.S8_blue{ color: #60819b;}
.S8_green{ color: #807f29;}


/*season9*/
#bgOriginalS9 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season9/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;

}
#pageBgcolorS9 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season9/body_bg.jpg) ;
}
#pageBgcolorS9 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S9box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season9/contents_bg.jpg);
	color:#221714;
}
#S9box1 p img{
	margin: 0;
	padding: 0;
}
#S9box1 .sidemenu{
	margin: 25px 0 0 0;
}
#S9topic{
	width: 612px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 4px;
	clear: both;
}
#S9topic p{
	margin: 0;
	padding: 0;
}
.S9topic_txt{
	font-size: 12px;
	padding: 5px 0 5px 10px!important;
}
.contBoxS9 {
	width:280px;
	margin:0 auto;
}
.contBoxS9 h3 {
	padding-bottom:15px;
}
.contBoxS9 p {
	line-height:1.5em;
	color: #ffffff;
}
.contBoxS9 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
#S9box1 .sundubu_left{
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season9/sundubu_bg1.jpg);
	color: #221714;
}
#S9box1 .sundubu_right{
	width: 300px;
	margin: 0 0 0 320px;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season9/sundubu_bg2.jpg);
	color: #221714;
}

#S9box1 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
#S9box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S9box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S9box1 .sub_title{
	font-size:27px;
	width: 280px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	color: #221714;
}
#S9box1 .sub_title2{
	font-size:24px;
	width: 580px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	color: #221714;
}
.priceS9 {
	font-size:17px;
	margin-bottom:5px;
	color: #333;
}
.priceS9 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
.S9material{
	border-top: 1px solid #221714;
	padding-top: 5px;
}
.S9_orange{ color: #e8380d;}
.S9_green{ color: #00a93a;}


/*season10*/
#bgOriginalS10 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season10/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;

}
#pageBgcolorS10 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
}
#pageBgcolorS10 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S10box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season10/contents_bg.jpg);
	color:#221714;
}
#S10box1 p img{
	margin: 0;
	padding: 0;
}
#S10box1 .sidemenu{
	margin: 25px 0 0 0;
}
#S10topic{
	width: 612px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 4px;
	clear: both;
}
#S10topic p{
	margin: 0;
	padding: 0;
}
.S10topic_txt{
	font-size: 12px;
	padding: 5px 0 5px 10px!important;
}
.contBoxS10 {
	width:280px;
	margin:0 auto;
}
.contBoxS10 h3 {
	padding-bottom:15px;
}
.contBoxS10 p {
	line-height:1.5em;
	color: #ffffff;
}
.contBoxS10 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
#S10box1 .sundubu_left{
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	color: #FFF;
	background-color: #050000;
}
#S10box1 .sundubu_right{
	width: 300px;
	margin: 0 0 0 320px;
	padding: 0 0 10px 0;
	color: #FFF;
	background-color: #050000;
}

#S10box1 h3 {
	font-size:16px;
	font-weight:bold;
	border-top:#201915 solid 1px;
	border-bottom:#201915 solid 1px;
	padding:0 0 0 30px;
	margin-top:15px;
	line-height:2.8em;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/point_square.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
}
#S10box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S10box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S10box1 .sub_title{
	font-size:27px;
	width: 280px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	color: #fff;
}
#S10box1 .sub_title2{
	font-size:24px;
	width: 580px;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	color: #221714;
}
.priceS10 {
	font-size:17px;
	margin-bottom:5px;
	color: #fff;
}
.priceS10 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
.S10material{
	border-top: 1px solid #fff;
	padding-top: 5px;
}
.S10_submenu{
	width: 608px;
	margin: 0 auto;
	padding-bottom: 15px;
}

/*season11*/
#bgOriginalS11 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season11/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS11 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season11/body_bg.png) ;
}
#pageBgcolorS11 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S11main{
	width: 610px;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	background-color: #500000;
}
#S11box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season11/contents_bg.jpg);
}
#S11box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S11box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S11box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S11box1 .sundubu_left{
	width: 300px;
	float: left;
	margin: 0 0 0 9px;
	padding: 0 0 10px 0;
	color: #FFF;
	background-color: #500000;
	min-height: 660px;
}
#S11box1 .sundubu_right{
	width: 300px;
	margin: 0 0 0 319px;
	padding: 0 0 10px 0;
	color: #FFF;
	background-color: #500000;
	min-height: 660px;
}
#S11box1 p img{
	margin: 0;
	padding: 0;
}
#S11box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS11 {
	font-size:17px;
	margin-bottom:5px;
	color: #ffffff;
}
.priceS11 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
.S11_sub_title{
	font-size: 20px;
	font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 10px;
    width: 280px;
}
.S11material{
	border-top: 1px solid #fff;
	padding-top: 5px;
}

/*season12*/
#bgOriginalS12 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season12/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS12 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season12/body_bg.png) ;
}
#pageBgcolorS12 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S12main{
	width: 610px;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	color: #000;
}
#S12box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season12/contents_bg.jpg);
}
#S12box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S12box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S12box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S12box1 .banner{
	width: 608px;
	margin: 0 auto 20px auto;	
}
#S12box1 p img{
	margin: 0;
	padding: 0;
}
#S12box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS12 {
	font-size:17px;
	margin-bottom:5px;
	color: #000;
}
.priceS12 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S12box1 .sub_title{
	font-size:27px;
	width: 100%;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	margin-top: 15px;
	color: #000;
}
.S12material{
	border-top: 1px solid #000;
	padding-top: 5px;
}
/*season13*/
#bgOriginalS13 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season13/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS13 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season13/body_bg.png) ;
}
#pageBgcolorS13 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S13main{
	width: 610px;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	color: #000;
}
#S13box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season13/contents_bg.jpg);
}
#S13box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S13box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S13box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S13box1 p img{
	margin: 0;
	padding: 0;
}
#S13box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS13 {
	font-size:17px;
	margin-bottom:5px;
	color: #000;
}
.priceS13 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S13box1 .sub_title{
	font-size:27px;
	width: 100%;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	margin-top: 15px;
	color: #000;
}
.S13material{
	border-top: 1px solid #000;
	padding-top: 5px;
}
.S13_pd50{
	padding-top: 50px;
}
/*season14*/
#bgOriginalS14 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season14/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS14 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #610016;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season14/body_bg.png) ;
}
#pageBgcolorS14 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S14main{
	width: 610px;
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	color: #000;
}
#S14box1{
	width: 628px;
	margin: 0 auto 50px auto;
	padding: 10px 0 10px 0;
	// background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season14/contents_bg.jpg);
	background: #fff;
}
#S14box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S14box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S14box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S14box1 p img{
	margin: 0;
	padding: 0;
}
#S14box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS14 {
	font-size:17px;
	margin-bottom:5px;
	color: #000;
}
.priceS14 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S14box1 .sub_title{
	font-size:27px;
	width: 100%;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	margin-top: 15px;
	color: #000;
}
.S14material{
	border-top: 1px solid #000;
	padding-top: 5px;
}
.S14_pd50{
	padding-top: 50px;
}
/*season15*/
#bgOriginalS15 {
	/*background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/lead.png) 100px 22px no-repeat;*/
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS15 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #fff;
	/*background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/body_bg.png) ;*/
}
#bgOriginalS15 #seasonWrap #seasonRight{
	/*background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg);*/
	width: 628px;
	padding-bottom: 30px;
}
#pageBgcolorS15 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S15main{
	background: #500000;
	width: 610px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	color: #fff;
}
#S15box1{
	width: 628px;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg);
	// background: #fff;
}
#S15box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S15box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S15box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S15box1 p img{
	margin: 0;
	padding: 0;
}
#S15box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS15 {
	font-size:17px;
	margin-bottom:5px;
	color: #fff;
}
.priceS15 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S15box1 .sub_title{
	font-size:27px;
	width: 100%;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	// margin-top: 15px;
	color: #fff;
}
.S15material{
	border-top: 1px solid #000;
	padding-top: 5px;
}
.S15_pd50{
	padding-top: 20px;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg) no-repeat 50% 0;
}
.S15_howtoorder{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;
}
.S15_note{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0 40px 35px;
}
/*season16*/
#bgOriginalS16 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season16/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS16 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #fff;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season16/body_bg.jpg) ;
}
#bgOriginalS16 #seasonWrap #seasonRight{
	/*background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg);*/
	width: 628px;
	padding-bottom: 30px;
}
#pageBgcolorS16 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S16main{
	background: #500000;
	/*width: 610px;*/
	margin: 0 auto 0 auto;
	/*padding: 0 0 15px 0;*/
	color: #fff;
}
#S16box1{
	width: 628px;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season16/contents_bg.jpg);
	// background: #fff;
}
#S16box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S16box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S16box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S16box1 p img{
	margin: 0;
	padding: 0;
}
#S16box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS16 {
	font-size:17px;
	margin-bottom:5px;
	color: #fff;
}
.priceS16 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S16box1 .sub_title{
	font-size:27px;
	width: 100%;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	// margin-top: 15px;
	color: #fff;
}
.S16material{
	border-top: 1px solid #000;
	padding-top: 5px;
}
.S16_pd50{
	padding-top: 20px;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg) no-repeat 50% 0;
}
.S16_howtoorder{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;
}
.S16_note{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0 40px 35px;
}
/*season17*/
#bgOriginalS17 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season17/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS17 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background-color: #CB0914;
	/*background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season17/body_bg.jpg) ;*/
}
#bgOriginalS17 #seasonWrap #seasonRight{
	/*background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg);*/
	width: 628px;
	padding-bottom: 30px;
}
#pageBgcolorS17 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S17main{
	/*background: #500000;*/
	/*width: 610px;*/
	margin: 0 auto 0 auto;
	/*padding: 0 0 15px 0;*/
	color: #fff;
}
#S17box1{
	width: 628px;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season17/contents_bg.jpg);
	// background: #fff;
}
#S17box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S17box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S17box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S17box1 p img{
	margin: 0;
	padding: 0;
}
#S17box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS17 {
	font-size:17px;
	margin-bottom:5px;
	color: #fff;
}
.priceS17 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S17box1 .sub_title{
	font-size:27px;
	width: 100%;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	// margin-top: 15px;
	color: #fff;
}
.S17material{
	border-top: 1px solid #000;
	padding-top: 5px;
}
.S17_pd50{
	padding-top: 20px;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg) no-repeat 50% 0;
}
.S17_howtoorder{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;
}
.S17_note{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0 40px 35px;
}
/*season18*/
#bgOriginalS18 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season18/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS18 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	/*background-color: #6c391d;*/
	background:url(images/menu/season18/body_bg.gif) ;
	/*background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season18/body_bg.jpg) ;*/
}
#bgOriginalS18 #seasonWrap #seasonRight{
	/*background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg);*/
	width: 628px;
	padding-bottom: 30px;
}
#pageBgcolorS18 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S18main{
	/*background: #500000;*/
	/*width: 610px;*/
	margin: 0 auto 0 auto;
	/*padding: 0 0 15px 0;*/
	color: #fff;
}
#S18main .block1{
	height: 494px;
	position: relative;
}
#S18main .block2{
	height: 500px;
	position: relative;
}
#S18main .block1.main-menu .txt{
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season18/bg001.png) no-repeat 0 0;
	position: absolute;
	right: 5px;
	bottom: 20px;
	width: 404px;
	height: 283px;
}
#S18main .block1.main-menu .txt dl{
	margin: 0;
	padding: 40px 0 0 15px;
}
#S18main .block2.main-menu .txt{
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season18/bg002.png) no-repeat 0 0;
	position: absolute;
	left: 10px;
	bottom: 14px;
	width: 442px;
	height: 277px;
}
#S18main .block2.main-menu .txt dl{
	margin: 0;
	padding: 20px 0 0 15px;
}
#S18main .main-menu .txt dl dd{
	color: #41210f;
	font-size: 12px;
	margin-bottom: 3px;
}
#S18main .main-menu .txt dl dd:nth-of-type(2){
	font-size: 20px;
}
#S18main .main-menu .txt dl dd:nth-of-type(2) b{
	font-size: 12px;
}
#S18main .main-menu .txt dl dd:nth-of-type(2) span{
	font-size: 14px;
	border: dashed 1px;
	border-radius: 3px;
	padding: 1px 5px;
	margin: 0 10px 0 25px;
}
#S18main .main-menu .txt dl dd:nth-of-type(2){
	font-size: 20px;
}
#S18main .main-menu .txt dl dd:nth-of-type(3){
	border: solid 1px;
	border-radius: 3px;
	display: inline-block;
	padding: 1px 0 1px 6px;
	margin-bottom: 7px;
}
#S18main .main-menu .txt dl dd:nth-of-type(4){
	line-height: 2;
	margin-bottom: 7px;
}
#S18main .main-menu .txt dl dd:nth-of-type(4) span{
	background: #41210f;
	border-radius: 3px;
	padding: 3px 5px 2px 6px;
	color: #fff;
}
#S18main .block3{
	height: 180px;
	position: relative;
}
#S18main .block3 .side{
	position: absolute;
	top: 115px;
	left: 50px;
	text-align: center;
}
#S18main .block3 .side p{
	margin-bottom: 0;
}
#S18main .block3 .side p:nth-of-type(1) img{
	vertical-align: middle;
	margin-right: 10px;
}
#S18main .block3 .side p:nth-of-type(1) span{
	vertical-align: middle;
	font-size: 18px;
}
#S18main .block3 .side p:nth-of-type(1) span b{
	font-size: 12px;
}
#S18main .block3 .side p:nth-of-type(2){
	line-height: 0;
}
#S18main .block3 .side.menu1{
	left: 55px;
}
#S18main .block3 .side.menu2{
	left: 360px;
}
#S18box1{
	width: 628px;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season18/contents_bg.jpg);
	// background: #fff;
}
#S18box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S18box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S18box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S18box1 p img{
	margin: 0;
	padding: 0;
}
#S18box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS18 {
	font-size:18px;
	margin-bottom:5px;
	color: #fff;
}
.priceS18 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S18box1 .sub_title{
	font-size:27px;
	width: 100%;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	// margin-top: 15px;
	color: #fff;
}
.S18material{
	border-top: 1px solid #000;
	padding-top: 5px;
}
.S18_pd50{
	padding-top: 20px;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg) no-repeat 50% 0;
}
.S18_howtoorder{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;
}
.S18_note{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0 40px 35px;
}

/*season19*/
#bgOriginalS19 {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season19/lead.png) 100px 22px no-repeat;
	overflow:hidden;
	margin: 0 auto;
	width: 1043px;
}
#pageBgcolorS19 {
	width:100%;
	margin:0 0 30px 0;
	padding: 0 0 30px 0;
	overflow:hidden;
	background:url(images/menu/season19/body_bg.jpg) ;
}
#bgOriginalS19 #seasonWrap #seasonRight{
	width: 628px;
	padding-bottom: 30px;
}
#pageBgcolorS19 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}
#S19main{
	/*background: #500000;*/
	/*width: 610px;*/
	margin: 0 auto 0 auto;
	/*padding: 0 0 15px 0;*/
	color: #fff;
}
#S19main .block{
	height: 500px;
	position: relative;
}
#S19main .block.main-menu .txt{
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season19/bg002.png) no-repeat 0 0;
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 300px;
	min-height: 210px;
}
#S19main .block.main-menu .txt dl{
	margin: 0;
	padding: 20px 0 0 15px;
}
#S19main .main-menu .txt dl dt{
	color: #41210f;
	font-size: 24px;
    font-weight: bold;
	margin-bottom: 5px;
    line-height: 1em;
}
#S19main .main-menu .txt dl dt span{
	font-size: 14px;
}
#S19main .main-menu .txt dl dd{
	color: #41210f;
	font-size: 12px;
	margin-bottom: 5px;
}
#S19main .main-menu .txt dl dd:nth-of-type(1){
	border-radius: 3px;
	display: inline-block;
	padding: 4px 0 2px 6px;
	margin-bottom: 7px;
    background: #41210f;
    color: #fff;
}
#S19main .main-menu .txt dl dd:nth-of-type(1) span{
    font-size: 11px;
}
#S19main .main-menu .txt dl dd:nth-of-type(2){
	line-height: 2;
	margin-bottom: 7px;
}
#S19main .main-menu .txt dl dd:nth-of-type(2) span{
	background: #41210f;
	border-radius: 3px;
	padding: 3px 5px 2px 6px;
	color: #fff;
}
#S19main .block3{
	height: 180px;
	position: relative;
}
#S19main .block3 .side{
	position: absolute;
	top: 115px;
	left: 50px;
	text-align: center;
}
#S19main .block3 .side p{
	margin-bottom: 0;
}
#S19main .block3 .side p:nth-of-type(1) img{
	vertical-align: middle;
	margin-right: 10px;
}
#S19main .block3 .side p:nth-of-type(1) span{
	vertical-align: middle;
	font-size: 18px;
}
#S19main .block3 .side p:nth-of-type(1) span b{
	font-size: 12px;
}
#S19main .block3 .side p:nth-of-type(2){
	line-height: 0;
}
#S19main .block3 .side.menu1{
	left: 55px;
}
#S19main .block3 .side.menu2{
	left: 360px;
}
#S19box1{
	width: 628px;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 0;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season19/contents_bg.jpg);
}
#S19box1 h3{
	width: 628px;
	clear: both;
	margin: 50px 0 20px 0;
	padding: 0;
}
#S19box1 .box_wrap{
	width: 280px;
	margin: 0 auto;
}
#S19box1 .box_wrap2{
	width: 580px;
	margin: 0 auto;
}
#S19box1 p img{
	margin: 0;
	padding: 0;
}
#S19box1 .hr{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin: 15px 0;
}
.priceS19 {
	font-size:18px;
	margin-bottom:5px;
	color: #fff;
}
.priceS19 span {
	line-height:2em;
	font-size:11px;
	padding-left:5px;
}
#S19box1 .sub_title{
	font-size:27px;
	width: 100%;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom: 0;
	color: #fff;
}
.S19material{
	border-top: 1px solid #000;
	padding-top: 5px;
}
.S19_pd50{
	padding-top: 20px;
	background: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/season15/contents_bg.jpg) no-repeat 50% 0;
}
.S19_howtoorder{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;
}
.S19_note{
	width: 610px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0 40px 35px;
}


/*revision*/
.revision{
	color: #333;
	border: solid 2px;
	text-align: center;
	padding-top: 23px;
}
/**/
.ingredients {
	font-size:15px;
	border-bottom:#F3E727 dotted 1px;
	padding-bottom:15px;
}
.ing_border{
	font-size:0px;
	border-bottom:#F3E727 dotted 1px;
	padding:0;
	margin:0;
}
/*lightboxの閉じるボタンクリック範囲調整*/
#stimuli_imageData #stimuli_bottomNavClose {
	height:20px;
}
/*ショップデータ*/
#pageBgcolor3 {
	background:#0E090D;
	overflow:hidden;
	margin: 0 auto;
	width: 100%;
}
#pageBgcolor3 #main {
	width:850px;
	margin:0 auto 30px;
	overflow:hidden;
}

#shopWrap {
	color:#fff;
	width:810px;
	margin:0 auto;
	overflow:hidden;
}
#shopHeading {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/shop/shop_main.png) top center no-repeat;
	width:809px;
	height:627px;
}
.shopLeft {
	float:left;
	width:470px;
}
.shopRight {
	float:right;
	width:340px;
}
#shopWrap h3 {
	margin:30px 0 0;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/shop/point_circle_orange.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	color:#EE7A1C;
	font-size:20px;
	padding-left:30px;
}
#shopWrap h4 {
	display:block;
	margin-top:20px;
}
#shopWrap a,
#shopWrapBar a {
	color:#fff;
	font-size:14px;
	padding-right:20px;
	line-height:2.725em;
}
/*店舗情報　1218*/

#shopLogoQr {
	margin:50px 0 20px;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/shop/sundubu_qr_logo.png) top left no-repeat;
	width:254px;
	height:71px;
}
.smallTxt {
	font-size:12px;
}
.ssmallTxt {
	font-size:11px;
}
/*各店舗詳細lightbox風*/
.shopinfo-dialog, .shopinfo-dialog2,
.shopinfo-dialog3, .shopinfo-dialog4,
.shopinfo-dialog5, .shopinfo-dialog6,
.shopinfo-dialog7, .shopinfo-dialog8,
.shopinfo-dialog9, .shopinfo-dialog10,
.shopinfo-dialog11, .shopinfo-dialog12,
.shopinfo-dialog13, .shopinfo-dialog14,
.shopinfo-dialog15, .shopinfo-dialog16,
.shopinfo-dialog17, .shopinfo-dialog18,
.shopinfo-dialog19, .shopinfo-dialog20,
.shopinfo-dialog21, .shopinfo-dialog22,
.shopinfo-dialog23, .shopinfo-dialog24,
.shopinfo-dialog25, .shopinfo-dialog26,
.shopinfo-dialog27, .shopinfo-dialog28,
.shopinfo-dialog29, .shopinfo-dialog30,
.shopinfo-dialog31, .shopinfo-dialog32,
.shopinfo-dialog33, .shopinfo-dialog34,
.shopinfo-dialog35, .shopinfo-dialog36,
.shopinfo-dialog37, .shopinfo-dialog38,
.shopinfo-dialog39, .shopinfo-dialog40,
.shopinfo-dialog41, .shopinfo-dialog42,
.shopinfo-dialog42, .shopinfo-dialog43,
.shopinfo-dialog44, .shopinfo-dialog45,
.shopinfo-dialog46, .shopinfo-dialog47,
.shopinfo-dialog48, .shopinfo-dialog49,
.shopinfo-dialog50,
.shopinfo-dialog-n1 {
	position:relative;
  top:10px;
  left:50%;
  margin:0px 0px 0px -360px;
  padding:20px;
  width:660px;
  border-top:#EF7B1C solid 10px;
  height:auto;
  background-color:#fff;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  z-index:1000;
  display:none;
}
.shopinfo-dialog *:focus, .shopinfo-dialog2 *:focus,
.shopinfo-dialog3 *:focus, .shopinfo-dialog4 *:focus,
.shopinfo-dialog5 *:focus, .shopinfo-dialog6 *:focus,
.shopinfo-dialog7 *:focus, .shopinfo-dialog8 *:focus,
.shopinfo-dialog9 *:focus, .shopinfo-dialog10 *:focus,
.shopinfo-dialog11 *:focus, .shopinfo-dialog12 *:focus,
.shopinfo-dialog13 *:focus, .shopinfo-dialog14 *:focus,
.shopinfo-dialog15 *:focus, .shopinfo-dialog16 *:focus,
.shopinfo-dialog17 *:focus, .shopinfo-dialog18 *:focus,
.shopinfo-dialog19 *:focus, .shopinfo-dialog20 *:focus,
.shopinfo-dialog21 *:focus, .shopinfo-dialog22 *:focus,
.shopinfo-dialog23 *:focus, .shopinfo-dialog24 *:focus,
.shopinfo-dialog25 *:focus, .shopinfo-dialog26 *:focus,
.shopinfo-dialog27 *:focus, .shopinfo-dialog28 *:focus,
.shopinfo-dialog29 *:focus, .shopinfo-dialog30 *:focus,
.shopinfo-dialog31 *:focus, .shopinfo-dialog32 *:focus,
.shopinfo-dialog33 *:focus, .shopinfo-dialog34 *:focus,
.shopinfo-dialog35 *:focus, .shopinfo-dialog36 *:focus,
.shopinfo-dialog37 *:focus, .shopinfo-dialog38 *:focus,
.shopinfo-dialog39 *:focus, .shopinfo-dialog40 *:focus,
.shopinfo-dialog41 *:focus, .shopinfo-dialog43 *:focus,
.shopinfo-dialog44 *:focus, .shopinfo-dialog45 *:focus,
.shopinfo-dialog46 *:focus, .shopinfo-dialog47 *:focus,
.shopinfo-dialog48 *:focus, .shopinfo-dialog49 *:focus,
.shopinfo-dialog50 *:focus,
.shopinfo-dialog-n1 *:focus {
  outline:none;
}
.infoLeft {
	float:left;
	width:290px;
}
.infoRight {
	float:right;
	width:370px;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/shop/bg_shop_detail.gif);
	background-position:150px 30px;
	background-repeat:no-repeat;
}
.infoRight dl {
	margin:0 0 10px;
	clear:both;
	border-bottom:#666 dotted 1px;
}
.infoRight dl dt {
	font-size:11px;
	font-weight:nomal;
	float:left;
	margin:0;
}
.infoRight dl dd {
	margin-left:60px;
	margin-bottom:10px;
}
span.inlineTxt {
	font-size:11px;
	margin:0 15px 3px 25px;
	font-weight:bold;
}
span.shopnemeS {
	font-size:14px;
	padding-right:8px;
	font-weight:bold;
}
.shopinfoCont {
  clear:both;
  overflow:hidden;
}
h4.titMap {
	display:block;
	overflow:hidden;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/shop/tit_map.gif) no-repeat;
	width:67px;
	height:14px;
	margin:10px 0 5px;
}
.shopinfoCont h3.title {
  padding:0;
  color:#000;
  font-size:30px;
  margin:20px 0px 0px 0px;
  position:relative;
  height:110px;
}
.shopinfoCont h3.title a {
  position:absolute;
  top:10px;
  right:15px;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  cursor:pointer;
}
.button-wrapper {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/shop/logo_shop_detail.png) left no-repeat;
	padding:10px 0 0px;
	margin-top:15px;
	height:71px;
}

.button-wrapper button {
  background-color:#fff;
  border:#777 solid 1px;
  font:bold 12px Arial,Sans-Serif;
  color:#777;
  padding:15px;
  cursor:pointer;
  float:right;
  display:block;
  margin:20px 0 0;
}

.button-wrapper button:hover {
  background-color:#999;
  color:#fff;
}
.dialog-overlay {
  position:fixed !important;
  position:absolute;
  z-index:999;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  background-color:#000;
  display:none;
}

/* Iframe */
.iframeContainer iframe {
  width:252px;
  height:252px;
  border:none;
  background-color:#ccc;
  overflow:auto;
}

/*130410追加*/
#shopWrapBar {
	width:810px;
	margin:30px auto 0;
	overflow:hidden;
}
/*.shopinfo-dialog6 {
	border-top: #060102 solid 10px;
}
.shopinfo-dialog6 .infoRight {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/shop/bg_shopdetail_bar.gif) top right no-repeat;
}
.shopinfo-dialog6 .button-wrapper {
	background:none;
}*/
#shopWrapBar h3 {
	margin: 30px 0 0;
	background-image: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/shop/point_circle_pink.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	color: #FF4190;
	font-size: 20px;
	padding-left: 30px;
}

/*各店舗詳細ここまで*/
/*会社情報130422追記*/
#companyInfoWrap {
	width:100%;
}
#companyInfoWrap .sectionWrap {
	margin:20px auto;
	width:530px;
	overflow:hidden;
}

#companyInfoWrap h4 {
	padding:10px 0 6px 30px;
	border-top:#E85F9D solid 1px;
	border-bottom:#E85F9D solid 1px;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/company-info/h_arrow_pink.gif);
	background-position:10px 10px;
	background-repeat:no-repeat;
}
.iconMail {
	font-size:20px;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/company-info/icon_mail.gif);
	background-position:0 9px;
	background-repeat:no-repeat;
	padding-left:26px;
}
.mailAddress {
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
}
a.mailAddress {
	color:#000;
}
.iconTel {
	font-size:20px;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/company-info/icon_tel.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:26px;
	margin-top:10px;
}
.iconFreeDial {
	font-size:20px;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/company-info/icon_freedial.gif);
	background-position:20px 5px;
	background-repeat:no-repeat;
	padding-left:52px;
	margin-top:10px;
	letter-spacing:0.5em;
	font-weight:bold;
}
.sectionWrap p {
	padding-left:20px;
	font-weight:bold;
}
.sectionWrap ul {
	list-style:none;
	padding:0 0 0 20px;
	margin:0 0 20px 0;
}
.sectionWrap ul li {
	font-size:11px;
	margin-bottom:5px;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}
/* サイドバー */
#snsLinks {
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:1em;
}
#snsLinks a {
	padding-right:5px;
}
#snsLinkBtnWrap {
	overflow:hidden;
	float:left;
}
#snsLinks img {
	vertical-align:top;
}
.pointArrowY {
	overflow:hidden;
	background-image:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/arrow_ye.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	margin-bottom:1em;
}
.pointArrowY h3 {
	color:#8A5C26;
	font-size:11px;
	padding-left:14px;
}
#socialButtonWrap {
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0 auto 20px;
}
.tweetBtn {
	float:left;
	width:50%;
}
.fb-like {
	float:right;
}
#rightNavi {
	overflow:hidden;
}
#rightBnr ul,
#rightNavi ul {
	list-style:none;
	margin:0;
}
#rightBnr {
	overflow:hidden;
	clear:both;
	margin-bottom:30px;
}
#rightNavi ul li {
	padding:0;
	border-left:#7F7F7F solid 1px;
	border-bottom:#7F7F7F solid 1px;
	margin-bottom:10px;
	line-height:0;
}
#rightBnr ul li {
	margin-bottom:10px;
}
#rightBnr ul li img {
	display:block;
	margin:0 auto;
}
#rightBnr ul li a {
	padding:0;
	margin:0;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:10px;
	overflow:hidden;
	width:60px;
	height:60px;
	border:none;
	text-indent:100%;
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/ui.totop.png) no-repeat left top;
	width:60px;
	height:60px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background-position: 0 -60px;
}

#toTop:active, #toTop:focus {
	outline:none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	width:100%;
	margin-top:30px;
	padding-top:15px;
	clear: both;
	text-align:center;
}
#fnav {
	width:850px;
	clear:both;
	margin:0 auto;
}
#fnav ul {
	display:block;
	list-style:none;
	overflow:hidden;
	font-size:12px;
	margin:0 0 0 10px;
}
#fnav ul li {
	float:left;
	border-right:#BFA99D solid 1px;
	padding:0 15px;
}
#fnav ul li.navR {
	border:none;
}
#fnav ul li a {
	color:#685854;
}
#colophon small {
	display:block;
	font-size:12px;
	color:#685854;
	border-top:#BFA99D solid 1px;
	margin-top:15px;
	padding-top:15px;
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: 100%;
}


/* メニューページ 20180420追記
----------------------------------------------- */
#tabchangeContents li{
	list-style: none;
}
#tabchangeContents p,#tabchangeContents ul,#tabchangeContents dl,#tabchangeContents dd{
	margin: 0;
}

/*--- .lunch-menu ---*/
.lunch-menu{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/lunch/bg.jpg") repeat-y 0 0;
	padding: 0 20px;
}
.lunch-menu .ttl{
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
}
.lunch-menu .snack {
	margin-bottom: 50px;
}
.lunch-menu .snack h3 {
	text-align: center;
	margin-bottom: 20px;
}
.lunch-menu .snack .snack-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lunch-menu .snack .snack-list li{
	vertical-align: top;
	width: 47%;
	margin-bottom: 30px;
}
.lunch-menu .snack-list li dt:nth-of-type(2){
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.lunch-menu .snack-list li dt:nth-of-type(3){
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1;
}
.lunch-menu .snack-list li dd:nth-of-type(2){
	font-size: 18px;
	text-align: right;
}
.lunch-menu .snack-list li dd:nth-of-type(2) span{
	font-size: 12px;
}
.lunch-menu .sundubu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.lunch-menu .sundubu .img-box{
	width: 42%;
}
.lunch-menu .sundubu.img-left .img-box{
	padding-right: 16px;
	box-sizing: border-box;
}
.lunch-menu .sundubu.img-right .img-box{
	padding-left: 16px;
	box-sizing: border-box;
}
.lunch-menu .sundubu .txt-box {
	width: 58%;
}
.lunch-menu .sundubu .txt-box h3 {
	margin-bottom: 20px;
	padding-left: 35px;
}
.lunch-menu .sundubu-list li{
	vertical-align: top;
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
}
.lunch-menu .sundubu-list li:last-of-type{
	margin-bottom: 0;
}
.lunch-menu .sundubu-list li.renewal{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/lunch/ccl-renewal.png") no-repeat 0 50% / 35px;
}
.lunch-menu .sundubu-list li.recommend{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/lunch/ccl-recommend.png") no-repeat 0 50% / 35px;
}
.lunch-menu .sundubu-list li dt:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.lunch-menu .sundubu-list li dt:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1;
}
.lunch-menu .sundubu-list li dd:nth-of-type(1){
	font-size: 11px;
}
.lunch-menu .sundubu-list li dd:nth-of-type(2) span{
	font-size: 12px;
}
.lunch-menu .sundubu-list li dd:nth-of-type(2){
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.lunch-menu .sundubu-list li dd:nth-of-type(3){
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 30px;
}
.lunch-menu .img-box li{
	position: relative;
}
.lunch-menu .img-box li.renewal{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/lunch/ccl-renewal.png") no-repeat 0 50% / 35px;
	padding-left: 40px;
}
.lunch-menu .img-box li.recommend{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/lunch/ccl-recommend.png") no-repeat 0 50% / 35px;
	padding-left: 40px;
}
.lunch-menu .img-box li dt:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.lunch-menu .img-box li dt:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1;
}
.lunch-menu .img-box li dd:nth-of-type(1){
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1;
}
.lunch-menu .img-box li dd:nth-of-type(1){
	font-size: 12px;
}
.lunch-menu .img-box li dd:nth-of-type(2) span{
	font-size: 12px;
}
.lunch-menu .img-box li dd:nth-of-type(2){
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.lunch-menu .img-box li dd:nth-of-type(3){
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 30px;
}
.lunch-menu .note-area{
	background: #1D1210;
	text-align: center;
	padding: 30px 0;
}
.lunch-menu .note-area img:nth-of-type(1){
	margin-bottom: 20px;
}

/*--- .sundubu-menu ---*/
.sundubu-menu{
	background: #221815;
	padding: 0 20px 50px;
}
.sundubu-menu .ttl{
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
}
.sundubu-menu .recommend {
	margin-bottom: 50px;
}
.sundubu-menu .recommend .recommend-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sundubu-menu .recommend .recommend-list li{
	vertical-align: top;
	margin-bottom: 30px;
	color: #fff;
}
.sundubu-menu .recommend .recommend-list li:nth-of-type(1){
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/img-recommend001.png") no-repeat 0 0 / 420px auto;
	padding-top: 320px;
	width: 55%;
}
.sundubu-menu .recommend .recommend-list li:nth-of-type(2){
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/img-recommend002.png") no-repeat 0 0 / 360px auto;
	padding-top: 310px;
	width: 45%;
}
.sundubu-menu .recommend .recommend-list li:nth-of-type(3){
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/img-recommend003.png") no-repeat 0 30px / 350px auto;
	padding-top: 350px;
	width: 45%;
}
.sundubu-menu .recommend .recommend-list li:nth-of-type(4){
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/img-recommend004.png") no-repeat 0 0 / 440px auto;
	padding-top: 350px;
	width: 55%;
}
.sundubu-menu .recommend .recommend-list li dt:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
}
.sundubu-menu .recommend .recommend-list li dt:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1;
}
.sundubu-menu .recommend .recommend-list li dd:nth-of-type(1){
	font-size: 18px;
}
.sundubu-menu .recommend .recommend-list li dd:nth-of-type(1) span{
	font-size: 12px;
}
.sundubu-menu .recommend .recommend-list li dd:nth-of-type(1) b{
	font-size: 10px;
}
.sundubu-menu .sundubu {
	margin-bottom: 50px;
}
.sundubu-menu .sundubu.seafood{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/img-sundubu001.png") no-repeat 100% 0 / 400px auto;
}
.sundubu-menu .sundubu.meat{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/img-sundubu002.png") no-repeat 0 0 / 410px auto;
}
.sundubu-menu .sundubu.vegetable{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/img-sundubu003.png") no-repeat 100% 0 / 410px auto;
}
.sundubu-menu .sundubu.original{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/img-sundubu004.png") no-repeat 0 0 / 410px auto;
}
.sundubu-menu .sundubu.img-left h3{
	text-align: right;
}
.sundubu-menu .sundubu .sundubu-list{
	color: #fff;
	font-size: 0;
}
.sundubu-menu .sundubu .sundubu-list li{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	position: relative;
	margin-bottom: 10px;
	padding: 0 10px 0 40px;
	box-sizing: border-box;
}
.sundubu-menu .sundubu .sundubu-list li:last-of-type{
	margin-bottom: 0;
}
.sundubu-menu .sundubu.img-right .sundubu-list li:nth-of-type(-n+4){
	margin-right: 50%;
}
.sundubu-menu .sundubu.img-left .sundubu-list li:nth-of-type(-n+3){
	margin-left: 50%;
}
.sundubu-menu .sundubu .sundubu-list li.renewal{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/ccl-renewal.png") no-repeat 0 50% / 35px;
}
.sundubu-menu .sundubu .sundubu-list li.recommend{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/ccl-recommend.png") no-repeat 0 50% / 35px;
}
.sundubu-menu .sundubu .sundubu-list li.pickup {
	color: #221815;
}
.sundubu-menu .sundubu.seafood .sundubu-list li.pickup {
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/bg-seafood.jpg") repeat-y 100% 0;
}
.sundubu-menu .sundubu.meat .sundubu-list li.pickup {
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/bg-meat.jpg") repeat-y 100% 0;
}
.sundubu-menu .sundubu.vegetable .sundubu-list li.pickup {
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/bg-vegetable.jpg") repeat-y 100% 0;
}
.sundubu-menu .sundubu.original .sundubu-list li.pickup {
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/sundubu/bg-original.jpg") repeat-y 100% 0;
}
.sundubu-menu .sundubu .sundubu-list li dl{
	position: relative;
	padding: 5px 0;
}
.sundubu-menu .sundubu .sundubu-list li dt:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.sundubu-menu .sundubu .sundubu-list li dt:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1;
}
.sundubu-menu .sundubu .sundubu-list li dd:nth-of-type(1){
	font-size: 11px;
}
.sundubu-menu .sundubu .sundubu-list li dd:nth-of-type(2) span{
	font-size: 12px;
}
.sundubu-menu .sundubu .sundubu-list li dd:nth-of-type(2){
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.sundubu-menu .sundubu .sundubu-list li dd:nth-of-type(3){
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 25px;
}
.sundubu-menu .sundubu .sundubu-list li dd:nth-of-type(3) b{
	font-size: 10px;
}
.sundubu-menu .sundubu .sundubu-list li dd:nth-of-type(3) span{
	font-size: 10px;
}
.sundubu-menu .sundubu .sundubu-list li dd:nth-of-type(4){
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 40px;
}
.sundubu-menu .note-area{
	background: #fff;
	text-align: center;
	padding: 30px 0;
}
/*.sundubu-menu .note-area img:nth-of-type(1){
	margin-bottom: 20px;
}*/

/*--- .side-menu ---*/
.side-menu{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/side/bg-side.jpg") repeat-y 0 0;
	padding: 0 20px 30px;
}
.side-menu .area1{
	margin-bottom: 30px;
}
.side-menu .area1 h2{
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
.side-menu .area1 .side-list{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/side/img-side001.png") no-repeat 100% 0 / 280px auto;
	font-size: 0;
}
.side-menu .area3 .side-list{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/side/img-side002.png") no-repeat 5% 0 / 200px auto;
	font-size: 0;
}
.side-menu .side-list li{
	vertical-align: top;
	display: inline-block;
	width: 30%;
	position: relative;
	margin: 0 3% 10px 0;
	box-sizing: border-box;
}
.side-menu .side-list li:last-of-type{
	margin-bottom: 0;
}
.side-menu .area1 .side-list li:nth-of-type(2), .side-menu .area1 .side-list li:nth-of-type(4){
	margin-right: 30%;
}
.side-menu .area3 .side-list li:nth-of-type(1), .side-menu .area3 .side-list li:nth-of-type(3){
	margin-left: 33%;
}
.side-menu .side-list li dt:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.side-menu .side-list li dt:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1;
}
.side-menu .side-list li dd:nth-of-type(1){
	font-size: 11px;
}
.side-menu .side-list li dd:nth-of-type(2) {
	font-size: 18px;
	text-align: right;
}
.side-menu .side-list li dd:nth-of-type(2) span{
	font-size: 12px;
}
.side-menu .area2{
	border-top: 1px solid;
	border-bottom: 1px solid;
	box-sizing: border-box;
	font-size: 0;
	margin-bottom: 30px;
}
.side-menu .area2 h3{
	width: 30%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
}
.side-menu .area2 .snack-list{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/side/bg-line.png") repeat-y 0 0;
	width: 68%;
	padding: 10px 0 0 2%;
	display: inline-block;
}
.side-menu .area2 .snack-list li{
	vertical-align: top;
	display: inline-block;
	width: 48%;
	position: relative;
	margin: 0 4% 0 0;
	box-sizing: border-box;
}
.side-menu .area2 .snack-list li:nth-of-type(even){
	margin-right: 0;
}
.side-menu .area2 .snack-list li dt:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.side-menu .area2 .snack-list li dt:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1;
}
.side-menu .area2 .snack-list li dd:nth-of-type(1) {
	font-size: 12px;
}
.side-menu .area2 .snack-list li dd:nth-of-type(2) {
	font-size: 18px;
	text-align: right;
}
.side-menu .area2 .snack-list li dd:nth-of-type(2) span{
	font-size: 12px;
}
.side-menu .area3 h2{
	text-align: center;
	padding-top: 10px;
	margin-bottom: 30px;
}
.alacarte-menu{
	background: #221815;
	padding: 30px 20px;
}
.alacarte-menu .ttl{
	margin-bottom: 20px;
}
.alacarte-menu .ttl img{
	width: 100%;
}
.alacarte-menu .alacarte-list{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/side/txt-alacarte.png") no-repeat 0 0;
	color: #fff;
	position: relative;
	height: 660px;
}
.alacarte-menu .alacarte-list li{
	position: absolute;
	box-sizing: border-box;
}
#tabchangeContents li:nth-of-type(2n+1) {
    z-index: 1;
}
.alacarte-menu .alacarte-list li.item1{
	top: 150px;
	left: 50px;
	border-bottom: 1px solid;
}
.alacarte-menu .alacarte-list li.item2{
	top: 20px;
	left: 230px;
}
.alacarte-menu .alacarte-list li.item3{
	top: 400px;
	left: 90px;
	border-left: 9px solid;
	padding-left: 10px;
}
.alacarte-menu .alacarte-list li.item4{
	top: 200px;
	left: 0px;
}
.alacarte-menu .alacarte-list li.item5{
	top: 500px;
	left: 190px;
	border-left: 9px solid;
	padding-left: 10px;
	width: 210px;
}
.alacarte-menu .alacarte-list li.item6{
	top: 490px;
	left: 0px;
}
.alacarte-menu .alacarte-list li.item7{
	top: 35px;
	left: 400px;
	border-left: 9px solid;
	padding-left: 10px;
}
.alacarte-menu .alacarte-list li.item8{
	top: 105px;
	left: 420px;
	width: 120px;
}
.alacarte-menu .alacarte-list li.item8 img{
	width: 100%;
}
.alacarte-menu .alacarte-list li.item9{
	top: 90px;
	left: 580px;
	border-left: 9px solid;
	padding-left: 10px;
}
.alacarte-menu .alacarte-list li.item10{
	top: 30px;
	left: 600px;
	width: 140px;
}
.alacarte-menu .alacarte-list li.item10 img{
	width: 100%;
}
.alacarte-menu .alacarte-list li.item11{
	top: 240px;
	left: 630px;
	border-left: 9px solid;
	padding-left: 10px;
}
.alacarte-menu .alacarte-list li.item12{
	top: 180px;
	left: 400px;
}
.alacarte-menu .alacarte-list li.item13{
	top: 400px;
	left: 400px;
	border-left: 9px solid;
	padding-left: 10px;
}
.alacarte-menu .alacarte-list li.item14{
	top: 340px;
	left: 420px
}
.alacarte-menu .alacarte-list li.item15{
	top: 400px;
	left: 630px;
	border-left: 9px solid;
	padding-left: 10px;
}
.alacarte-menu .alacarte-list li.item16{
	top: 340px;
	left: 640px;
}
.alacarte-menu .alacarte-list li.item17{
	top: 500px;
	left: 605px;
	border-left: 9px solid;
	padding-left: 10px;
	width: 210px;
}
.alacarte-menu .alacarte-list li.item18{
	top: 490px;
	left: 390px;
}
.alacarte-menu .alacarte-list li dt:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.alacarte-menu .alacarte-list li dt:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1;
}
.alacarte-menu .alacarte-list li dd:nth-of-type(1) {
	font-size: 18px;
}
.alacarte-menu .alacarte-list li dd:nth-of-type(1) span{
	font-size: 12px;
}
.alacarte-menu .alacarte-list li dd:nth-of-type(2) {
	font-size: 11px;
}

/*--- .dessert-menu ---*/
.dessert-menu{
	background: url("https://tokyo-sundubu.net/sundubu/wp-content/themes/tofu/images/menu/dessert/bg-dessert.jpg") repeat-y 0 0;
	padding: 0 20px 30px;
	position: relative;
}
.dessert-menu .ttl{
	position: absolute;
	top: 30px;
	left: 30px;
}
.dessert-menu .dessert-list{
	position: relative;
	height: 660px;
}
.dessert-menu .dessert-list li{
	position: absolute;
	box-sizing: border-box;
}
.dessert-menu .dessert-list li:nth-of-type(2n) {
    z-index: 1;
}
.dessert-menu .dessert-list li:nth-of-type(1){
	top: 30px;
	left: 280px;
}
.dessert-menu .dessert-list li:nth-of-type(2){
	top: 180px;
	left: 90px;
	border-left: 9px solid;
	padding-left: 10px;
}
.dessert-menu .dessert-list li:nth-of-type(3){
	top: 290px;
	left: 0px;
}
.dessert-menu .dessert-list li:nth-of-type(4){
	top: 540px;
	left: 90px;
	border-left: 9px solid;
	padding-left: 10px;
}
.dessert-menu .dessert-list li:nth-of-type(5){
	top: 350px;
	left: 450px;
}
.dessert-menu .dessert-list li:nth-of-type(6){
	top: 540px;
	left: 440px;
	border-left: 9px solid;
	padding-left: 10px;
}


.dessert-menu .dessert-list li dt:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
}
.dessert-menu .dessert-list li dt:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1;
}
.dessert-menu .dessert-list li dd:nth-of-type(1) {
	font-size: 18px;
}
.dessert-menu .dessert-list li dd:nth-of-type(1) span{
	font-size: 12px;
}