@charset "UTF-8";
/* ====================================

	common.css
	---------------------------

	INDEX:
	---------------------------
		ALL SIZES:
			0. General
			1. Layout
			2. Module
			3. State
			4. Utility Classes

		Media Queries:
			Print styles

==================================== */
/* ===================================================

   ALL SIZES:

   =================================================== */
/*	0. General
----------------------------- */
a:hover img {
  opacity: 0.9;
}

#contentsBlock img {
  max-width: 100%;
  height: auto;
}

.table td {
  word-break: break-all;
}

/*	1. Layout
----------------------------- */
.layout-inner, #mainArea, .container {
  width: 1230px;
  margin: 0 auto;
  padding: 0 10px;
}

.section-inner {
  padding-right: 10px;
  padding-left: 10px;
}

#contentsBlock {
  margin-top: 45px;
}
#contentsBlock .col-main {
  width: 880px;
  min-height: 400px;
  margin-right: 30px;
}
#contentsBlock .col-main .banner {
  padding: 0 115px;
}
#contentsBlock .col-sub {
  width: 300px;
  min-height: 400px;
}
#contentsBlock .sidebar-left {
  width: 200px;
  margin-right: 30px;
}

/**/
.left_wrap {
  float: left;
  width: 200px;
}

.right_wrap {
  float: right;
  width: 980px;
}

.top_view {
  width: 100%;
  display: inline-block;
}

.main_content {
  width: 650px;
  float: left;
}

.sidebar_right {
  width: 300px;
  float: right;
}

.container:after, .sidebar_right:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*ホールページ*/
.left_main_wrap {
  float: left;
  width: 880px;
}

/*	2. Module
-------------------------------- */
/* 引用文 */
blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border-left: 5px solid #eee;
}
blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before {
  content: "— ";
}

/* テーブル */
table thead tr {
  background: transparent !important;
}
table thead th {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
table th, table td {
  padding: 5px 0px;
}

.table-border th, .table-border td {
  border-bottom: 1px solid #eee;
}

.table-stripe tr:nth-child(odd) {
  background-color: #eee;
}

/* リスト */
ul.disc {
  list-style-type: disc;
  padding-left: 1em;
}

ol.decimal {
  list-style-type: decimal;
  padding-left: 1em;
}

.attentionMark {
  padding-left: 1em;
  text-indent: -1em;
  color: #9d0000;
}

ul.disc, ol.decimal, .attentionMark {
  padding-top: 0.5em;
}

ul.disc li, ol.decimal li, .attentionMark li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

ul.attentionMark {
  padding-left: 2em;
}

span.attentionMark {
  display: inline-block;
}

/* インラインリスト（横並び） */
.list-inline li {
  display: inline-block;
  margin-right: 1em;
}
.list-inline.fr li {
  margin-right: 0;
  margin-left: 1em;
}

.postTags {
  padding: 0 10px 8px;
  font-size: 10px;
}
.postTags li {
  display: inline-block;
  font-size: 10px;
}
.postTags li a {
  background: #eee;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* 説明リスト */
dt {
  margin-bottom: 5px;
  font-weight: bold;
}

dl.horizontal:after {
  content: "";
  display: block;
  clear: both;
}
dl.horizontal dt, dl.horizontal dd {
  float: left;
  margin-bottom: 10px;
}
dl.horizontal dt {
  clear: both;
  margin-right: 10px;
}

/* ボタン */
a.btn {
  display: inline-block;
  padding: 5px 10px;
  border: 0 none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 5px 10px;
  border: 0 none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.btn.btn-default {
  background: #556273;
  /* Old browsers */
  background: -moz-linear-gradient(top, #556273 0%, #495360 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #556273), color-stop(100%, #495360));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #556273 0%, #495360 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #556273 0%, #495360 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #556273 0%, #495360 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #556273 0%, #495360 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#556273", endColorstr="#495360",GradientType=0 );
  /* IE6-9 */
  color: #fff;
}
.btn.btn-default:hover {
  background: #333;
}
.btn.btn-border {
  background: #fff;
  border: 1px solid #ccc;
}
.btn.btn-border:hover {
  border-color: #09d;
}
.btn.btn-lightGray {
  background: #cbcbcb;
  background: -moz-linear-gradient(top, #cbcbcb 0%, #b3b3b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcb), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(top, #cbcbcb 0%, #b3b3b3 100%);
  background: -o-linear-gradient(top, #cbcbcb 0%, #b3b3b3 100%);
  background: -ms-linear-gradient(top, #cbcbcb 0%, #b3b3b3 100%);
  background: linear-gradient(to bottom, #cbcbcb 0%, #b3b3b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cbcbcb", endColorstr="#b3b3b3",GradientType=0 );
  color: #fff;
}
.btn.btn-lightGray:hover {
  background: #999;
}
.btn.btn-darkGray {
  background: #999999;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #5d5d5d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #5d5d5d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #5d5d5d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #5d5d5d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #5d5d5d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999999 0%, #5d5d5d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#999999", endColorstr="#5d5d5d",GradientType=0 );
  /* IE6-9 */
  color: #fff;
}
.btn.btn-darkGray:hover {
  background: #333;
}
.btn.btn-large {
  font-size: 14px;
  padding: 9px 15px;
  letter-spacing: 0.1em;
}
.btn.btn-signUp {
  position: relative;
  background: #FCFCFC;
  background: -moz-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCFCFC), color-stop(100%, #E8E8E8));
  background: -webkit-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%);
  background: -o-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%);
  background: -ms-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%);
  background: linear-gradient(to bottom, #FCFCFC 0%, #E8E8E8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FCFCFC", endColorstr="#E8E8E8 ",GradientType=0 );
  color: #222;
  border: 1px solid #ccc;
  text-shadow: 1px 1px #fff;
  margin-bottom: 5px;
  width: 100%;
}
.btn.btn-signUp:after {
  position: absolute;
  right: 10px;
  content: url(../img/icon_arrow_right_black.png);
}
.btn.btn-signUp:hover {
  background: #39f;
}
.btn.btn-logIn {
  position: relative;
  background: #FCFCFC;
  background: -moz-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCFCFC), color-stop(100%, #E8E8E8));
  background: -webkit-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%);
  background: -o-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%);
  background: -ms-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%);
  background: linear-gradient(to bottom, #FCFCFC 0%, #E8E8E8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FCFCFC", endColorstr="#E8E8E8 ",GradientType=0 );
  color: #444;
  border: 1px solid #ccc;
  text-shadow: 1px 1px #fff;
  margin-bottom: 5px;
  width: 100%;
}
.btn.btn-logIn:after {
  position: absolute;
  right: 10px;
  content: url(../img/icon_arrow_right_black.png);
}
.btn.btn-logIn:hover {
  background: #39f;
  border: 1px solid #38f;
  color: #fff;
  text-shadow: 1px 1px #36f;
}
.btn.btn-signUp:hover {
  background: #39f;
  border: 1px solid #38f;
  color: #fff;
  text-shadow: 1px 1px #36f;
}

/* フォームボタン */
.btn-form {
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0 none;
  background: #333;
  color: #fff;
  cursor: pointer;
}

/* 検索ボタン */
.btn-search {
  width: 60px;
  height: 30px;
  border: 0 none;
  background-image: url(../img/icon_search_white.png);
  background-image: url(../img/icon_search_white.png), #f40a0a;
  background-image: url(../img/icon_search_white.png), -moz-linear-gradient(top, #f40a0a 0%, #e30909 100%);
  background-image: url(../img/icon_search_white.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f40a0a), color-stop(100%, #e30909));
  background-image: url(../img/icon_search_white.png), -webkit-linear-gradient(top, #f40a0a 0%, #e30909 100%);
  background-image: url(../img/icon_search_white.png), -o-linear-gradient(top, #f40a0a 0%, #e30909 100%);
  background-image: url(../img/icon_search_white.png), -ms-linear-gradient(top, #f40a0a 0%, #e30909 100%);
  background-image: url(../img/icon_search_white.png), linear-gradient(to bottom, #f40a0a 0%, #e30909 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40a0a', endColorstr='#e30909',GradientType=0 );*/
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}
.btn-search:hover {
  background-image: url(../img/icon_search_white.png);
  background-color: #b50000;
}

/* リンクボタン（パチンコ／パチスロ詳細ページのトップ部分などで使用） */
.linkBtn {
  position: relative;
  display: block;
  height: 40px;
  padding-left: 20px;
  padding-right: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dedddc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dedddc));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dedddc 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #dedddc 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dedddc 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #dedddc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefefe", endColorstr="#dedddc",GradientType=0 );
  line-height: 40px;
  color: #666 !important;
  vertical-align: middle;
}

a.linkBtn {
  text-decoration: none;
}
a.linkBtn:hover {
  background: #eee;
}

.linkBtn:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.linkBtn.linkBtn-yen:before {
  position: relative;
  display: block;
  float: left;
  content: "";
  width: 15px;
  height: 40px;
  background: url(../img/btn_icon_yen.png) no-repeat 0px 10px;
  margin-right: 5px;
}
.linkBtn.linkBtn-review:before {
  position: relative;
  display: block;
  float: left;
  content: "";
  width: 25px;
  height: 40px;
  background: url(../img/btn_icon_review.png) no-repeat 0px 8px;
  margin-right: 5px;
}
.linkBtn.linkBtn-question:before {
  position: relative;
  display: block;
  float: left;
  content: "";
  width: 23px;
  height: 40px;
  background: url(../img/btn_icon_question.png) no-repeat center center;
  margin-right: 15px;
}
.linkBtn.linkBtn-info:before {
  position: relative;
  display: block;
  float: left;
  content: "";
  width: 23px;
  height: 40px;
  background: url(../img/btn_icon_info.png) no-repeat center center;
  margin-right: 15px;
}
.linkBtn.linkBtn-camera:before {
  position: relative;
  display: block;
  float: left;
  content: "";
  width: 27px;
  height: 40px;
  background: url(../img/btn_icon_camera.png) no-repeat center center;
  margin-right: 15px;
}

/* フォーム／セレクトボックス */
.select-wrapper {
  margin-right: 10px;
}
.select-wrapper select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 6px 10px;
  border: 0;
  color: #555;
  border: 1px solid #dee4f0;
  width: 270px;
}

/* フォーム／ラジオボタン */
.radioBtn input {
  display: none;
}
.radioBtn label {
  display: inline-block;
  position: relative;
  width: auto;
  cursor: pointer;
  padding: 10px 10px 10px 35px;
  border-radius: 2px;
  color: #4f4c4d;
  font-size: 14px;
  text-align: left;
  line-height: 1;
}
.radioBtn label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e0e0e0));
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e0e0e0",GradientType=0 );
  border-radius: 50%;
  border: 1px solid #ccc;
}
.radioBtn input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 11px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-radius: 50%;
  background: #556273;
}

/* フロートリスト（floatによる横並び） */
.floatList:after {
  content: "";
  display: block;
  clear: both;
}
.floatList li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
}

/* バナー */
.banner {
  margin-bottom: 50px;
  display: inline-block;
}

.left_wrap .banner {
  margin-bottom: 30px;
}

/* レイアウト用ボックス */
.layout-box {
  margin-bottom: 10px;
  padding: 20px;
}
.layout-box.layout-box-gray {
  background-color: #edf1fa;
  border: 1px solid #dee4f0;
}

/* 記事のスタイル */
.postTitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

a .postTitle {
  text-decoration: underline;
}

.postExcerpt {
  margin-bottom: 20px;
  font-size: 12px;
}

.postImage {
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
  text-align: center;
}

a:hover .postImage {
  background: #f2f2f2;
}

.postMeta {
  font-size: 10px;
  text-align: right;
}
.postMeta > span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid;
}
.postMeta > span:first-child {
  border-left: none;
}

/* 記事 削除／編集キー */
.postEditBox {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.postEditBox dt {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  float: left;
}
.postEditBox dd {
  float: left;
}
.postEditBox input[type=text] {
  width: 100px;
  height: 30px;
  float: left;
}
.postEditBox button, .postEditBox .btn {
  float: left;
  width: 60px;
  height: 30px;
  margin: 0 0 0 5px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.postEditBox button.btn-form {
  letter-spacing: 0.25em;
  background: #cbcbcb;
  background: -moz-linear-gradient(top, #cbcbcb 0%, #b3b3b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcb), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(top, #cbcbcb 0%, #b3b3b3 100%);
  background: -o-linear-gradient(top, #cbcbcb 0%, #b3b3b3 100%);
  background: -ms-linear-gradient(top, #cbcbcb 0%, #b3b3b3 100%);
  background: linear-gradient(to bottom, #cbcbcb 0%, #b3b3b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cbcbcb", endColorstr="#b3b3b3",GradientType=0 );
}
.postEditBox button.btn-form:hover {
  background: #999;
}

/* 検索ボックス */
.searchBox.layout-box {
  margin: 0;
  padding: 20px 70px 15px;
}
.searchBox form:after {
  content: "";
  display: block;
  clear: both;
}
.searchBox .select-wrapper {
  height: 36px;
}
.searchBox .searchInput {
  width: 600px;
  height: 36px;
}
.searchBox.searchBox-wide .searchCondition {
  float: left;
}
.searchBox.searchBox-wide .select-wrapper {
  position: relative;
}
.searchBox.searchBox-wide .searchKeyword {
  width: 600px;
  margin-right: 10px;
}
.searchBox .searchCondition {
  margin-bottom: 10px;
}
.searchBox .searchKeyword {
  float: left;
  width: 340px;
  height: 36px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #dee4f0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.searchBox .inputs:after {
  content: "";
  display: block;
  clear: both;
}
.searchBox .btn-search {
  float: right;
  width: 100px;
  height: 34px;
  border: 0 none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url(../img/btn_search.png) no-repeat 0 0;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.searchBox .btn-search:hover {
  opacity: 0.75;
}
.searchBox input[type=reset] {
  float: right;
  margin-top: 3px;
  margin-right: 20px;
}

#machine-searchBox {
  padding: 20px;
}
#machine-searchBox form {
  margin-bottom: 0;
}
#machine-searchBox .searchCondition {
  float: left;
  margin-bottom: 0;
}
#machine-searchBox .select-wrapper {
  width: 150px;
}

#news-searchBox {
  padding: 20px;
}
#news-searchBox form {
  margin-bottom: 0;
}
#news-searchBox form .searchKeyword {
  width: 499px;
}

/* 人気キーワード */
.popularKeywords {
  font-size: 10px;
}
.popularKeywords dt, .popularKeywords dd {
  display: inline-block;
}
.popularKeywords li {
  display: inline;
}

/* 見出し
------------------------------------------------------------------------------ */
/* ページ見出し */
#pageHeader {
  padding: 20px 0;
}

