﻿@charset "utf-8";
/* CSS Document */

#sccard_bt {
  text-align: center;
}

.text_bk_bl {
  /*黒文字太字*/
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.text_red {
  /*赤文字*/
  color: red;
}

.text_red_br {
  /*赤文字下線付き*/
  color: red;
  border-bottom: 1px solid red;
}

.td_red {
  /*セルの背景を赤く*/
  background-color: #ffa7a8;
}

.k-img-box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.green-waku {
  border: 2px solid #1cd000;
  padding: 5px;
  text-align: center;
}

.box_scvisa_red {
  color: red;
  text-align: center;
  border: 2px solid red;
  padding-top: 15px;
}
.green-waku {
  border: 2px solid #1cd000;
  padding: 5px;
  text-align: center;
}

.red-waku {
  border: 2px solid red;
  padding: 7px;
}
