td.kashi_a { border-top       : solid 1px #cccccc;
	     border-bottom    : solid 1px #666666;
	     font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #B3B382;
}
td.kashi_a2 {border-top       : solid 1px #cccccc;
	     border-bottom    : solid 1px #666666;
	     font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #B3B382;
}

td.kashi_b { border-top       : solid 1px #cccccc;
	     border-bottom    : solid 1px #666666;
	     font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #75BAFF;
}
td.kashi_b2 {border-top       : solid 1px #cccccc;
	     border-bottom    : solid 1px #666666;
	     font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #75BAFF;
}

td.kashi_c { border-top       : solid 1px #cccccc;
	     border-bottom    : solid 1px #666666;
	     font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #6DB0F2;
}
td.kashi_c2 {border-top       : solid 1px #cccccc;
	     border-bottom    : solid 1px #666666;
	     font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #6DB0F2;
}

td.kashi_d { border-top       : solid 1px #D4F5F5;
	     border-bottom    : solid 1px #666666;
	     font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #75BBBB;
}
td.kashi_d2 {  border-top       : solid 1px #D4F5F5;
	     border-bottom    : solid 1px #666666;
	     font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #75BBBB;
}
input, select, textarea {font-family:inherit;}
.safetyMeasures a {
  display: inline-block;
  word-break: break-all;
}
#safetyPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 9999;
}
#safetyPopup.is-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#safetyPopup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
}
#safetyPopup-pop {
  position: relative;
  box-shadow: 0px 0px 8px rgba(0,0,0,.5);
  width: 580px;
  border-radius: 10px;
  background-color: #fff;
}
#safetyPopup-pop [data-type="prevent_infection"],
#safetyPopup-pop [data-type="self_declare"],
#safetyPopup-pop [data-type="disaster_stock"] {
  display: none;
}
#safetyPopup-pop[data-type="prevent_infection"] [data-type="prevent_infection"] {
  display: block;
}
#safetyPopup-pop[data-type="self_declare"] [data-type="self_declare"] {
  display: block;
}
#safetyPopup-pop[data-type="disaster_stock"] [data-type="disaster_stock"] {
  display: block;
}
#safetyPopup .safetyPopup-title {
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 110px;
  text-align: center;
}
#safetyPopup-pop[data-type="prevent_infection"] [data-type="prevent_infection"] .safetyPopup-title {
  background-color: #01A0D0;
}
#safetyPopup-pop[data-type="self_declare"] [data-type="self_declare"] .safetyPopup-title {
  background-color: #FFA134;
}
#safetyPopup-pop[data-type="disaster_stock"] [data-type="disaster_stock"] .safetyPopup-title {
  background-color: #D84F4F;
}
#safetyPopup .safetyPopup-body {
  padding: 24px 50px;
}
#safetyPopup .safetyPopup-detail {
  margin: 0;
  padding: 0;
  text-align: center;
}
#safetyPopup .safetyPopup-detail:not(:first-child) {
  margin-top: 16px;
}
#safetyPopup .safetyPopup-detail-title {
  margin: 0;
  padding: 0;
  border-radius: 5px 5px 0 0;
  background-color: #383838;
  color: #fff;
  font-size: 22px;
  line-height: 46px;
}
#safetyPopup .safetyPopup-detail-content {
  margin: 0;
  padding: 14px;
  border-radius: 0 0 5px 5px;
  border-left: solid 1px #383838;
  border-right: solid 1px #383838;
  border-bottom: solid 1px #383838;
  color: #000;
  font-size: 16px;
  word-break: break-all;
}
#safetyPopup .safetyPopup-detail-content > span {
  display: inline-block;
}
#safetyPopup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../css/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 999;
}