body.pachinko.detail #pageHeader .pageTitle, body.slot.detail #pageHeader .pageTitle {
  color: #333;
}
body.bbs #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_bbs.png);
  color: #80560e;
}
body.mypage #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_mypage.png);
  color: #556273;
}
body.hall #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_hall.png);
  color: #cec834;
}
body.hall.detail #pageHeader .pageTitle {
  color: #000;
}
body.diary #pageHeader .pageTitle {
  /*background-image: url(../img/pagetitle_icon_diary.png);*/
  /* ライタートップページはページ見出しを画像見出しに変更 */
  background-image: none;
  padding: 0;
  color: #e67f00;
}
body.news #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_news.png);
  color: #26d45c;
}
body.undefined #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_undefined.png);
  color: #0c4a97;
}
body.assay #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_assay.png);
  color: #8b111c;
}
body.movie #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_movie.png);
  color: #9a58bc;
}
body.movie.detail #pageHeader .pageTitle {
  color: #000;
}
body.tag #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_tag.png);
  color: #f40a0a;
}
body.update #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_update.png);
  color: #33c9cc;
}
body.value #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_value.png);
  color: #f00a0a;
}
body.support #pageHeader .pageTitle {
  background-image: url(../img/pagetitle_icon_support.png);
  color: #666;
}

#pageHeader .pageMeta:after {
  content: "";
  display: block;
  clear: both;
}
#pageHeader .pageMeta > .label {
  float: left;
  width: auto;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
#pageHeader .pageMeta > dl {
  float: left;
  padding-top: 3px;
  font-size: 10px;
  width: 800px;
  white-space: nowrap;
  overflow: hidden;
}
#pageHeader .pageMeta > dl dt {
  display: inline-block;
}
#pageHeader .pageMeta > dl dd {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
#pageHeader .pageMeta > dl dd:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0 none;
}

