@charset "utf-8";

a {
  color: #ae2323;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container a:hover {
  text-decoration: none;
  opacity: .7;
}

#container {
  min-width: 992px;
  border-bottom: solid 1px #ccc;
  background-color: #f3f4f8;
}

.container-inner {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 24px;
}

.section {
  padding: 24px 32px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(41,51,57,.5);
  -moz-box-shadow: 0 1px 4px rgba(41,51,57,.5);
  box-shadow: 0 1px 4px rgba(41,51,57,.5);
  background-color: #fff;
}

.section + .section {
    margin-top: 16px;
}

/* セクションタイトル */
.section-titleBox {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 0 10px 44px;
  border-bottom: solid 5px transparent;
  line-height: 1;
}

.section-titleBox:before {
  position: absolute;
  background: url("../../img/kisyu/icons.svg?20200721") no-repeat;
  content: "";
}

.section-titleBox-title > strong {
  display: inline-block;
  background: no-repeat url("../../img/kisyu/titles.svg?20200727") 0 0;
  text-indent: 100%;
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  vertical-align: bottom;
  overflow: hidden;
}

.section-titleBox-date {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 13px;
  text-align: right;
}

/* 注目されている機種 タイトル */
.section-titleBox--ranking {
  border-bottom-color: #2B3DB0;
}

.section-titleBox--ranking:before {
  top: 0;
  left: 2px;
  width: 35px;
  height: 35px;
  background-position: 0 0;
}

.section-titleBox--ranking .section-titleBox-title > strong {
  width: 221px;
  height: 24px;
  background-position: 0 0;
}

.section-titleBox--ranking .section-titleBox-date {
  color: #2B3DB0;
}

/* 新台スケジュール タイトル */
.section-titleBox--schedule {
  margin-bottom: 24px;
  border-bottom-color: #AE2323;
}

.section-titleBox--schedule:before {
  top: 2px;
  left: 2px;
  width: 33px;
  height: 31px;
  background-position: -36px 0;
}

.section-titleBox--schedule .section-titleBox-title > strong {
  width: 192px;
  height: 24px;
  background-position: 0 -26px;
}

.section-titleBox--schedule .section-titleBox-link {
  position: absolute;
  right: 0;
  bottom: 8px;
  padding: 8px 16px  8px 28px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #AE2323;
  color: #fff;
  font-size: 15px;
}

.section-titleBox--schedule .section-titleBox-link:before {
  position: absolute;
  top: 9px;
  left: 14px;
  width: 10px;
  height: 12px;
  background: url(../../img/kisyu/icons.svg) no-repeat -143px -122px;
  content: "";
}

/* ニュータイトル タイトル */
.section-titleBox--newTitle {
  margin-bottom: 20px;
  border-bottom-color: #25D2E6;
}

.section-titleBox--newTitle:before {
  top: 2px;
  left: 2px;
  width: 31px;
  height: 31px;
  background-position: -71px 0;
}

.section-titleBox--newTitle .section-titleBox-title > strong {
  width: 160px;
  height: 24px;
  background-position: 0 -52px;
}

/* 機種別掲示板 タイトル */
.section-titleBox--bbs {
  margin-bottom: 20px;
  border-bottom-color: #FCAF19;
}

.section-titleBox--bbs:before {
  top: 4px;
  left: 2px;
  width: 31px;
  height: 29px;
  background-position: 0 -37px;
}

.section-titleBox--bbs .section-titleBox-title > strong {
  width: 150px;
  height: 24px;
  background-position: 0 -76px;
}

.section-titleBox--bbs .section-titleBox-date {
  color: #FCAF19;
}

/* 設置状況リポート タイトル */
.section-titleBox--report {
  margin-bottom: 16px;
  border-bottom-color: #4B82E4;
}

.section-titleBox--report:before {
  top: 2px;
  left: 2px;
  width: 32px;
  height: 32px;
  background-position: -33px -37px;
}

