@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/

body {
	font-family:メイリオ, calibri, Arial, Tahoma, sans-serif;
	font-size:12px;
	color:#000;
	margin:0: 0;
	width:100%;
	overflow-x:hidden;
}
/*
@media only screen and (min-width: 481px) {
body {
	font-family:メイリオ, calibri, Arial, Tahoma, sans-serif;
	font-size:12px;
	color:#000;
	margin:0 auto;
	padding: 0;
	width:481px;
}
}
@media only screen and (min-width: 599px) {
body {
	font-family:メイリオ, calibri, Arial, Tahoma, sans-serif;
	font-size:12px;
	color:#000;
	margin:0 auto;
	padding: 0;
	width:599px;
}
}
*/
/*back to top jQuery*/
#back-top {
	position: fixed;
	bottom: 60px;
	margin-left: 566px;
}

#back-top a {
	width: 90px;
	display: block;
	text-align: center;
	font: 11px/100% Constantia, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #837761;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #837761;
}

/* arrow icon (span tag) */
#back-top span {
	width: 90px;
	height: 90px;
	display: block;
	margin-bottom: 7px;
	background: #837761 url(img/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #af9e82;
}
/*end back to top jQuery*/
a:link {
	text-decoration:underline;
	color:#000;
}
a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#000;
}
a:active {
	text-decoration:none;
	color:#000;
}

img, object, embed, video {
	max-width: 100%;
    border:none;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}
.gridContainer {
	width:100%;
	margin:0 auto;
	background:url(img/bg_ftr.png) repeat-x;
	background-position:bottom;
}
#wrap {
	clear: both;
	margin:0 auto;
	width: 950px;
	position:relative;
}
#wrap2 {
	display:inline-block;
	padding:0;
	width:100%;
}
header{
	width:950px;
	margin:0 auto;
	height:60px;
	padding:0;
	position:absolute;
	top:0
}
header img {
	padding:0;
	margin:0;
}
/*ヘッダーをdivで指定*/
#header{
	width:950px;
	margin:0 auto;
	height:60px;
	padding:0;
	position:absolute;
	top:0
}
#header img {
	padding:0;
	margin:0;
}
/*end ヘッダーをdivで指定*/
footer {
	width:930px;
	padding:150px 10px 0;
	margin:0 auto;
	height:50px;
	background:url(img/ftr.png);
}
footer p {
	font-size:10px;
	color:#3b1e17;
	margin:10px 0 0 10px;
}
footer p a:link {
	text-decoration:underline;
	color:#3b1e17;
}
footer p a:visited {
	text-decoration:underline;
	color:#3b1e17;
}
footer p a:hover {
	text-decoration:none;
	color:#3b1e17;
}
footer p a:active {
	text-decoration:none;
	color:#3b1e17;
}
/*footerをdivで指定*/
#footer {
	width:930px;
	padding:150px 10px 0;
	margin:0 auto;
	height:50px;
	background:url(img/ftr.png);
}
#footer p {
	font-size:10px;
	color:#3b1e17;
	margin:10px 0 0 10px;
}
#footer p a:link {
	text-decoration:underline;
	color:#3b1e17;
}
#footer p a:visited {
	text-decoration:underline;
	color:#3b1e17;
}
#footer p a:hover {
	text-decoration:none;
	color:#3b1e17;
}
#footer p a:active {
	text-decoration:none;
	color:#3b1e17;
}
/*end footerをdivで指定*/
/*左カラム固定*/
#side01 {
	float:left;
	width: 95px;
	position:fixed !important;
	position: absolute;
	top:80px;
}
#side01 #menu-global-navi{
	list-style-type:none;
	margin:0;
	padding:0;	
}
#side01 #menu-global-navi li {
	height:85px;
	width:95px;
	padding:0;
	margin:0;
}
/*
#side01 {
	float:left;
	width: 95px;
	position:fixed !important;
	position: absolute;
}
#side01 #menu-global-navi{
	list-style-type:none;
	margin:-320px 0 0 0;
	padding:0;	
}
#side01 #menu-global-navi li {
	height:85px;
	width:95px;
	padding:0;
	margin:0;
}
*/
/*右カラム固定*/
#side02 {
	float:left;
	width: 185px;
	margin:0 0 0 765px;
	padding:0;
	position:fixed !important;
	position: absolute;
	top:0;
	background:url(img/bg01.png) repeat-y;
	/*
	background:rgba(200,170,115,0.7);
	background-size: 10px 175px;*/
	height:100%;
}
#side02 #menu-global-navi{
	list-style-type:none;
	margin:0;
	padding:0;	
}
#side02 #menu-global-navi li {
	width:185px;
	padding:0;
	margin:3px 0 5px 30px;
}

#mds_shop {
	background:#50442e;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	height:20px;
	margin:10px 0 5px 10px;
	width:165px;
	padding:0 0 0 10px;
}
#mds_shop img{
	padding:0;
	margin:0;
}
/*
#main {
	float:left;
	margin:0 0 0 100px;
	padding:0px;
	width: 675px;
	display:inline-block;
}
*/
#main {
	float:left;
	margin:0;
	padding:0px;
	width: 950px;
	display:inline-block;
}
#main-b { /*logo背景白*/
	float:left;
	margin-top:80px;
	padding:0px;
	width: 950px;
	display:inline-block;
}
#main01 {
	margin:0 auto;
	padding:0px;
	width: 950px;
	display:inline-block;
}
#main02 {
	margin:10px 4px 0 95px;
	padding:0 0 120px 0;
	width: 666px;
	display:inline-block;
}

/*左カラムグローバルメニュー*/
/*.menu { overflow: hidden; }*/
.menu-item {
    width: 95px;
    height: 340px;
    text-align: center;
}
.menu-item a {
    background-image:url(img/menu.png);
    display: block;
    position: relative;
    line-height: 85px;
    color: white; 
    text-decoration: none;
    text-indent: -9999px;
}
 
.menu_1 a { background-position: -95px 0; }
.menu_2 a { background-position: -95px -85px; }
.menu_3 a { background-position: -95px -170px; }
.menu_4 a { background-position: -95px -255px; }
 
.menu_1.current-menu-item a { background-position: 0 0; }
.menu_2.current-menu-item a { background-position: 0 -85px; }
.menu_3.current-menu-item a { background-position: 0 -170px; }
.menu_4.current-menu-item a { background-position: 0 -255px; }
 
.menu_1 a:hover { background-position: 0 0; }
.menu_2 a:hover { background-position: 0 -85px; }
.menu_3 a:hover { background-position: 0 -170px; }
.menu_4 a:hover { background-position: 0 -255px; }