.pageMeta .tagList {
  clear: both;
  padding-top: 5px;
  font-size: 10px;
}
.pageMeta .tagList li {
  display: inline-block;
}
.pageMeta .tagList li a {
  background: #eee;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* 大見出し */
.heading {
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #333;
  font-size: 18px;
  color: #FFF;
  padding-left: 30px;
  font-weight: bold;
}
.heading:before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  display: block;
  width: 4px;
  height: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.mypage .heading {
  background: #556273;
  padding: 12px 30px;
}

.hall .heading {
  padding: 10px 30px;
  background: #cec834;
  background: -moz-linear-gradient(top, #cec834 0%, #b8b345 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cec834), color-stop(100%, #b8b345));
  background: -webkit-linear-gradient(top, #cec834 0%, #b8b345 100%);
  background: -o-linear-gradient(top, #cec834 0%, #b8b345 100%);
  background: -ms-linear-gradient(top, #cec834 0%, #b8b345 100%);
  background: linear-gradient(to bottom, #cec834 0%, #b8b345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cec834", endColorstr="#b8b345",GradientType=0 );
}

.pachinko .heading {
  background: #3196e1;
  background: -moz-linear-gradient(top, #3196e1 0%, #1776d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3196e1), color-stop(100%, #1776d4));
  background: -webkit-linear-gradient(top, #3196e1 0%, #1776d4 100%);
  background: -o-linear-gradient(top, #3196e1 0%, #1776d4 100%);
  background: -ms-linear-gradient(top, #3196e1 0%, #1776d4 100%);
  background: linear-gradient(to bottom, #3196e1 0%, #1776d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3196e1", endColorstr="#1776d4",GradientType=0 );
}

.slot .heading {
  background: #e74e33;
  background: -moz-linear-gradient(top, #e74e33 0%, #e0361f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74e33), color-stop(100%, #e0361f));
  background: -webkit-linear-gradient(top, #e74e33 0%, #e0361f 100%);
  background: -o-linear-gradient(top, #e74e33 0%, #e0361f 100%);
  background: -ms-linear-gradient(top, #e74e33 0%, #e0361f 100%);
  background: linear-gradient(to bottom, #e74e33 0%, #e0361f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e74e33", endColorstr="#e0361f",GradientType=0 );
}

.diary .heading {
  background: #e67e00;
  background: -moz-linear-gradient(top, #e67e00 0%, #e06c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e67e00), color-stop(100%, #e06c00));
  background: -webkit-linear-gradient(top, #e67e00 0%, #e06c00 100%);
  background: -o-linear-gradient(top, #e67e00 0%, #e06c00 100%);
  background: -ms-linear-gradient(top, #e67e00 0%, #e06c00 100%);
  background: linear-gradient(to bottom, #e67e00 0%, #e06c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e67e00", endColorstr="#e06c00",GradientType=0 );
}

.related-contents .heading, .news .heading {
  background-color: 353535;
  padding: 12px 30px;
}

.undefined .heading {
  background: #0c4995;
  background: -moz-linear-gradient(top, #0c4995 0%, #09356c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c4995), color-stop(100%, #09356c));
  background: -webkit-linear-gradient(top, #0c4995 0%, #09356c 100%);
  background: -o-linear-gradient(top, #0c4995 0%, #09356c 100%);
  background: -ms-linear-gradient(top, #0c4995 0%, #09356c 100%);
  background: linear-gradient(to bottom, #0c4995 0%, #09356c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0c4995", endColorstr="#09356c",GradientType=0 );
}

.assay .heading {
  background: #8a111c;
  background: -moz-linear-gradient(top, #8a111c 0%, #620c14 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a111c), color-stop(100%, #620c14));
  background: -webkit-linear-gradient(top, #8a111c 0%, #620c14 100%);
  background: -o-linear-gradient(top, #8a111c 0%, #620c14 100%);
  background: -ms-linear-gradient(top, #8a111c 0%, #620c14 100%);
  background: linear-gradient(to bottom, #8a111c 0%, #620c14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8a111c", endColorstr="#620c14",GradientType=0 );
}

.industrynews-section h2.heading, .update .heading {
  background: #353535;
  border-radius: 0;
  padding: 10px 0 10px 30px;
}

/* 見出し内のリンク */
.heading .link a {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: lighter;
  text-decoration: underline;
}
.heading .link a:hover {
  text-decoration: none;
}
.heading .link a:after {
  content: url(../img/icon_arrow_right_white.png);
  padding-left: 10px;
  vertical-align: middle;
}
.heading .link a strong {
  font-size: 12px;
  font-weight: bold;
  color: #FF0;
}
.heading .label {
  float: right;
  margin-right: 10px;
}
.heading.heading-img {
  padding-left: 0;
}
.heading.heading-img:before {
  content: "";
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .heading .link a {
    top: 3px;
  }
}
/* 見出し内のラベル */
/* 画像見出し： .heading.heading-img */
/* 中見出し .heading-second */
.heading-second {
  margin: 30px 0 15px;
  padding: 10px;
  background: #2980b9;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #ccc;
}
.heading-second:before {
  content: "■";
}

.pachinko .heading-second, .slot .heading-second {
  color: #fff;
}

/* 小見出し　.heading-third */
.heading-third {
  margin-bottom: 1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
}

.pachinko .heading-third {
  color: #3297e1;
}

.slot .heading-third {
  color: #e74e33;
}

.btn-accordion {
  position: relative;
  padding: 8px 10px;
  border: 1px solid #aaa;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 1%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fafafa), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #fafafa 1%, #cccccc 100%);
  background: -o-linear-gradient(top, #fafafa 1%, #cccccc 100%);
  background: -ms-linear-gradient(top, #fafafa 1%, #cccccc 100%);
  background: linear-gradient(to bottom, #fafafa 1%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafafa", endColorstr="#cccccc",GradientType=0 );
  cursor: pointer;
}
.btn-accordion:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/select_arrow.png) no-repeat center center;
  width: 26px;
  height: 34px;
  z-index: 1;
  top: 50%;
  right: 0;
  margin-top: -17px;
}
.btn-accordion:hover {
  padding: 9px 10px 7px;
  background: #dadada;
}

/* インラインナビ */
.inlineNav {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #EFEED2;
}
.inlineNav:after {
  content: "";
  display: block;
  clear: both;
}

#contentsBlock .inlineNav li {
  margin-bottom: 0;
}
#contentsBlock .inlineNav li .smoothscroll {
  position: relative;
  padding-left: 15px;
}
#contentsBlock .inlineNav li .smoothscroll:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000;
}

.contentsNav {
  font-size: 12px;
}

/* リード文 .lead */
.lead {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}

/* ラベル */
.label {
  display: inline-block;
  width: 60px;
  vertical-align: text-bottom;
  text-align: center;
  background-color: #6EC03F;
  color: #FFF;
  font-size: 11px;
  border-radius: 3px;
  padding: 2px 0;
}
.label.label-red, .label.label-new {
  background-color: #f40a0a;
  color: #fff;
}
.label.label-red a, .label.label-new a {
  color: #fff;
}
.label.label-orange, .label.label-slot {
  background-color: #E74C32;
  color: #fff;
}
.label.label-orange a, .label.label-slot a {
  color: #fff;
}
.label.label-review {
  background-color: #e67f00;
  color: #fff;
}
.label.label-review a {
  color: #fff;
}
.label.label-blue, .label.label-pachinko {
  background-color: #3195e0;
  color: #fff;
}
.label.label-blue a, .label.label-pachinko a {
  color: #fff;
}
.label.label-pink, .label.label-seiyu {
  background-color: #f856c1;
  color: #fff;
}
.label.label-pink a, .label.label-seiyu a {
  color: #fff;
}
.label.label-green, .label.label-news {
  background-color: #25d45c;
  color: #fff;
}
.label.label-green a, .label.label-news a {
  color: #fff;
}
.label.label-purple, .label.label-movie {
  background-color: #9856bb;
  color: #fff;
}
.label.label-purple a, .label.label-movie a {
  color: #fff;
}
.label.label-yellow {
  background-color: #cfc924;
  color: #fff;
}
.label.label-yellow a {
  color: #fff;
}
.label.label-jankyu {
  background-color: #efe700;
}

/* ラベル付リスト */
.label-list .list-item {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.label-list .list-item a {
  display: block;
  width: 100%;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
  vertical-align: text-top;
  color: #022D57;
}
.label-list .list-item a:hover {
  text-decoration: none;
  color: #333;
}
.label-list .list-item .label {
  margin-right: 10px;
  vertical-align: middle;
}
.label-list .list-item .date {
  display: inline-block;
  width: 80px;
  font-size: 12px;
  color: #999;
  vertical-align: middle;
}
.label-list .list-item a .hallName {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  color: #333;
}
.label-list .list-item a .item-title, .label-list .list-item a .title {
  vertical-align: middle;
  white-space: initial;
}

/* hall */
body.hall .label-list .list-item a .item-title, .label-list-hall .list-item a .title {
  padding-left: 15px;
}

/* タブ（JS） */
.tabs-index:after {
  content: "";
  display: block;
  clear: both;
}
.tabs-index li {
  display: block;
  float: left;
  margin-right: 2px;
  margin-bottom: 0;
}
.tabs-index li a {
  display: block;
  min-width: 100px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}
.tabs-index li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fcfcfc;
}
.tabs-index li.active a {
  background-color: #fff;
  color: #333 !important;
}

.tabs-contents {
  margin: 15px 0 0;
}

/* リンクタブ */
.linkTabs {
  margin-bottom: 30px;
  border-bottom: 4px solid #666;
}
.linkTabs > ul {
  margin-right: -5px;
  overflow: hidden;
}
.linkTabs > ul:after {
  content: "";
  display: block;
  clear: both;
}
.linkTabs li {
  float: left;
  margin-right: 5px;
}
.linkTabs a {
  display: block;
  padding: 0 40px;
  height: 38px;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  line-height: 38px;
  background-color: #eee;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -ms-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.linkTabs a:hover {
  background: #ddd;
}
.linkTabs li.active a {
  background-color: #666;
  color: #fff;
}

/* ページャー */
.pager {
  margin: 30px 10px;
}
.pager ul {
  text-align: center;
}
.pager ul li {
  display: inline-block;
}
.pager ul li a {
  display: block;
  height: 30px;
  padding: 0 12px;
  background: #eee;
  font-size: 10px;
  line-height: 30px;
  text-decoration: none;
  color: #333;
}
.pager ul li a:hover {
  background: #ddd;
}
.pager ul li.current a {
  background: #666;
  color: #fff;
}

/* SNSシェアボタン */
.snsBtns:after {
  content: "";
  display: block;
  clear: both;
}
.snsBtns .snsBtn {
  float: left;
}
.snsBtns .snsBtn a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/sns_icon_set.png) no-repeat 0 0;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.snsBtns .snsBtn.snsBtn-tw a {
  background-position: -40px 0;
}
.snsBtns .snsBtn.snsBtn-fb a {
  background-position: -80px 0;
}
.snsBtns .snsBtn.snsBtn-ggl a {
  background-position: -120px 0;
}
.snsBtns .snsBtn.snsBtn-yt a {
  background-position: -160px 0;
}
.snsBtns .snsBtn.snsBtn-nc a {
  background-position: -200px 0;
}
.snsBtns .snsBtn a:hover {
  opacity: 0.75;
}

/* キャプション付イメージボックス（ニュース一覧、パチンコ／パチスロ一覧などで使用） */
.imageBox {
  position: relative;
  margin-bottom: 20px;
  background: #000;
}
.imageBox.imageBox-large {
  width: 100%;
  height: 488px;
}
.imageBox > .image {
  text-align: center;
}
.imageBox .imageBox-caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 25px 30px 30px !important;
  background: rgba(27, 27, 27, 0.85);
  color: #fff;
}
.imageBox .imageBox-caption a {
  color: #fff;
  text-decoration: none;
}
.imageBox .imageBox-caption a:hover {
  color: #f90;
}

.captionTitle {
  font-size: 16px;
  font-weight: bold;
}

.captionText {
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.9;
}
.captionText .readMore {
  text-decoration: underline;
}

.js-carousel .imageBox {
  margin-bottom: 0;
}

/* 機種リスト（トップページ、マイページなどで使用。サムネイルリスト） */
.machineList ul:after {
  content: "";
  display: block;
  clear: both;
}
.machineList li {
  display: table-cell;
  width: 130px;
  margin-bottom: 20px;
  padding: 0;
}
.machineList li:nth-child(5n) {
  margin-right: 0;
}
.machineList li:nth-child(5n+1) {
  clear: both;
}
.machineList a {
  text-decoration: none;
}
.machineList .machineImage {
  margin-bottom: 0;
}
.machineList .machineName {
  margin-top: 5px;
  font-weight: lighter;
  padding: 0 7px;
}
.machineList a .machineName {
  text-decoration: underline;
}
.machineList .machineType {
  display: block;
  margin-bottom: 0;
  background: #4a4a4a;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
}

.pachinko .machineList .machineType, .slot .machineList .machineType {
  color: #fff;
}

.machineList-noImage li {
  float: none;
  width: 100%;
}
.machineList-noImage li:after {
  content: "";
  display: block;
  clear: both;
}

#contentsBlock .machineList-noImage li p {
  margin-bottom: 0;
}

.machineList-noImage .machineType {
  float: left;
  width: 120px;
  margin-right: 10px;
  padding: 2px 10px;
}
.machineList-noImage .machineName {
  margin-top: 0;
  font-size: 16px;
  padding-top: 3px;
}

/* サムネイル付リスト（トップページの動画一覧、下層ページの関連動画情報などで使用） */
.thumbsList {
  margin: 15px 10px 20px;
}
.thumbsList ul:after {
  content: "";
  display: block;
  clear: both;
}
.thumbsList .list-item {
  float: left;
  width: 110px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}
.thumbsList .list-item:nth-child(5n) {
  margin-right: 0;
}
.thumbsList .list-item:nth-child(5n+1) {
  clear: both;
}
.thumbsList .list-item a {
  display: block;
  text-decoration: none;
}
.thumbsList .list-item a h3 {
  font-weight: lighter;
  color: #022D57;
  text-decoration: underline;
}
.thumbsList .list-item a h3:hover {
  color: #333;
  text-decoration: none;
}
.thumbsList .list-item img {
  margin-bottom: 5px;
}
.thumbsList .list-item .item-image {
  margin-bottom: 5px;
}
.thumbsList .list-item .item-image img {
  margin-bottom: 0;
}
.thumbsList .list-item .item-image .caption {
  display: block;
  background: #444;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.related-contents .thumbsList .list-item .item-image .caption {
  background: #f40a0a;
}

.thumbsList .list-item .date {
  display: table;
  text-decoration: none;
}
.thumbsList .list-item a .item-title {
  text-decoration: underline;
}

/* 投稿カテゴリアイコン（掲示板などで使用） */
.post-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/post_icon_set.png) no-repeat 0 0;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
}
.post-icon.post-icon-qanda {
  background-position: -40px 0;
}
.post-icon.post-icon-review {
  background-position: -80px 0;
}
.post-icon.post-icon-image {
  background-position: -120px 0;
}
.post-icon.post-icon-pachinko {
  background-position: -160px 0;
}
.post-icon.post-icon-slot {
  background-position: -200px 0;
}

.undefined .post-icon.post-icon-pachinko, .assay .post-icon.post-icon-pachinko {
  background-position: -240px 0;
}

.undefined .post-icon.post-icon-slot {
  background-position: -280px 0px;
}

.assay .post-icon.post-icon-slot {
  background-position: -100px -40px;
}

.undefined .post-icon.post-icon-jankyu, .assay .post-icon.post-icon-jankyu {
  background-position: -151px 0px;
  background-size: 169px;
}

/* パチンコ・スロット機種一覧
------------------------------------------------------------------------------ */
.machineIndex .listItem {
  position: relative;
  padding: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
}
.machineIndex .listItem:hover {
  background-color: #def0ff;
}
.machineIndex .listItem .expandLinkArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.machineIndex .listItem:after {
  content: "";
  display: block;
  clear: both;
}
.machineIndex .machineImage {
  float: left;
  margin-bottom: 20px;
}
.machineIndex .machineData {
  padding-left: 70px;
}
.machineIndex .machineData:after {
  content: "";
  display: block;
  clear: both;
}
.machineIndex .machineType li {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.machineIndex .machineType li.machineType-true {
  padding: 0 14px;
  background: #333;
}

.pachinko .machineIndex .machineType li.machineType-true {
  background: #3297e1;
}

.slot .machineIndex .machineType li.machineType-true {
  background: #e74e33;
}

.machineIndex .machineType li.machineType-false:before {
  display: inline-block;
  content: attr(data-machine-type);
  padding: 0 14px;
  font-size: 12px;
  text-indent: 0;
}
.machineIndex .machineName {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.2;
}
.machineIndex .machineMeta {
  margin-bottom: 10px;
}
.machineIndex .machineMeta .metaItem {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-right: 10px;
  line-height: 1;
  border-right: 1px solid #ccc;
}
.machineIndex .machineMeta .metaItem:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0 none;
}
.machineIndex .machineMeta .metaItem a {
  z-index: 10;
}
.machineIndex .machineMeta dt {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  z-index: 10;
}
.machineIndex .machineMeta dd {
  position: relative;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  z-index: 10;
  margin-right: 5px;
  padding-right: 10px;
}
.machineIndex .machineDescription {
  margin-bottom: 20px;
  font-size: 12px;
}
.machineIndex .machineDescription a {
  text-decoration: none;
}
.machineIndex .machineDescription .readMore {
  text-decoration: underline;
}
.machineIndex .machineLinks {
  position: relative;
  float: right;
  width: 100%;
  margin-top: 20px;
  z-index: 10;
}
.machineIndex .machineLinks:after {
  content: "";
  display: block;
  clear: both;
}

#contentsBlock .machineIndex .machineLinks li {
  float: right;
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 10px;
}
#contentsBlock .machineIndex .machineLinks li a {
  position: relative;
  display: block;
  padding: 0px 10px;
}
#contentsBlock .machineIndex .machineLinks li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #000;
}
#contentsBlock .related-contents {
  margin-top: 60px;
}
#contentsBlock .related-contents .link-more {
  margin-top: -10px;
  margin-bottom: 40px;
}
#contentsBlock .related-contents .link-more a {
  display: block;
  height: 24px;
  background: #eee;
  line-height: 24px;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#contentsBlock .related-contents .link-more a:hover {
  background: #ccc;
}
#contentsBlock .related-contents .link-more a img {
  vertical-align: middle;
}
#contentsBlock .related-contents .label-list {
  margin-bottom: 30px;
}

/*	関連コンテンツ
------------------------------------ */
/* 検索結果件数表示 */
.serachResultNum {
  font-size: 28px;
}
.serachResultNum dt, .serachResultNum dd {
  display: inline-block;
  font-weight: bold;
}

/* ページトップボタン（画面右下固定） */
.btn-pageTop.fixed {
  position: fixed;
  right: 15px;
  bottom: 40px;
}

.pgj-info, .hall-info {
  position: fixed;
  left: 0;
  text-align: center;
  width: 42px;
  box-shadow: 1px 1px 3px #666;
}

.pgj-info {
  top: 520px;
}

.hall-info {
  top: 275px;
}

.pgj-info a, .hall-info a {
  text-decoration: none;
  padding: 15px 10px;
  display: block;
  color: #fff;
  background-color: #ccc;
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
}

.pgj-info a {
  background-color: #454545;
}

.hall-info a {
  background-color: #2cb01c;
}

.pgj-info a:hover, .hall-info a:hover {
  background-color: #333;
}

/* 更新情報一覧
------------------------------------------------------------------------------ */
.updateIndex .listItem {
  clear: both;
}
.updateIndex .listItem .heading {
  margin-bottom: 10px;
  padding-right: 80px;
}
.updateIndex .listItem .heading .label {
  position: absolute;
  right: 0;
  top: 10px;
}
.updateIndex .listItem .link-detail {
  float: right;
  margin-right: 1em;
  font-size: 12px;
}
.updateIndex .listItem .date {
  float: right;
  margin-right: 1em;
  margin-bottom: 20px;
  font-size: 12px;
}

/*	サイドカラム内　ウィジェット
------------------------------------ */
.widget {
  margin-bottom: 50px;
  box-shadow: 1px 1px 5px #999;
}

.widget-twitter, .widget-facebook {
  box-shadow: none;
}

.widget-header {
  position: relative;
  padding: 8px 10px;
  background: #353535;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.widget-info .widget-header {
  padding-left: 60px;
  background-image: url(../img/uwasa_icon.png);
  background-repeat: no-repeat;
  height: 50px;
  line-height: 38px;
}

.widget-rank .widget-header {
  padding-left: 60px;
  background-image: url(../img/rank_icon.png);
  background-repeat: no-repeat;
  height: 50px;
  line-height: 38px;
  font-size: 14px;
}

.widget-products .widget-header {
  padding-left: 60px;
  background-image: url(../img/kentei_icon.png);
  background-repeat: no-repeat;
  height: 50px;
  line-height: 38px;
}

.widget-calendar .widget-header {
  padding-left: 60px;
  background-image: url(../img/dounyuubi_icon.png);
  background-repeat: no-repeat;
  height: 50px;
  line-height: 38px;
}

.check_hall .widget-header {
  padding-left: 60px;
  background-image: url(../img/check_hall_icon.gif);
  background-repeat: no-repeat;
  height: 50px;
  line-height: 38px;
}

.widget-newHalls .widget-header {
  padding-left: 60px;
  background-image: url(../img/new_icon.gif);
  background-repeat: no-repeat;
  height: 50px;
  line-height: 38px;
}

.widget-contents {
  padding: 15px;
  background-color: #FFF;
  font-size: 12px;
}
.widget-contents .link-more {
  margin: 10px 0;
}
.widget-contents .link-more a {
  display: block;
  padding: 7px 5px 9px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  background-color: #eee;
  border: 1px solid #ddd;
}
.widget-contents .link-more a:hover {
  background-color: #eee;
}
.widget-contents .link-more img {
  margin-left: 8px;
}

.widget.widget-info .postTitle {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.widget.widget-info .postDescription {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 160%;
  text-decoration: none;
}
.widget.widget-info .postThumb {
  margin-bottom: 20px;
  text-align: center;
}
.widget.widget-info .postThumb img {
  width: 100%;
  height: auto;
}

.widget-calendar dt {
  margin-bottom: 10px;
}

.calendar a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted;
}
.calendar a:hover {
  color: #f90;
}
.calendar table {
  text-align: center;
}
.calendar table td {
  padding: 2px;
  text-align: center;
}
.calendar table a {
  display: block;
  background: #f2f2f2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.calendar table a:hover {
  background: #f90;
  color: #fff;
}
.calendar .calendar-today {
  float: right;
}
.calendar .calendar-control > * {
  margin: 0 8px 8px;
}
.calendar table .sunday {
  color: #ff32a1;
}
.calendar table .sunday a {
  color: #ff32a1;
}
.calendar table .saturday {
  color: #3366fa;
}
.calendar table .saturday a {
  color: #3366fa;
}

.widget-calendar .list_icon_pachinko {
  list-style-image: url(../img/list_icon_pachinko.png);
}
.widget-calendar .list_icon_pachinko a {
  vertical-align: top;
}
.widget-calendar .list_icon_slot {
  list-style-image: url(../img/list_icon_slot.png);
}
.widget-calendar .list_icon_slot a {
  vertical-align: top;
}
.widget-calendar .list_icon_jankyu {
  list-style-image: url(../img/list_icon_jankyu.png);
}
.widget-calendar .list_icon_jankyu a {
  vertical-align: top;
}

.widget-twitter {
  padding: 0;
  background: none;
}
.widget-twitter .widget-header {
  background: #2A77B2;
  padding-left: 60px;
  background-image: url(../img/twitter_icon.png);
  background-repeat: no-repeat;
  height: 50px;
  line-height: 38px;
}
.widget-twitter .widget-header:after {
  border-top-color: #27A3D8;
}
.widget-twitter .widget-contents {
  padding: 0;
}

.widget-facebook {
  padding: 0;
  background: none;
}

.widget.widget-category .widget-contents {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.widget.widget-category ul {
  margin-bottom: 10px;
  text-align: center;
}
.widget.widget-category ul > li {
  display: inline-block;
  width: 60px;
}
.widget.widget-category ul > li a {
  display: block;
}
.widget.widget-category ul > li img {
  margin-bottom: 5px;
}
.widget.widget-rank .widget-contents a {
  width: 100%;
  /*display: block;*/
  overflow: hidden;
  /*white-space: nowrap;*/
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
}
.widget.widget-imgGallery .widget-contents {
  padding: 20px 0 1px;
  margin: -1px;
}
.widget.widget-imgGallery ul {
  margin-right: -9px;
  overflow: hidden;
}
.widget.widget-imgGallery li {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
}
.widget.widget-seiyu {
  background-color: #f153bb;
}
.widget.widget-seiyu .widget-header {
  background: #f153bb;
}
.widget.widget-seiyu .widget-header:after {
  border-top-color: #f153bb;
}
.widget.widget-noFrame .widget-contents {
  padding: 20px 0 1px;
  margin: -1px;
}
.widget .thumbsList {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
.widget .thumbsList > ul {
  overflow: hidden;
  margin-right: -10px;
}
.widget .thumbsList .list-item {
  width: 145px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.widget.widget-blog li {
  margin-bottom: 20px;
}
.widget.widget-blog li a {
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
.widget.widget-blog li a:hover {
  background: #fafafa;
}
.widget.widget-blog li a:after {
  content: "";
  display: block;
  clear: both;
}
.widget.widget-blog .blogThumb {
  display: block;
  float: left;
}
.widget.widget-blog .blogTitle, .widget.widget-blog .blogDescription {
  display: block;
  margin-left: 60px;
  margin-bottom: 0;
  line-height: 1;
}
.widget.widget-blog .blogTitle {
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
.widget.widget-blog .blogDescription {
  font-size: 10px;
}
.widget.widget-blogProf .blogThumb {
  display: block;
  float: left;
}
.widget.widget-blogProf .writerName {
  margin-left: 60px;
}

#contentsBlock .widget.widget-blogProf .profTxt {
  margin-bottom: 20px;
  font-size: 10px;
}

.widget.widget-blogProf .profData {
  margin-bottom: 20px;
  font-size: 10px;
}
.widget.widget-blogProf .profData:last-child {
  margin-bottom: 0;
}
.widget.widget-blogProf .profData:after {
  content: "";
  display: block;
  clear: both;
}
.widget.widget-blogProf .profData dt, .widget.widget-blogProf .profData dd {
  margin-bottom: 5px;
  line-height: 1.8;
}
.widget.widget-blogProf .profData dt {
  display: inline;
}
.widget.widget-blogProf .profData dd {
  display: inline;
}
.widget.widget-blogProf .profData dd:after {
  content: "";
  display: block;
}
.widget.widget-comment li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #aaa;
  line-height: 1.2;
}
.widget.widget-comment a {
  text-decoration: underline;
  color: #617AAE;
}
.widget.widget-comment a:hover {
  text-decoration: none;
  color: #333;
}
.widget.widget-comment .commentTitle {
  font-size: 16px;
}
.widget.widget-comment .commentExcerpt {
  font-size: 12px;
}
.popularPostList .list-item {
  margin-bottom: 15px;
}
.popularPostList .list-item > a {
  text-decoration: none;
}
.popularPostList .list-item > a:after {
  content: "";
  display: block;
  clear: both;
}
.popularPostList .list-item .item-thumb {
  float: left;
}
.popularPostList .list-item p {
  margin-left: 70px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.5;
}
.popularPostList .rank {
  padding-left: 18px;
  background: url(../img/icon_rank.png) no-repeat left 3px;
  color: #26d45c;
}

/* タグクラウド */
.tagCloud {
  line-height: 1.8;
}
/* ウィジェット内の投稿カテゴリアイコン付リスト */
.iconList {
  margin-bottom: 10px;
}
.iconList > li {
  margin-bottom: 6px;
  text-indent: -60px;
  margin-left: 60px;
  line-height: 1;
}

.widget .iconList .post-icon {
  width: 50px;
  height: 20px;
  margin-right: 10px;
}
.widget .iconList .post-icon.post-icon-bbs {
  background-position: 0 -60px;
}
.widget .iconList .post-icon.post-icon-qanda {
  background-position: -50px -60px;
}
.widget .iconList .post-icon.post-icon-review {
  background-position: -100px -60px;
}
.widget .iconList .post-icon.post-icon-image {
  background-position: -150px -60px;
}
.widget .iconList .post-icon.post-icon-pachinko {
  background-position: -80px -60px;
}
.widget .iconList .post-icon.post-icon-slot {
  background-position: -100px -60px;
}

/* ------------------------------------------------------------------------------

	ヘッダー

------------------------------------------------------------------------------ */
/* サイト内共通ヘッダー */
#siteHeader:after {
  content: "";
  display: block;
  clear: both;
}

#utilityBar {
  height: 40px;
  margin-bottom: 30px;
  padding: 10px 0;
  background: #EDEDED;
  border-bottom: 1px solid #E5E5E5;
  color: #fff;
}
#utilityBar:after {
  content: "";
  display: block;
  clear: both;
}
#utilityBar a {
  color: #fff;
}

#snsBox {
  float: left;
}
#snsBox:after {
  content: "";
  display: block;
  clear: both;
}
#snsBox li {
  float: left;
  margin-right: 10px;
}
#snsBox span.pgj-label {
  background-color: #0079d9;
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 6px;
}
#snsBox a.pgj-link {
  font-size: 12px;
  color: #0079d9;
}

/* pgj */
/**/
#utilityNav {
  float: right;
  margin-top: -10px;
  line-height: 1;
}
#utilityNav:after {
  content: "";
  display: block;
  clear: both;
}
#utilityNav li {
  float: left;
  font-size: 12px;
  padding-right: 10px;
}
#utilityNav li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  margin-left: 10px;
  border-right: 1px solid #fff;
}
#utilityNav li:last-child {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
#utilityNav li:last-child:after {
  border-right: 0 none;
}
#utilityNav li a {
  height: 40px;
  line-height: 40px;
  color: #666;
}
#utilityNav li.uNav-logIn a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  background: #f45656;
  text-decoration: none;
  color: #fff;
}
#utilityNav li.uNav-logIn a:hover {
  background: #444;
}

#logoBar {
  margin-bottom: 30px;
}
#logoBar:after {
  content: "";
  display: block;
  clear: both;
}
#logoBar .siteLogo {
  float: left;
  padding: 10px 0;
}
#logoBar .topBanner {
  float: right;
  margin-bottom: 0;
}

