@charset "UTF-8";
/*---------------wrapper----------------*/
.eventpanel {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.eventpanel a {
  background: #EFEFEF;
  border: thin solid #DCDCDC;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}

.eventpanel a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: rgb(0, 78, 162);
}

.eventpanel a:hover i {
  color: rgb(199, 29, 30);
}

.eventpanel a img {
  vertical-align: bottom;
}

.eventword div {
  border-bottom: thin solid #004EA2;
}

.eventpanel a {
  width: 48%;
}

.eventimg {
  float: left;
  width: 106px;
  height: 100%;
  text-align: center;
  position: relative;
}

.eventimg img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eventword {
  float: right;
  width: calc(100% - 106px);
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 13px;
  padding-bottom: 8px;
  box-sizing: border-box;
}

.eventword div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventword p {
  font-size: 14px;
  margin: 0;
}

.eventword h4 {
  color: #004EA2;
  margin: 0;
  font-size: 16px;
  font-feature-settings: "palt";
  width: calc(100% - 18px);
}

.eventword p.hard {
  background-color: #1262B2;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.eventword p.soft {
  background-color: #919c2e;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.srseries-img {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
}

.indeximg img {
  vertical-align: middle;
  margin-right: 1em;
}

.calendar {
  text-align: right;
  font-weight: bold;
  margin-bottom: 30px;
}

.calendar a {
  color: #dcd #393939;
  border: 1px solid #DCDCDC;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  background: #dcdcdc; /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 1%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 1%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 1%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.calendar i {
  color: #004EA2;
  font-size: 20px;
}

.eventlist {
  margin-bottom: 80px;
}

.eventlist h3 + p {
  margin-bottom: 30px;
}

.eventlist ul {
  margin-bottom: 30px;
}

.eventlist ul li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.eventlist ul li a {
  color: #767676;
  text-decoration: none;
  transition: 0.3s;
  font-feature-settings: "palt";
}

.eventlist ul li a:hover {
  text-decoration: underline;
}

.eventlist ul li:first-child {
  border-top: 1px solid #dcdcdc;
}

.eventlist ul li div:nth-child(1) {
  width: 20%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.eventlist ul li div:nth-child(1) p {
  margin: 0;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.4;
}

.eventlist ul li div:nth-child(2) {
  float: right;
  width: 80%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.eventlist ul li div:nth-child(2) p {
  margin: 0;
}

.eventlist ul li div:nth-child(2) p:first-child {
  margin-bottom: 10px;
}

.eventlist ul li div:nth-child(2) p span {
  color: #BA0001;
}

.i-kobetsu {
  background-color: #af1d11;
  color: #ffffff;
}

.i-webseminar {
  background-color: #af1d11;
  color: #ffffff;
}

.i-seminar {
  background-color: #95B212;
  color: #ffffff;
}

.i-shutten {
  background-color: #f2b33d;
  color: #ffffff;
}

.i-networking {
  background-color: #767265;
  color: #ffffff;
}

.i-grandprix {
  background-color: #072B59;
  color: #ffffff;
}

.i-other {
  background-color: #C3C3C3;
  color: #ffffff;
}

.to-eventlist {
  text-align: right;
}

.to-eventlist a {
  color: #767676;
  text-decoration: none;
  transition: 0.3s;
}

.to-eventlist a:hover i {
  color: #C71D1E;
}

.to-eventlist i {
  color: #004EA2;
  font-size: 18px;
}

/*年アーカイブ*/
#year .markcomment {
  text-align: right;
}

#year .markcomment i {
  font-size: 18px;
  color: #909c2e;
}

#year .eventtable {
  margin-bottom: 30px;
}

#event #year .eventtable tr td {
  padding-left: 10px;
  padding-right: 10px;
}

#event #year .eventtable tr td:nth-child(3) {
  text-align: center;
  width: 50px;
}

/*---------------sidenav----------------*/
#common .event-i ul .sidenav-list-element--all a {
  background-image: url(/img/nav_pointer-red.png);
  pointer-events: none;
}

/*===============================================
●smart.css  画面の横幅が1150px以下
===============================================*/
@media screen and (max-width: 1150px) {
  /*---------------header----------------*/
  #event nav#mainmenu ul.dropmenu li.eventmenu a {
    /*background-image: none;*/
    color: #767676;
  }
}
/*===============================================
  画面の横幅が1000px以下
===============================================*/
@media screen and (max-width: 1000px) {
  /*---------------header----------------*/
  .eventpanel a {
    width: 100%;
  }
  .eventimg img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
  .eventimg {
    width: 80px;
  }
  .eventword {
    width: calc(100% - 80px);
  }
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  .eventpanel a:nth-child(2n+1) {
    width: 100%;
    display: block;
  }
  .eventpanel a:nth-child(2n) {
    float: none;
    width: 100%;
    display: block;
  }
  .calendar {
    text-align: center;
  }
  .eventlist ul li div p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .eventlist ul {
    padding-left: 0;
  }
  .eventlist ul li div:nth-child(2) {
    padding-left: 1em;
    width: 75%;
  }
  .eventlist ul li div:nth-child(1) {
    width: 25%;
  }
  #year .markcomment {
    text-align: left;
    text-indent: -0.8em;
    padding-left: 2em;
  }
  .eventimg {
    width: 90px;
  }
  .eventword {
    padding-top: 0;
    width: calc(100% - 90px);
  }
}/*# sourceMappingURL=event.css.map */