/*右カラム店舗リンク*/

/*CAFE*/
.menu-c { overflow: hidden; }
.menu-item-c {
    width: 185px;
    height: 210px;
    text-align: center;
}
.menu-item-c a {
    background-image:url(img/menu-c.png);
    display: block;
    position: relative;
    line-height: 42px;
    color: white; 
    text-decoration: none;
    text-indent: -9999px;
}
.menu-c_1 a { background-position: 0 0; }
.menu-c_2 a { background-position: 0 -42px; }
.menu-c_3 a { background-position: 0 -84px; }
.menu-c_4 a { background-position: 0 -126px; }
.menu-c_5 a { background-position: 0 -168px; }
 
.menu-c_1.current-menu-item-c a { background-position: -185px 0; }
.menu-c_2.current-menu-item-c a { background-position: -185px -42px; }
.menu-c_3.current-menu-item-c a { background-position: -185px -84px; }
.menu-c_4.current-menu-item-c a { background-position: -185px -126px; }
.menu-c_5.current-menu-item-c a { background-position: -185px -168px; }
 
.menu-c_1 a:hover { background-position: -185px 0; }
.menu-c_2 a:hover { background-position: -185px -42px; }
.menu-c_3 a:hover { background-position: -185px -84px; }
.menu-c_4 a:hover { background-position: -185px -126px; }
.menu-c_5 a:hover { background-position: -185px -168px; }

/*SWEETS*/
.menu-s { overflow: hidden; }
.menu-item-s {
    width: 185px;
    height: 210px;
    text-align: center;
}
.menu-item-s a {
    background-image:url(img/menu-s.png);
    display: block;
    position: relative;
    line-height: 42px;
    color: white; 
    text-decoration: none;
    text-indent: -9999px;
}
.menu-s_1 a { background-position: 0 0; }
.menu-s_2 a { background-position: 0 -42px; }
.menu-s_3 a { background-position: 0 -84px; }
.menu-s_4 a { background-position: 0 -126px; }
 
.menu-s_1.current-menu-item-s a { background-position: -185px 0; }
.menu-s_2.current-menu-item-s a { background-position: -185px -42px; }
.menu-s_3.current-menu-item-s a { background-position: -185px -84px; }
.menu-s_4.current-menu-item-s a { background-position: -185px -126px; }
 
.menu-s_1 a:hover { background-position: -185px 0; }
.menu-s_2 a:hover { background-position: -185px -42px; }
.menu-s_3 a:hover { background-position: -185px -84px; }
.menu-s_4 a:hover { background-position: -185px -126px; }

/*BAKERY*/
.menu-b { overflow: hidden; }
.menu-item-b {
    width: 185px;
    height: 210px;
    text-align: center;
}
.menu-item-b a {
    background-image:url(img/menu-b.png);
    display: block;
    position: relative;
    line-height: 42px;
    color: white; 
    text-decoration: none;
    text-indent: -9999px;
}
.menu-b_1 a { background-position: 5 0; }
 
.menu-b_1.current-menu-item-b a { background-position: -185px 0; }
 
.menu-b_1 a:hover { background-position: -185px 0; }

/* end 共通部分 */

/* topページ画像自動切り替え */
.top-con_start {
	width:950px;
	height:400px;
	background:url(img/bg-top-start.jpg);
	text-indent:-9999px;
}
.top-con01 {
	width:950px;
	height:400px;
	background:url(img/bg-top-con02.jpg);
	text-indent:-9999px;
}
.top-con02 {
	width:950px;
	height:400px;
	background:url(img/bg-top-con03.jpg);
	text-indent:-9999px;
}
.top-con03 {
	width:950px;
	height:400px;
	background:url(img/bg-top-con04.jpg);
	text-indent:-9999px;
}
.top-con04 {
	width:950px;
	height:400px;
	background:url(img/bg-top-con01.jpg);
	text-indent:-9999px;
}
.top-con001 {
	width:950px;
	height:400px;
	position:relative;
}
/*
#top-navi-wrap {
	width:764px;
	height:65px;
	margin:0 86px 0 95px;
	padding:325px 0 0 0;
}*/
#top-navi-wrap2 {
	width:764px;
	height:65px;
	top:325px;
	left:95px;
	padding:0;
	position:absolute;	
}
#top-navi-wrap {
	width:764px;
	height:65px;
	top:325px;
	left:95px;
	padding:0;
	position:absolute;	
}
.top-navi { 
	overflow: hidden;
	padding:0;
	margin:0;
	list-style-type:none;
}
.navi-item {
    width: 166px;
    height: 66px;
    text-align: center;
	float:left;
	list-style-type:none;
}
.navi-item a {
    background-image:url(img/top-navi.png);
    display: block;
    position: relative;
    text-indent: -9999px;
    line-height: 66px;
    color: white; 
    text-decoration: none;
    text-indent: -9999px;
}

.top-navi01 a { background-position: 0 0; }
.top-navi02 a { background-position: -166px 0; }
.top-navi03 a { background-position: -332px 0; }
.top-navi04 a { background-position: -498px 0; }
 
.top-navi01 a:hover { background-position: 0 -66px; }
.top-navi02 a:hover { background-position: -166px -66px; }
.top-navi03 a:hover { background-position: -332px -66px; }
.top-navi04 a:hover { background-position: -498px -66px; }

/* end topページ画像自動切り替え */

