@charset "utf-8";

/*
keycolor 005f97
*/
.insertGroup{
  border:1px solid #ccc;
}
.insertGroup .insertImg-withTD:first-of-type{
  margin-top:0px;
}
.insertImg-withTD > dt > span{
  background-color:#005f97;
  color:#FFF;
}
.section_ttltags > li{
  background-color:#005f97;
}
.rdcSection > .section_ttl{
  border-top:2px solid #005f97;
}
.rdcSection_middle > .section_ttl{
  border-left:5px solid #005f97;
  color:#005f97;
}

/*font*/
.fontBlue{
  color:#005f97 !important;
}
.fz_small{
  font-size:12px !important;
  margin-top:10px;
}
.bold {
  font-weight:bold;
}