  @charset "UTF-8";
.js-eventsJsOn #global-content .js-onHide {
  display: none;
}
.js-eventsJsOn #global-content .js-onView {
  display: block;
}
#global-content .js-onHide {
  display: block;
}
#global-content .js-onView {
  display: none;
}
#global-content .pagingNoneL .prev {
  display: none;
}
#global-content .pagingNoneR .next {
  display: none;
}
#global-content .today a,
.device-view-pc #global-content .today a {
  color: #fff;
  background-color: #aaa;
}
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/events/header_bg_01_sec.jpg");
  }
  #global-content {
    margin-bottom: 70px;
  }
  #global-content .eventData {
    text-align: left;
  }
  #global-content .eventData .title .text {
    font-size: 14px;
    line-height: 1.4;
  }
  #global-content .eventData .title .listPdf,
  #global-content .eventData .title .listBlank {
    margin-top: -3px;
    margin-left: 1em;
  }
  #global-content .eventData .detailWrap {
    padding-top: 1em;
  }
  #global-content .eventData .detailWrap .detail {
    font-size: 13px;
    line-height: 1.4;
  }
  #global-content .eventData .detailWrap .detail .detailInner {
    display: table;
  }
  #global-content .eventData .detailWrap .detail .detailInner .caption,
  #global-content .eventData .detailWrap .detail .detailInner .text {
    vertical-align: top;
    display: table-cell;
  }
  #global-content .eventData .detailWrap .detail .detailInner .text strong {
    font-weight: bold;
  }
  #global-content .eventData .detailWrap .detail .detailInner .caption {
    white-space: nowrap;
  }
  #global-content .paging:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content .paging .prev .text,
  #global-content .paging .next .text {
    margin: 0 0.5em;
    font-size: 16px;
    vertical-align: middle;
  }
  #global-content .paging .prev {
    float: left;
  }
  #global-content .paging .next {
    float: right;
  }
  #global-content #infoHeader {
    margin-bottom: 30px;
  }
  #global-content #infoHeader #featuredEvents {
    margin-bottom: 60px;
  }
  #global-content #infoHeader #featuredEvents .featuredTitle {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 300;
  }
  #global-content #infoHeader #featuredEvents .featuredOuter {
    width: 100%;
    position: relative;
    background-color: #efefef;
  }
  #global-content #infoHeader #featuredEvents .featuredInner {
    margin: 0 auto;
    width: 612px;
    overflow: hidden;
  }
  #global-content #infoHeader #featuredEvents .featuredList {
    width: 100%;
  }
  #global-content #infoHeader #featuredEvents .featuredList .items {
    width: 100%;
    display: block;
    position: relative;
  }
  #global-content #infoHeader #featuredEvents .featuredList .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content #infoHeader #featuredEvents .featuredList .items .item {
    display: none;
  }
  #global-content #infoHeader #featuredEvents .featuredList .items .item:first-child {
    display: block;
  }
  #global-content #infoHeader #featuredEvents .featuredList .item {
    width: 100%;
    float: left;
  }
  #global-content #infoHeader #featuredEvents .featuredList .item .itemInner {
    padding: 1em 30px 1em 0;
  }
  #global-content #infoHeader #featuredEvents .featuredList .item .itemInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content #infoHeader #featuredEvents .featuredList .item .thumb {
    width: 180px;
    height: 180px;
    overflow: hidden;
    float: left;
    position: relative;
  }
  #global-content #infoHeader #featuredEvents .featuredList .item .thumb img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content #infoHeader #featuredEvents .featuredList .item .eventData {
    padding: 1em 0;
    width: 372px;
    float: right;
  }
  #global-content #infoHeader #featuredEvents .featuredList .item .eventData .title .text {
    font-size: 20px;
  }
  #global-content #infoHeader #featuredEvents .featuredList .firstItem,
  #global-content #infoHeader #featuredEvents .featuredList .lastItem {
    height: 100%;
    position: absolute;
    top: 0;
  }
  #global-content #infoHeader #featuredEvents .featuredPaging {
    margin-top: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    display: none;
  }
  #global-content #infoHeader #featuredEvents .featuredPaging a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: url("/ja/assets/common/images/canvas_01.gif") repeat;
  }
  #global-content #infoHeader #featuredEvents .featuredPaging a:before {
    content: "";
    position: absolute;
    top: 0;
  }
  #global-content #infoHeader #featuredEvents .next {
    right: 20px;
  }
  #global-content #infoHeader #featuredEvents .next a:before {
    right: 5px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 2px solid #005;
    border-right: 2px solid #005;
  }
  #global-content #infoHeader #featuredEvents .prev {
    left: 20px;
  }
  #global-content #infoHeader #featuredEvents .prev a:before {
    left: 5px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-bottom: 2px solid #005;
    border-left: 2px solid #005;
  }
  #global-content #infoHeader #featuredEvents.js-sideStart .featuredList .items .item,
  #global-content #infoHeader #featuredEvents.js-sideStart .featuredPaging {
    display: block;
  }
  #global-content #infoHeader .article {
    min-height: 170px;
    text-align: left;
    position: relative;
  }
  #global-content #infoHeader .article .calendar {
    width: 340px;
    display: inline-block;
  }
  #global-content #infoHeader .article .calendar .caption {
    padding: 0.5em 0;
    background-color: #005;
  }
  #global-content #infoHeader .article .calendar .caption .captionInner {
    text-align: center;
    position: relative;
  }
  #global-content #infoHeader .article .calendar .caption .month {
    font-size: 14px;
    color: #fff;
  }
  #global-content #infoHeader .article .calendar .caption .prev,
  #global-content #infoHeader .article .calendar .caption .next {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #global-content #infoHeader .article .calendar .caption .prev {
    left: 0.2em;
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-right: 0.75em solid #fff;
    border-bottom: 0.5em solid transparent;
    border-left: 0.75em solid transparent;
  }
  #global-content #infoHeader .article .calendar .caption .next {
    right: 0.2em;
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-right: 0.75em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.75em solid #fff;
  }
  #global-content #infoHeader .article .calendar table {
    width: 100%;
  }
  #global-content #infoHeader .article .calendar table th,
  #global-content #infoHeader .article .calendar table td {
    width: 14.285%;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #fff;
  }
  #global-content #infoHeader .article .calendar table th .inner,
  #global-content #infoHeader .article .calendar table td .inner {
    padding: 0.5em 0;
    display: block;
  }
  #global-content #infoHeader .article .calendar table .week th {
    background-color: #fff;
  }
  #global-content #infoHeader .article .calendar table .day td {
    background-color: #efefef;
  }
  #global-content #infoHeader .article .categories {
    width: 346px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #global-content #infoHeader .article .categories .searchFormWrap .searchFormWrapInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content #infoHeader .article .categories .searchFormWrap .customSelect {
    width: 346px;
    height: 45px;
    float: left;
    border: solid 1px #ccc;
    position: relative;
  }
  #global-content #infoHeader .article .categories .searchFormWrap .customSelect:after {
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-top: 1em solid #005;
    border-right: 0.625em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 0.625em solid transparent;
    position: absolute;
    top: 1em;
    right: 20px;
    bottom: 0;
  }
  #global-content #infoHeader .article .categories .searchFormWrap .customSelect .label {
    text-align: left;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    width: 286px;
    position: absolute;
    top: 0;
    left: 20px;
  }
  #global-content #infoHeader .article .categories .searchFormWrap .customSelect select {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    border: none 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #global-content #infoHeader .article .categories .searchFormWrap .sendBtn {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }
  #global-content #infoHeader .headerInner {
    margin-top: 30px;
  }
  #global-content #infoBody .eventList .items {
    text-align: left;
    display: block;
    border-top: solid 1px #ddd;
  }
  #global-content #infoBody .eventList .items .item {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
  }
  #global-content #infoFooter {
    padding-top: 30px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/events/header_bg_01_sec.jpg");
}
.device-view-pc #global-content {
  margin-bottom: 70px;
}
.device-view-pc #global-content .eventData {
  text-align: left;
}
.device-view-pc #global-content .eventData .title .text {
  font-size: 14px;
  line-height: 1.4;
}
.device-view-pc #global-content .eventData .title .listPdf,
.device-view-pc #global-content .eventData .title .listBlank {
  margin-top: -3px;
  margin-left: 1em;
}
.device-view-pc #global-content .eventData .detailWrap {
  padding-top: 1em;
}
.device-view-pc #global-content .eventData .detailWrap .detail {
  font-size: 13px;
  line-height: 1.4;
}
.device-view-pc #global-content .eventData .detailWrap .detail .detailInner {
  display: table;
}
.device-view-pc #global-content .eventData .detailWrap .detail .detailInner .caption,
.device-view-pc #global-content .eventData .detailWrap .detail .detailInner .text {
  vertical-align: top;
  display: table-cell;
}
.device-view-pc #global-content .eventData .detailWrap .detail .detailInner .text strong {
  font-weight: bold;
}
.device-view-pc #global-content .eventData .detailWrap .detail .detailInner .caption {
  white-space: nowrap;
}
.device-view-pc #global-content .paging:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content .paging .prev .text,
.device-view-pc #global-content .paging .next .text {
  margin: 0 0.5em;
  font-size: 16px;
  vertical-align: middle;
}
.device-view-pc #global-content .paging .prev {
  float: left;
}
.device-view-pc #global-content .paging .next {
  float: right;
}
.device-view-pc #global-content #infoHeader {
  margin-bottom: 30px;
}
.device-view-pc #global-content #infoHeader #featuredEvents {
  margin-bottom: 60px;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredTitle {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredOuter {
  width: 100%;
  position: relative;
  background-color: #efefef;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredInner {
  margin: 0 auto;
  width: 612px;
  overflow: hidden;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList {
  width: 100%;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .items {
  width: 100%;
  display: block;
  position: relative;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .items:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .items .item {
  display: none;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .items .item:first-child {
  display: block;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .item {
  width: 100%;
  float: left;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .item .itemInner {
  padding: 1em 30px 1em 0;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .item .itemInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .item .thumb {
  width: 180px;
  height: 180px;
  overflow: hidden;
  float: left;
  position: relative;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .item .thumb img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .item .eventData {
  padding: 1em 0;
  width: 372px;
  float: right;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .item .eventData .title .text {
  font-size: 20px;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .firstItem,
.device-view-pc #global-content #infoHeader #featuredEvents .featuredList .lastItem {
  height: 100%;
  position: absolute;
  top: 0;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredPaging {
  margin-top: -10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  display: none;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredPaging a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: url("/ja/assets/common/images/canvas_01.gif") repeat;
}
.device-view-pc #global-content #infoHeader #featuredEvents .featuredPaging a:before {
  content: "";
  position: absolute;
  top: 0;
}
.device-view-pc #global-content #infoHeader #featuredEvents .next {
  right: 20px;
}
.device-view-pc #global-content #infoHeader #featuredEvents .next a:before {
  right: 5px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-top: 2px solid #005;
  border-right: 2px solid #005;
}
.device-view-pc #global-content #infoHeader #featuredEvents .prev {
  left: 20px;
}
.device-view-pc #global-content #infoHeader #featuredEvents .prev a:before {
  left: 5px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-bottom: 2px solid #005;
  border-left: 2px solid #005;
}
.device-view-pc #global-content #infoHeader #featuredEvents.js-sideStart .featuredList .items .item,
.device-view-pc #global-content #infoHeader #featuredEvents.js-sideStart .featuredPaging {
  display: block;
}
.device-view-pc #global-content #infoHeader .article {
  min-height: 170px;
  text-align: left;
  position: relative;
}
.device-view-pc #global-content #infoHeader .article .calendar {
  width: 340px;
  display: inline-block;
}
.device-view-pc #global-content #infoHeader .article .calendar .caption {
  padding: 0.5em 0;
  background-color: #005;
}
.device-view-pc #global-content #infoHeader .article .calendar .caption .captionInner {
  text-align: center;
  position: relative;
}
.device-view-pc #global-content #infoHeader .article .calendar .caption .month {
  font-size: 14px;
  color: #fff;
}
.device-view-pc #global-content #infoHeader .article .calendar .caption .prev,
.device-view-pc #global-content #infoHeader .article .calendar .caption .next {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.device-view-pc #global-content #infoHeader .article .calendar .caption .prev {
  left: 0.2em;
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-right: 0.75em solid #fff;
  border-bottom: 0.5em solid transparent;
  border-left: 0.75em solid transparent;
}
.device-view-pc #global-content #infoHeader .article .calendar .caption .next {
  right: 0.2em;
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-right: 0.75em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.75em solid #fff;
}
.device-view-pc #global-content #infoHeader .article .calendar table {
  width: 100%;
}
.device-view-pc #global-content #infoHeader .article .calendar table th,
.device-view-pc #global-content #infoHeader .article .calendar table td {
  width: 14.285%;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #fff;
}
.device-view-pc #global-content #infoHeader .article .calendar table th .inner,
.device-view-pc #global-content #infoHeader .article .calendar table td .inner {
  padding: 0.5em 0;
  display: block;
}
.device-view-pc #global-content #infoHeader .article .calendar table .week th {
  background-color: #fff;
}
.device-view-pc #global-content #infoHeader .article .calendar table .day td {
  background-color: #efefef;
}
.device-view-pc #global-content #infoHeader .article .categories {
  width: 346px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.device-view-pc #global-content #infoHeader .article .categories .searchFormWrap .searchFormWrapInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content #infoHeader .article .categories .searchFormWrap .customSelect {
  width: 346px;
  height: 45px;
  float: left;
  border: solid 1px #ccc;
  position: relative;
}
.device-view-pc #global-content #infoHeader .article .categories .searchFormWrap .customSelect:after {
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-top: 1em solid #005;
  border-right: 0.625em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 0.625em solid transparent;
  position: absolute;
  top: 1em;
  right: 20px;
  bottom: 0;
}
.device-view-pc #global-content #infoHeader .article .categories .searchFormWrap .customSelect .label {
  text-align: left;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  width: 286px;
  position: absolute;
  top: 0;
  left: 20px;
}
.device-view-pc #global-content #infoHeader .article .categories .searchFormWrap .customSelect select {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  border: none 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.device-view-pc #global-content #infoHeader .article .categories .searchFormWrap .sendBtn {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.device-view-pc #global-content #infoHeader .headerInner {
  margin-top: 30px;
}
.device-view-pc #global-content #infoBody .eventList .items {
  text-align: left;
  display: block;
  border-top: solid 1px #ddd;
}
.device-view-pc #global-content #infoBody .eventList .items .item {
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
}
.device-view-pc #global-content #infoFooter {
  padding-top: 30px;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/events/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content {
    margin-bottom: 12%;
  }
  .device-js-on #global-content .eventData {
    text-align: left;
  }
  .device-js-on #global-content .eventData .title .text {
    font-size: 125%;
    line-height: 1.4;
  }
  .device-js-on #global-content .eventData .title .listPdf,
  .device-js-on #global-content .eventData .title .listBlank {
    margin-left: 1em;
  }
  .device-js-on #global-content .eventData .detailWrap {
    padding-top: 1em;
  }
  .device-js-on #global-content .eventData .detailWrap .detail {
    font-size: 100%;
    line-height: 1.6;
  }
  .device-js-on #global-content .eventData .detailWrap .detail .detailInner {
    display: table;
  }
  .device-js-on #global-content .eventData .detailWrap .detail .detailInner .caption,
  .device-js-on #global-content .eventData .detailWrap .detail .detailInner .text {
    vertical-align: top;
    display: table-cell;
  }
  .device-js-on #global-content .eventData .detailWrap .detail .detailInner .text strong {
    font-weight: bold;
  }
  .device-js-on #global-content .eventData .detailWrap .detail .detailInner .caption {
    white-space: nowrap;
  }
  .device-js-on #global-content .paging {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #global-content .paging:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-content .paging .prev .text,
  .device-js-on #global-content .paging .next .text {
    margin: 0 0.5em;
    font-size: 125%;
    vertical-align: middle;
  }
  .device-js-on #global-content .paging .prev {
    float: left;
  }
  .device-js-on #global-content .paging .next {
    float: right;
  }
  .device-js-on #global-content #infoHeader {
    margin-bottom: 8%;
  }
  .device-js-on #global-content #infoHeader #featuredEvents {
    margin-bottom: 8%;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredTitle {
    margin-bottom: 4%;
    font-size: 208.33333%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 300;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredOuter {
    width: 100%;
    position: relative;
    background-color: #efefef;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredInner {
    width: 100%;
    overflow: hidden;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList {
    width: 100%;
    position: relative;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .items {
    width: 100%;
    display: block;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .items .item {
    display: none;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .items .item:first-child {
    display: block;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .item {
    width: 100%;
    float: left;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .item .itemInner {
    padding: 1em 4%;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .item .itemInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .item .thumb {
    padding-bottom: 28.98551%;
    width: 28.98551%;
    overflow: hidden;
    float: left;
    position: relative;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .item .thumb img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .item .eventData {
    width: 66.66667%;
    float: right;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .firstItem,
  .device-js-on #global-content #infoHeader #featuredEvents .featuredList .lastItem {
    height: 100%;
    position: absolute;
    top: 0;
  }
  .device-js-on #global-content #infoHeader #featuredEvents .featuredPaging {
    display: none;
  }
  .device-js-on #global-content #infoHeader #featuredEvents.js-sideStart .featuredList .items .item {
    display: block;
  }
  .device-js-on #global-content #infoHeader .article .calendar {
    margin: 0 auto 8%;
    width: 92%;
  }
  .device-js-on #global-content #infoHeader .article .calendar .caption {
    padding: 0.5em 0;
    background-color: #005;
  }
  .device-js-on #global-content #infoHeader .article .calendar .caption .captionInner {
    text-align: center;
    position: relative;
  }
  .device-js-on #global-content #infoHeader .article .calendar .caption .month {
    font-size: 108.33333%;
    color: #fff;
  }
  .device-js-on #global-content #infoHeader .article .calendar .caption .prev,
  .device-js-on #global-content #infoHeader .article .calendar .caption .next {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .device-js-on #global-content #infoHeader .article .calendar .caption .prev {
    left: 0.2em;
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-right: 0.75em solid #fff;
    border-bottom: 0.5em solid transparent;
    border-left: 0.75em solid transparent;
  }
  .device-js-on #global-content #infoHeader .article .calendar .caption .next {
    right: 0.2em;
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-right: 0.75em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.75em solid #fff;
  }
  .device-js-on #global-content #infoHeader .article .calendar table {
    width: 100%;
  }
  .device-js-on #global-content #infoHeader .article .calendar table th,
  .device-js-on #global-content #infoHeader .article .calendar table td {
    width: 14.285%;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #fff;
  }
  .device-js-on #global-content #infoHeader .article .calendar table th .inner,
  .device-js-on #global-content #infoHeader .article .calendar table td .inner {
    padding: 1em 0;
    display: block;
  }
  .device-js-on #global-content #infoHeader .article .calendar table .week th {
    background-color: #fff;
  }
  .device-js-on #global-content #infoHeader .article .calendar table .day td {
    background-color: #efefef;
  }
  .device-js-on #global-content #infoHeader .article .categories {
    margin-bottom: 8%;
  }
  .device-js-on #global-content #infoHeader .article .categories .searchFormWrap {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #global-content #infoHeader .article .categories .searchFormWrap .searchFormWrapInner {
    position: relative;
  }
  .device-js-on #global-content #infoHeader .article .categories .searchFormWrap .searchFormWrapInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-content #infoHeader .article .categories .searchFormWrap .customSelect {
    width: 100%;
    height: 3.5em;
    float: left;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .device-js-on #global-content #infoHeader .article .categories .searchFormWrap .customSelect:after {
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-top: 0.75em solid #005;
    border-right: 0.5em solid transparent;
    border-bottom: 0.75em solid transparent;
    border-left: 0.5em solid transparent;
    position: absolute;
    top: 1em;
    right: 1em;
    bottom: 0;
  }
  .device-js-on #global-content #infoHeader .article .categories .searchFormWrap .customSelect .label {
    padding: 1em 1.5em 0 0.5em;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 108.33333%;
    white-space: nowrap;
    overflow: hidden;
  }
  .device-js-on #global-content #infoHeader .article .categories .searchFormWrap .customSelect select {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 108.33333%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    border: none 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .device-js-on #global-content #infoHeader .article .categories .searchFormWrap .sendBtn {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }
  .device-js-on #global-content #infoHeader .headerInner {
    margin-top: 8%;
  }
  .device-js-on #global-content #infoBody .eventList {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #global-content #infoBody .eventList .items {
    text-align: left;
    display: block;
    border-top: solid 1px #ddd;
  }
  .device-js-on #global-content #infoBody .eventList .items .item {
    padding: 1.5em 0;
    border-bottom: solid 1px #ddd;
  }
  .device-js-on #global-content #infoFooter {
    padding-top: 8%;
  }
  .device-js-on #global-content .today a{
    background-color: #aaa;
  }  
}