.red {
	 font-size:10px;
	 color:#F00;
	 padding:0 0 0 10px;
}
#box01 {
	width:100%;
	margin:0;
	padding:0;
	display:block;
    overflow: hidden; 
}
#box01 img {
	margin:0 10px 0 0;
	float:left;
	border:none;
}
#box02 { /*横並びバナー*/
	width:100%;
	margin:0;
	padding:10px 0 20px;
	display:block;
    overflow: hidden; 
}
#box02 img {
	margin:0 8px 0 0;
	float:left;
	border:none;
}
#box04 {
	width:100%;
	margin:0;
	padding:10px 0;
	display:block;
    overflow: hidden; 
}
#box04 img {
	margin:0 0 0 4px;
	float:left;
	border:none;
}
#box05 { /*横並びバナー*/
	margin:0 10px 0 0;
	padding:10px 0 20px;
	display:block;
    overflow: hidden;
	border-top:1px #000 solid; 
}
#box05 img {
	margin:0 10px 0 0;
	float:left;
	border:none;
}
#box06 { /*店舗詳細メニューリンクバナー*/
	width:100%;
	margin:0 auto;
	padding:15px 0 20px;
	height:80px;
}
#box06 img {
	margin:0 4px;
	border:none;
}
#box07 { /*メニューマップ部分*/
	width:100%;
	margin:0 0 15px 0;
	padding:10px 0 20px;
	display:block;
    overflow: hidden; 
}
#box07 img {
	margin:0 8px 0 0;
	float:left;
	border:none;
}
/*見出し*/
.mds01 {
	margin:0 auto 15px;
	padding:25px 0 0 0;
}
.mds01 h1 {
	color:#00a4d6;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 17px;
	background:url(img/mds04.png) no-repeat;
	background-position:left top;
}
.mds01 h1 a:link {
	color:#00a4d6;
	text-decoration:none;
}
.mds01 h1 a:visited {
	color:#00a4d6;
	text-decoration:none;
}
.mds01 h1 a:hover {
	color:#00c1ec;
	text-decoration:none;
}
.mds01 h1 a:active {
	color:#00c1ec;
	text-decoration:none;
}
.mds01 h2 {
	font-size:14px;
	line-height:15px;
	padding:0 0 5px 0;
	margin:0;
}
.mds01 p {
	padding:0 10px 0 0;
	margin:0 auto;
/*	font-size:10px; */ 
}
.txt11px {
	padding:0;
	margin:0 aut 0;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
}
.tbl01 {
	 border-bottom:1px solid #000;
	 padding:8px 0;
}
.tbl02 {
	 border-bottom:1px dotted #ccc;
	 padding:12px 0 12px 10px;
	 background:#f0f0f0;
}
.tbl03 {
	 border-bottom:1px dotted #ccc;
	 padding:12px 0 12px 10px;
}
.tbl04 {
	 border-bottom:1px dotted #ccc;
	 padding:12px 0 12px 20px;
	 background:#f0f0f0;
}
.tbl05 {
	 border-bottom:1px dotted #ccc;
	 padding:12px 0 12px 20px;
}
.tbl06 {
	 padding:0 0 30px 0;
	 margin:0 auto;
	 height:100px;
}
.txt-s {
	 font-size:10px;
	 color:#666;
}

/*end 見出し*/
/*topic 段をまとめるsection*/
#topic {
	padding:0;
	margin:0 0 20px 0;
	display:block;
    overflow: hidden; /* 必須：はみ出た要素を非表示 */
}
/*end topic 段をまとめるsection*/
#topic:after {  
    content: "."; /* 最後に"."を挿入 */  
    display: block; /* ブロック要素に設定 */  
    height: 0; /* 高さ */  
    clear: both; /* 左寄せで回り込み解除 */  
    visibility: hidden; /* 要素を非表示 */  
}
#topic03 {
	padding:0;
	margin:0 0 20px 0;
	display:block;
    overflow: hidden; /* 必須：はみ出た要素を非表示 */
	border-bottom:solid 1px #ccc;
}
/*end topic 段をまとめるsection*/
#topic03:after {  
    content: "."; /* 最後に"."を挿入 */  
    display: block; /* ブロック要素に設定 */  
    height: 0; /* 高さ */  
    clear: both; /* 左寄せで回り込み解除 */  
    visibility: hidden; /* 要素を非表示 */  
}
/*topic 大きい枠*/
.box-topic-main {
	width:433px;
	margin:0 10px 0 0 ;
	float:left;
	background:url(img/mds01.png) no-repeat;
	background-position:10px top;
	padding-bottom: 32768px; /* 横にある要素と高さを揃える */   
    margin-bottom: -32768px; /* 横にある要素と高さを揃える */  
}
.box-topic-main #boder {
	display:block;
	overflow:hidden;
	border:#00a4d6 1px solid;"*/
}
.box-topic-main h2 {
	color:#00a4d6;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	padding:15px 0 0 0;
	margin:0 0 0 27px;
	border-bottom:#00a4d6 1px solid;
}
.box-topic-main h2 a:link {
	color:#00a4d6;
	text-decoration:none;
	border:none;
}
.box-topic-main h2 a:visited {
	color:#00a4d6;
	text-decoration:none;
	border:none;
}
.box-topic-main h2 a:hover {
	color:#00a4d6;
	text-decoration:underline;
	border:none;
}
.box-topic-main h2 a:active {
	color:#00a4d6;
	text-decoration:underline;
	border:none;
}
.box-topic-main #txterea01 {
	float:left;
	padding:10px 8px 10px 10px;
	width:203px
}
.box-topic-main #txterea01 p {
	line-height:18px;
	font-size:12px;
	padding:0;
	margin:0;
}
.box-topic-main img {
	width:202px;
	padding:13px 0 0 0;
}
/*end topic 大きい枠*/
/*topic 採用情報*/
#box-topic-rec {
	background-color:#00a4d6;
	float:left;
	width:212px;
	display:inline-table;
	padding:0;
	padding-bottom: 32768px; /* 横にある要素と高さを揃える */   
    margin-bottom: -32768px; /* 横にある要素と高さを揃える */ 
}
#box-topic-rec-in {
	background:url(img/mds02.png) no-repeat;
	background-position:10px top;
}
#box-topic-rec h2 {
	color:#FFF;
	font-weight:normal;
	font-size:18px;
	line-height:30px;
	padding:15px 0 0 0;
	margin:0 0 0 27px;
	border-bottom:#FFF 1px solid;
}
.topic-rec01 {
	padding:0;
	margin:0 0 10px 0;
}
.topic-rec01 h3 {
	color:#FFF;
	padding:3px 0 0 25px;
	line-height:16px;
	margin:10x 0 0;
	font-size:12px;
	font-weight:normal;
	background:url(img/mds03.png) no-repeat;
	background-position:10px 4px
}
.topic-rec01 h3 a:link {
	color:#FFF;
	text-decoration:none;
}
.topic-rec01 h3 a:visited {
	color:#FFF;
	text-decoration:none;
}
.topic-rec01 h3 a:hover {
	color:#FFF;
	text-decoration:underline;
}
.topic-rec01 h3 a:active {
	color:#FFF;
	text-decoration:underline;
}
.topic-rec01 p {
	margin:0 10px 10px;
	background:#FFF;
	padding:5px;
	color:#00a4d6;
}
.topic-rec01 p a:link {
	color:#00a4d6;
	text-decoration:none;
}
.topic-rec01 p a:visited {
	color:#00a4d6;
	text-decoration:none;
}
.topic-rec01 p a:hover {
	color:#00a4d6;
	text-decoration:underline;
}
.topic-rec01 p a:active {
	color:#00a4d6;
	text-decoration:underline;
}
/*end topic 採用情報*/
/*div リンク枠 デザインなし*/
#div-link { padding:0; margin:0; display:block; width:100%;}
/*end div リンク枠 デザインなし*/
/*topic 小さい枠*/
#box-topic01 #div-link {
	float:left;
	width:212px;
	display:inline-table;
	padding:0;
	margin:0 10px 0 0;
	padding-bottom: 32768px; /* 横にある要素と高さを揃える */   
    margin-bottom: -32768px; /* 横にある要素と高さを揃える */ 
}
#box-topic01 #div-link #img2 {
/*	display:inline-block;
	overflow: hidden; /* 必須：はみ出た要素を非表示 */
	/*height:120px;*/
}
/*
#box-topic01 #div-link #img {
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#FFF;
}*/
#box-topic01 #div-link #img a:link img {
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#FFF;
	border:none;
}
#box-topic01 #div-link #img a:visited img {
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#FFF;
	border:none;
}
#box-topic01 #div-link #img a:hover img {
	text-align:center;
	margin:0 auto;
	padding:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#box-topic01 #div-link #img a:active img {
	text-align:center;
	margin:0 auto;
	padding:0;
	border:#f0f0f0 solid 2px;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#box-topic01 #div-link .img01 {
	width:212px;
	padding:0;
	margin:0;
	height:120px;
}
#box-topic01 #div-link #h2-box {/*top topic box*/
	margin:0;
	padding:0 0 0 25px;
	background:url(img/mds05.png) no-repeat;
	background-position:10px 1px;
}
#box-topic01 #div-link #h2-box h2 {
	color:#000;
	padding:0;
	line-height:12px;
	font-size:12px;
	margin:10x 0 0 0;
	font-weight:normal;
}
#box-topic01 #div-link #h2-box h2 a:link {
	color:#000;
	padding:0;
	line-height:12px;
	margin:10x 0 0 0;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#box-topic01 #div-link p {
	margin:0 10px 10px;
	padding:0 0 10px 0;
	color:#666;
	font-size:10px;
}
/*end topic 小さい枠*/
/*topicks02 ヒカリエバナー枠*/
#topicks02 a:link img {
	margin:0 auto;
	padding:0;
	background:#FFF;
	border:none;
}
#topicks02 a:visited img {
	margin:0 auto;
	padding:0;
	background:#FFF;
	border:none;
}
#topicks02 a:hover img {
	margin:0 auto;
	padding:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#topicks02 a:active img {
	margin:0 auto;
	padding:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
