@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
.table dl,
.table dt,
.table dd {
  box-sizing: border-box;
}
.table dl {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
	margin-bottom: 10px;
}
.table dt,
.table dd {
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #ccc;
}
.table dt {
  width: 40%;
  float: left;
}
.table dd {
  background: #fff;
  margin-left: 40%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
.table dd:after {
  content: '';
  display: block;
  clear: both;
}