@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */

.item-detail {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
  font-size: 14px;
}

.item-detail .detail-row {
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  align-items: flex-start;
}

.item-detail .detail-label {
  width: 30%;
  font-weight: bold;
  flex-shrink: 0;
}

.item-detail .detail-value {
  width: 70%;
  word-break: break-word;
}

.item-detail ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

#main {
  width: 940px;
}

#header-in, #navi-in, #body-in, #footer-in {
    width: 1270px;
}

#site-description {
  display: none;
}

#h-top {
    min-height: 60px;
}