/*end topicks02 ヒカリエバナー枠*/
/*topページお知らせ枠*/
#top-news {
	margin:0 10px 30px 0;
	padding:10px;
	border:#dcdcdc 3px solid;
	display:inline-block;
	/*10/11追加*/
	background:url(img/img02.png) no-repeat;
	background-position:10px 10px;
	min-height:100px;
}
#top-news-in {
	margin:0;
	width:626px;
	padding:0;
	float:left;
	display:inline-block;
}
#top-news-in a:link {
	color:#000;
	text-decoration:underline;
}
#top-news-in a:visited {
	color:#000;
	text-decoration:underline;
}
#top-news-in a:hover {
	color:#666;
	text-decoration:none;
}
#top-news-in a:active {
	color:#666;
	text-decoration:none;
}
.click {
	padding:30px 0 0 0;
	border:none;
}
/*end topページお知らせ枠*/
/*
コンセプトページ top 各コンセプトリンク
店舗案内トップページ 各店舗リンク
*/
#con-top-navi-01 {
	float:left;
	width:160px;
	display:inline-table;
	padding:0 5px 0 0;
	margin:0;
	padding-bottom: 32768px; /* 横にある要素と高さを揃える */   
    margin-bottom: -32768px; /* 横にある要素と高さを揃える */ 
}
#con-top-navi-01 img {
	width:160px;
	height:150px;
	padding:0;
	margin:0;
	border:none;
}
#con-top-navi-01 p {
	margin:5px 5px 0 0;
	padding:0;
	font-size:10px;
}
/*end 
店舗案内トップページ 各店舗リンク
コンセプトページ top 各コンセプトリンク*/
/*コンセプトページ 業態リンク*/
#con-navi-01 {
	float:left;
	width:212px;
	display:inline-table;
	padding:0;
	margin:0 10px 0 0;
}
#con-navi-01 img {
	width:212px;
	height:238px;
	padding:0 0 10px 0;
	margin:0;
}
#con-navi-01 h2 {
	color:#000;
	padding:2px 0 0;
	line-height:20px;
	margin:0 0 5px;
	font-size:12px;
	border-bottom:#000 1px solid;
}
#con-navi-01 p {
	margin:0 0 10px;
	padding:0 5px 10px 0;
	color:#000;
	font-size:10px;
}
/*end コンセプトページ 業態リンク*/
/*コンセプトページ top画像*/
#con01 {
	width:950px;
	height:290px;
	background:url(img/bg-con01.jpg);
}
#con02 {
	width:950px;
	height:290px;
	background:url(img/bg-con02.jpg);
}
#con03 {
	width:950px;
	height:290px;
	background:url(img/bg-con03.jpg);
}
#con04 {
	width:950px;
	height:290px;
	background:url(img/bg-con04.jpg);
}
#con-navi-wrap {
	width:764px;
	height:65px;
	margin:0 86px 0 95px;
	padding:222px 0 0 0;
}
/*end 
コンセプトページ top画像*/
/*コンセプトページ　記事*/
.section01 {
	margin:25px auto 15px;
	padding:0;
	display:block;
	overflow: hidden; 	
}
.section01 h1 {
	color:#00a4d6;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 17px;
	background:url(img/mds04.png) no-repeat;
	background-position:left top;
}
.section01 h2 {
	font-size:12px;
	border-bottom:#000 solid 1px;
	padding:0 ;
	margin:0 10px 10px 0;
}
.section01 p {
	padding:0 10px 0 0;
	margin:0;
	font-size:12px;
	line-height:20px;
}
.section01 img {
	width:160px;
	padding:0 10px 0 0;
}
/*end　コンセプトページ 記事*/
/*メニューページ　見出し*/
/*CAFE*/
#mds-c {
	width:100%;
	margin:0;
	padding:0;
	display:block;
    overflow: hidden;
	background:url(img/ico-menu-c.png) no-repeat;
	background-position:left top;
	min-height:170px;
}
#mds-box-c {
	display:inline-table;
	padding:30px 10px 0 186px;
	margin:0;
	width:100%;
}

