@charset "UTF-8";
/*! インデクッス */
.cl, article {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, article:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html article {
  height: 1%;
}

/*----------------------------------
accessList
----------------------------------*/
#accessList {
  margin-top: -15px;
  overflow: hidden;
}
#slider{
  margin: 0 150px;
}

.imgUpLogo{
  margin-bottom: 10px;
  text-align: center;
}

/*----------------------------------
article
----------------------------------*/
article {
  position: relative;
  margin-top: -1px;
  padding: 35px 0;
  border-top: 1px dotted #ccc;
}
article h2 {
  margin-bottom: 23px;
}
article dl {
  margin-top: 23px;
}
article dt {
  font-weight: bold;
}

/*----------------------------------
accessDetail
----------------------------------*/
.accessDetail {
  float: left;
  width: 535px;
}

.accessDetailImage {
  float: right;
  width: 414px;
}
.accessDetailImage img {
  max-width: 414px;
}

@media only screen and (max-width: 640px) {
  section {
    margin-top: 30px;
  }

#slider{
  margin: 0;
}

  article {
    padding: 30px 0;
  }

  article:last-child {
    padding-bottom: 0;
  }

  .accessDetail {
    float: none;
    width: 100%;
  }

  .accessDetailImage {
    float: none;
    width: auto;
  }
  .accessDetailImage img {
    margin-top: 20px;
    max-width: 100%;
  }
}