.section-titleBox--report .section-titleBox-title > strong {
  width: 189px;
  height: 24px;
  background-position: 0 -102px;
}

.section-titleBox--report .section-titleBox-date {
  color: #4B82E4;
}

/* メーカーからさがす タイトル */
.section-titleBox--makerSearch {
  margin-bottom: 20px;
  border-bottom-color: #13B7BF;
}

.section-titleBox--makerSearch:before {
  top: 4px;
  left: 2px;
  width: 29px;
  height: 29px;
  background-position: -67px -37px;
}

.section-titleBox--makerSearch .section-titleBox-title > strong {
  width: 216px;
  height: 24px;
  background-position: 0 -128px;
}

.section-titleBox--makerSearch .section-titleBox-date {
  color: #13B7BF;
}

/******** 五十音でさがす/種別でさがす ********/
.searchNavi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 870px;
  margin: 0 auto;
}

.searchNavi-category--kana {
  position: relative;
  width: 474px;
}

.searchNavi-category--type {
  width: 356px;
  margin-left: 40px;
}

.searchNavi-category-title {
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: solid 2px #333;
  color: #333;
  font-weight: bold;
}

.searchNavi-category-subTitle {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

.searchNavi-category-subTitle--pachi {
  color: #E76565;
}

.searchNavi-category-subTitle--slot {
  margin-top: 16px;
  color: #647EE5;
}

.searchNavi-category-list {
  list-style-type: none;
  vertical-align: top;
}

.searchNavi-category--kana .searchNavi-category-item {
  display: inline-block;
  float: left;
  width: 42px;
  height: 42px;
  margin-bottom: 6px;
}

.searchNavi-category--kana .searchNavi-category-item:not(:nth-child(10n)) {
  margin-right: 6px;
}

.searchNavi-category--kana .searchNavi-category-item > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: solid 1px #ccc;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 42px;
}

.searchNavi-category--type .searchNavi-category-item {
  display: inline-block;
  float: left;
  width: 56px;
  height: 56px;
  margin-top: 4px;
}

.searchNavi-category--type .searchNavi-category-item:not(:nth-child(6n)) {
  margin-right: 4px;
}

.searchNavi-category--type .searchNavi-category-item > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.searchNavi-category-subTitle--pachi + .searchNavi-category-list .searchNavi-category-item {
  background-color: #E76565;
}

.searchNavi-category-subTitle--slot + .searchNavi-category-list .searchNavi-category-item {
  background-color: #647EE5;
}

.searchNavi-memo {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1;
}

/******** 注目機種 ********/
.machineRanking {
  margin-top: 16px;
}

.machineRanking-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: solid 2px #333;
  font-weight: bold;
  line-height: 1;
}

.machineRanking-header-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 17px;
  font-weight: inherit;
}

.machineRanking-header-title > a {
  color: #333;
}

.machineRanking-body {
  padding: 0 2px;
}

.machineRanking-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  overflow: hidden;
}

.machineRanking-item-thumb > a > img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 272px;
  vertical-align: middle;
}

/* carousel */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  overflow: hidden;
}

.owl-carousel .owl-stage {
  position: relative;
}

.owl-carousel .owl-stage:after {
  content: '';
  display: table;
  clear: both;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  display: block;
  -webkit-box-shadow: 0 1px 3px #888;
  -moz-box-shadow: 0 1px 3px #888;
  box-shadow: 0 1px 3px #888;
  top: 50%;
  width: 36px;
  height: 80px;
  margin-top: -40px;
  background-color: #fff;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 30px;
  margin: auto;
  background-image: url("../../img/kisyu/icons.svg");
  content: "";
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  border-left: solid 1px #fff;  /* edgeで1px余白が発生してしまう対応 */
  background-color: #fff;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  border-right: solid 1px #fff;   /* edgeで1px余白が発生してしまう対応 */
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  left: 12px;
  background-position: -80px -121px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
  right: 12px;
  background-position: -93px -122px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev.disabled,
.owl-carousel .owl-controls .owl-nav .owl-next.disabled {
  display: none;
}

.machineRanking-item-thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 160px;
  height: 272px;
  margin: 0 auto 6px;
}