/* グローバルナビ */
#globalNav {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  background: #414141;
}
#globalNav > ul:after {
  content: "";
  display: block;
  clear: both;
}
#globalNav > ul > li {
  float: left;
  width: 115px;
  text-align: center;
}
#globalNav > ul > li > a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
}
#globalNav > ul > li > a:hover {
  background: #222;
}
#globalNav .nav-home {
  width: 58px;
  border-bottom: 3px solid #fc0;
}
#globalNav .nav-home img {
  vertical-align: sub;
}
#globalNav .nav-01 {
  border-bottom: 3px solid #2980B9;
}
#globalNav .nav-02 {
  border-bottom: 3px solid #e74c3c;
}
#globalNav .nav-03 {
  border-bottom: 3px solid #2D942A;
}
#globalNav .nav-04 {
  border-bottom: 3px solid #CF48D8;
}
#globalNav .nav-05 {
  border-bottom: 3px solid #13C2F5;
}
#globalNav .nav-06 {
  border-bottom: 3px solid #FFA500;
}
#globalNav .nav-07 {
  border-bottom: 3px solid #8E3E05;
}
#globalNav .nav-08 {
  border-bottom: 3px solid #BBED3F;
}
#globalNav .nav-09 {
  border-bottom: 3px solid #FF8ED3;
}
#globalNav .nav-10 {
  border-bottom: 3px solid #FBFF00;
}
#globalNav .nav-11 {
  border-bottom: 3px solid #9A58BC;
}
#globalNav .active {
  background-color: #fff;
  border-bottom: 3px solid #F45656;
  background-color: #252525;
}
#globalNav .active a {
  color: #fff;
  text-shadow: 1px 1px #000;
}
#globalNav .active > a:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  border-bottom-color: #F45656;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
#globalNav > ul > li.has-subNav {
  position: relative;
}
#globalNav > ul > li.has-subNav .subNav {
  position: absolute;
  height: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  z-index: 9998;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
