.kasen{
  
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-left-style : dashed;
  border-right-style : dashed;
  border-bottom-style : dashed;
  border-left-color : orange;
  border-right-color : orange;
  border-bottom-color : orange;
  
  
  
}

.kasen2{
  padding-bottom : 1px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : lime;
  margin-bottom : 2px;
}

.kasen3{
  padding-bottom : 1px;
  border-bottom-width : 2px;
  border-bottom-style : dashed;
  border-bottom-color : orange;
  margin-bottom : 2px;
}

.kasen4{
  
  border-left-color : green;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-left-style : dashed;
  border-right-style : dashed;
  border-bottom-style : dashed;
  border-right-color : green;
  border-bottom-color : green;
}