#mds-box-c h2 {
	color:#FFF;
	padding:1px 15px 0;
	height:23px;
	line-height:23px;
	margin:0 0 5px;
	font-size:12px;
	background:#00a4d6;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#mds-box-c h3 {
	margin:0;
	padding:5px 5px 10px 0;
	color:#000;
	font-size:12px;
	font-weight:normal;
}
#mds-box-c .shop-link {
	margin:0;
	padding:2px 10px 15px 10px;
	color:#000;
	font-size:10px;
	line-height:12px;
	display:block;
	float:left;
	background:url(img/mds06.png) no-repeat;
	background-position:left top;
}
#mds-box-c .shop-link p a:link {
	color:#000;
	text-decoration:none;
}
#mds-box-c .shop-link p a:visited {
	color:#000;
	text-decoration:none;
}
#mds-box-c .shop-link p a:hover {
	color:#00a4d6;
	text-decoration:none;
}
#mds-box-c .shop-link p a:active {
	color:#00a4d6;
	text-decoration:none;
}


#mds-box-c2 {
	display:inline-table;
	padding:5px 10px 0 186px;
	margin:0;
	width:100%;
}

#mds-box-c2 h2 {
	color:#FFF;
	padding:1px 15px 0;
	height:23px;
	line-height:23px;
	margin:0 0 5px;
	font-size:12px;
	background:#00a4d6;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#mds-box-c2 h3 {
	margin:0;
	padding:5px 5px 10px 0;
	color:#000;
	font-size:12px;
	font-weight:normal;
}
#mds-box-c2 .shop-link {
	margin:0;
	padding:2px 10px 15px 10px;
	color:#000;
	font-size:10px;
	line-height:12px;
	display:block;
	float:left;
	background:url(img/mds06.png) no-repeat;
	background-position:left top;
}
#mds-box-c2 .shop-link p a:link {
	color:#000;
	text-decoration:none;
}
#mds-box-c2 .shop-link p a:visited {
	color:#000;
	text-decoration:none;
}
#mds-box-c2 .shop-link p a:hover {
	color:#00a4d6;
	text-decoration:none;
}
#mds-box-c2 .shop-link p a:active {
	color:#00a4d6;
	text-decoration:none;
}



/*end CAFE*/
/*SWEETS*/
#mds-s {
	width:100%;
	margin:0;
	padding:0;
	display:block;
    overflow: hidden;
	background:url(img/ico-menu-s.png) no-repeat;
	background-position:left top;
	min-height:170px;
}
#mds-box-s {
	display:inline-table;
	padding:30px 10px 0 186px;
	margin:0;
	width:100%;
}
#mds-box-s h2 {
	color:#FFF;
	padding:1px 15px 0;
	height:23px;
	line-height:23px;
	margin:0 0 5px;
	font-size:12px;
	background:#5d488a;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#mds-box-s h3 {
	margin:0;
	padding:5px 5px 10px 0;
	color:#000;
	font-size:12px;
	font-weight:normal;
}
#mds-box-s .shop-link {
	margin:0;
	padding:2px 10px 15px 10px;
	color:#000;
	font-size:10px;
	line-height:12px;
	display:block;
	float:left;
	background:url(img/mds07.png) no-repeat;
	background-position:left top;
}
#mds-box-s .shop-link p a:link {
	color:#000;
	text-decoration:none;
}
#mds-box-s .shop-link p a:visited {
	color:#000;
	text-decoration:none;
}
#mds-box-s .shop-link p a:hover {
	color:#5d488a;
	text-decoration:none;
}
#mds-box-s .shop-link p a:active {
	color:#5d488a;
	text-decoration:none;
}
/*end SWEETS*/
/*BAKERY*/
#mds-b {
	width:100%;
	margin:0;
	padding:0;
	display:block;
    overflow: hidden;
	background:url(img/ico-menu-b.png) no-repeat;
	background-position:left top;
	min-height:170px;
}
#mds-box-b {
	display:inline-table;
	padding:30px 10px 0 186px;
	margin:0;
	width:100%;
}
#mds-box-b h2 {
	color:#FFF;
	padding:1px 15px 0;
	height:23px;
	line-height:23px;
	margin:0 0 5px;
	font-size:12px;
	background:#df5650;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#mds-box-b h3 {
	margin:0;
	padding:5px 5px 10px 0;
	color:#000;
	font-size:12px;
	font-weight:normal;
}
#mds-box-b .shop-link {
	margin:0;
	padding:2px 10px 15px 10px;
	color:#000;
	font-size:10px;
	line-height:12px;
	display:block;
	float:left;
	background:url(img/mds08.png) no-repeat;
	background-position:left top;
}
#mds-box-b .shop-link p a:link {
	color:#000;
	text-decoration:none;
}
#mds-box-b .shop-link p a:visited {
	color:#000;
	text-decoration:none;
}
#mds-box-b .shop-link p a:hover {
	color:#df5650;
	text-decoration:none;
}
#mds-box-b .shop-link p a:active {
	color:#df5650;
	text-decoration:none;
}
/*end BAKERY*/
.shop-link p {
	padding:0;
	margin:0;
}
/*end コンセプトページ 業態リンク*/
/*メニューページ top 小さい枠*/
#menu-top-01 {
	float:left;
	width:160px;
	display:block;
	padding:0 5px 0 0;
	margin:0;
/*	padding-bottom: 32768px; /* 横にある要素と高さを揃える */   
/*    margin-bottom: -32768px; /* 横にある要素と高さを揃える */ 
}
/*
#menu-top-01 #div-link #img {
	display:inline-block;
	overflow: hidden; /* 必須：はみ出た要素を非表示 */
	/*height:120px;
}*/

#box-topic01 #div-link img {
	width:160px;
	padding:0;
	margin:0
}
#menu-top-01 #div-link h2 {
	margin:5px 0 0 0;
	color:#000;
	padding:0 5px 3px 0;
	line-height:16px;
	font-size:12px;
	font-weight:normal;
/*	border-bottom:1px solid #ccc;*/
}
#menu-top-01 #div-link h2 a:link {
	text-decoration:none;
}
/*end メニューページ top 小さい枠*/
/*メニューページ top 大きい枠*/
#menu-top-02 {
	float:left;
	width:325px;
	display:inline-table;
	padding:0 5px 0 0;
	margin:0;
/*	padding-bottom: 32768px; /* 横にある要素と高さを揃える */   
/*    margin-bottom: -32768px; /* 横にある要素と高さを揃える */ 
}
#menu-top-02 #div-link #img {
	display:inline-block;