#globalNav > ul > li.has-subNav:hover .subNav {
  display: block;
  height: auto;
  opacity: 1;
}
#globalNav > ul > li.has-subNav .subNav a {
  display: block;
  width: 160px;
  padding: 5px 15px;
  border-bottom: 1px solid #b30000;
  background: #d20808;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#globalNav > ul > li.has-subNav .subNav a:hover {
  background: #a30000;
  padding-left: 17px;
}

/* パンくずリスト */
.breadcrumbs {
  margin: 15px 0;
  font-size: 10px;
}
.breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs .rootPath {
  float: left;
  margin-right: 20px;
  font-size: 12px;
  height: 28px;
}
.breadcrumbs .rootPath li {
  display: inline;
}
.breadcrumbs .rootPath li:after {
  content: ">";
  padding-left: 10px;
}
.breadcrumbs .rootPath li:last-child:after {
  content: "";
  padding-left: 0;
}
.breadcrumbs .tagList {
  float: left;
}
.breadcrumbs .tagList li {
  display: inline-block;
}
.breadcrumbs .tagList li a {
  border: 1px solid #eaeaea;
  padding: 6px 6px;
  border-radius: 4px;
  background: #F5F5F5;
  color: #666;
  font-size: 11px;
  text-decoration: none;
}
.breadcrumbs .tagList li a:hover {
  background-color: #39CAFF;
  color: #fff;
}

