
td.kashi_a { font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #CCCCCC;
	     background-image : url(/_gif/kashi_back.gif);
}
td.kashi_a2 {font-size        : 12pt;
	     font-weight      : bold;
	     text-align       : center;
	     width            : 100%;
	     background-color : #CCCCCC;
	     background-image : url(/_gif/kashi_back.gif);
}
input, select, textarea {font-family:inherit;}
.safetyMeasures a {
  display: inline-block;
  word-break: break-all;
}

/* グランドオープン店舗 */
.grandOpenAds {
  width: 640px;
  margin: 0 auto 16px;
}
.grandOpenAds-item {
  position: relative;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #6D0000;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #B10404), color-stop(50%, #6D0000), color-stop(100%, #B10404));
  background-image: -webkit-linear-gradient(270deg, #B10404 0%, #6D0000 50%, #B10404 100%);
  background-image: -moz-linear-gradient(270deg, #B10404 0%, #6D0000 50%, #B10404 100%);
  background-image: -o-linear-gradient(270deg, #B10404 0%, #6D0000 50%, #B10404 100%);
  background-image: linear-gradient(270deg, #B10404 0%, #6D0000 50%, #B10404 100%);
  background: linear-gradient(270deg, #B10404 0%, #6D0000 50%, #B10404 100%);
  color: #000;
}
.grandOpenAds-item-outer {
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #6D0000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F70000), color-stop(50%, #6D0000), color-stop(100%, #F70000));
  background-image: -webkit-linear-gradient(#F70000 0%, #6D0000 50%, #F70000 100%);
  background-image: -moz-linear-gradient(#F70000 0%, #6D0000 50%, #F70000 100%);
  background-image: -o-linear-gradient(#F70000 0%, #6D0000 50%, #F70000 100%);
  background-image: linear-gradient(#F70000 0%, #6D0000 50%, #F70000 100%);
  background: linear-gradient(#F70000 0%, #6D0000 50%, #F70000 100%);
}
.grandOpenAds-item-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 3px #E90D0D;
  background-color: #FFF;
}
.grandOpenAds-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 12px 208px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background: url("/img/pref/bgGrandOpenAdsHeader.gif");
  text-shadow: 0 2px 2px rgba(255,255,255,.8), 2px 0 2px rgba(255,255,255,.8), -2px 0 2px rgba(255,255,255,.8), 0 -2px 2px rgba(255,255,255,.8);
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
.grandOpenAds-date {
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  letter-spacing: 1px;
}
.grandOpenAds-count > span {
  color: #CE2323;
}
.grandOpenAds-body {
  padding: 0 16px 8px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.grandOpenAds-comment {
  margin: 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

/* 周年告知 */
.annivInfo {
  width: 640px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 16px;
  padding: 4px;
  background-color: #A17725;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AB7113), color-stop(40%, #F4E444), color-stop(50%, #FFFEFB), color-stop(60%, #F4E444), color-stop(100%, #AB7113));
  background-image: -webkit-linear-gradient(#AB7113,#F4E444 40%,#FFFEFB 50%,#F4E444 60%, #AB7113);
  background-image: -moz-linear-gradient(#AB7113,#F4E444 40%,#FFFEFB 50%,#F4E444 60%, #AB7113);
  background-image: -o-linear-gradient(#AB7113,#F4E444 40%,#FFFEFB 50%,#F4E444 60%, #AB7113);
  background-image: linear-gradient(#AB7113,#F4E444 40%,#FFFEFB 50%,#F4E444 60%, #AB7113);
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.annivInfo-item {
  position: relative;
  display: block;
  color: #585858;
}
.annivInfo-header {
  padding: 4px 0px 4px 24px;
  background-color: #FFFDF5;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFFDF5), color-stop(100%, #FFEC40));
  background-image: -webkit-linear-gradient(0deg, #FFFDF5, #FFEC40);
  background-image: -moz-linear-gradient(to right, #FFFDF5, #FFEC40);
  background-image: -o-linear-gradient(to right, #FFFDF5, #FFEC40);
  background-image: linear-gradient(to right, #FFFDF5, #FFEC40);
  text-shadow: 0 2px 2px rgba(255,255,255,.8), 2px 0 2px rgba(255,255,255,.8), -2px 0 2px rgba(255,255,255,.8), 0 -2px 2px rgba(255,255,255,.8);
}
.annivInfo-item:before,
.annivInfo-item:after,
.annivInfo-header:before,
.annivInfo-header:after {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url("https://idn.p-world.co.jp/hall_anniversary/assets/img/sp/iconCornerGold.png") no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: "";
}
.annivInfo-item:before {
  bottom: 0;
  left: 0;
}
.annivInfo-item:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.annivInfo-header:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.annivInfo-header:after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.annivInfo-header-year {
  display: inline-block;
  width: 127px;
  height: 38px;
  margin: 0;
  background: url("https://idn.p-world.co.jp/hall_anniversary/assets/img/bgRibbon.png") no-repeat 0 0;
  -webkit-background-size: 127px auto;
  -moz-background-size: 127px auto;
  background-size: 127px auto;
  color: #CA0000;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  line-height: 38px;
  vertical-align: middle;
}
.annivInfo-header-year > em {
  font-size: 31px;
  font-family: Arial, Helvetica, "sans-serif";
  font-style: normal;
}
.annivInfo-header-date {
  display: inline-block;
  margin: 0;
  color: #252525;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
}
.annivInfo-body {
  padding: 8px 4px;
  background: url("https://idn.p-world.co.jp/hall_anniversary/assets/img/sp/bgAnnivList-body.png") 100% 100%;
  -webkit-background-size: 0 0;
  -moz-background-size: 0 0;
  background-size: cover;
}
.annivInfo-comment {
  margin: 0;
  padding: 8px 16px;
  border: solid 1px #B7B7B7;
  background-color: #F7F7F7;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

/* テキスト告知 */
.textInfo {
  width: 640px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 16px;
  color: #000;
  text-align: left;
}
.textInfo[data-type="royal"] {
  padding: 4px 5px;
  border-top: 1px solid #c38c00;
  border-bottom: 1px solid #c38c00;
  background: #f9cc0c url("https://idn.p-world.co.jp/image/pref/bgHallAdsPremium-0004-border.gif") no-repeat 50% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.textInfo[data-type="premium"] {
  padding: 4px 5px;
  border-top: 1px solid #c38c00;
  border-bottom: 1px solid #c38c00;
  background: #f9cc0c url("https://idn.p-world.co.jp/image/pref/bgHallAdsPremium-0004-border.gif") no-repeat 50% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.textInfo[data-type="advance"] {
  padding: 1px;
  border: 3px solid #ce2323;
  background-color: #fdf2f2;
}
.textInfo[data-type="basic"] {
  padding: 12px;
  border: 2px solid #c0c0c0;
  background-color: #fdf2f2;
}
.textInfo[data-type="trial"] {
  padding: 12px;
  border: solid 1px #ccc;
  background-color: #FFF;
}
.textInfo[data-type="royal"] .textInfo-inner {
  padding: 12px;
  background: #000 url("https://idn.p-world.co.jp/image/pref/bgHallAdsRoyal-body.png") repeat-x 0 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset;
}
.textInfo[data-type="premium"] .textInfo-inner {
  padding: 12px;
  background: #940000 url("https://www.p-world.co.jp/image/pref/bgHallAdsPremium-0004-body.png") repeat-x 0 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset;
}
.textInfo[data-type="advance"] .textInfo-inner {
  padding: 11px;
  border: 2px solid #ce2323;
  background: #f9d4d4 url("https://www.p-world.co.jp/image/pref/bgHallAdsPlus-0002-body.png") repeat-x 0 50%;
}
.textInfo[data-align="center"] .textInfo-inner {
  text-align: center;
}
.textInfo-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.textInfo[data-type="royal"] .textInfo-title,
.textInfo[data-type="premium"] .textInfo-title {
  color: #ffd700;
}
.textInfo[data-type="advance"] .textInfo-title {
  color: #ce2323;
}
.textInfo[data-type="basic"] .textInfo-title {
  color: #22f;
}
.textInfo[data-type="trial"] .textInfo-title {
  font-weight: normal;
}
.textInfo-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.textInfo[data-type="royal"] .textInfo-text,
.textInfo[data-type="premium"] .textInfo-text {
  color: #FFF;
}

/* 安全対策 */
#safetyPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  -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;
  z-index: 9999;
}
#safetyPopup.is-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#safetyPopup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
}
#safetyPopup-pop {
  position: relative;
  box-shadow: 0px 0px 8px rgba(0,0,0,.5);
  width: 580px;
  border-radius: 10px;
  background-color: #fff;
}
#safetyPopup-pop [data-type="prevent_infection"],
#safetyPopup-pop [data-type="self_declare"],
#safetyPopup-pop [data-type="disaster_stock"] {
  display: none;
}
#safetyPopup-pop[data-type="prevent_infection"] [data-type="prevent_infection"] {
  display: block;
}
#safetyPopup-pop[data-type="self_declare"] [data-type="self_declare"] {
  display: block;
}
#safetyPopup-pop[data-type="disaster_stock"] [data-type="disaster_stock"] {
  display: block;
}
#safetyPopup .safetyPopup-title {
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 110px;
  text-align: center;
}
#safetyPopup-pop[data-type="prevent_infection"] [data-type="prevent_infection"] .safetyPopup-title {
  background-color: #01A0D0;
}
#safetyPopup-pop[data-type="self_declare"] [data-type="self_declare"] .safetyPopup-title {
  background-color: #FFA134;
}
#safetyPopup-pop[data-type="disaster_stock"] [data-type="disaster_stock"] .safetyPopup-title {
  background-color: #D84F4F;
}
#safetyPopup .safetyPopup-body {
  padding: 24px 50px;
}
#safetyPopup .safetyPopup-detail {
  margin: 0;
  padding: 0;
  text-align: center;
}
#safetyPopup .safetyPopup-detail:not(:first-child) {
  margin-top: 16px;
}
#safetyPopup .safetyPopup-detail-title {
  margin: 0;
  padding: 0;
  border-radius: 5px 5px 0 0;
  background-color: #383838;
  color: #fff;
  font-size: 22px;
  line-height: 46px;
}
#safetyPopup .safetyPopup-detail-content {
  margin: 0;
  padding: 14px;
  border-radius: 0 0 5px 5px;
  border-left: solid 1px #383838;
  border-right: solid 1px #383838;
  border-bottom: solid 1px #383838;
  color: #000;
  font-size: 16px;
  word-break: break-all;
}
#safetyPopup .safetyPopup-detail-content > span {
  display: inline-block;
}
#safetyPopup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(/css/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 999;
}

#entryRulePopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  -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;
  z-index: 9999;
}
#entryRulePopup.is-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#entryRulePopup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
}
#entryRulePopup-pop {
  position: relative;
  box-shadow: 0px 0px 8px rgba(0,0,0,.5);
  width: 580px;
  text-align: center;
}
#entryRulePopup-pop > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
#entryRulePopup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("/css/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 999;
}

