@charset "utf-8";

.module-history-top {
  min-width: 376px;
  padding-left: 360px;
  margin-right: 254px;
}
.module-history-top .History__dot-navigation {
  display: none;
}

.module-history-ovstop {
  min-width: 376px;
}

.module-history-ovsarea {
  width: 610px;
}

.module-history-prefec {
  width: 400px;
}

.module-history-domarea {
  width: 400px;
}

.module-history-domsearch {
  margin-top: 15px;
  width: 210px;
}

.module-history-ovssp {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px 10px 10px;
  background: #eaeaea;
}

.module-history-domsp {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px 10px 10px;
  background: #eaeaea;
}

.History__wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.History__wrapper h1 {
  font-size: 90%;
  color: #569215;
  margin-bottom: 5px;
}
.History__title span {
  position: absolute;
  top: 3px;
  right: 0;
  text-align: right;
  font-size: 80%;
}
.History__arrow-left {
  transition: all 0.1s ease;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  opacity: 0.7;
}
.History__arrow-left:hover {
  cursor: pointer;
  opacity: 1;
}
.History__arrow-right {
  transition: all 0.1s ease;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
  opacity: 0.7;
}
.History__arrow-right:hover {
  cursor: pointer;
  opacity: 1;
}
.History__contents--wrapper {
  position: relative;
  height: 135px;
}
.History__items--wrapper {
  overflow: hidden;
  width: 870px;
  position: absolute;
}
.History__item {
  width: 135px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 135px;
  background: #eaeaea;
  border: 1px solid #cccccc;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  margin-right: 4px !important;
}
.History__item .History__item--close {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  top: 0;
  right: 0;
}
.History__item .History__item--close svg {
  padding-top: 8px;
  transition: all 0.3s ease;
  box-sizing: content-box;
}
.History__item .History__item--close:hover svg g {
  stroke: #999999;
}
.History__item a {
  display: block;
  height: 100%;
}
.History__item a:hover .History__item--name {
  background-color: rgba(0, 0, 0, 0.7);
}
.History__item img {
  width: 100%;
  margin: 0 auto;
  min-height: 85px;
}
.History__item--name {
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.History__item--name p {
  color: #ffffff;
  font-size: 12px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 1.5;
  height: 3em;
  padding-top: 5px;
  word-break: break-all;
  overflow: hidden;
  text-align: justify;
}
.History__dot-navigation {
  margin-top: 3px;
  text-align: center;
  width: 100%;
}
.History__dot-navigation .dot-nav {
  display: inline-block;
}
.History__dot-navigation .dot-nav span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #cccccc;
  margin: 3px;
}
.History__dot-navigation .selected span {
  background: #333333;
}
.History__sp-more {
  display: none;
}

.History__wrapper .caroufredsel_wrapper {
  background: #F8F8F8;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
}

.Correlated__wrapper .caroufredsel_wrapper {
  background: #F8F8F8;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
}

.Correlated__wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.Correlated__wrapper h1 {
  font-size: 90%;
  color: #569215;
  margin-bottom: 5px;
}

.module-history-top #recent {
  margin: 0;
}
.module-history-top #recent .photo h2 {
  font-size: 12.5px;
  color: black;
}
.module-history-top #recent .photo p {
  font-size: 10px !important;
  color: black;
}

/*# sourceMappingURL=widget_history_correlated-pc.css.map */
