@charset 'UTF-8';
/* sp */
#responsiveBaseFrame .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;
}
#responsiveBaseFrame .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;
  /*width: 100%;
  min-height: 110px;*/
  min-height: 107px;
  /*border-top: 2px solid #dde1e1;*/
  border-top: 1px solid #dde1e1;
  background-color: transparent;
  /*margin-bottom: 2px;
  padding-top: 18px;*/
  margin-left: 6px;
  margin-right: 6px;
}
#responsiveBaseFrame .event-list-full-img-sp .item.head-item,
#responsiveBaseFrame .event-list-full-img-sp .item:first-child {
  border: none;
}
#responsiveBaseFrame .event-list-full-img-sp .item a {
  position: absolute;
  display: block;
  /* margin-bottom: 8px; */
  /*padding-top: 18px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#responsiveBaseFrame .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);
}
#responsiveBaseFrame .event-list-full-img-sp .item .thumb {
  position: absolute;
  max-width: 100px;
  left: 12px;
}

#responsiveBaseFrame .event-list-full-img-sp .item .info {
  color: #333;
  /*line-height: 1.2;
  max-height:2.4em;*/
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -1px;
}

#responsiveBaseFrame .event-list-full-img-sp .item .info2 {
  color: #333;
  /*line-height: 1.2;
  max-height:2.4em;*/
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -1px;
}
#responsiveBaseFrame .event-list-full-img-sp .item_img {
  /*width: 115px;*/
  width: 86px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}
#responsiveBaseFrame .event-list-full-img-sp .item_content {
  /*margin-left: 25%;
  margin-right: 12px;
  padding: 0 10px 0 8px;*/
  margin-left: 100px;
  padding: 0 3px 0 4px;
  margin-top: 10px;
}
#responsiveBaseFrame .event-list-full-img-sp .item_content p{
  /*font-size: 11px;
  text-align: left;*/
  /*margin-bottom: 4px;*/
  /*margin-bottom: 1px;*/
  font-size: 11px;
  text-align: left;
  line-height: 1;
}
#responsiveBaseFrame .event-list-full-img-sp .item_content a{
  display: block;
}

#responsiveBaseFrame p.status-label {
    padding-top: 0;
}

#responsiveBaseFrame .event-list-full-img-sp .status-label span{
  /*padding: 1px 3px;
  color: #fff;
  font-size: 10px;*/
  padding: 3px 0px;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  width: 67px;
  text-align: center;
}
#responsiveBaseFrame .event-list-full-img-sp .status-finish span{
  background-color: #626262;
}
#responsiveBaseFrame .event-list-full-img-sp .status-sale span{
  background-color: #f12d80;
}
#responsiveBaseFrame .event-list-full-img-sp .status-pre_sale span{
  background-color: #1bb263;
}
#responsiveBaseFrame .event-list-full-img-sp .status-sold_out span{
  background-color: #626262;
}
#responsiveBaseFrame .event-list-full-img-sp .status-end_sale span{
  background-color: #626262;
}
#responsiveBaseFrame .event-list-full-img-sp .status-none span{
  background-color: #b5b5b5;
}
#responsiveBaseFrame .event-list-full-img-sp .title-inner {
  /*font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
  line-height: 1.5;
  margin-bottom: -3px;
}
#responsiveBaseFrame #areaContents .event-list-full-img-sp h2.title-inner {
  line-height: 1.5;
}
#responsiveBaseFrame .event-list-full-img-sp .item_img img {
    max-width: 20%;
    position: absolute;
    left: 12px;
}

#responsiveBaseFrame .event-list-full-img-sp .event-list-img-frame {
    width: 86px;
    height: 86px;
    overflow: hidden;
    border: 1px solid #dde1e1;
}

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

/* pc */
#responsiveBaseFrame .event-list-full-img {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  word-break: break-all;
  text-align: left;
}
#responsiveBaseFrame .event-list-full-img .item {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-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;
}
#responsiveBaseFrame .event-list-full-img .item.head-item,
#responsiveBaseFrame .event-list-full-img .item:first-child {
  margin-left: 0;
}
#responsiveBaseFrame .event-list-full-img .item a {
  height: 100%;
  display: block;
}
#responsiveBaseFrame .event-list-full-img .item .title {
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  font-weight: bold;
/* 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);
}
#responsiveBaseFrame .event-list-full-img .item .title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
  height: 100%;
}
#responsiveBaseFrame .event-list-full-img .item .title .title-inner {
  width: 135px;
  vertical-align: middle;
  display: inline-block;
}

#responsiveBaseFrame .event-list-full-img .item .title .title-inner.pc{
  display: none;
}

#responsiveBaseFrame .event-list-full-img .item .thumb {
  position: absolute;
  max-width: 143px;
  max-height: 201px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#responsiveBaseFrame .event-list-full-img .item .caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 145px;
  height: auto;
  position: absolute;
  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;
}
#responsiveBaseFrame .event-list-full-img .item .info {
  font-size: 10px;
  color: #333;
}