/* ------------------------------------------------------------------------------

	フッター

------------------------------------------------------------------------------ */
/* サイト内共通フッター */
#siteFooter {
  background: #222;
  color: #777;
  font-size: 11px;
}
#siteFooter > .layout-inner {
  padding: 30px 0px;
}
#siteFooter .copyright {
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
}
#siteFooter .copyright small {
  display: block;
  color: #000;
  font-size: 12px;
}

/* 相互リンク */
.link_site {
  background-color: #000;
  padding: 15px;
  text-align: center;
}
.link_site p {
  color: #eee;
  font-size: 12px;
}
.link_site p a {
  color: #eee;
  font-size: 12px;
}
.link_site .layout-inner {
  position: relative;
}

/* フッターバナーバー */
.bannerBar {
  padding: 20px 0;
  background: #3F3F3F;
}
.bannerBar ul {
  margin-right: -10px;
}
.bannerBar ul:after {
  content: "";
  display: block;
  clear: both;
}
.bannerBar li {
  float: left;
  width: 238px;
  margin-right: 7px;
}
.bannerBar li:last-child {
  margin-right: 0;
}
.bannerBar li img {
  width: 100%;
  height: auto;
}
.bannerBar .layout-inner {
  position: relative;
}

.jasrac {
  position: absolute;
  top: 120px;
  right: 0;
  color: #777;
  font-size: 11px;
  width: 50px;
  word-break: break-word;
}