/* フロアマップ */
.floorMap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  margin: 0 auto 12px;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}
.floorMap-itemBox {
  width: 210px;
  height: 210px;
}
.floorMap-itemBox > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  border: solid 1px #000;
}
.floorMap-itemBox > a > img {
  max-width: 100%;
  max-height: 100%;
}
.floorMapFooterMemo {
  margin: 0;
  text-align: center;
}
.floorMapLink {
  margin: 8px 0;
  text-align: center;
}
.floorMapLink > a {
  display: inline-block;
  width: 210px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #235CCF;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,.25);
  box-shadow: 0 2px 4px rgba(0,0,0,.25);
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}

/* 取材・来店情報 */
.interviewInfo-list {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #585858;
  list-style-type: none;
}
.interviewInfo-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  border: solid 1px #E0E0E0;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.interviewInfo-item[data-plan="2"] {
  display: table;
  width: 100%;
  border-color: #BBB;
  background-color: #FAEBE8;
}
.interviewInfo-item:not(:last-child) {
  margin-bottom: 4px;
}
.interviewInfo-item-thumb {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}
.interviewInfo-item-thumb > img {
  width: 70px;
  height: 70px;
}
.interviewInfo-item[data-plan="2"] .interviewInfo-item-detail {
  display: table-cell;
  padding-left: 4px;
  vertical-align: top;
}
.interviewInfo-item-header {
  margin-bottom: 2px;
  padding-right: 36px;
  line-height: 1.2;
}
.interviewInfo-item-type {
  display: inline-block;
  padding: 0 4px;
  background-color: #A7A7A7;
  color: #FFF;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
}
.interviewInfo-item[data-plan="2"][data-type="1"] .interviewInfo-item-type {
  background-color: #E8A12B;
}
.interviewInfo-item[data-plan="2"][data-type="2"] .interviewInfo-item-type {
  background-color: #5498FC;
}
.interviewInfo-item-title {
  display: inline;
  color: #222;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
}
.interviewInfo-item[data-plan="2"] .interviewInfo-item-title {
  color: #222;
  font-weight: bold;
}
.interviewInfo-item-prBadge {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 26px;
  border: solid 1px #6D6D6D;
  background-color: #FFF;
  color: #6D6D6D;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.interviewInfo-item-date,
.interviewInfo-item-memo {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}
.interviewInfo-item-date {
  margin-bottom: 2px;
}
.interviewInfo-more {
  margin: 0;
  padding: 8px 0;
  text-align: center;
}
.interviewInfo-more-button {
  color: #00F;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

/* 新台入替 */
#introduceMachine .introduceMachine-tab {
  width: 100%;
  border-bottom: solid 4px #3C7B06;
  border-collapse: collapse;
  border-spacing: 0;
}
#introduceMachine .introduceMachine-tab-title {
  padding: 4px 0 0 8px;
  font-size: 24px;
  font-weight: bold;
}
#introduceMachine .introduceMachine-tab-title > img {
  margin: 0 4px 6px 0;
  vertical-align: middle;
}
#introduceMachine .introduceMachine-tab-schedule {
  width: 140px;
  padding: 4px 0 0 4px;
}
#introduceMachine .introduceMachine-tab-schedule-item {
  margin: 0;
  padding: 6px 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-top: solid 1px #BBB;
  border-left: solid 1px #BBB;
  border-right: solid 1px #BBB;
  background-color: #F5FADC;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}
