
/* ------------------------------------------------------------ */
/* マニュアルリスト */
/* ------------------------------------------------------------ */

#Manual_list{

}

#Manual_list header.header {
    text-align: center;
    padding: 0;
    margin: 0 auto 30px;
    border-bottom: 2px solid #ccc;
}

#Manual_list header.header h2{
  font-size: 100%;
  font-weight: bold;
}

#Manual_list ul{
  list-style:none;
  padding: 0px 0;
}

#Manual_list ul li{
  margin-bottom: 20px;
}

#Manual_list ul li a{
  font-size: 14px;
  color: #00a8b5;
  font-weight: bold;
  text-decoration: underline;
}

#Manual_list ul li em{
  color: #cccccc;
}


@media (max-width: 767px) {

  #Manual_list .section-index-title{
    border: none;
  }

  #Manual_list ul {
    margin-bottom: 50px;
  }

  #Manual_list ul li{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    padding-right: 30px;
  }

  #Manual_list ul li em{
    position: relative;
    right: -30px;
  }

}


/* ------------------------------------------------------------ */
/* XLJ 判定 */
/* ------------------------------------------------------------ */

.isApp.isDocomo #devArea_au,
.isApp.isDocomo #devArea_softbank{
display: none !important;
}
.isApp.isAu #devArea_docomo,
.isApp.isAu #devArea_softbank{
display: none !important;
}
.isApp.isSoftbank #devArea_docomo,
.isApp.isSoftbank #devArea_au{
display: none !important;
}