/* フッター内リンク一覧 */
.footerLinks {
  float: right;
  width: 580px;
}
.footerLinks ul {
  float: left;
  padding-left: 15px;
}
.footerLinks a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footerLinks a:hover {
  text-decoration: underline;
}
.footerLinks a:before {
  content: "■";
  padding-right: 5px;
}

/* フッターナビ　*/
#footer_nav #globalNav {
  margin-bottom: 0;
  background: #efefef;
  clear: both;
}
#footer_nav #globalNav > ul > li {
  border-bottom: none;
}
#footer_nav #globalNav > ul > li > a {
  color: #252525;
}
#footer_nav #globalNav > ul > li > a:hover {
  color: #fff;
}
#footer_nav #globalNav .active {
  background-color: #3f3f3f;
}
#footer_nav #globalNav .active a {
  text-shadow: none;
  color: #fff;
}
#footer_nav #globalNav .nav-home {
  background-color: #222;
}

/*	デバイス表示切り替え（SP/PC）
------------------------------------ */
#deviceSelector {
  width: 300px;
  margin: 10px auto 20px;
  padding: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e5e5e5;
  text-align: center;
}
#deviceSelector .current {
  margin: 0 10px;
  font-weight: bold;
}
#deviceSelector a {
  margin: 0 10px;
}

/* ------------------------------------------------------------------------------

	ポップアップ

------------------------------------------------------------------------------ */
#popup {
  background: #eee;
}
#popup > .inner {
  padding: 20px 20px;
}
#popup .popupTitle {
  padding: 10px 15px;
  background: #556273;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#popup th {
  width: 120px;
  padding: 10px 0 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  color: #556273;
}
#popup td {
  padding: 10px 20px 20px;
}
#popup input[type=text], #popup textarea {
  display: block;
  width: 590px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 14px;
}
#popup input[type=radio] {
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}
#popup label {
  margin-right: 20px;
}
#popup .selectList {
  height: 300px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #fff;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
#popup .selectList li {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}
#popup .selectList li:hover {
  background: #f2f2f2;
}
#popup .selectList li:after {
  content: "";
  display: block;
  clear: both;
}
#popup .selectList li p {
  float: left;
  width: 540px;
}
#popup .selectList li button {
  float: right;
  width: 60px;
  height: 30px;
  margin-top: 5px;
  padding: 0;
  line-height: 30px;
}
#popup .incomeInput {
  margin-bottom: 20px;
  vertical-align: middle;
  line-height: 30px;
}
#popup .incomeInput input[type=text] {
  width: 150px;
  margin-bottom: 0;
  padding-right: 30px;
  display: inline-block;
  font-size: 14px;
}
#popup .incomeInput span {
  margin-left: -20px;
  font-size: 12px;
  font-weight: bold;
}
#popup .select-wrapper {
  min-width: 0;
  height: 30px;
  margin-right: 5px;
}
#popup .select-wrapper select {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
#popup .commentInput textarea {
  width: 580px;
  height: 80px;
  padding: 10px;
  line-height: 1.4;
}
#popup .btn-addMachine {
  margin-top: -10px;
  padding: 0 0 20px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#popup .btn-addMachine a {
  position: relative;
  top: 0;
  text-decoration: none;
  padding: 10px 60px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#popup .btn-addMachine a:hover {
  top: 1px;
  background: #fff;
}
#popup .btn-addMachine a:before {
  position: relative;
  content: "+";
  display: inline-block;
  background: #515e6f;
  color: #fcfcfd;
  width: 20px;
  height: 20px;
  top: -1px;
  margin-right: 6px;
  line-height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#popup .btn-addMachine a:hover:before {
  background: #f90;
}

.determinBtns {
  margin-bottom: 30px;
  text-align: center;
}
.determinBtns button {
  width: 120px;
  height: 40px;
  margin: 0 5px;
  font-size: 15px;
}
.determinBtns button.btn-submit {
  letter-spacing: 0.25em;
}

#popup .btn-search {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-indent: 0;
  padding: 0;
  margin-left: 10px;
  font-size: 15px;
  letter-spacing: 0.4em;
}
#popup .btn-submit {
  background: #556273;
  /* Old browsers */
  background: -moz-linear-gradient(top, #556273 0%, #495360 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #556273), color-stop(100%, #495360));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #556273 0%, #495360 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #556273 0%, #495360 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #556273 0%, #495360 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #556273 0%, #495360 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#556273", endColorstr="#495360",GradientType=0 );
  /* IE6-9 */
}

.determinBtns button.btn-submit {
  background: #556273;
  /* Old browsers */
  background: -moz-linear-gradient(top, #556273 0%, #495360 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #556273), color-stop(100%, #495360));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #556273 0%, #495360 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #556273 0%, #495360 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #556273 0%, #495360 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #556273 0%, #495360 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#556273", endColorstr="#495360",GradientType=0 );
  /* IE6-9 */
}

#popup .btn-submit:hover, .determinBtns button .btn-submit:hover {
  background: #333;
}

#popup .btn-cancel, .determinBtns button.btn-cancel {
  background: #999999;
  /* Old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #5d5d5d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #5d5d5d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #5d5d5d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #5d5d5d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #5d5d5d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999999 0%, #5d5d5d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#999999", endColorstr="#5d5d5d",GradientType=0 );
  /* IE6-9 */
}

#popup .btn-cancel:hover, .determinBtns button.btn-cancel:hover {
  background: #333;
}

.determinBtns button.btn-submit:disabled {
	cursor: default;
	background: #bbb;
}

