@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Category
---------------------------------------*/

#category {
  margin: 0;
  padding: 25px;
}

#category .headArea {
  margin: 0 0 25px;
}

#category .headArea h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
}

#category ul.indexList {
}

#category .indexList li {
  margin: 0 0 25px;
  padding: 25px;
  border: 1px solid #D5D5D5;
}

#category .indexList h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}

#category .indexList h2 a {
  text-decoration: none;
  color: #444444;
}

#category .indexList p.lead {
  margin: 0 0 20px;
  font-size: 13px;
}

#category .indexList .botLink {
  background: #B5B5B5;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 0 45%;
  padding: 8px 0 10px;
  text-align: center;
  text-decoration: none;
  width: 55%;
}