/*	overflow: hidden; /* 必須：はみ出た要素を非表示 */
	float:left;
	width:160px;
}
#menu-top-02 #div-link .img03 {
	width:160px;
	padding:0;
	margin:0;
}
#menu-top-02 #div-link h2 {
	margin:0 0 10px 0;
	color:#000;
	padding:2px 3px 0 180px;
	line-height:16px;
	font-size:12px;
	font-weight:normal;
	background:url(img/mds05.png) no-repeat;
	background-position:165px 4px
/*	border-bottom:1px solid #000;*/
}
#menu-top-02 #div-link h2 a:link {
	color:#00;
	text-decoration:none;
}
#menu-top-02 #div-link p {
	margin:0;
	padding:0 5px 3px 168px;
	color:#666;
	font-size:10px;
	line-height:14px;
/*	border-bottom:1px solid #000;*/
}
#menu-top-02 #div-link p a:link {
	color:#00;
	text-decoration:none;
	line-height:14px;
}
/*end メニューページ top 大きい枠*/
/*メニューTOP 大枠*/
.box03{
	padding:0 0 20px;
	margin:0 auto;
}
/*メニュー注釈*/
#attention {
	text-align:right;
	font-size:10px;
	padding:10px;
}
/*end メニュー注釈*/
/*店舗案内TOP 画像*/
#shop01 {
	width:950px;
	height:290px;
	background:url(img/bg-c-hikarie.jpg) no-repeat;
}
#shop01 img {
	padding:164px 0 0 95px;
	margin:0 auto;
	border:none;
}
/*end 店舗案内TOP 画像*/
/*店舗案内ページ　見出し*/
/*CAFE*/
#mds-c02 {
	width:656px;
	margin:0;
	padding:20px 0 30px;
	display:block;
    overflow: hidden;
	background:url(img/shp-cfe02.png) no-repeat;
	background-position:left 20px;
	min-height:200px;
}
#mds-box-c02 {
	display:inline-table;
	padding:0 10px 0 222px;
	margin:0;
}
#mds-box-c02 h2 {
	padding:0;
	height:16px;
	line-height:16px;
	margin:0;
	font-size:12px;
	border-bottom:#000 solid 1px;
}
#mds-box-c02 h3 {
	margin:0;
	padding:5px 5px 10px 0;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}
#mds-box-c02 p {
	margin:0;
	padding:2px 5px 10px 0;
	color:#000;
}
/*end CAFE*/
/*SWEETS*/
#mds-s02 {
	width:656px;
	margin:0;
	padding:20px 0 30px;
	display:block;
    overflow: hidden;
	background:url(img/shp-swt02.png) no-repeat;
	background-position:left 20px;
	min-height:200px;
}
#mds-box-s02 {
	display:inline-table;
	padding:0 10px 0 222px;
	margin:0;
	width:424px;
}
#mds-box-s02 h2 {
	padding:0;
	height:16px;
	line-height:16px;
	margin:0;
	font-size:12px;
	border-bottom:#000 solid 1px;
}
#mds-box-s02 h3 {
	margin:0;
	padding:5px 5px 10px 0;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}
#mds-box-s02 p {
	margin:0;
	padding:2px 5px 10px 0;
	color:#000;
}
/*end SWEETS*/
/*BAKERY*/
#mds-b02 {
	width:656px;
	margin:0;
	padding:20px 0 30px;
	display:block;
    overflow: hidden;
	background:url(img/shp-bkr02.png) no-repeat;
	background-position:left 20px;
	min-height:200px;
}
#mds-box-b02 {
	display:inline-table;
	padding:0 10px 0 222px;
	margin:0;
}
#mds-box-b02 h2 {
	padding:0;
	height:16px;
	line-height:16px;
	margin:0;
	font-size:12px;
	border-bottom:#000 solid 1px;
}
#mds-box-b02 h3 {
	margin:0;
	padding:5px 5px 10px 0;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}
#mds-box-b02 p {
	margin:0;
	padding:2px 5px 10px 0;
	color:#000;
}
/*end BAKERY*/
/*end 店舗案内ページ　見出し*/
/*各店舗詳細ページ　map*/
#box-shp-map {
	display:inline-table;
	padding:0 10px 0 10px;
	margin:0;
	display:block;
    overflow: hidden;
}
#box-shp-map h1 {
	padding:0;
	height:20px;
	line-height:16px;
	margin:0;
	font-size:14px;
/*	border-bottom:#000 1px solid;*/
}
#box-shp-map p {
	margin:0;
	padding:2px 5px 10px 0;
	color:#000;
	line-height:14px;
	font-size:11px;
}
.mds-shp01 {
	font-size:11px;
}
/*end 各店舗詳細ページ　map*/
/*店舗詳細ページ 店舗リンク 見出し*/
/*CAFE*/
#mds-c03 {
	width:100%;
	margin:0;
	padding:20px 0 10px;
	display:block;
    overflow: hidden;
	background:url(img/shp-cfe.png) no-repeat;
	background-position:left 20px;
}
#mds-box-c03 {
	display:inline-table;
	padding:0 10px 0 222px;
	margin:0;
	width:100%;
}
#mds-box-c03 h2 {
	padding:0;
	height:16px;
	line-height:16px;
	margin:0;
	font-size:12px;
	border-bottom:#000 solid 1px;
}
#mds-box-c03 h3 {
	margin:0;
	padding:5px 5px 0 0;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}
/*end CAFE*/
/*SWEETS*/
#mds-s03 {
	width:100%;
	margin:0;
	padding:20px 0 10px;
	display:block;
    overflow: hidden;
	background:url(img/shp-swt.png) no-repeat;
	background-position:left 20px;
}
#mds-box-s03 {
	display:inline-table;
	padding:0 10px 0 222px;
	margin:0;
	width:100%;
}
#mds-box-s03 h2 {
	padding:0;
	height:16px;
	line-height:16px;
	margin:0;
	font-size:12px;
	border-bottom:#000 solid 1px;
}
#mds-box-s03 h3 {
	margin:0;
	padding:5px 5px 0 0;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}
/*end SWEETS*/
/*BAKERY*/
#mds-b03 {
	width:100%;
	margin:0;
	padding:20px 0 10px;
	display:block;
    overflow: hidden;
	background:url(img/shp-bkr.png) no-repeat;
	background-position:left 20px;
}
#mds-box-b03 {
	display:inline-table;
	padding:0 10px 0 222px;
	margin:0;
	width:100%;
}
#mds-box-b03 h2 {
	padding:0;
	height:16px;
	line-height:16px;
	margin:0;
	font-size:12px;
	border-bottom:#000 solid 1px;
}
#mds-box-b03 h3 {
	margin:0;
	padding:5px 5px 0 0;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}
