@charset "UTF-8";

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

img{
	vertical-align:top;
}

.eventBox {
	padding: 4px;
	width: 329px;
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
}

/*

.eventBox {
	padding: 4px;
	width: 329px;
	border: 1px solid #dcdcdc;
	float: left;
	margin-bottom: 12px;
}


.eventBox-wrapp .eventBox:nth-child(odd)  {
	margin-right: 12px;
}

*/







.eventBox h3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e60012;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 5px;
}
.eventPic {
	width: 329px;
	margin-bottom: 3px;
	text-align: center;
}

.eventPic img{
    max-width: 100%;
    height: auto;
    display: block;
}

.shop-Btns li {
	background-color: #E60811;
	display: block;
	float: left;
	height: 24px;
	width: 107px;
	margin-left: 4px;
}

.shop-Btns li {
	background-color: #E60811;
	display: block;
	float: left;
	height: 24px;
	width: 80px;
	margin-left: 3px;
}





.shop-Btns li:first-child {

	margin-left: 0px;
}


.shop-Btns li a:link,
.shop-Btns li a:visited  {
	background-color: #E60811;
	display: block;

}

.shop-Btns li a:hover,
.shop-Btns li a:active {
	background-color: #8A0003;
	display: block;
}
.shop-Btns {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E60811;
}
.contents-left .eventBox p {
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.leftSize-12px {
	margin-left: 12px;
}
.shop-Banners {
	margin-bottom: 5px;
}

.redbox {
	padding: 5px;
	background-color: red;
	color: white;
	font-size: 0.9em;
	border-radius: 3px;
}




.BBzone {
	float: left;
	width: 339px;
}



/* リンク画像 */
.shop-Banners a:hover img{
	filter:alpha(opacity=70);
	-ms-filter:""alpha(opacity=70)"";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}


/* うわつき文字 */
    span.sup {
      vertical-align: super;
      font-size: 20px;
    }

/*インデント*/
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
