<style type="text/css">
.bold{
  font-weight: bold;
}
#sk a{
  text-decoration: underline;
}
#sk .card_table{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#sk .card_table th,
#sk .card_table td{
  padding: 0.5em 1em;
  border:1px solid #ddd;
  background-color: #fff;
  word-break: break-all;
}
#sk .card_table th{
  background: #eee;
  width: 15%;
}
#sk .midashi{
  font-weight: bold;
  padding-left: 0.8em;
  border-left: 0.2em solid #ff8585;
  margin-bottom: 1em;
  box-sizing: border-box;
}
#sk .list_box {
  margin-bottom: 1.5em;
}
#sk .list_box .inner{
  padding-left: 1em;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}
#sk .has_icon li{
  position: relative;
  padding-left: 1.3em;
  box-sizing: border-box;
}
#sk .has_icon li .icon{
  position: absolute;
  left: 0;
  top: 0;
  color: #ffbebe;
}
#sk ul.has_icon,
#sk ul.att,
#sk ul.dot{
  margin-bottom: 0.5em;
}
#sk ul.att li,
#sk ul.dot li{
  position: relative;
  padding-left: 1em;
}
#sk ul.att li::before,
#sk ul.dot li::before{
  position: absolute;
  left: 0;
  top: 0;

}
#sk ul.att li::before{
  content: "¢¨";
}
#sk ul.dot li::before{
  content: "¡¦";
}
#sk .block{
  margin-bottom: 1em;
}
#sk .listrow{
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
#sk .listrow .dt,
#sk .listrow .dd{
  padding: 0.5em;
  box-sizing:border-box;
  border: 1px solid #ccc;
}
#sk .listrow .dt:not(:first-child),
#sk .listrow .dt:not(:first-child) + .dd{
  border-top: 0
}
#sk .listrow .dt{
  background-color: #ddd;
}
#sk .listrow .dd{
  background: #fff;
}
#sk .payment .listrow .dt {
  width: 11em;
}
#sk .payment .listrow .dd {
  width: calc(100% - 11em);
}
#sk .deli .listrow .dt {
  width: 10em;
}
#sk .deli .listrow .dd {
  width: calc(100% - 10em);
}
@media only screen and (max-width: 750px){
#sk .payment .listrow .dt,
#sk .payment .listrow .dd,
#sk .deli .listrow .dt,
#sk .deli .listrow .dd{
  width: 100%;
}
}
</style>