/*	3. State
----------------------------- */
#contentsBlock section {
  margin-bottom: 40px;
}
#contentsBlock .banner {
  margin-bottom: 30px;
}
#contentsBlock .col-sub .banner {
  margin-bottom: 50px;
}
#contentsBlock ul li {
  font-size: 14px;
}

/* ------------------------------------------------------------------------------

	記事本文のスタイル

------------------------------------------------------------------------------ */
.main_content .contents {
  line-height: 1.6;
  font-size: 16px;
}

/*
.main_content .contents p {margin-bottom: 30px;}
.main_content .contents dl {margin-bottom: 20px;}
.main_content .contents dl dt {margin-bottom: 5px;}
.main_content .contents dl dd {margin-bottom: 20px;}
*/
/*	4. Utility Classes
----------------------------- */
.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.clear {
  clear: both !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hide {
  display: none !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fn {
  float: none !important;
}

.txt-red {
  color: #f00;
}

/* Font size */
.font10 {
  font-size: 10px !important;
}

.font11 {
  font-size: 11px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font17 {
  font-size: 17px !important;
}

.font18 {
  font-size: 18px !important;
}

.font19 {
  font-size: 19px !important;
}

.font20 {
  font-size: 20px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font28 {
  font-size: 28px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

.font36 {
  font-size: 36px !important;
}

.font40 {
  font-size: 40px !important;
}

/* Margin-Top & Padding-Top */
.mt00 {
  margin-top: 0px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* Margin-Right & Padding-Right */
.mr00 {
  margin-right: 0px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* Margin-Bottom & Padding-Bottom */
.mb00 {
  margin-bottom: 0px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* Margin-Left & Padding-Left */
.ml00 {
  margin-left: 0px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

ul.copyrights {
  width: 500px;
  font-size: 10px;
  color: #FFFFFF;
}
ul.copyrights img {
  max-width: 100%;
}

/* 関連機種情報 */
#kanrenModel img.machineImage {
  max-height: 170px;
  max-width: 110px;
}

.widget-contents p.date {
  width: 100%;
  text-align: left;
  font-size: 10px;
}

/*Sticky menu*/
#change {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
}
#change #globalNav {
  background: #414141;
}
#change #globalNav > ul > li > a {
  color: #fff;
}
#change #globalNav > ul > li > a:hover {
  background: #000;
  color: #fff;
}
#change #globalNav .active a {
  background: #000;
  color: #fff;
}

/* TOPページ更新情報 */
.update {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-top: 0px;
}
.update ul {
  padding: 0 15px;
  margin-top: 5px;
}
.update ul li {
  padding: 15px 10px;
  margin: 0px !important;
}
.update ul li.list-item .label {
  font-size: 11px;
}
.update ul li.list-item .date {
  font-size: 12px;
  width: 85px;
}
.update ul li:last-child {
  border: 0px;
}
.update ul li .item-title {
  margin-top: 5px;
}
.update ul li a {
  color: #022D57;
  /*text-decoration:underline !important;*/
  font-size: 14px;
}
.update ul li a:hover {
  color: #333;
  text-decoration: none !important;
}
.update .link-more a {
  display: block;
  padding: 7px 0 9px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 168px;
  margin: 10px auto;
}

/* 更新情報バッジ色（ニュース） */
.website-content-type-code-001 {
  background-color: #454545;
}

/* 更新情報バッジ色（お知らせ） */
.website-content-type-code-002 {
  background-color: #b8151d;
}

/* 更新情報バッジ色（パチスロ） */
.website-content-type-code-003 {
  background-color: #fc4836;
}

/* 更新情報バッジ色（パチンコ） */
.website-content-type-code-004 {
  background-color: #3195e0;
}

/* 更新情報バッジ色（不正情報） */
.website-content-type-code-005 {
  background-color: #f39c12;
}

/* 更新情報バッジ色（保通協） */
.website-content-type-code-006 {
  background-color: #6E4B05;
}

/* 更新情報バッジ色（合格スロ） */
.website-content-type-code-007 {
  background-color: #228F6D;
}

/* 更新情報バッジ色（次機種） */
.website-content-type-code-008 {
  background-color: #8D2E3A;
}

/* 更新情報バッジ色（特集） */
.website-content-type-code-009 {
  background-color: #779B1E;
}

/* 更新情報バッジ色（用語） */
.website-content-type-code-010 {
  background-color: #5EAF4C;
}

/* 更新情報バッジ色（超未確定） */
.website-content-type-code-011 {
  background-color: #B80927;
}

/* 業界ニュースセクション */
.industrynews-section .label {
  background-color: #2C4054;
  width: 90px;
}
.industrynews-section:after {
  content: "";
  display: block;
  clear: both;
}
.industrynews-featured {
  float: left;
  width: 200px;
  margin-top: 0px;
}
.industrynews-featured:after {
  content: "";
  display: block;
  clear: both;
}

.industrynews-featured-image {
  display: block;
  width: 200px;
  margin-bottom: 5px;
  text-align: center;
}
.industrynews-featured-image img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}

.industrynews-featured-title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  color: #022d57;
}

ul.news_newest_list li.list-item {
  display: inline-block;
}
ul.news_newest_list li.list-item .news_thum {
  float: left;
  width: 50px;
}
ul.news_newest_list li.list-item .news_title {
  float: left;
  width: 140px;
  padding-left: 10px;
}
ul.news_newest_list li.list-item .news_title p {
  font-size: 14px;
  line-height: 140%;
}
ul.news_newest_list li.list-item:after {
  clear: both;
}
ul.news_newest_list li.list-item .news_thum a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

/**/
section {
  margin-bottom: 50px;
}
section.content-nav h2 {
  padding: 10px 0 10px 60px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  background: url(../img/nav_icon.gif) no-repeat #353535 0px;
}
section.content-nav ul li {
  border-bottom: 1px solid #ddd;
}
section.content-nav ul li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #353535;
}
section.content-nav ul li a:hover {
  background-color: #f4f2f2;
  color: #0b456e;
}
section.content-nav ul li a:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* コンテンツメニュー */
/*関連ブログ　関連機種*/
#kanrenBlog h3, .related-contents h3 {
  position: relative;
  background: #353535;
  border-radius: 0;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}

#kanrenBlog h3:before, .related-contents h3:before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  display: block;
  width: 4px;
  height: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

#kanrenBlog .thumbsList {
  margin: 15px 0;
}

.machineList li, #kanrenBlog .thumbsList ul li.list-item {
  float: none;
  width: 100%;
  margin: 0px;
  display: inline-block;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}

#kanrenModel .machineImage img {
  float: left;
  width: 50px;
}

#kanrenBlog .thumbsList ul li.list-item .item-image {
  float: left;
  width: 50px;
}
#kanrenBlog .thumbsList ul li.list-item .item-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

#kanrenModel img.machineImage img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.machineList .machineName, #kanrenBlog .thumbsList ul li.list-item .item-title {
  font-size: 14px;
  line-height: 140%;
  float: right;
  width: 140px;
  padding-left: 10px;
}

.machineList .machineName {
  margin: 0;
  width: 240px;
  padding: 0;
}

#kanrenModel .section-inner {
  padding: 0;
}

/* display:none; */
.machineList ul li br {
  display: none;
}

#kanrenBlog .thumbsList ul li.list-item .caption, #kanrenBlog .thumbsList ul li.list-item .date {
  display: none;
}

#footer_nav #globalNav .active > a:after {
  display: none;
}

/*　重複　*/
.snsBtns, .searchBox .inputs, #popup .btn-submit, .determinBtns button.btn-submit, #popup .btn-cancel, .determinBtns button.btn-cancel {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table, .calendar, .machineIndex .machineType, .postIcons, .widget.widget-products ul {
  margin-bottom: 20px;
}

/* ページナビ */
.page-navi {
  font-size: 16px;
  line-height: 1.5em;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1em;
}
.page-navi span {
  display: inline-block;
  margin: 0 2px;
  width: auto;
  padding: 0 1px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.page-navi a {
  display: inline-block;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 0 1px;
  background-color: #fff;
  color: #555;
  text-decoration: underline;
  display: inline-block;
  margin: 0 2px;
}
.page-navi .current {
  font-weight: bold;
  padding: 1px 4px 0px 4px;
  background-color: #ED4E41;
  border: 1px solid #ccc;
  color: #fff;
}
.page-navi .zenkaku {
  font-size: 80%;
}

/*# sourceMappingURL=common.css.map */