#introduceMachine .introduceMachine-tab-schedule-item.is-current {
  border-color: #3C7B06;
  background-color: #3C7B06;
  color: #FFF;
  cursor: default;
}
#introduceMachine .introduceMachine-count {
  margin: 0;
  padding: 6px;
  font-size: 10px;
}
#introduceMachine .introduceMachine-carousel {
  position: relative;
  width: 630px;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  overflow: hidden;
}
#introduceMachine .introduceMachine-carousel-header {
  display: table;
  width: 100%;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
#introduceMachine .introduceMachine-carousel-header[data-type="p"] {
  border: solid 1px #E76565;
  background-color: #E76565;
}
#introduceMachine .introduceMachine-carousel-header[data-type="s"] {
  border: solid 1px #647EE5;
  background-color: #647EE5;
}
#introduceMachine .introduceMachine-carousel-type {
  display: table-cell;
  width: 94px;
  color: #FFF;
}
#introduceMachine .introduceMachine-carousel-count {
  display: table-cell;
  background-color: #FFF;
}
#introduceMachine .introduceMachine-carousel-count > img {
  vertical-align: middle;
}
#introduceMachine .introduceMachine-carousel-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;
  height: 180px;
  margin: 0 auto 4px;
}
#introduceMachine .introduceMachine-carousel-thumb img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 180px;
  vertical-align: bottom;
}
#introduceMachine .introduceMachine-carousel-maker {
  margin: 0 0 4px;
  font-size: 12px;
  text-align: left;
}
#introduceMachine .introduceMachine-carousel-maker a {
  color: #333;
  text-decoration: none;
}
#introduceMachine .introduceMachine-carousel-name {
  margin: 0;
  color: #00F;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* owl carouselから生成されるもの */
