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

.linkMark2 {
	background: url(../images/link_icon1.png) no-repeat left top;
	padding-left: 16px;
}

.linkMark2a img {
	vertical-align: middle;
	margin-right: 3px;
}

.linkPdf {
	background: url(../images/pdficon_small.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
}

.closeBtn {
	background: url(../../common/images/close_icon.png) no-repeat left center;
	padding-left: 18px;
	min-height: 18px;
	height: auto!important;
	height: 18px;
	padding-top: 2px;
}



.blockUnit {
	display: block;
}

.inlineBlockUnit {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


.verticalMiddle {
	vertical-align: middle!important;
}

/* blank */
.flat {
	margin: 0!important;
}

.flatB, div#content .flatB {
	margin-bottom: 0!important;
}

.blankBhalf {
	margin-bottom: 0.5em!important;
}


.blankB1, .mb1 {
	margin-bottom: 1em!important;
}


div#content .blankB1 {
	margin-bottom: 1em!important;
}

.blankB2, .mb2 {
	margin-bottom: 2em!important;
}

.blankB1a {
	margin-bottom: 5px!important;
}

.mb3 {
	margin-bottom: 3em!important;
}


.mb5 {
	margin-bottom: 5em!important;
}




.blankL1 {
	margin-left: 5px;
}


.blankR1 {
	margin-right: 15px;
}

.blankAuto {
	margin-left: auto;
	margin-right: auto;
}


.mb05 {
	margin-bottom: 5px;
}


/* fontSize */
.fontSize1 {
	font-size: 140%;
}


.fontSizeS1 {
	font-size: 70%;
}


/* box */
.box1 {
	background: #FFC;
}

.boxInner {
	padding: 10px;
}


/* elements */
.txtCenter {
	text-align: center!important;
}

.txtLeft {
	text-align: left!important;
}

.txtRight {
	text-align: right!important;
}




.floterLeft {
	float: left!important;
}

.floterRight {
	float: right!important;
}


.floterNext {
	overflow: hidden;
	_zoom: 1;
}

.floatClear {
	clear: both;
}

.boxSyle1 {
	border: solid 1px #CCCCCC;
	padding: 10px;
}


.boxSyle2 {
	background: url(images/box_bg.gif);
	padding: 5px;
}


.boxSyle2 ul {
	margin-bottom: 0!important;
	background: #FFF;
	padding: 15px;
}


.emphasisBox {
	background: #FFC;
	padding: 10px;
}


.emphasisLine1 {
	border-bottom: solid 1px #005FA0;
	padding-bottom: 0.25em;
}

/* table */


div.article table {
	border-collapse: collapse;
	border-spacing: 0;
	border: #CCC solid 1px;
}



div.article table th, div.article table td {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 5px;
	text-align: center;
/* 		vertical-align: top;  04/26 */
}


div.article table th {
	font-weight: bold;
	background: #777;
	color: #FFF;
vertical-align: top;
}



.dataTable1 .data1 td {
	background: #eeeeee;	
}

.dataTable1 .data2 td {
	background: #fbaaaa;
}

.dataTable1 .data3 td {
	background: #feffd4;	
}



/* list style */
ul.listStyle1 li {
	list-style: outside disc;
	margin-left: 1em;
	
}

ul.listStyleInline li {
	display: inline;
	margin: 0 3px
}


ul.listStyleInlineRight li {
	margin-left: 5px;
}

ul.listStyleNone li {
	text-indent: -1em;	
	margin-left: 1em;
}



.listD:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.listD {
	min-height: 1px;
}

* html .listD {
	height: 1px;	
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.listD dt {
	float: left;
	font-weight: bold;
}



dl.listStyleD1 dt {	
	width: 8em;	
}

dl.listStyleD1 dd {
	padding-left: 8em;
}



dl.listStyleD2 dt {	
	width: 2.5em;	
}

dl.listStyleD2 dd {
	padding-left: 2.5em;
}


dl.listStyleD3 dt {	
	width: 3em;	
}

dl.listStyleD3 dd {
	padding-left: 3em;
}



dl.listStyleD4 dt {	
	width: 243px;	
}

dl.listStyleD4 dd {
	padding-left: 243px;
}


dl.listStyleD4 dt {	
	width: 243px;	
}

dl.listStyleD4 dd {
	padding-left: 243px;
}



dl.listStyleD5 dt.column1 {
	width: 4em;	
}

dl.listStyleD5 dd.column1 {
	padding-left: 4em;
}

dl.listStyleD5 dt.column2 {	
	width: 5em;
}

dl.listStyleD5 dd.column2 {
	padding-left: 5em;
}

dl.listStyleD5 dt.column3 {	
	width: 9em;
}

dl.listStyleD5 dd.column3 {
	padding-left: 9em;
}



.colorList .color1 {
	color: #8932c6;	
}


.colorList .color2 {
	color: #c63232;	
}

.colorList .color3 {
	color: #1e5ccc;	
}

.colorList .color4 {
	color: #ff6af6;	
}

.colorList .color5 {
	color: #20b810;	
}

.colorList .color6 {
	color: #ea9f0d;	
}

.colorList .color7 {
	color: #46c4ff;	
}


/* notes */
p.notes, span.notes {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}

p.notes2, ul.notes2 li {
	text-indent: -1em;
	margin-left: 1em;
	color: #bf2d2d;
}


/* table */
tr.imageCell td {
	padding: 5px 0!important;
	vertical-align: middle!important;
}



/* localNav */

#localNav:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#localNav {
	min-height: 1px;
}