.machineRanking-item-num {
  margin-bottom: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
}

.machineRanking--pachi .machineRanking-item-num {
  background-color: #FCE3F4;
  color: #F23000;
}

.machineRanking--pachi li[class*="is-no"] .machineRanking-item-num {
  background-color: #E76565;
  color: #fff;
}

.machineRanking--slot .machineRanking-item-num {
  background-color: #E5EBFC;
  color: #2B3DB0;
}

.machineRanking--slot li[class*="is-no"] .machineRanking-item-num {
  background-color: #647EE5;
  color: #fff;
}

.machineRanking-item-num > em {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  font-style: normal;
  font-size: 16px;
}

.machineRanking-item[class*="is-no"] .machineRanking-item-num > em:before {
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  width: 17px;
  height: 11px;
  margin: auto;
  background: url("../../img/kisyu/icons.svg") no-repeat;
  content: "";
}

.machineRanking-item.is-no1 .machineRanking-item-num > em:before {
  background-position: -24px -122px;
}

.machineRanking-item.is-no2 .machineRanking-item-num > em:before {
  background-position: -42px -122px;
}

.machineRanking-item.is-no3 .machineRanking-item-num > em:before {
  background-position: -61px -122px;
}

.machineRanking-item-maker {
  margin-bottom: 4px;
  font-size: 12px;
  text-align: left;
}

.machineRanking-item-maker > a {
  color: #333;
}

.machineRanking-item-title {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  word-break: break-all;
}

.machineRanking-item-title > a {
  text-decoration: underline;
}

.machineRanking-item-update {
  margin-top: 2px;
  text-align: left;
  color: #585858;
  font-size: 14px;
  -webkit-animation: updateSignal .7s linear 2 0s;
  animation: updateSignal .7s linear 2 0s;
}

@-webkit-keyframes updateSignal {
  0% {opacity: 1;}
  50% {opacity: 1;}
  51% {opacity: 0;}
  100% {opacity: 0;}
}

@-moz-keyframes updateSignal {
  0% {opacity: 1;}
  50% {opacity: 1;}
  51% {opacity: 0;}
  100% {opacity: 0;}
}

@keyframes updateSignal {
  0% {opacity: 1;}
  50% {opacity: 1;}
  51% {opacity: 0;}
  100% {opacity: 0;}
}

.machineRanking-item-update > i {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: -1px;
  margin-right: 3px;
  background: url("https://idn.p-world.co.jp/img/kisyu/iconUpdate.svg") no-repeat 0 0;
  vertical-align: middle;
}

/******** 新台スケジュール ********/
.scheduleGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 20px;
}

.schedule-calendarBlock {
  width: 273px;
}

.schedule-listBlock {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 550px;
  margin-left: 32px;
  overflow-y: scroll;
}

.schedule-empty {
  padding-top: 220px;
  border-top: solid 40px #ae2323;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* カレンダー */
.schedule-calendar {
  width: 100%;
  table-layout: fixed;
  font-size: 15px;
}

.schedule-calendar + .schedule-calendar {
  margin-top: 32px;
}

.schedule-calendar th,
.schedule-calendar td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #3b3b3b;
}

.schedule-calendar-caption th {
  height: 36px;
  padding-top: 4px;
  font-size: 14px;
  text-align: center;
}

.schedule-calendar-caption em {
  font-size: 20px;
  font-style: normal;
}

.schedule-calendar-label th {
  height: 24px;
  background-color: #6b6b6b;
  color: #fff;
  font-size: 12px;
}

.schedule-calendar-label th:first-child {
  background-color: #da4b4b;
}

.schedule-calendar-label th:last-child {
  background-color: #6e8ff5;
}

