@charset 'UTF-8';
.event-list-full-img-sp {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
  word-break: break-all;
  text-align: left;
  margin-top: 5px;
}
.event-list-full-img-sp .item {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 160px;
  background-color: transparent;
  margin-left: 10px;
  margin-right: 6px;
  margin-bottom: 5px;
}
.event-list-full-img-sp .item.head-item,
.event-list-full-img-sp .item:first-child {
  border: none;
}
.event-list-full-img-sp .item a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-list-full-img-sp .item .title {
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  text-shadow:0px 1px 8px rgb(255,255,255);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ffffffff,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ffffffff,Positive=true);
}
.event-list-full-img-sp .item .thumb {
  position: absolute;
  max-width: 100px;
  left: 12px;
}

.event-list-full-img-sp .item .info {
  padding-top: 5px;
  color: #3b3b3b;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -1px;
}

.event-list-full-img-sp .item .info2 {
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -1px;
}

.item_img {
  width: 86px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}
.item_content {
  margin-left: 150px;
  padding: 0 3px 0 4px;
  margin-top: 10px;
}
.item_content p{
  font-size: 14px;
  text-align: left;
  line-height: 1;
}
.item_content a{
  display: block;
}
p.status-label {
    padding-top: 0;
}
.status-label span{
  padding: 3px 0px;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  width: 67px;
  text-align: center;
}
.status-finish span{
  background-color: #626262;
}
.status-sale span{
  background-color: #f12d80;
}
.status-pre_sale span{
  background-color: #1bb263;
}
.status-sold_out span{
  background-color: #626262;
}
.status-end_sale span{
  background-color: #626262;
}
.status-none span{
  background-color: #b5b5b5;
}
.event-list-full-img {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  word-break: break-all;
  text-align: left;
}
.event-list-full-img .item {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 145px;
  height: 203px;
  border: 1px solid #dde1e1;
  background-color: transparent;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.event-list-full-img .item.head-item,
.event-list-full-img .item:first-child {
  margin-left: 0;
}
.event-list-full-img .item a {
  height: 100%;
  display: block;
}
.event-list-full-img .item .title {
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  text-shadow:0px 1px 8px rgb(255,255,255);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ffffffff,Positive=true)";zoom:1;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ffffffff,Positive=true);
}
.event-list-full-img .item .title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
  height: 100%;
}
.event-list-full-img .item .title .title-inner {
  width: 135px;
  vertical-align: middle;
  display: inline-block;
}
.event-list-full-img .item .thumb {
  position: absolute;
  max-width: 143px;
  max-height: 201px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:not(#published-result, ticket-figure-wrapper) .event-list-full-img .item .thumb-vertical {
  position: absolute;
  width: 100%;
  max-width: 143px;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
}

#published-result .event-list-full-img .item .thumb-horizontal {
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  height: 142px;
  margin: auto;
}

#published-result .event-list-full-img .item .thumb-vertical {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  /* max-width: 100%; */
  width: 100%;
  max-width: 143px;
  /* max-height: 100%; */
  max-height: none;
  margin: auto;
}

#published-result .event-list-full-img .item figure {
  overflow: hidden;
}

.event-list-full-img .item .caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 145px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  /* Firefox v3.6+ */

  background-image: -moz-linear-gradient(50% 0% -90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 20%, #ffffff 100%);
  /* safari v4.0+ and by Chrome v3.0+ */

  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.2, rgba(255, 255, 255, 0.66)), color-stop(1, #ffffff));
  /* Chrome v10.0+ and by safari nightly build*/

  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 20%, #ffffff 100%);
  /* Opera v11.10+ */

  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 20%, #ffffff 100%);
  /* IE v10+ */

  background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 20%, #ffffff 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 20%, #ffffff 100%);
  /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff,GradientType=0)";*/

  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff,endColorstr=#ffffffff,GradientType=0);*/

  opacity: 1;
}
.event-list-full-img .item .info {
  font-size: 10px;
  color: #333;
}

.title-inner {
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.event-list-full-img-sp .title-inner {
  padding-top: 5px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3b3b3b;
  line-height: 1.5;
  margin-bottom: -3px;
}

.event-list-full-img-sp .title-inner .item-title {
  font-weight: 600;
}

.event-list-full-img-sp .event-list-img-frame {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 6px 0 rgb(128, 128, 128, 0.5);
}

.event-list-full-img-sp .event-list-img-frame img {
    vertical-align: baseline;
    width: 100%;
    max-width: 140px;
    position: static;
}
