@charset "utf-8";
/* CSS Document */


/*------------------------------------------------
  style setting:
--------------------------------------------------*/
/*背景色なし*/
.no-bg{
       background: none !important;
 }
/*右破線罫線*/
.br-dashed{
       border-right: 1px dashed #2c4b6d !important;
 }
/*左破線罫線*/
.bl-dashed{
       border-left: 1px dashed #2c4b6d !important;
 }
/*罫線を消す*/
.bst {
  border-top: none !important;
}
.bsb {
  border-bottom: none !important;
}
.bsl {
  border-left: none !important;
}
.bsr {
  border-right: none !important;
}

