
@charset "UTF-8";
/*------------------------------------*
  Base
  Header
 *------------------------------------*/

/*------------------------------------*
  Base
 *------------------------------------*/

*{
box-sizing: border-box;
margin: 0;
padding: 0;
}

body{
font-size: 10px;
color: #666;
position: relative;
font-family: '游ゴシック', 'Yu Gothic', YuGothic, sans-serif;
}

ul,ol{
list-style: none;
}


/*------------------------------------*
  Header
 *------------------------------------*/

.site-header{
z-index: 11;
}

header.main-header{
width: 100%;
height: auto !important;
position: static;
background: #fff;
z-index: 11;
padding: 5px 0 12px;
}

.event-cupImg{
width: auto;
display: block;
}
.event_cupLogo img{
margin-right: 0;
width: auto;
max-height: 40px;
float: none;
}

.main-header .event-cupTitle{
text-align: center;
width: 100%;
line-height: 1.4;
}

.event_cupLogo .event-cupTitle h2{
float: none;
padding: 0 0 16px;
}



@media (max-width: 767px){
  .event_cupLogo img{
    float: none;
    margin: 0 0 10px;
  }
  .event-cupTitle{
    display: block;
    width: 100%;
  }
  .event_cupLogo .event-cupTitle h2{
    font-size: 12px;
    padding-bottom: 10px;
  }
}