/* エントリーコンテンツ　
-----------------------------------------*/
.box	{
	border:1px dotted #999;
	padding: 15px;
	margin: 25px 0.833333%;
   -moz-border-radius: 10px;    /* 古いFirefox */
   -webkit-border-radius: 10px; /* 古いSafari,Chrome */
   border-radius: 10px;         /* CSS3 */
}



.facebox	{
	border:1px solid #cdb899;
	padding: 10px;
	margin: 15px 0.833333%;
   -moz-border-radius: 10px;    /* 古いFirefox */
   -webkit-border-radius: 10px; /* 古いSafari,Chrome */
   border-radius: 10px;         /* CSS3 */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f7f3f0), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #f7f3f0 88%);
background: -moz-linear-gradient(top, #fff 0%, #f7f3f0 88%);
background: -o-linear-gradient(top, #fff 0%, #f7f3f0 88%);
background: -ms-linear-gradient(top, #fff 0%, #f7f3f0 88%);
background: linear-gradient(to bottom, #fff 0%, #f7f3f0 88%);


}

/* 写真に飾り付け　
-----------------------------------------*/
.frame-maru img {   /*角丸*/
	border-radius: 10px;
	margin:0;
}

.frame-new {    /*NEWのリボン付*/
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
	
}
.frame-new img	{ 
max-width:100%;
}

.frame-new:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "New";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 0px 10px;
	left: -30px;
	top: 6px;
	transform: rotate(-32deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

p.p-box	{
	border: 1px solid #999;
	text-align:center;
	background-color:#eee;
	padding: 5px;
	margin: 5px auto;
   -moz-border-radius: 4px;    /* 古いFirefox */
   -webkit-border-radius: 4px; /* 古いSafari,Chrome */
   border-radius: 4px;         /* CSS3 */
}

p.page_top_img	{
	text-align:center;
	margin:0 auto;
	margin-bottom: 50px;
	
}

header.page-header	{
	margin-bottom: 0px;
	
}
section.entry-content	{
	margin: 20px 10px 10px 10px;
	clear: both;
	font-size: 1.1em;
	line-height: 1.8;
	}


/* 傍点*/
section.entry-content span.bouten 	{
padding: 0.2em 0em;
background-repeat: repeat-x;
background-size: 1.0em 0.2em;
    background-position: top left;
    background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#000000),color-stop(0.5,#000000),color-stop(0.9,transparent),to(transparent));
    background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #000000, #000000 95%, transparent 95%, transparent);
    background-image: radial-gradient(0.1em 0.1em at center center, #000000, #000000 95%, transparent);
}

.circle{
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #666;
  text-align:center;
  line-height: 22px;
}


section.top-entry-content	{
	margin: 0 10px;
	float: right;
	}

section.entry-content hr	{
	margin: 0;
	}

time.top-entry-date	{
	margin: 0px 0 0 0;
	color: #999;
	padding: 0px 0px;
	}

time.entry-date	{
	margin: 5px 15px 0 10px;

	}
h1.entry-title	{
	margin-left: 0px;
	padding: 0px 0 0 5px;
	font-size:1.2em;
	margin-bottom: 10px;
	color:#008ED0;
	border-left: 12px solid #DC669B;
	border-bottom: 1px solid #DC669B;
	}

.attachment-post-thumbnail	{
	float: left;
	margin-right: 10px;
		border:1px solid #ddd;
		padding:3px;
		background-color:#fff;
		margin-left:-3px;
		margin-top:-3px;
		margin-bottom:10px;
	}



section.entry-content h2	{
	margin: 25px 0 15px 0px;
	padding: 5px 0 5px 10px;
	font-size:1.2em;
	border : solid 1px #A55B9A;
	border-left: 14px solid #DC669B;
	border-radius: 5px;
	color: #000;
	clear:both;
	}
h2.back_num	{
	margin: 0px 0 3px 0px;
	padding: 0px 0 0px 5px;
	font-size:1.1em;
	font-weight: normal;
	border-left: 5px solid #DC669B;
	/*
	border : solid 1px #ccc;
	border-radius: 5px;
	*/
	clear:both;
	}

section.entry-content h3.shop_info {
	border-bottom-color:#FF6600;
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-top-color:#FF6600;
  border-top-style:solid;
  border-top-width:1px;
  clear: both;
	font-size:1.3em;
	font-weight:110%;
	padding:10px 5px;
	margin-top: 35px;
	}
section.entry-content h4		{
	font-size: 1.1em;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 10px 10px;
	color:  #FF3366;
	}

article.post	{
	margin: 40px 0 10px 10px;

	}



/* 　dl dt dd
------------------------------------------------------------------*/
section.entry-content  dl	{
	font-size: 1.0em;
	margin:0;
/*	padding: 5px;*/
	}

section.entry-content  dl dt.line	{
         border-bottom: dotted 1px #ff3366;
         margin-top: 1em;
	color: #ff3366;
      }
      
section.entry-content  dl dd	 {
         margin-left: 0em;
         margin-top: 0.1em;
      }

section.entry-content 	td	{
	vertical-align: top;
	}


span.sub	{		/* タイトル下の見出し */
	font-size: 0.7em;
	padding-left: 10px;
	}

p.return	{

	font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0 15px;
	}

p.return a	{
	color: #0c8bcd;
	text-decoration: none;
	}
	
section.entry-content h3.title	{
	font-size:1.2em;
	text-align:center;
	background-color:#796BAF;
	margin-top: 5px;
	padding:5px;
	color: #fff;
	clear : both;
	-webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 0px;  
    -webkit-border-bottom-left-radius: 0px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 0px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 0px;  
}

section.entry-content p.catch	{
	color:#f36;
	
}

section.entry-content .box1	{
	line-height:1.7;
	margin: 30px 0;
}



/* 
------------------------------------------------------------------*/
section.entry-content h4.info		{
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	margin: 0px 0 20px 0px;
	border-left:10px solid #f36;
	}
	
section.entry-content h3.w-line	{
		font-size: 1.3em;
		border-top:rgba(255,102,0,1) 1px solid;
		border-bottom:rgba(255,102,0,1) 2px solid;
		padding: 10px;
		margin: 40px 0 20px 0px;
		clear:both;
	}
	
section.entry-content img.kakomi-line	{
	border: 1px solid rgba(255,153,0,1);
	padding: 2px;
}

/* フードメニューのtable
------------------------------------------------------------------*/
th.item		{
	width: 65%;
}
th.price		{
	width: 35%;
}



	
	
	
	