/*
Theme Name: okuyami Child
Theme URI: 
Template: okuyami
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/**********基本構成**********/
.lstbox {
  display: flex;
}

.lstbox dl {
  width: 32%;
  margin-right: 5px;
}

.lstbox dl dt,
.lstbox dl dd {
  padding: 5px;
}

.lstbox dl dt {
  background-color: #999999;
}

.lstbox dl dd:nth-of-type(even) {
  background-color: #e7e7e7;
}