#introduceMachine .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#introduceMachine .owl-stage {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
#introduceMachine .owl-item {
  position: relative;
  display: table-cell;
  min-height: 1px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #CCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
/* body div {position: relative} 対応 */
#introduceMachine div {
  position: static;
}
#introduceMachine .owl-controls .owl-nav .owl-prev,
#introduceMachine .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;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
}
#introduceMachine .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;
  background: url("https://www.p-world.co.jp/img/index/iconCarouselArrowLeft.svg") no-repeat 10px 50% #FFF;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}
#introduceMachine .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;
  background: url("https://www.p-world.co.jp/img/index/iconCarouselArrowRight.svg") no-repeat 18px 50% #FFF;
  -webkit-background-size: 8px auto;
  -moz-background-size: 8px auto;
  background-size: 8px auto;
}
#introduceMachine .owl-controls .owl-nav .owl-prev.disabled,
#introduceMachine .owl-controls .owl-nav .owl-next.disabled {
  display: none;
}

/* 設置機種検索 */
.hallKisyuSearch {
  padding: 12px 10px;
  border-bottom: solid 1px #000;
  background-color: #FFF;
}
.hallKisyuSearch * {
  margin: 0;
  padding: 0;
}
.hallKisyuSearch-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.hallKisyuSearch-item:first-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hallKisyuSearch-item + .hallKisyuSearch-item {
  margin-top: 8px;
}
.hallKisyuSearch-item-label {
  width: 80px;
  font-weight: bold;
}
.hallKisyuSearch-item-input,
.hallKisyuSearch-item-check {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.hallKisyuSearch-item-input > input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding: 6px 4px;
  border: solid 1px #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hallKisyuSearch-item-check {
  list-style-type: none;
}
.hallKisyuSearch-item-check > li {
  display: inline-block;
  margin-bottom: 4px;
}
.hallKisyuSearch-item-check > li:not(:last-child) {
  margin-right: 12px;
}
.hallKisyuSearch-item-check > li > label > input[type="checkbox"] {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  width: 14px;
  height: 14px;
  margin-bottom: 3px;
  margin-right: 4px;
  vertical-align: middle;
}

