.history_main_wrap {
  width: 1040px;
  height: auto;
  margin: 0 auto;
  padding: 15px 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.history_main_wrap a:link {
  color: #555;
  text-decoration: none;
}

.history_main_wrap a:visited {
  color: #555;
  text-decoration: none;
}

.history_main_wrap h1 {
  border: 2px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #F9F9F9;
  font-size: 22px;
  color: #888;
  font-weight: bold;
  padding: 16px 0 14px 14px;
}

.history_main_wrap h1 span {
  border-left: 12px solid #aaa;
  padding-left: 10px;
}

.history_main_wrap .history_right {
  width: 800px;
  box-sizing: border-box;
}

.history_contents_wrap {
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 30px;
}

.history_explanation {
  margin: 0 30px;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 2px dotted #dddddd;
  font-size: 15px;
}

#logreco_history #history_item_list {
  width: 100%;
  margin: 0 auto;
}

#logreco_history li.history_item {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#logreco_history li.history_item .comment_acco_btn {
  width: 100%;
  bottom: 4px;
  left: 0;
  text-align: right;
}

#logreco_history li.history_item:last-child a {
  border-bottom: none;
}

#logreco_history li.history_item:nth-child(2n) {
  background: #FAFAFA;
}

#logreco_history li.history_item a {
  display: flex;
  margin: 0 30px;
  padding: 25px 0 25px;
  border-bottom: 2px dotted #ccc;
  box-sizing: border-box;
}

#logreco_history li.history_item a .history_item_l {
  box-sizing: border-box;
  width: 120px;
  margin-right: 15px;
}

#logreco_history li.history_item a .history_item_l img {
  width: 120px;
  height: auto;
}

#logreco_history li.history_item a .history_item_r {
  flex: 1;
  box-sizing: border-box;
}

#logreco_history li.history_item a:hover .item_title, #logreco_history li.history_item a:active .item_title {
  color: #ff9900;
}

#logreco_history .item_title {
  width: 100%;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

#logreco_history .item_pt_before {
  color: #555;
  font-size: 12px;
  white-space: nowrap;
}

#logreco_history .item_pt_after,
#logreco_history .item_pt {
  color: #ff6677;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 5px;
}

#logreco_history .item_pt_after .icon-ico_point_bag::before,
#logreco_history .item_pt .icon-ico_point_bag::before {
  font-size: 15px;
}

#logreco_history .item_pt .icon-ico_point_bag:before {
  font-size: 23px;
}

#logreco_history .item_genre {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
