body .site-footer {
    background-color: rgb(240,209,214);
}
body .subLine{
  display:none;
}
/*body{
  background-color: rgb(203, 224, 255)!important;
}
body .common-column-list-unit-bottom-tag{
  color:#ffffff;
}
body .common-column-list-unit-bottom-time{
  color:#fa534b;
}
body .common-column-list-unit-title:hover{
  color:#ffffff;
}*/
.columnName img{
  width:calc( 232 / 1280 * 100% );
}
@media ( max-width:767px ){
  .columnName img{
    width:25vw;
  }
}
