.mainTitle {
  width: 100%;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 22px;
}
.category_a{
  border-left: thick solid #FF9800;
    font-weight:bold;
}
.category_b{
  border-left: thick solid #4CAF50;
    font-weight:bold;
}

.mainInner > *, .mainInner > .list-group > a.list-group-item {
    margin: 0;
    padding: 20px 40px 30px 40px;
    border-bottom: none;
}

.mainTitleBorder {
  border-left: thick solid #3A9A51;
}

.breadcrumbOuter {
  margin-bottom: 30px;
  padding-top: 0px;
  background-color: #C2E7D2;
}
.breadcrumb {
  font-size: 82%;
  margin: 0;
  background-color: #C2E7D2;
}

/*.mainCategoryList {
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}*/
 
.mainCategoryListTitle {
    margin-bottom: 15px;
  font-size:5px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
}

.help-block2 {color:#777;}

.explaintani{font-size:1.1em;}
/*水色#EFFAFF*/

.textblack {color:#000;}

.btn-kaitou {color: #fff !important;
background-color: #c51236;
  border-color: #dc143c;}

.btn-kaitou:hover, .btn-kaitou:focus, .btn-kaitou:active, .btn-kaitou.active, .open .dropdown-toggle.btn-kaitou {
    color: #fff;
    background-color: #ad102f;
    border-color: #dc143c;
}