/*end BAKERY*/
/*end 店舗詳細ページ 店舗リンク 見出し*/
/*店舗詳細ページ 店舗リンク*/
#shop-navi {
	float:left;
	width:106px;
	display:inline-table;
	padding:0 4px 0 0;
	margin:0;
	padding-bottom: 32768px; /* 横にある要素と高さを揃える */   
    margin-bottom: -32768px; /* 横にある要素と高さを揃える */ 
}
#shop-navi img {
	width:106px;
	height:99px;
	padding:0;
	margin:0;
	border:none;
}
#shop-navi p {
	margin:3px 0 0 0;
	padding:0;
	font-size:10px;
	line-height:12px;
}
/*end 店舗詳細ページ 店舗リンク*/
/*各店舗詳細ページ　詳細*/
#box-shp-info {
	display:inline-table;
	padding:0;
	margin:0;
	display:block;
    overflow: hidden;
}
#box-shp-info #txt {
	margin:0;
	padding:0 5px 10px 0;
	height:110px;
}
#box-shp-info #txt p {
	margin:0;
	padding:0;
	color:#000;
	line-height:16px;
	font-size:10px;
}
#box-shp-info #pht {
	margin:0;
	padding:0;
	height:100px;
	width:100%;
	display:block;
    overflow: hidden;
}
#box-shp-info #pht img {
	margin:0;
	padding:0;
	width:160px;
}
/*end 各店舗詳細ページ　map*/
/*コンセプトページ　記事*/
#formbox {
	margin:25px auto 15px;
	padding:0;
	display: none;
	display:block;\9
	height:1600px;
}
#formbox:not(:target) {
	margin:25px auto 15px;
	padding:0;
	display: none;\9
	height:1600px;
}
#formbox h1 {
	color:#00a4d6;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 17px;
	background:url(img/mds04.png) no-repeat;
	background-position:left top;
}
#formbox p {
	padding:0 10px 0 0;
	margin:0;
	font-size:12px;
	line-height:20px;
}
#formbox h1 a:link {
	text-decoration:none;
	color:#00a4d6;
	}
/*end　コンセプトページ 記事*/

/*応募フォーム確認画面*/
#formbox01 {
	margin:25px auto 15px;
	padding:0;
	display:block;
	height:1600px;
}
#formbox01 h1 {
	color:#00a4d6;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 17px;
	background:url(img/mds04.png) no-repeat;
	background-position:left top;
}
#formbox01 p {
	padding:0 10px 0 0;
	margin:0;
	font-size:12px;
	line-height:20px;
}
#formbox01 h1 a:link {
	text-decoration:none;
	color:#00a4d6;
	}
/*end　応募フォーム確認画面*/

.pointer {
	cursor:pointer;
}
/*各店舗メニューページ メニュー枠*/
/*
===== CAFE ==============================
*/
#menu-category-c {
	background:#00a4d6;
	padding:0 5px;
	float:left;
	width:90px;
	margin:20px 5px 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#menu-category-c div p {
	color:#FFF;
	line-height:14px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:0;
	margin:5px 0;
}
a:link #menu-category-c {
	color:#FFF;
	text-decoration:none;
	background:#00a4d6;
}
a:visited #menu-category-c {
	color:#FFF;
	text-decoration:none;
	background:#00a4d6;
}
a:hover #menu-category-c {
	color:#FFF;
	text-decoration:none;
	background:#00c1ec;
}
a:active #menu-category-c {
	color:#FFF;
	text-decoration:none;
	background:#00c1ec;
}
#menu-category-c div {
	margin:0;
	padding:0;
}
#menu-category-c02 { /*cafe topicks*/
	background:#6eb937;
	padding:0 5px;
	float:left;
	width:90px;
	margin:20px 5px 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#menu-category-c02 div p {
	color:#FFF;
	line-height:14px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:0;
	margin:5px 0;
}
a:link #menu-category-c02 {
	color:#FFF;
	text-decoration:none;
	background:#6eb937;
}
a:visited #menu-category-c02 {
	color:#FFF;
	text-decoration:none;
	background:#6eb937;
}
a:hover #menu-category-c02 {
	color:#fff;
	text-decoration:none;
	background:#7fcf45;
}
a:active #menu-category-c02 {
	color:#fff;
	text-decoration:none;
	background:#7fcf45;
}
#menu-category-c02 div {
	margin:0;
	padding:0;
}
/*end 各店舗メニューページ メニュー枠*/
/*各店舗メニューの枠*/
#menu-box-c {
	margin:0;
	padding:0 10px 20px 0;
	display:block;
    overflow: hidden;
}
#menu-box-c h1 {
	background:#00a4d6;
	color:#FFF;
	padding:5px 10px;
	font-size:12px;
	margin:0 0 20px 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#menu-box-c h3 {
	color:#00a4d6;
	padding:10px 0 5px 10px;
	line-height:10px;
	margin:10px 5px 10px 0;
	font-size:12px;
	border-bottom:#00a4d6 solid 1px;
/*	font-weight:normal;*/
}
#menu-box-c02 { /* CAFE topicks */
	margin:0;
	padding:0 10px 20px 0;
	display:block;
    overflow: hidden;
}
#menu-box-c02 h1 {
	background:#6eb937;
	color:#FFF;
	padding:5px 10px;
	font-size:12px;
	margin:0 0 20px 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
/*end 各店舗メニューの枠*/
/*
===== end CAFE ==========================
*/

/*
===== SWEETS ============================
*/
#menu-category-s {
	background:#5d488a;
	padding:0 5px;
	float:left;
	width:90px;
	margin:20px 5px 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#menu-category-s div p {
	color:#FFF;
	line-height:14px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:0;
	margin:5px 0;
}
a:link #menu-category-s {
	color:#FFF;
	text-decoration:none;
	background:#5d488a;
}
a:visited #menu-category-s {
	color:#FFF;
	text-decoration:none;
	background:#5d488a;
}
a:hover #menu-category-s {
	color:#FFF;
	text-decoration:none;
	background:#7a62ae;
}
a:active #menu-category-s {
	color:#FFF;
	text-decoration:none;
	background:#7a62ae;
}
#menu-category-s div {
	margin:0;
	padding:0;
}
/*end 各店舗メニューページ メニュー枠*/
/*各店舗メニューの枠*/
#menu-box-s {
	margin:0;
	padding:0 10px 20px 0;
	display:block;
    overflow: hidden;
}
#menu-box-s h1 {
	background:#5d488a;
	color:#FFF;
	padding:5px 10px;
	font-size:12px;
	margin:0 0 20px 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#menu-box-s h3 {
	color:#5d488a;
	padding:10px 0 5px 10px;
	line-height:10px;
	margin:10px 5px 10px 0;
	font-size:12px;
	border-bottom:#00a4d6 solid 1px;