* html #localNav {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#localNav li {
	/*float: left;*/
	display: inline;
	margin-right: 5px;
}


#localNav li img {
	vertical-align: middle;
}



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


/* grid */
.gridGroup:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}

.gridGroup {
  min-height: 1px;
}

* html .gridGroup {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.gridUnit {
	float: left;
	margin-right: 15px;
}





.gridGroup .lastColumn {
	margin-right: 0!important;
}



.column1by3 {
	width: 332px;
}



.column1by3a {
	width: 280px;
}


.column2by3 {
	width: 523px;
}



.column1by2 {
	width: 427px;
	margin-right: 16px;
}


.column1by2a {
	width: 430px;
}




.column1by2F1 {
	width: 420px;
	margin-right: 30px;
}


.column1by4 {
	width: 210px;
	margin-right: 10px;
}


.column1by5 {
	width: 128px;
	margin-right: 15px;
}

.column4by5 {
	width: 727px;
}



.column-w333 {
	width: 333px!important;
	width: 330px!important;
	margin-right: 10px!important;
}



.column-w333-inner {
	padding: 10px;
}


.column-w154 {
	width: 154px!important;
}



ul.photoListA1 {
	width: 414px;
	font-size: 0;
}


ul.photoListA1 li {
	margin: 0;
	margin-right: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


.imgBorder {
	border: #CCC solid 1px;
}



/* mystery */

body.mystery div#wrapper {
	background: url(../images/mystery_bg.png) repeat-y;	
}


body.mystery div.article {
	margin-bottom: 2em!important;
}




/*ruby*/
ruby {
    display: inline;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 0;
    line-height: 1em;
    }

rp {
    display: none;
    }

rt {
    display: inline;
    position: absolute;
    top: -1em;
    left: 0;
    font-size: 55%;
    line-height: 1em;
    white-space: nowrap;
    text-indent: 0;
    }

a:link rt,
a:visited rt {
    text-decoration: none;
    }
	
p.ruby{
	line-height:1.8;
}
/*sweethert_place*/
body.sweet div#crumbsArea ul{
	margin:0 15px;
}

body.sweet div#wrapper{
	background:#FFE5EE;
}
body.sweet div#content h1{
	margin:0;
}
body.sweet div#content h2{
	background:none;
	padding:0;
}
body.sweet div.article{
	padding:0;
}
body.sweet div#crumbsArea{
	padding:0;
}
body.sweet div#content{
	padding:20px 0 70px 0;
}




body.sweet div.section p{
	padding:0 15px;
}



body.sweet p.pageToTop {
	padding-left: 30px!important;
	padding-right: 30px!important;	
}

div.sweet_gomaki{
	background:url(../../enjoy/sweetheart_place/images/gomaki_bg.png) repeat-y;
	/*padding:0 80px 0 30px;*/
	/*position:relative;*/
	width: 914px;
	margin:0 auto;
	/*top:-18px;*/
}
body.sweet div.sweet_gomaki .boxBottom {
	background:url(../../enjoy/sweetheart_place/images/gomaki_bg_btm.png) no-repeat bottom;
	/*position:relative;
	width:804px;
	left:-42px;*/
	padding:0 80px 86px 42px;
	/*height:86px;*/
}
/*food*/
body.foods div#crumbsArea ul{
	margin:0 15px;
}
body.foods div#wrapper{
	/*background:#E7FFE7;*/
	background: #fff0e3
}


body.foodsVer2 div#wrapper {
	background: #fffae7;
}


body.foodsVer3 div#wrapper {
	background: #ECFFE7;
}

/*body.foods div#content h1{
	margin:0;
}*/
body.foods div#content h2{
	background:none;
	padding:0;
}
/*body.foods div.article{
	padding:0;
}
body.foods div#crumbsArea{
	padding:0;
}
body.foods div#content{
	padding:20px 0 70px 0;
}*/										
/* change 2013_3_8 */
body.foods div.section p{
	padding:0 15px;
}