.v-middle {
  vertical-align: middle;
}
ul._pw-machine-item,
ul._pw-machine-itemHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 632px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
li._pw-machine-item-pachi,
li._pw-machine-item-slot,
ul._pw-machine-itemHeader > li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 315px;
  margin-top: 1px;
  list-style: none;
}
li._pw-machine-item-pachi{
  background: url(/img/pachi_bk.gif);
}
li._pw-machine-item-slot{
  background: url(/img/slot_bk.gif);
}
ul._pw-machine-itemHeader > li {
  background-color: #7F7F7F;
  color: #FFF;
  font-size: 9px;
  font-weight: bold;
}
ul._pw-machine-itemHeader > li > p {
  margin: 0;
  text-align: center;
}
ul._pw-machine-itemHeader > li > p:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
ul._pw-machine-itemHeader > li > p:last-child {
  width: 60px;
}
p._pw-machine-item-machineName {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  padding: 5px;
  font-weight: bold;
}
div._pw-machine-item-machineCount {
  width: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4px;
  padding-right: 4px;
  color: #565665;
  text-align: right;
  white-space: nowrap;
  font-size: 16px;
}
ul._pw-machine-itemHeader > li > p:last-child:before,
div._pw-machine-item-machineCount:before {
  position: absolute;
  right: 62px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  content: "";
}
div._pw-machine-item-machineCount > a {
  display: block;
  height: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #CCC;
  background-color: #FFF;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
}
div._pw-machine-item-machineCount > a > img {
  margin-top: 4px;
  border: 0;
}
li._pw-machine-item-header > p {
  margin: 0;
  text-align: center;
}
._pw-machine-item img[width="49"] {
  width: 49px;
}
._pw-machine-item img[width="42"] {
  width: 42px;
}
.v-middle {
  vertical-align: middle;
}