/*	font-weight:normal;*/
}
/*end 各店舗メニューの枠*/
/*
===== end SWEETS ========================
*/

/*
===== BAKERY ============================
*/
#menu-category-b {
	background:#df5650;
	padding:0 5px;
	float:left;
	width:90px;
	margin:20px 5px 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#menu-category-b div p {
	color:#FFF;
	line-height:14px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:0;
	margin:5px 0;
}
a:link #menu-category-b {
	color:#FFF;
	text-decoration:none;
	background:#df5650;
}
a:visited #menu-category-b {
	color:#FFF;
	text-decoration:none;
	background:#df5650;
}
a:hover #menu-category-b {
	color:#FFF;
	text-decoration:none;
	background:#ee7873;
}
a:active #menu-category-b {
	color:#FFF;
	text-decoration:none;
	background:#ee7873;
}
#menu-category-b div {
	margin:0;
	padding:0;
}
/*end 各店舗メニューページ メニュー枠*/
/*各店舗メニューの枠*/
#menu-box-b {
	margin:0;
	padding:0 10px 20px 0;
	display:block;
    overflow: hidden;
}
#menu-box-b h1 {
	background:#df5650;
	color:#FFF;
	padding:5px 10px;
	font-size:12px;
	margin:0 0 20px 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#menu-box-b h3 {
	color:#df5650;
	padding:10px 0 5px 10px;
	line-height:10px;
	margin:10px 5px 10px 0;
	font-size:12px;
	border-bottom:#00a4d6 solid 1px;
/*	font-weight:normal;*/
}
/*end 各店舗メニューの枠*/
/*
===== end SWEETS =========================
*/


/*
===== cafe sweets bakery 共通 ============
*/
#menu-box-s01 {
	float:left;
	width:323px;
	display:block;
	padding:0;
	margin:0 5px 0 0;
	overflow:hidden;/*
	padding-bottom: 32768px; /* 横にある要素と高さを揃える */   
	/*
    margin-bottom: -32768px; /* 横にある要素と高さを揃える */ 
}
/*各店舗メニューの枠*/

#menu-box-s01 #img {
/*	display:inline-block;
	overflow: hidden; /* 必須：はみ出た要素を非表示 */
	height:160px;
}
#menu-box-s01 .img01 {
/*	width:240px;*/
/*	height:120px;*/
	padding:0;
	margin:0;
}
#menu-box-s01 h2 {
	color:#000;
	padding:2px 0 0 0;
	line-height:12px;
	margin:10x 10px 0 0;
	font-size:12px;
/*	font-weight:normal;*/
}
#menu-box-s01 p {
	margin:0 10px 10px 0;
	padding:0;
	color:#666;
	font-size:10px;
}
#menu-box-s01 .price {
	color:#000;
	padding:0 0 7px;
	line-height:10px;
	margin:0 10px 5px 0;
	font-size:12px;
	border-bottom:1px solid #999;
}
/*end topic 小さい枠*/
#topic02 {
	padding:0;
	margin:0 0 20px 0;
	display:block;
    overflow: hidden; /* 必須：はみ出た要素を非表示 */
}
/*end topic 段をまとめるsection*/
#topic02 :after {  
    content: "."; /* 最後に"."を挿入 */  
    display: block; /* ブロック要素に設定 */  
    height: 0; /* 高さ */  
    clear: both; /* 左寄せで回り込み解除 */  
    visibility: hidden; /* 要素を非表示 */  
}
/*
===== end cafe sweets bakery 共通 ========
*/
/*各店舗メニューページ メニュー枠*/

.box-a {
	display:block;
	overflow: hidden;
	padding:0 0 20px 0;
}
/*news*/
.news {
	float:left;
	display:inline-table;
	margin:0 0 0 80px ; 
	width:525px;
	height:30px;
	border-bottom:#CCC 1px dotted;
	padding:5px 0 0 10px;
	
}
.day {
	float:left;
	width:80px;
	color:#666;
	font-size:11px;
}
.table {
	padding:0 0 0 80px;
	width:420px;
}
.news-btn {
	width:auto; 
	text-align:right;
}
.tbl01-n {
	 border-bottom:1px solid #000;
	 padding:8px 0;
	 color:#666;
	 font-size:11px;
}
/*求人応募フォーム*/

table .iqfm-table {
	border-collapse:collapse;
	border:0px;
	width:656px;
}

table .iqfm-table tr td {
	padding:0;
}
table .iqfm-table tr th {
	padding:0;
}

.iqfm-table th {
	padding:12px 0 12px 10px;
	text-align:left;
	color:#666;!important
	font-size:10px;!important
	font-weight:normal;!important
	border-bottom:1px dotted #ccc;
	background:#dcdcdc;
	width:185px
}
.iqfm-confirm-sub {
	padding:12px 0 12px 10px;
	text-align:left;
	color:#666;!important
	font-size:10px;!important
	font-weight:normal;!important
	border-bottom:1px dotted #ccc;
	background:#dcdcdc;
	width:185px
}
.iqfm-input {
	border-bottom:1px dotted #ccc;
	padding:12px 10px 12px 10px;
	background:#f0f0f0;
	width:435px;
}
.iqfm-confirm-body {
	border-bottom:1px dotted #ccc;
	padding:12px 10px 12px 10px;
	background:#f0f0f0;
	width:435px;
}
#inquiryformSubmit-1 {
	background:url(img/form.png) no-repeat;
	background-size:242px 48px;
	background-position:bottom center;
	width:242px;
	height:48px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	font-size:1px;
	margin:20px 0 20px 0px;
}
#inquiryformSubmit-3 {
	background:url(img/form.png) no-repeat;
	background-size:242px 48px;
	background-position:bottom center;
	width:242px;
	height:48px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	font-size:1px;
	margin:20px 0 20px 0px;
}
#inquiryformSubmit-return {
	background:url(img/syusei.png) no-repeat;
	background-size:242px 48px;
	background-position:bottom center;
	width:242px;
	height:48px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	font-size:1px;
	margin:20px 0 20px 5px;
}
/*form #inquiryform-1 submit {
	background:url(img/syusei.png) no-repeat;
	background-size:242px 48px;
	background-position:bottom center;
	width:242px;
	height:48px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	font-size:1px;
	margin:20px 0 20px 204px;
}*/
#content {
	width:656px;
	text-align:left;
}
.sns {
	height:32px;
	width:155px;
	padding:10px 10px 10px 19px;
	margin:0;
}
.sns a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	border:none;
		/* rounded corners */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}