﻿@charset "utf-8";
/* CSS Document */

/*基本cssここから*/
body {
	background-color:#006079;
	background-repeat: repeat;
}
h3,p{cursor:text;}
p {
	color: #515151 !important;
	
}
a {
	color: #1025C0;
}
a:hover {
	color: #1025C0;
	text-decoration: underline;
}
a img:hover {
	opacity: 0.6;
}
.pagetop {
	text-align: right;
	font-size: 12px;
	padding-right:5px;
}
h1 img {
	display: block;
}
h3 {
	color: #515151 !important;
	margin-bottom: 30px;
	font-size: 13px;
	letter-spacing: 0.1rem;
	line-height: 1.2rem;
	margin: 10px 0;
	filter:dropshadow(color=#fff,offX= 0,offY=-1)
dropshadow(color=#fff,offX= 1,offY= 0)
dropshadow(color=#fff,offX= 0,offY= 1)
dropshadow(color=#fff,offX=-1,offY= 0);
-webkit-text-stroke-color: #fff;
text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
}
h3 span {
	color: #E50012;
	font-weight: bold;
}
img.center {
	display: block;
	margin: auto;
}
.all {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.37);
	border: none;
}
hr {
	/*height: 10px;
	border: 0;
	margin: 20;
	padding: 0;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;*/
}
.nassetop{
	font-size:12px;
	padding-left:5px;
	}
/*カテゴリ分けのタイトルここから*/
.titile01 {
	margin-bottom: 5px;
	font-size:25px;
	padding-left:35px;
	background-image:url(../img/titile_icon01.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.titile02 {
	margin-bottom: 5px;
	font-size:25px;
	padding-left:35px;
	background-image:url(../img/titile_icon02.png);
	background-repeat:no-repeat;
	background-position:left center;
}
/*カテゴリ分けのタイトルここまで*/
/*ヘッダーここから*/
.nasse {
	width: 100%;
	/*background-image:url(../img/bg_pink.png);
	background-repeat:repeat;*/
	padding: 5px;
	margin-bottom: 0px;
}
.nasse img {
	float: left;
}
.top {
	padding: 10px;
	background-color: #fff;
	background-image: url(../img/headimage.jpg);
	background-position: right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.top h1 {
	margin-bottom: 0;
}
/*ヘッダーここまで*/
/*パンクズここから*/
.pankuzu {
	float: left;
	color: #ec7aac;
	margin-bottom: 0;
	padding: 8px 0 0 15px;
	font-size: 12px;
}
.pankuzu a {
	/*color: #ec7aac;*/
}
.pankuzu a:hover {
	text-decoration: underline;
}
/*パンクズここまで*/
/*フッターここから*/
.footer {
	border-top: 1px solid #ccc;
	width: 100%;
	padding: 10px;
	margin-top: 30px;
}
address {
	color: #000;
	font-style: normal;
	font-size: 12px;
	text-align: center;
}
/*フッターここまで*/
/*基本cssここまで*/
/*限定デザインここから*/
/*ショップデータ*/
.select{
	list-style-type:none;
	}
.main {
	overflow: hidden;
	background-color:#EAECED;
	margin: 5px !important;
	padding: 10px 0px;
}
.shop {
	clear: both;
	padding: 10px;
	overflow: hidden;
}
.manuline {
	background-image: none;
	height: 0;
	border-top: 1px solid #515151;
	width: 95%;
	display: block;
	margin: auto;
}
.menubox{
	overflow: hidden; 
	height:auto;
}
.lineright {
	border-right: 1px solid #515151;
    padding-bottom: 32767px;  
    margin-bottom: -32767px; 
}
/*写真部分ここから*/
.left {
	width: 40%;
}
.tenpolink:hover {
	opacity: 1;
}
.tenpolink {
	margin-top: 10px !important;
}
/*写真部分ここまで*/
/*テキスト部分ここから*/
.right {
	width: 55%;
}
.area {
	font-size: 12px;
	margin-bottom: 0;
}
.shopname,
.shopnamesub{
	color: #515151 !important;
	font-weight: bold;
	}
.shopname {
	clear: both;
	position: relative;
	font-size: 18px;
	border-bottom: solid 2px #515151;	
	padding-bottom: 1px;
	margin-bottom: 8px;
}
.shopnamesub{
	font-size:70%;
	margin-bottom:0;
	
	}
.menu,
.price{
	font-weight: bold;
	margin-bottom:0;
}
.price span{
	color:#EB1818;
	/*font-size:18px;*/
	}
.menuhonbun{
	font-size:13px;
	}
/*テキスト部分ここまで*/
/*ショップデータここまで*/
/*その他おすすめリンク*/
.osusume {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.72);
	border-radius: 10px;
}
.osusume img {
	border: 1px solid #ccc;
}
.osusumelink {
	margin: 10px 0;
	font-size: 12px;
}
.tokusyulink p {
	font-size: 12px;
}
/*その他おすすめリンクここまで*/
/*横幅が980px以下の場合　ここから*/
@media only screen and (max-width: 980px) {
.left, .right {
	width: 100%;
	float: none;
	clear: both;
}
.tenpolink {
  width: 100px;
  margin: 5px 0 5px 0 !important;
}
}
/*横幅が980px以下の場合　ここまで*/

/*横幅が640px以下の場合　ここから*/
@media only screen and (max-width: 640px) {
.lineright {
	border:none;
	}
.shop{
	padding:15px 0;
	}
.top {
  background-size: inherit;
  }
.tenpolink{
	width:100px;
	margin:5px 0 5px 0 !important;
	}
.otherall li {
float: none;
  width: auto;
  background-color: #fff;
  margin: 5px 15px;
  background-image: none;
  height: auto;
  line-height: normal;
  padding: 10px;
  border-radius: 5px;
}
.main {
	margin: 0 !important;
	padding: 10px 0px;
}
h3 {
	font-size: 12px;
	line-height: 1.3rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.osusume {
	margin-top: 30px;
}
}
/*横幅が640px以下の場合　ここまで*/
/*限定デザインここまで*/