body.foods div.section p.pageToTop {
	padding: 0;
}

body.foods div.section .food li{
	float:left;
	margin:0 11px;
	width:297px;
}
body.foods div.section .food li p{
	padding:0 10px 0 30px;
}
body.foods div.section .food2 li p{
	padding:0 10px 0 15px;
}

/* ↓セレクタの連結ってie6では効かないのですが… */
body.foods div.section .food2.food22{
	margin-left:22px;
}
body.foods div.section .food.food22 li{
	margin:0 8px;
}
/* ↑セレクタ名の連結ってie6では効かないのですが… */

div.food01{
	width:250px;
	min-height: 274px;
	height: auto!important;
	height:274px;
	padding: 0 0 0 280px;
	background:url(../../rest/food_menu/images/img_10.png) top left no-repeat;
	margin:0 auto;
}
div.food02{
	width:410px;
	height:210px;
	padding:475px 0 0 480px;
	background:url(../../rest/food_menu/images/img11.png) top left no-repeat;
	margin:0 auto;
}
/*food*/
body.goods div#crumbsArea ul{
	margin:0 15px;
}
body.goods div#wrapper{
	background:#FCE6C1;
}
body.goods div#content h1{
	margin:0;
}
body.goods div#content h2{
	background:none;
	padding:0;
}
body.goods div.article{
	padding:0;
}
body.goods div#crumbsArea{
	padding:0;
}
body.goods div#content{
	padding:20px 0 70px 0;
}
body.goods div.section p{
	padding:0 15px;
}
body.goods div.section .food li{
	float:left;
	margin:0 11px;
	width:297px;
	_display: inline;
	min-height:500px;
	height: auto!important;	
	height:500px;
}
body.goods div.section .food li p{
	padding:0 10px 0 30px;
}
body.goods div.section .food2 li p{
	padding:0 10px 0 15px;
}
body.goods div.section .food2 li{
	margin:0 0 0 20px;
}

body.goods div.section .food2{
	margin:0 0 0 9px;
}

div.goods01{
	width:250px;
	height:210px;
	padding:70px 0 0 283px;
	background:url(../../rest/goods_menu/images/img19.png) top left no-repeat;
	margin:0 auto;
}
div.goods02{
	position:relative;
	width:320px;
	height:210px;
	padding:100px 0 0 320px;
	background:url(../../rest/goods_menu/images/img20.png) top left no-repeat;
	margin:0 auto;
}
div.goods03{
	width:410px;
	height:210px;
	padding:520px 0 0 487px;
	background:url(../../rest/goods_menu/images/img23.png) top left no-repeat;
	margin:0 auto;
}
p.goods02_img{
	position:absolute;
	top:0;
	left:35px;
}
/*photo*/
div.photo div.floterLeft{
	min-height: 150px;
	height: auto!important;
	height:150px;
	width:145px;
	_width:144.5px;
}
div.photo p{
	/*line-height:100%;*/
	text-align:center;
	margin:0 15px 5px 0;
}
div.photonavigation li{
	display:inline;
	margin:0 10px 0 0;
}
div.photonavigation li.current{
	font-weight:bold;
}
/*tablecolor*/
table tr.color01 th{
	background:#FF99CC;
	color:#333333;
}
table tr.color02 th{
	background:#CCFFFF;
	color:#333333;
}
table tr.color03 th{
	background:#CCFFCC;
	color:#333333;
}
/*spot*/
div.article table.spot th,div.article table.spot td{
	vertical-align:middle;
}
/*opening*/
div.opening{
	width:402px;
	float:left;
	margin:0 15px 0 0;
}
div.opening2{
	width:402px;
	float:right;
	margin:0;
	overflow: hidden;
}
div.openingart div.section h3{
	border:none;
	color:#1B8FBF;
	margin:0 0 10px 0;
	font-size:16px;
	padding:0;
	
}
/*global*/
.par_l{
	font-size:140%;
}
div.article table.table02{
	width:60%;
}
div.article table.table02 th,div.article table.table02 td{
	padding:10px;
}
ul.anchorlink li{
	display:block;
	float:left;
	margin:0 10px 0 0;
}.ind01{
	text-indent:1em;
}
div.article table.table03{
	width:70%;
}
.table03 td{
	vertical-align:middle !important;
}									/* add 2013-03-07 */
.tdWid{
	width:1em;
}									/* add 2013-03-07 */



div.article table.table03 th,div.article table.table03 td{
	padding:10px;
}
div.article table.table04 th a:link,div.article table.table04 th a:visited{
	color:#FFFFFF;
}
		/* add 2016-04-26 */
div.article table th .annotation {
text-align: right;
font-size:90%;
}