body {
  font-size: 14px;
  line-height: 24px;
}

h3 {
  color: #000;
  font-size: 16px;
  padding: 7px 0px;
  text-align: left;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  border: 2px dashed #000000;
}

#motikomi .right {
  float: right;
  margin-bottom: 40px;
  margin-top: 40px;
}
#motikomi .left {
  color: #000000;
  font-family: "UD Shin Go DemiBold";
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 40px;
  margin-top: 120px;
  float: left;
}

#where, #when {
  clear: both;
}
#where ul, #when ul {
  overflow: hidden;
  margin-right: -40px;
}
#where ul li, #when ul li {
  float: left;
  width: 480px;
  padding-right: 40px;
}

#where iframe {
  margin-bottom: 20px;
}
#where ul {
  margin-top: 20px;
}

#when {
  margin-bottom: 40px;
}
#when dt {
  float: left;
  clear: both;
  width: 100px;
  text-align: center;
  color: #FFF;
  padding: 1px 0px;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px;
  margin-bottom: 2px;
}
#when dt.heijitu {
  background-color: #0097b7;
}
#when dt.doniti {
  background-color: #eb6877;
}
#when dd {
  float: left;
  margin-bottom: 2px;
  font-size: 16px;
  padding: 3px 10px;
  font-weight: bold;
}