.schedule-calendar-date td {
  height: 36px;
  color: #ccc;
  text-align: center;
  line-height: 35px;
}

.schedule-calendar-date td.is-today {
  background-color: #fdf5d9;
  color: #333;
}

.schedule-calendar-date td > a {
  display: block;
  height: 35px;
  font-weight: bold;
  text-decoration: underline;
}

/* リスト */
.schedule-list-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 16px 4px 24px;
  background-color: #AE2323;
  color: #fff;
}

.schedule-list-body:not(:last-child) {
  margin-bottom: 20px;
}

.schedule-list-header-date {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 21px;
  font-weight: bold;
}

.schedule-list-header-count {
  font-size: 12px;
  text-align: right;
}

.schedule-list-body {
  list-style-type: none;
}

.schedule-list-item {
  border-bottom: dotted 1px #ccc;
}

.schedule-list-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 0;
  color: #333;
}

.schedule-list-type {
  width: 66px;
  color: #fff;
}

.schedule-list-type > em {
  display: block;
  width: 100%;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}

.schedule-list-type--pachi > em {
  background-color: #E76565;
}

.schedule-list-type--slot > em {
  background-color: #647EE5;
}

.schedule-list-detail {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 6px;
}

.schedule-list-name {
  color: #AE2323;
  font-size: 14px;
  font-weight: bold;
}

.schedule-list-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.schedule-list-maker {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 12px;
}

.schedule-list-update {
  padding-right: 8px;
  text-align: right;
  color: #585858;
  font-size: 12px;
  -webkit-animation: updateSignal .7s linear 2 0s;
  animation: updateSignal .7s linear 2 0s;
}

.schedule-list-update > i {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: -1px;
  margin-right: 3px;
  background: url("https://idn.p-world.co.jp/img/kisyu/iconUpdate.svg") no-repeat 0 0;
  vertical-align: middle;
}


.scheduleShowAll {
  text-align: right;
}

.scheduleShowAll > a {
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}

/******** ニュータイトル ********/
.newTitle-body--slot {
  margin-top: 24px;
}

.newTitle-title {
  height: 24px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.newTitle-body--pachi .newTitle-title {
  background-color: #E76565;
}

.newTitle-body--slot .newTitle-title {
  background-color: #647EE5;
}

.newTitle-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style-type: none;
}

.newTitle-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.newTitle-item:not(:last-child) {
  margin-right: 16px;
}

.newTitle-item-thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 120px;
  height: 204px;
  margin: 0 auto 6px;
}

.newTitle-item-thumb > a > img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 204px;
  vertical-align: middle;
}

.newTitle-item-title {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  word-break: break-all;
}

.newTitle-item-title > a {
  text-decoration: underline;
}

.newTitle-item-maker {
  margin-bottom: 4px;
  font-size: 12px;
  text-align: left;
}

.newTitle-item-maker > a {
  color: #333;
}

.newTitle-item-update {
  margin-top: 2px;
  text-align: left;
  color: #585858;
  font-size: 14px;
  -webkit-animation: updateSignal .7s linear 2 0s;
  animation: updateSignal .7s linear 2 0s;
}

.newTitle-item-update > i {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: -1px;
  margin-right: 3px;
  background: url("https://idn.p-world.co.jp/img/kisyu/iconUpdate.svg") no-repeat 0 0;
  vertical-align: middle;
}

.newTitleShowAll {
  font-size: 13px;
  text-align: right;
}

.newTitleShowAll > a {
  color: #333;
  text-decoration: underline;
}

/******** 機種別掲示板 ********/
.machineBbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.machineBbs-body {
  width: 50%;
}

