@charset "Shift_JIS";

/*  Top Contents
-----------------------------------------------------------------------------*/
#mainimage {
  padding-bottom: 25px;
  background: url(../../img/bg02.gif) 0 0 repeat-x;
}

#mainimage #in_mainimage img {
  margin: 0 auto;
  width: 1090px;
  height: 605px;
/*  background: url(../../img/bg01.jpg) 0 0 no-repeat;*/
  position: relative;
  display: block;
}

#mainimage #in_mainimage:hover {
  opacity: 0.7;
}

#mainimage #in_mainimage #flasharea {
  top: 63px;
  left: 141px;
  position: absolute;
}

.contents {
  margin: 0 auto;
  width: 960px;
}

.contents h3 { padding-bottom: 23px; }

.contents ul {
  margin-right: -10px;
  overflow: hidden;
}

.contents ul li {
  margin: 0 10px 20px 0;
  float: left;
}

video {
  display: block;
  margin: 0 auto;
  width: 970px;
  margin-bottom: 20px;
}

.page_list {
  display: flex;
  justify-content: space-around;
}

.page_list a {
    display: flex;
    color: #555555;
    text-decoration: none;
    border: 1px solid #555555;
    border-radius: 14px;
    font-size: 1rem;
    width: 260px;
    justify-content: center;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

.page_list a:hover {
  opacity: 0.7;
}

.btn {
    display: flex;
    color: #555555!important;
    text-decoration: none!important;
    border: 1px solid #555555;
    border-radius: 14px;
    font-size: 1rem;
    width: 50%;
    justify-content: center;
    padding: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.btn:hover {
  opacity: 0.7;
}
