@charset "UTF-8";

#event-cal-head {
  margin: 0 auto 17px;
  width: 1200px;
  position: relative;
  text-align: center;
  line-height: 28px;
  vertical-align: top;
}
#event-cal-head ul.cal-direction {
  position: absolute;
  top: 0;
  left: 0;
  width: 245px;
  height: 28px;
}
#event-cal-head ul.cal-direction li {
  position: absolute;
  width: 28px;
  height: 28px;
}
#event-cal-head ul.cal-direction li.prev {
  top: 0;
  left: 0;
}
#event-cal-head ul.cal-direction li.next {
  top: 0;
  right: 0;
}
#event-cal-head ul.cal-direction li a {
  display: block;
  color: #000000;
  background: #f1db8f;
  width: 28px;
  height: 28px;
  overflow: hidden;
  line-height: 24px;
}
#event-cal-head ul.cal-direction li a img {
  vertical-align: middle;
}
#event-cal-head ul.cal-direction li span {
  display: block;
  color: #000000;
  background: #404040;
  width: 28px;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
}
#event-cal-head ul.cal-direction li span img {
  vertical-align: middle;
}
#event-cal-head .title {
  width: 245px;
  font-size: 34px;
  letter-spacing: 0.1em;
}

#event-calendar-wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 1200px;
  margin: 0 auto 80px;
  padding: 10px;
  box-sizing: border-box;
}

ul#event-calendar {
  margin: 0 auto 0px;
  width: 1180px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #dcc882;
  box-sizing: border-box;
  *zoom: 1;
}
ul#event-calendar:after {
  content: "";
  display: table;
  clear: both;
}
ul#event-calendar > li {
  float: left;
  width: 3.22581%;
  text-align: center;
  border-right: 1px solid #dcc882;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1em;
  height: 405px;
  position: relative;
}
ul#event-calendar > li .day,
ul#event-calendar > li .wday {
  display: block;
  border-bottom: 1px solid #dcc882;
  padding: 0px 0 10px 0;
  color: #f1db8f;
  font-size: 24px;
}
ul#event-calendar > li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
}
/*
ul#event-calendar > li a:hover {
  text-decoration: none;
  border: 3px solid #95885a;
  top: -3px;
  left: -3px;
}
*/
ul#event-calendar > li a .day {
  border-bottom: 3px solid #dcc882;
}
ul#event-calendar > li a ul li {
  height: 34px;
  margin-bottom: 7px;
}
ul#event-calendar > li a .eventlist_inner {
  background: rgba(255, 255, 255, 0.3);
  height: 310px;
  position: relative;
  top: -10px;
  padding-top: 10px;
}
ul#event-calendar > li.current a .eventlist_inner {
  background: rgba(255, 255, 255, 0.9);
}
ul#event-calendar > li a .eventlist_inner:hover {
  background: rgba(255, 255, 255, 0.95);
  height: 320px;
  position: relative;
  top: -10px;
}
ul#event-calendar > li a ul li img {
  width: 100%;
}
ul#event-calendar > li:last-child {
  border-right: none;
}
ul#event-calendar > li.current a {
  background: rgba(225, 200, 130, 0.25);
}
ul#event-calendar > li.current:after {
  content: "";
  background: url(/img/arrow_under.png) center bottom no-repeat;
  height: 12px;
  font-family: "fontAwesome";
  font-size: 20px;
  display: block;
  width: 100%;
  position: absolute;
  top: 420px;
  text-align: center;
}
ul#event-calendar > li .day {
  margin-bottom: 10px;
}
ul#event-calendar > li .wday {
  font-size: 10px;
  text-transform: capitalize;
  padding: 10px 0;
  margin-bottom: 15px;
  color: #ffffff;
}
ul#event-calendar > li .sat {
  color: #7391a0;
}
ul#event-calendar > li .sun,
ul#event-calendar > li .hday {
  color: #c09368;
}

#ev-day-title {
  font-size: 38px;
  margin-bottom: 70px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#ev-day-title span {
  font-size: 30px;
}

#event-list {
  min-height: 600px;
}

.ev-indiv {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  font-size: 17px;
  line-height: 1.75em;
  text-align: left;
  border: 1px solid #f1db8f;
  box-sizing: border-box;
  padding: 42px;
  /*  background: url(../images/event/bg_entry.png) left top no-repeat;*/
}
.ev-indiv p {
  width: auto;
  margin-left: 510px;
}
.ev-indiv header {
  color: #f1db8f;
  border-bottom: 1px solid #a2a2a2;
  min-height: 120px;
  line-height: 1em;
  padding: 0.5em 0 1em;
  margin-bottom: 23px;
  position: relative;
}
.ev-indiv header h3 {
  font-size: 27px;
  width: 1150px;
  box-sizing: border-box;
  padding-left: 210px;
  height: 80px;
  padding-top: 20px;
  line-height: 1.2em;
  overflow: hidden;
}
.ev-indiv header .period {
  font-size: 27px;
  color: #ffffff;
  float: right;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.ev-indiv header .btn-official {
  position: absolute;
  top: 0;
  right: 0;
}
.ev-indiv .ev-img {
  float: left;
  width: 472px;
}
.ev-indiv .ev-img img {
  width: 100%;
}
.ev-indiv .ev-img a {
  text-decoration: none;
}
.ev-indiv .text {
  color: #d0d0d0;
}
.ev-indiv.group header {
  background: url(/img/icon_p-ce_167_136.png) left top no-repeat;
  background-size: auto 135px;
}

.ev-indiv.collection header {
  background: url(/img/icon_colle_167_136.png) left top no-repeat;
  background-size: auto 135px;
}

.ev-indiv.p3 header {
  background: url(/img/icon_p3_167_136.png) left top no-repeat;
  background-size: auto 135px;
}

.ev-indiv.valentine header {
  background: url(/img/icon_vale_167_136.png) left top no-repeat;
  background-size: auto 135px;
}

.ev-indiv.youth header {
  background: url(/img/icon_youth_167_136.png) 30px top no-repeat;
  background-size: auto 135px;
}

.ev-indiv.seventh header {
  background: url(/img/icon_seventh_167_136.png) 30px top no-repeat;
  background-size: auto 135px;
}

.ev-indiv.p31st header {
  background: url(/img/icon_p31st_167_136.png) 30px top no-repeat;
  background-size: auto 135px;
}
.ev-indiv.sense header {
  background: url(/img/icon_sense_167_136.png) 30px top no-repeat;
  background-size: auto 135px;
}
.ev-indiv.code header {
  background: url(/img/icon_code_167_136.png) 30px top no-repeat;
  background-size: auto 135px;
}
.ev-indiv.prime header {
  background: url(/img/icon_prime_167_136.png) 30px top no-repeat;
  background-size: auto 135px;
}
.ev-indiv.theone header {
  background: url(/img/icon_theone_167_136.png) 30px top no-repeat;
  background-size: auto 135px;
}
.ev-indiv.umeda header {
  background: url(/img/icon_umeda_167_136.png) 30px top no-repeat;
  background-size: auto 135px;
}
#ev-loading {
  margin-top: 70px;
  font-size: 30px;
  color: #f1db8f;
  padding: 3px;
}