.machineBbs-title {
  height: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.machineBbs-body--pachi .machineBbs-title {
  background-color: #E76565;
}

.machineBbs-body--slot .machineBbs-title {
  background-color: #647EE5;
}

.machineBbs-list {
  list-style-type: none;
}

.machineBbs-body--pachi .machineBbs-list {
  background-color: #fdeff8;
}

.machineBbs-body--slot .machineBbs-list {
  background-color: #edf1fc;
}

.machineBbs-item {
  padding: 2px 8px;
}

.machineBbs-body--pachi .machineBbs-item:nth-child(even) {
  background-color: #fcdef2;
}

.machineBbs-body--slot .machineBbs-item:nth-child(even) {
  background-color: #dde4fb;
}

.machineBbs-item > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.machineBbs-date,
.machineBbs-time {
  width: 54px;
}

.machineBbs-thread {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.machineBbs-thread {
  color: #AE2323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: underline;
}

.machineBbs-count {
  margin-left: 12px;
  font-size: 12px;
  text-align: right;
  line-height: 22px;
}

.machineBbs-count > span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  vertical-align: middle;
}

.machineBbs-count > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../../img/kisyu/icons.svg") no-repeat -106px -121px;
  content: "";
}

.machineBbsShowAll {
  text-align: right;
  font-size: 13px;
}

.machineBbsShowAll > a {
  color: #333;
  text-decoration: underline;
}

/******** 設置状況リポート ********/
.setMachineReport-body-title {
  font-size: 20px;
  font-weight: bold;
}

.setMachineReport-listGrid + .setMachineReport-body-title {
  margin-top: 16px;
}

.setMachineReport-listGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.setMachineReport-list {
  width: 50%;
  font-size: 14px;
  line-height: 1.8;
}

.setMachineReport-list-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.setMachineReport-list--pachi >.setMachineReport-list-title {
  background-color: #E76565;
}

.setMachineReport-list--slot >.setMachineReport-list-title {
  background-color: #647EE5;
}

.setMachineReport-list-body {
  list-style-type: none;
}

.setMachineReport-list-item > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 2px 8px;
  color: #333;
}

.setMachineReport-list-num,
.setMachineReport-list-graph {
  width: 20px;
  text-align: center;
}

.setMachineReport-list-num > span {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #666;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  vertical-align: middle;
}

.setMachineReport-list-graph {
  margin-left: 4px;
}

[class^="setMachineReport-list-graph-"] {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../../img/kisyu/icons.svg") no-repeat;
  text-indent: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.setMachineReport-list-graph-jumpUp {
  background-position: 1px -101px;
}

.setMachineReport-list-graph-up {
  background-position: -33px -99px;
}

.setMachineReport-list-graph-down {
  width: 16px;
  background-position: -49px -101px;
}

.setMachineReport-list-graph-jumpDown {
  background-position: -16px -101px;
}

.setMachineReport-list-name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 4px;
  color: #AE2323;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.setMachineReport-list-item > a:hover > .setMachineReport-list-name {
  text-decoration: underline;
}

.setMachineReport-showAll {
  margin-top: 2px;
  font-size: 13px;
  text-align: right;
}

.setMachineReport-showAll > a {
  color: #333;
  text-decoration: underline;
}

/******** メーカーからさがす ********/
.makerSearch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.makerSearch-body {
  width: 50%;
}

.makerSearch-title {
  height: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.makerSearch-body--pachi .makerSearch-title {
  background-color: #E76565;
}

.makerSearch-body--slot .makerSearch-title {
  background-color: #647EE5;
}

.makerSearch-list {
  height: 300px;
  padding: 0 10px;
  list-style-type: none;
  overflow-y: scroll;
}

.makerSearch-item {
  margin-top: 4px;
}

.makerSearch-item > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
}

.makerSearch-item > a:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url("../../img/kisyu/icons.svg") no-repeat;
  content: "";
}

.makerSearch-body--pachi .makerSearch-item > a:before {
  background-position: -80px -100px;
}

.makerSearch-body--slot .makerSearch-item > a:before {
  background-position: -66px -100px;
}

/******** 728 x 90 ********/
.header728x90 {
  width: 728px;
  /*height: 90px;*/
  margin: auto;
  padding-top: 16px;
}
