@charset "utf-8";
.mainCol {
	position: relative;
}
.storemovie {
  display: block;
  width: 98%;
  margin: auto;
}
.fuzokuten_title {
	position: relative;
	height: 54px;
	margin: 0 0 12px;
	padding-left: 45px;
	color: #13131e;
	font-size: 131%;
	font-weight: bold;
	line-height: 54px;
	border-bottom: 1px solid #ebebeb;
	background: url(/pictogram/shop/icon_movie.png) 13px center no-repeat;
	position: relative;
}
.fuzokuten_title:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255,0,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,102,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,102,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,0,0,1) 0%,rgba(255,102,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff6600',GradientType=1 ); /* IE6-9 */
}
.fuzokuten_title:after {
	content: "";
	width: 52px;
	height: 52px;
	position: absolute;
	top: 2px;
	right: 0;
	background: -moz-linear-gradient(45deg, rgba(255,3,0,0) 0%, rgba(255,3,0,0) 49%, rgba(255,3,0,0.5) 50%, rgba(255,6,0,1) 51%, rgba(255,82,0,1) 73%, rgba(255,82,0,1) 80%, rgba(255,102,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,3,0,0) 0%,rgba(255,3,0,0) 49%,rgba(255,3,0,0.5) 50%,rgba(255,6,0,1) 51%,rgba(255,82,0,1) 73%,rgba(255,82,0,1) 80%,rgba(255,102,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,3,0,0) 0%,rgba(255,3,0,0) 49%,rgba(255,3,0,0.5) 50%,rgba(255,6,0,1) 51%,rgba(255,82,0,1) 73%,rgba(255,82,0,1) 80%,rgba(255,102,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0300', endColorstr='#ff6600',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ttlshopname {
  float: left;
  width: 486px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#info {
	margin: 0 0 20px;
	padding: 0 15px;
}

