@charset "UTF-8";
/*===================================
         fair template 01
=====================================*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*--- common parts width old file ---*/
/* event*/
.btn-event {
  width: 60%;
  height: 50px;
  background-color: #0050ad;
  color: #fff;
  font-size: 20px;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.btn-event::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .2s, opacity .5s;
  }

  .btn-event:active::after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
  }

/* event */

.mod-footer {
  text-align: center;
  padding: 20px;
}


/*--- new style ---*/

article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top 85px;
}

.article-event {
  padding-top: 85px;
  margin-bottom: 20px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.fair-title {
  font-size: 25px;
  color: #009;
  font-weight: bold;
}

.fair-contents {
  padding: 0 10px;
}

.fair-contents-item {
  padding-bottom: 10px;
}

.fair-contents-item a {
  display: block;
}





.header-bar {
  box-sizing: border-box;
  height: 45px;
  position: relative;
}

.logo-link {
  right: -8px;
  top: 8px;
  width: 85px;
  height: auto;
  position: relative;
  z-index: 12;
}

.logo-link-mangamola {
  right: -5px;
  top: 4px;
  margin-left: 5px;
  width: 120px;
  height: auto;
  position: relative;
  z-index: 12;
}

.article-event-fair145 {
  padding-top: 0px;
  margin-top: 85px;
  margin-bottom: 20px;
  background-color: #3e4c6b;
  border: 5px solid;
  border-color: #9c7753;
