@charset "utf-8";

/* initialization
------------------------------*/
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,tfoot,thead,time,tr,th,td,ul,var,video {margin: 0; padding: 0; outline: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {display: block;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;} address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
body {line-height: 1; -webkit-text-size-adjust: 100%; font-size: small;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
del {text-decoration: line-through;} ins {background-color: #ff9; color: #333; text-decoration: none;} mark {background-color: #ff0; color: #333;}
table {border-collapse: collapse; border-spacing: 0;} caption,th {text-align: left;} fieldset,img {border: 0; vertical-align: top;} img {max-width: 100%; height: auto; -ms-interpolation-mode: bicubic;} ol,ul {list-style: none;}
input, textarea, select {line-height: inherit; font-family: inherit; font-size: inherit; font-weight: inherit;} label{cursor: pointer;} hr {display: block; height: 1px; border: 0; border-top: 1px solid #333;} h1,h2,h3,h4,h5,h6 {font-size: 100%;}

/* clearfix */
.clearfix, .container, footer.global .copyright {zoom: 1;}
.clearfix:after, .container:after, footer.global .copyright:after {display: block; clear: both; content: "";}

/* リンク */
a {outline: none;}
a:link, a:active, a:visited {text-decoration: underline; color: #01529e;}
a:hover/*, a:focus*/ {text-decoration: underline; color: #01529e;}
a:hover, [type="submit"]:hover, [type="image"]:hover, button.btn:hover {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0.7;
	zoom: 1;
}

/* フォームの装飾リセット */
textarea,
[type="submit"],
[type="text"],
[type="password"],
.shop_search .searchBtn input,
button.btn {
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	padding: 0;
}
textarea,
select,
input {
	border-radius: 3px;
}
textarea,
select,
[type="text"],
[type="password"] {
	border: 1px solid #c9c9c9;
}
textarea {
	padding: 2px 5px;
}
select {
	padding-left: 5px;
}
select,
[type="text"],
[type="password"] {
	height: 30px;
	line-height: 35px;
}
[type="text"],
[type="password"] {
	padding: 0 5px;
}

/* box-sizing */
textarea,
input,
select,
.nav .category > li > a,
.shop_search .searchBtn span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* flex */
/*
.sample {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
*/

/* カラム
------------------------------*/
body {
	overflow-x: hidden;
	position: relative;
	background: #dee5f0;
	line-height: 1.7;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", YuGothic, 'MS PGothic', sans-serif;
	font-size: 90%;
	color: #333;
}
#spHeader {
	display: none;
}
.container {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 5px 0 0;
}
main {
	float: left;
	width: 100%;
}
main,
.sidebar {
	padding: 10px 0 0;
}
.content {
	margin: 0 370px 0 220px;
}
.HOME .content {
	margin-right: 0;
}
.nav {
	float: left;
	background: #fff;
	width: 210px;
	margin: 0 0 0 -100%;
}
.sidebar {
	float: left;
	width: 360px;
	margin: 0 0 0 -360px;
}
.sidebar .sideBtn {
	display: none;
}

#jsContainer:before,
footer.global .container:before,
footer.global .container:after {
	position: absolute;
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	content: "";
	top: 0;
	left: 0;
	width: 210px;
	height: 100%;
}
footer.global .container:before {
	box-shadow: 1px 2px 1px 1px rgba(0,0,0,0.1);
	margin-top: -2px;
}
footer.global .container:after {
	background: #dee5f0;
	box-shadow: none;
	left: -100%;
	width: 100%;
	box-shadow: 1px -2px 1px 1px rgba(0,0,0,0.1) inset;
}

@media screen and (max-width: 1409px) {
.sidebar {
	float: none;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
	-ms-transform: translateX(360px);
	-webkit-transform: translateX(360px);
	trasform:translateX(360px);
	-ms-transition:ease .5s;
	-webkit-transition:ease .5s;
	transition:ease .5s;
}
.sidebar.open {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	trasform:translateX(0);
	background: #fff;
	box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.2);
}
.sidebar .sideBtn {
	display: block;
	position: absolute;
	top: 90px;
	left: -60px;
	width: 60px;
	height: 60px;
	background: url(../img/nav/btn_right_open.png) center no-repeat #fff;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.2);
}
.sidebar.open .sideBtn {
	background: url(../img/nav/btn_right_close.png) center no-repeat #fff;
}
.content {
	margin-right: 0;
}
}

@media screen and (max-width: 1409px) and (min-width: 1020px) {
	.container {
		overflow: hidden;
	}
	.sidebar {
		padding-top: 0;
	}
}
@media screen and (max-width: 1019px) {
.sidebar {
	display: none;
}
#spHeader {
	display: block;
}
main,
.sidebar {
	padding-top: 0;
}
.container {
	padding: 0 10px;
}
.content {
	margin-left: 0;
}
.nav,
#jsContainer:before,
footer.global .container:before,
footer.global .container:after {
	display: none;
}
}

/* ヘッダ
------------------------------*/
#spHeader {
	width: 100%;
	height: 76px;
	background: #fff;
}
#spHeader h1 {
	text-align: center;
	padding: 26px 0 0 30px;
}
	#spHeader h1 img {
		width: 200px;
		height: auto;
	}
#spHeader .menubtn {
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}
	#spHeader .menubtn img {
		height: 55px;
		width: auto;
	}

/* フッタ
------------------------------*/
footer.global {
	position: relative;
	background: #fff;
}
footer.global .inner {
	padding-left: 220px;
}
footer.global .copyright {
	float: right;
	padding: 20px 0;
	line-height: 1.2;
}
footer.global .menu {
	display: table;
	min-width: 590px;
}
footer.global .menu li {
	display: table-cell;
	vertical-align: top;
}
	footer.global .menu a {
		display: block;
		position: relative;
		padding: 20px 0;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
		color: #333;
	}
	footer.global .menu a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		background: #bcbcbc;
		width: 1px;
		height: 40px;
		margin-top: -20px;
	}
	footer.global .menu li:first-child a:before {
		width: 0;
	}

footer.global .pageTop {
	display: none;
	position: absolute;
	top: -65px;
	bottom: auto;
	right: 8px;
	width: 52px;
	height: 52px;
}
footer.global .show {
	display: block;
}
footer.global .fixed {
	position: fixed;
	top: auto;
	bottom: 8px;
	z-index: 9999;
}
footer.global .pageTop a {
	display: block;
	background: #01529e url(../img/common/arrow1_up_white.png) no-repeat 50% 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}

@media screen and (max-width: 1499px) {
footer.global .copyright {
	padding-right: 10px;
}
}
@media screen and (max-width: 1280px) {
footer.global .copyright {
	padding-right: 3px;
}
}

footer.global .attention {
	padding: 40px 0;
	text-align: center;
}
footer.global .attention img {
	width: 100%;
	max-width: 355px;
}
	footer.global .attention span {
		display: block;
		border-bottom: 1px solid #fff;
		font-size: 112%;
		font-weight: bold;
	}

footer.global .jasrac {
	padding: 0 0 25px 45px;
	font-size: 86%;
}
footer.global .jasrac .list1 {
	margin: 0 0 30px;
}
footer.global .jasrac .list2 ul {
	letter-spacing: -0.5em;
}
footer.global .jasrac .list2 li {
	display: inline-block;
	margin: 0 40px 0 0;
	letter-spacing: normal;
	vertical-align: top;
}
footer.global .jasrac .list2 li > * {
	display: inline-block;
}
footer.global .jasrac .list2 li img {
	margin-right: 5px;
}

@media screen and (max-width: 1019px) {
footer.global .inner {
	padding-left: 0;
}

footer.global .attention {
	padding: 10px 0 20px;
}
footer.global .attention p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
	footer.global .attention span {
		margin-bottom: 5px;
		padding-bottom: 5px;
		letter-spacing: -0.5px;
		font-size: 14px;
	}

footer.global .jasrac {
	padding: 0 0 20px;
	font-size: 10px;
}

footer.global .assist {
	position: relative;
	margin: 0 -9px;
	padding: 0 0 40px;
}
footer.global .copyright {
	float: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	text-align: center;
}
footer.global .menu {
	display: block;
	background: #e1e1e1;
	min-width: 0;
	margin: 0 -1px;
}
footer.global .menu li {
	overflow: hidden;
	display: block;
	float: left;
	width: 50%;
}
	footer.global .menu a {
		border: 1px solid #fff;
		border-width: 1px 1px 0 0;
		padding: 10px 0;
	}
	footer.global .menu a:before {
		display: none;
	}
footer.global .pageTop {
	right: 4px;
}
}

/* ナビゲーション
------------------------------*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #333;
	opacity: 0.3;
	width: 200%;
	height: 200%;
}
.nav {
	position: relative;
	z-index: 20;
	padding: 0 0 28px;
}
.siteName a {
	display: block;
	padding: 35px 8px 35px 0;
	text-align: center;
}
.siteName img {
		width: 127px;
		height: 48px;
}
.siteName .menuclose {
	display: none;
}
.nav .menu,
.nav .fontSize {
	padding: 0 15px;
}
.nav .menu {
	margin: 0 0 20px;
}
.nav .menu .child {
	display: none;
	position: absolute;
	left: 210px;
	z-index: 1;
	background: #d8dddf;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	width: 908px;
	min-width: 908px;
	margin: 0!important;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.nav .menu .child a.catTop {
	display: block;
	width: 100%;
	background:url(../img/common/arrow1_next_glay.png) 25px center no-repeat #fff;
	background-size: 8px auto;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	padding: 15px 25px 15px 45px;
	text-decoration: none;
	font-size: 116%;
	line-height: 1;
}
.nav .menu .child a.catTop:hover {
	text-decoration: underline;
	color: #00abef;
}

.sidebar h3 {
	margin: 0 0 5px;
	line-height: 1.3;
	font-size: 115%;
	color: #469fe0;
}
.pageType .archiveIndex h3 {
	margin: -5px 0 20px;
	line-height: 1.3;
	font-size: 140%;
	color: #469fe0;
}
.nav .megaMenu {
	background: url(../img/common/arrow1_next_glay.png) no-repeat 91% 50%;
	background-size: 8px auto;
}
.nav .external {
	background: url(../img/common/external_glay.png) no-repeat 92% 50%;
}

.nav .list > li > a {
	display: block;
	position: relative;
	padding: 12px 15px;
	line-height: 1.3;
	text-decoration: none;
	color: #333;
}
.nav .list > li > a:hover {
	cursor: pointer;
}
.nav .list .count {
	position: relative;
	top: -0.05em;
	background: #e33959;
	border-radius: 20px;
	margin: 0 0 0 8px;
	padding: 2px 8px;
	white-space: nowrap;
	font-size: 80%;
	color: #fff;
}
.nav .list {
	position: relative;
	margin: 0 -15px;
}
.nav .category > li > a {
	display: table-cell;
	background: url(../img/nav/cat1.png) no-repeat 18px 50%;
	width: 210px;
	height: 66px;
	padding: 0 25px 0 70px;
	vertical-align: middle;
	background-size: 48px 38px;
}
.nav .category > .cat1 > a,
.nav.open .category > .cat1.current > a {background-image: url(../img/nav/cat1.png); color: #333;}
.nav .category > .cat2 > a,
.nav.open .category > .cat2.current > a {background-image: url(../img/nav/cat2.png); color: #333;}
.nav .category > .cat3 > a,
.nav.open .category > .cat3.current > a {background-image: url(../img/nav/cat3.png); color: #333;}
.nav .category > .cat4 > a,
.nav.open .category > .cat4.current > a {background-image: url(../img/nav/cat4.png); color: #333;}
.nav .category > .cat5 > a {background-image: url(../img/nav/cat5.png); color: #333;}
.nav .category > .cat6 > a {background-image: url(../img/nav/cat6.png); color: #333;}
.nav .category > .cat7 > a {background-image: url(../img/nav/cat7.png); color: #333;}

.nav .category > .cat1:hover > a,
.nav .category > .cat1.on > a,
.nav .category > .cat1.current > a,
.nav.sub .category > .cat1.on.current > a {background-image: url(../img/nav/cat1_ov.png); color: #00a1e9;}
.nav .category > .cat2:hover > a,
.nav .category > .cat2.on > a,
.nav .category > .cat2.current > a,
.nav.sub .category > .cat2.on.current > a {background-image: url(../img/nav/cat2_ov.png); color: #00a1e9;}
.nav .category > .cat3:hover > a,
.nav .category > .cat3.on > a,
.nav .category > .cat3.current > a,
.nav.sub .category > .cat3.on.current > a {background-image: url(../img/nav/cat3_ov.png); color: #00a1e9;}
.nav .category > .cat4:hover > a,
.nav .category > .cat4.on > a,
.nav .category > .cat4.current > a,
.nav.sub .category > .cat4.on.current > a {background-image: url(../img/nav/cat4_ov.png); color: #00a1e9;}
.nav .category > .cat5:hover > a {background-image: url(../img/nav/cat5_ov.png); color: #00a1e9;}
.nav .category > .cat6:hover > a,
.nav .category > .cat6.on > a,
.nav .category > .cat6.current > a,
.nav.sub .category > .cat6.on.current > a {background-image: url(../img/nav/cat6_ov.png); color: #00a1e9;}
.nav .category > .cat7:hover > a {background-image: url(../img/nav/cat7_ov.png);}

.nav .list > li > a:before,
.nav .list > li:last-child > a:after {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	content: "";
	border-top: 1px solid #c9c9c9;
}
.nav .list > li:last-child > a:after {
	top: auto;
	bottom: 0;
}
.nav .list > li:hover > a {
	opacity: 1;
	color: #00a1e8;
}

.nav .pickUp {
	padding: 0 0 6px;
	text-align: center;
}
.nav .pickUp li {
	margin: 0 0 6px;
}
.nav .pickUp .anniversary {
	margin-bottom: 25px;
}
.nav .pickUp .anniversary img {
	width: 140px;
	height: 75px;
}

.nav .sns {
	text-align: center;
}
.nav .sns .title {
	padding: 0 0 7px;
	font-size: 12px;
}
.nav .sns ul {
	letter-spacing: -0.5em;
}
.nav .sns li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	letter-spacing: normal;
}

.nav .fontSize {
	margin: 14px 0 0;
	text-align: center;
}
.nav .fontSize .button {
	letter-spacing: -0.5em;
}
.nav .fontSize .button span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.nav .fontSize .title {
	border-top: 1px solid #c9c9c9;
	padding: 7px 0;
	font-size: 12px;
}
.nav .fontSize .button span {
	background: #01529e;
	border: 2px solid #01529e;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	margin: 0 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.nav .fontSize .button .current {
	background: #fff;
	border-radius: 3px;
	color: #01529e;
}
.nav .fontSize .button .s {font-size: 11px;}
.nav .fontSize .button .l {font-size: 16px;}

.nav .globalsign {
	margin: 20px 15px 0;
	padding: 10px 0 0;
	text-align: center;
	border-top: 1px solid #c9c9c9;
}
.nav .globalsign p {
	font-size: 78%;
	line-height: 1.2;
	text-align: left;
	margin-top: 5px;
}


/* パチスロ */
.nav .menu .cat2 .child {
	top: 55px;
}
.pachiLeft {
	float: left;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	position: relative;
	padding: 19px 25px 20px;
	line-height: 1.1;
	width: 516px;
}
	.pachiLeft .new {
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.pachiLeft figure {
		float: left;
		margin-right: 20px;
		margin-top: 5px;
		padding-bottom: 15px;
		text-align: center;
	}
	.pachiLeft figure img {
		max-width: 98px;
	}
	.pachiLeft .inner {
		overflow: hidden;
	}
	.pachiLeft h1 {
		color: #1160aa;
		font-size: 1.25em;
		line-height: 1.4;
		margin-bottom: 7px;
	}
	.pachiLeft p {
		line-height: 1.4;
		margin-bottom: 7px;
	}
	.pachiLeft small {
		font-size: 0.7em;
		color: #8b8989;
	}
	.pachiLeft .btnArea {
		letter-spacing: -0.5em;
		float: right;
		width: 65%;
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}
	.pachiLeft .btnArea .btn {
		letter-spacing: normal;
		width: 48%;
		display: inline-block;
		vertical-align: top;
		line-height: 1.7;
		margin-top: 5px;
	}
	.pachiLeft .btn:first-child {
		margin-right: 2%;
	}
	.yearIndex {
		clear: both;
	}
		.yearIndex h2 {
			color: #00a1e8;
			font-size: 1.1em;
			background: url(../img/nav/cat2_ov.png) left center no-repeat;
			padding-left: 50px;
			margin: 30px 0 10px;
			background-size: 48px 38px;
		}
		.yearIndex li {
			width: 25%;
			float: left;
			padding: 7px 0;
		}
			.yearIndex li a {
				background:url(../img/common/arrow1_next_glay.png) 3px center no-repeat;
				background-size: 8px auto;
				padding-left: 20px;
				text-decoration: none;
				color: #333;
			}
			.yearIndex li a:hover {
				text-decoration: underline;
				color: #00abef;
			}

.nav .pachiRight {
	float: right;
	width: 360px;
}
.nav .shop_search {
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 15px;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.04);
}
	.nav .shop_search h1 {
		background: #1160a9;
		color: #fff;
		font-weight: normal;
		font-size: 1.4em;
		text-align: center;
		padding: 18px 0;
		margin-bottom: 30px;
		position: relative;
	}
	.nav .shop_search h1:before {
		content: url(../img/common/img_search_chara01.png);
		position: absolute;
		left: 20px;
		top: 4px;
	}
	.nav .shop_search h1:after {
		content: url(../img/common/img_search_chara02.png);
		position: absolute;
		right: 20px;
		top: 4px;
	}
	.nav .shop_search dl {
		padding-left: 20px;
		margin-bottom: 13px;
	}
		.nav .shop_search dl dt {
			float: left;
			width: 4.5em;
		}
		.nav .shop_search dl dd {
			margin-bottom: 10px;
		}
			.nav .shop_search dl dd select {
				font-size: 1.1em;
			}
			.nav .shop_search dl .kishu {
				width: 220px;
			}
	.nav .shop_search div {
		text-align: center;
	}
	.nav .shop_search div input {
		vertical-align: top;
	}
	.nav .shop_search .off {
		display: none;
	}

.shop_search .searchBtn span,
.shop_search .searchBtn input {
	display: block;
	background: url(../img/common/ico_loupe_white.png) no-repeat 40px 50%;
	background-size: 20px auto;
	width: 190px;
	border: none;
	border-radius: 5px;
	height: 2.6em;
	margin: 0 auto;
	padding: 0.1em 0 0 22px;
	line-height: 2.4em;
	letter-spacing: 1.1em;
	color: #fff;
}
.shop_search .searchBtn span {
	background-color: #b3c2ce;
}
.shop_search .searchBtn input {
	background-color: #1160aa;
	cursor: pointer;
}
.shop_search .searchBtn input[disabled] {
	background-color: #b3c2ce!important;
	opacity: 1;
	cursor: default;
}
	.nav .shop_search .searchBtn {
		padding-bottom: 12px;
	}

.nav .kentei {
	background: #fff;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.04);
}
	.nav .kentei h1 {
		color: #00a1e8;
		font-size: 1.25em;
		font-weight: normal;
		padding: 10px 0 10px 30px;
		position: relative;
	}
	.nav .kentei h1:after {
		content: '';
		width: 16px;
		height: 5px;
		background: #00a1e8;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -2px;
	}
	.nav .kentei p {
		text-align: center;
	}
		.nav .kentei p span {
			display: block;
			padding: 10px 0;
		}

/* アプリ・ゲーム */
.nav .menu .cat3 .child {
	top: 120px;
}
.appli {
	background: #fff;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.04);
	padding: 40px 40px 10px;
}
	.appli ul {
		letter-spacing: -0.4em;
	}
	.appli li {
		width: 32%;
		margin-left: 2%;
		margin-bottom: 30px;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
	}
	.appli li:nth-child(3n+1) {
		margin-left: 0;
	}
		.appli li a {
			text-decoration: none;
			color: #333;
		}
		.appli li a:hover {
			text-decoration: underline;
			color: #00abef;
		}
			.appli li a span {
				display: block;
				background:url(../img/common/arrow1_next_glay.png) 3px center no-repeat;
				background-size: 8px auto;
				padding-left: 20px;
			}

/* ホール機器周辺機器 */
.nav .menu .cat4 .child {
	top: 185px;
}
.hall, .shuhen {
	background: #fff;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.04);
	padding: 30px 40px;
}
.hall {
	margin-bottom: 10px;
}
	.shuhen h3 {
		color: #00a1e8;
		font-size: 1.1em;
		background: url(../img/nav/cat4_ov.png) left center no-repeat;
		padding-left: 50px;
		margin-bottom: 10px;
		background-size: 48px 38px;
	}
	.hall dl, .shuhen li {
		width: 32%;
		margin-left: 2%;
		float: left;
	}
	.shuhen ul {
		letter-spacing: -0.4em;
	}
	.shuhen li {
		float: none;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}
	.hall dl:nth-child(3n+1), .shuhen li:nth-child(3n+1) {
		margin-left: 0;
	}
		.hall dt {
			margin-bottom: 10px;
		}
		.hall dd a, .shuhen li a {
			background:url(../img/common/arrow1_next_glay.png) 3px 3px no-repeat;
			background-size: 8px auto;
			padding-left: 20px;
			text-decoration: none;
			color: #333;
			display: inline-block;
			line-height: 1.2;
			margin: 5px 0;
		}
		.hall dd a:hover, .shuhen li a:hover {
			text-decoration: underline;
			color: #00abef;
		}

@media screen and (max-width: 1300px) {
	.nav .menu .child {
		width: 808px;
		min-width: 808px;
	}
	.pachiLeft {
		width: 416px;
	}
}

@media screen and (max-width: 1019px) {
	.nav {
		display: block;
		position: absolute;
		top: -76px;
		left: 0;
		z-index: 9999;
		margin: 0;
		padding: 0;
		float: none;
		width: 200px;
		height: 100%;
		-ms-transform: translateX(-200px);
		-webkit-transform: translateX(-200px);
		trasform:translateX(-200px);
		-ms-transition:ease .3s;
		-webkit-transition:ease .3s;
		transition:ease .3s;
	}
	.nav.open {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		trasform:translateX(0);
	}
	.siteName {
		height: 76px;
	}
	.siteName a {
		padding: 14px 0;
	}
	.sub .siteName h2 {
		display: none;
	}
	.siteName .menuclose {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		width: 55px;
		height: 50px;
		background: #fff;
		text-align: center;
		border-radius: 0 3px 3px 0;
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		trasform:translateX(0);
		-ms-transition:ease .7s;
		-webkit-transition:ease .7s;
		transition:ease .7s;
	}
	.nav.open .siteName .menuclose {
		-ms-transform: translateX(55px);
		-webkit-transform: translateX(55px);
		trasform:translateX(55px);
	}
		.siteName .menuclose img {
			width: 45px;
			height: auto;
		}
	.nav.sub .siteName .menuclose {
		-ms-transform: translateX(-10px);
		-webkit-transform: translateX(-10px);
		trasform:translateX(-10px);
	}
	.nav .menu {
		padding: 0 10px;
	}
	.nav #jsFontSize,
	.nav .pickUp li:nth-of-type(2) {
		display: none;
	}
	.nav.sub .globalsign {
		display: none;
	}
	.nav .list {
		margin: 0 -10px;
	}
	.nav .menu .child {
		min-width: auto;
		left: 75px;
	}
	.nav .menu .cat2 .child,
	.nav .menu .cat3 .child,
	.nav .menu .cat4 .child {
		top: -10px;
	}
	.nav .menu .child a.catTop {
		background:url(../img/common/arrow1_next_glay.png) 10px center no-repeat #fff;
		padding: 15px 15px 15px 30px;
	}
	
	.nav.sub .category > li > a {
		padding: 0;
		text-indent: -9999px;
		background-position: 16px center;
	}
	.nav.sub .category > li > a br {
		display: none;
	}
	.nav.sub .pickUp,
	.nav.sub .sns {
		display: none;
	}
	
	/* パチスロ */
	.nav.sub .pachiLeft,
	.nav.sub .pachiRight {
		width: 100%;
	}
	.pachiLeft {
		padding: 19px 10px 20px;
	}
	.nav.sub .pachiLeft figure {
		width: 60px;
		margin-right: 5px;
		padding-bottom: 0;
	}
	.nav.sub .pachiLeft figure img {
		width: 100%;
	}
	.nav.sub .pachiLeft .inner {
		overflow: inherit;
	}
	.nav.sub .pachiLeft .inner h1 {
		font-size: 100%;
		margin-top: 18px;
	}
	.nav.sub .pachiLeft p {
		display: none;
	}
	.nav.sub .pachiLeft .btnArea {
		width: 100%;
		padding-bottom: 10px;
		clear: both;
	}
	.nav.sub .pachiLeft .btnArea a {
		font-size: 90%;
		padding-right: 12px;
	}
	.nav.sub .yearIndex li {
		width: 33.3%;
	}
	.yearIndex li a {
		padding-left: 12px;
	}
	
	.nav.sub .shop_search {
		padding-bottom: 0;
	}
		.nav.sub .shop_search h1 {
			padding: 10px 0;
			margin-bottom: 10px;
			font-size: 111%;
		}
		.nav.sub .shop_search h1:before {
			content: none;
		}
		.nav.sub .shop_search h1:after {
			content: none;
		}
	.nav.sub .shop_search img {
		margin-bottom: 8px;
	}
	.nav.sub .shop_search .submit_btn {
		margin-bottom: 8px;
	}
	.nav .shop_search dl {
		padding-left: 10px;
	}
	.nav .shop_search dl .kishu {
		width: 95%;
	}
	.nav.sub .kentei h1 {
		font-size: 111%;
	}
	.nav.sub .kentei p {
		padding-bottom: 10px;
	}
	.nav.sub .kentei p img {
		max-width: 120px;
	}
		.nav.sub .kentei p span {
			display: none;
		}

	/* アプリ・ゲーム */
	.nav.sub .appli {
		padding: 15px 10px;
	}
	.nav.sub .appli li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
		float: left;
		line-height: 1.3;
		font-size: 91%;
	}
	.nav.sub .appli li:nth-child(3n+1) {
		margin-left: 0;
	}
	.nav.sub .appli li:nth-child(2n+1) {
		margin-left: 0;
	}
	.nav.sub .appli li a span {
		background:url(../img/common/arrow1_next_glay.png) 0 0 no-repeat;
		background-size: 8px auto;
		line-height: 1;
		height: 2em;
		margin-top: 5px;
	}
	.nav.sub .appli li:last-child a span {
		height: 1em;
	}

/* ホール機器周辺機器 */
	.hall, .shuhen {
		padding: 5px 10px 15px;
	}
	.hall dl, .shuhen li {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.hall dt {
		margin: 20px 0 0;
	}
	.hall dt img {
		height: 30px;
		margin-bottom: 5px;
		width: auto;
	}
	.hall dd, .shuhen li {
		margin: 5px 0;
	}
}


/* 右サイドバー
------------------------------*/
/*メニュー*/
.sidebar .sideMenu {
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.04);
}
	.sidebar .sideMenu h1 {
		color: #00a1e8;
		font-size: 1.5em;
		font-weight: normal;
		padding: 10px 0 10px 30px;
		position: relative;
	}
	.sidebar .sideMenu h1:after {
		content: '';
		width: 16px;
		height: 5px;
		background: #00a1e8;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -2px;
	}
	.sidebar .sideMenu h1 a {
		color: #00a1e8;
		text-decoration: none;
	}
	
	.sidebar .sideMenu ul {
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #d3d3d3;
	}
		.sidebar .sideMenu li a {
			display: block;
			background:url(../img/common/arrow1_next_glay.png) 40px 11px no-repeat;
			background-size: 6px auto;
			padding: 9px 5px 9px 55px;
			font-size: 84%;
			line-height: 1;
			text-decoration: none;
			color: #333;
		}
		.sidebar .sideMenu li.current a,
		.sidebar .sideMenu li a:hover {
			background:url(../img/common/arrow1_next_white.png) 40px 11px no-repeat #00a1e8;
			background-size: 6px auto;
			color: #fff;
		}
		.sidebar .sideMenu li.year a {
			display: block;
			background:url(../img/common/arrow1_next_glay.png) 25px center no-repeat;
			background-size: 9px auto;
			padding: 11px 5px 9px 45px;
			font-size: 111%;
		}
		.sidebar .sideMenu li.year a:hover {
			background:url(../img/common/arrow1_next_white.png) 25px center no-repeat #00a1e8;
			background-size: 9px auto;
			color: #fff;
		}

/*お知らせ・新着情報*/
.sidebar .news {
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.04);
}
.sidebar .news .news {
	margin-bottom: 0;
}
.sidebar .news h1 {
	color: #00a1e8;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 10px 30px;
	position: relative;
}
.sidebar .news h1 a {
	color: #00a1e8;
	text-decoration: none;
}
.sidebar .news h1:after {
	content: '';
	width: 16px;
	height: 5px;
	background: #00a1e8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.sidebar .news li {
	margin: 0 15px;
	border-top: 1px solid #d3d3d3;
}
	.sidebar .news li a {
		width: 100%;
		overflow: hidden;
		padding: 10px 0;
		display: block;
		text-decoration: none;
		color: #333;
		position: relative;
		text-align: left;
	}
		.sidebar .news li figure {
			float: left;
			margin-right: 12px;
			width: 100px;
			height: 100px;
			overflow: hidden;
		}
		.sidebar .news li figure img {
			max-width: 100px;
			}
		.sidebar .news li time {
			position: absolute;
			right: 0;
			top: 11px;
			font-size: 0.85em;
			color: #9e9999;
		}
		.sidebar .news li .ico {
			display: inline-block;
			color: #fff;
			font-size: 0.8em;
			padding: 1px 10px;
		}
		.sidebar .news .iNews, .sidebar .news .news {background-color: #d83f36;}
		.sidebar .news .iPachi, .sidebar .news .slot {background-color: #21a2e4;}
		.sidebar .news .iMob, .sidebar .news .mobile {background-color: #25b752;}
		.sidebar .news .iFan, .sidebar .news .fun {background-color: #f27f28;}
		.sidebar .news li p {
			overflow: hidden;
			margin-top: 5px;
		}
			
/*トピックス*/
.sidebar .topics {
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.04);
}
.sidebar .topics h1 {
	color: #00a1e8;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 10px 30px;
	position: relative;
}
.sidebar .topics h1:after {
	content: '';
	width: 16px;
	height: 5px;
	background: #00a1e8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.sidebar .topics h1 a {
	color: #00a1e8;
	text-decoration: none;
}

.sidebar .topics li {
	margin: 0 15px;
	border-top: 1px solid #d3d3d3;
}
	.sidebar .topics li a {
		display: block;
		padding: 8px;
		color: #3e3e3f;
		text-decoration: none;
	}
		.sidebar .topics li a:hover p {
			text-decoration: underline;
		}
		.sidebar .topics li a time {
			font-size: 0.9em;
			color: #9e9999;
			vertical-align: middle;
		}
		.sidebar .topics li a .ico {
			display: inline-block;
			font-size: 0.8em;
			padding: 0 10px;
			margin-left: 7px;
			color: #fff;
		}
		.sidebar .topics li a .ico.news, .sidebar .topics li a .ico.news {background-color: #d83f36;}
		.sidebar .topics li a .ico.pachi, .sidebar .topics li a .ico.slot {background: #21a1e4;}
		.sidebar .topics li a .ico.mob, .sidebar .topics li a .ico.mobile {background: #25b752;}
		.sidebar .topics li a .ico.fun, .sidebar .topics li a .ico.fan {background: #f17f28;}

.side .topics,
.side .movie_channel,
.side .shop_search,
.main .shop_search {
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.04);
}
.side .movie_channel {
	padding-bottom: 18px;
}

.side .topics h1,
.side .movie_channel h1 {
	color: #00a1e8;
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0 10px 30px;
	position: relative;
}
.side .topics h1:after,
.side .movie_channel h1:after {
	content: '';
	width: 16px;
	height: 5px;
	background: #00a1e8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.side .topics li {
	margin: 0 15px;
	border-top: 1px solid #d3d3d3;
}
	.side .topics li a {
		display: block;
		padding: 8px;
		color: #3e3e3f;
		text-decoration: none;
	}
		.side .topics li a:hover p {
			text-decoration: underline;
		}
		.side .topics li a time {
			font-size: 0.9em;
			color: #9e9999;
		}
		.side .topics li a .ico {
			display: inline-block;
			vertical-align: middle;
			line-height: 1;
			font-size: 0.9em;
			padding: 3px 10px 1px;
			margin-left: 7px;
			color: #fff;
		}
		.side .topics li a .ico.news, .side .topics li a .ico.news {background-color: #d83f36;}
		.side .topics li a .ico.pachi, .side .topics li a .ico.slot {background: #21a1e4;}
		.side .topics li a .ico.mob, .side .topics li a .ico.mobile {background: #25b752;}
		.side .topics li a .ico.fun, .side .topics li a .ico.fan {background: #f17f28;}
		
.side .movie_channel div {
	text-align: center;
	max-width: 325px;
	margin: 0 auto;
}
	.side .movie_channel iframe {
		border-radius: 5px;
		overflow: hidden;
	}
.side .movie_channel .movie > div > div {
	position: relative;
	margin-top: 10px!important;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_channel .movie > div > div:first-child {
	margin-top: 0!important;
}
.movie_channel iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.side .shop_search,
.main .shop_search {
	padding-bottom: 15px;
}
	.side .shop_search h1,
	.main .shop_search h1 {
		background: #1160a9;
		color: #fff;
		font-weight: normal;
		font-size: 1.4em;
		text-align: center;
		padding: 18px 0;
		margin-bottom: 30px;
		position: relative;
	}
	.side .shop_search h1:before,
	.main .shop_search h1:before {
		content: url(../img/common/img_search_chara01.png);
		position: absolute;
		left: 1%;
		top: 4px;
	}
	.side .shop_search h1:after,
	.main .shop_search h1:after {
		content: url(../img/common/img_search_chara02.png);
		position: absolute;
		right: 1%;
		top: 4px;
	}
	.side .shop_search dl,
	.main .shop_search dl {
		padding-left: 20px;
		margin-bottom: 10px;
	}
		.side .shop_search dl dt,
		.main .shop_search dl dt {
			float: left;
			width: 4.5em;
		}
		.side .shop_search dl dd,
		.main .shop_search dl dd {
			margin-bottom: 10px;
		}
			.side .shop_search dl dd select,
			.main .shop_search dl dd select {
				font-size: 1.1em;
			}
			.side .shop_search dl .kishu,
			.main .shop_search dl .kishu {
				width: 220px;
			}
			.main .shop_search dl .kishu {
				width: 75%;
			}
	.side .shop_search div input,
	.main .shop_search div input {
		vertical-align: top;
	}
	.side .shop_search .off,
	.main .shop_search .off {
		display: none;
	}

@media screen and (max-width: 1419px) {
	.main .shop_search dl .kishu {
		width: 60%;
	}
}

@media screen and (max-width: 1298px) {
	.main .shop_search dl .kishu {
		width: 80%;
	}
}

@media screen and (max-width: 1019px) {
	.side .shop_search h1:before,
	.main .shop_search h1:before {
		left: 4px;
	}
	.side .shop_search h1:after,
	.main .shop_search h1:after {
		right: 4px;
	}

	.side .movie_channel {
		padding-bottom: 10px;
	}
	.side .movie_channel > div {
		padding: 0 10px;
	}
}

@media screen and (max-width: 419px) {
	.main .shop_search dl .kishu {
		width: 70%;
	}
}

/* セクション
------------------------------*/
.article,
.preArticle,
.sidebar .newsIndex,
.sidebar .pickup li {
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	margin: 0 0 10px;
}
.article {
	padding: 30px;
}
.content .article,
.content .articleBlock__content__wide {
	padding-bottom: 80px;
}

/* レイアウト
------------------------------*/
.table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.table .cell {
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 1019px) {
.jsTile {
	height: auto!important;
}
}

/* 見出し
------------------------------*/
/*
section h2 {
	background: #01529e url(../img/common/bg_star.png) no-repeat 100% 0;
	background-size: contain;
	margin: 0 -35px 35px;
	padding: 8px 13px;
	line-height: 1.3;
	font-size: 130%;
	color: #fff;
}
*/

.pageTitle h1 {
	background: #00a1e9;
	padding: 0 27px 0 30px;
}
.pageTitle h1 .image {
	display: block;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 23px 0;
	line-height: 1.3;
	font-size: 180%;
	color: #fff;
}
@media screen and (max-width: 1019px) {
	.pageTitle h1 {
		margin: 0 -10px;
		padding: 0;
	}
	.pageTitle h1 .image {
		font-size: 139%;
		padding: 10px 15px;
	}
}

.hasSubTitle h1 .image {
	padding: 12px 0 11px;
}
.pageTitle h1 .sub {
	display: block;
	margin: 0 0 5px;
	font-size: 55%;
}

.sectionTitle h3,
.articleBody h2 {
	position: relative;
	margin: -5px 0 30px;
	font-size: 190%;
	line-height: 1.4;
	color: #01529e;
}
.sectionTitle h3:before,
.articleBody h2:before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: -30px;
	background: #01529e;
	width: 19px;
	height: 8px;
}

.topicPath ol,
.breadcrumb {
	padding: 12px 0;
	letter-spacing: -0.5em;
	line-height: 1.3;
}
.topicPath li,
.breadcrumb li {
	display: inline;
	vertical-align: baseline;
	letter-spacing: normal;
	font-size: 85%;
}
.topicPath li:before,
.breadcrumb li:before {
	position: relative;
	top: -0.1em;
	content: "＞";
	padding: 0 8px;
	font-size: 80%;
	color: #888;
}
.topicPath li:first-child:before,
.breadcrumb li:first-child:before {
	content: normal;
}
	.topicPath a,
	.breadcrumb a {
		text-decoration: none;
	}

.textBlue {
	color: #1f529e;
}
.textRed {
	color: #d32c25;
}

/* ボタン
------------------------------*/
.buttonBack,
.buttonNext,
.buttonDelete
{
	padding: 30px 0 0;
	text-align: center;
}
.form-control-btn {
	text-align: center;
}
.buttonBack a,
.buttonNext a,
.buttonNext input,
.buttonDelete a,
.sidebar .newsIndex .button a,
.form-control-btn .btn
{
	display: inline-block;
	position: relative;
	background: #01529e;
	border: none;
	border-radius: 3px;
	min-width: 250px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.form-control-btn .btn {
	line-height: 1.6;
	font-size: 14px;
}
.buttonBack a,
.form-control-btn input.btn.btn-back,
.form-control-btn .btn.btn-back
{
	background: #818181;
}
#mainContactform .form-control-btn .btn.btn-back span {
	color: #fff;
}
.buttonNext [disabled] {
	background-color: #b4c2cf;
}
.buttonNext [disabled]:hover {
	opacity: 1;
	cursor: default;
}
.buttonNext input,
.form-control-btn .btn.btn-success {
	background-image: url(../img/common/arrow1_next_white.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.form-control-btn .btn.btn-back {
	background-image: url(../img/common/arrow1_prev_white.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
.buttonDelete a {
	background: #c25447;
}

.sidebar .newsIndex .button a {
	display: block;
}
.sidebar .newsIndex .button a:after,
.buttonNext a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	background: url(../img/common/arrow1_next_white.png) no-repeat 0 0;
	width: 9px;
	height: 12px;
	margin-top: -6px;
}

.menuTab ul,
.downloadTab ul {
	overflow: hidden;
	margin: 0 -5px 28px;
}
.menuTab li,
.downloadTab li {
	float: left;
	border: 5px solid #fff;
	min-width: 150px;
}
.menuTab a,
.downloadTab a {
	display: block;
	background: #9e9fa0;
	border: 2px solid #9e9fa0;
	border-radius: 3px;
	padding: 1px 0 0;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.menuTab a:hover,
.menuTab .current a,
.downloadTab a:hover,
.downloadTab .current a {
	background: #fff;
	border-color: #469fe0;
	opacity: 1;
	color: #469fe0;
}

.pagination ol {
	overflow: hidden;
	letter-spacing: -0.5em;
	margin: 0 -5px;
	padding: 20px 0 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
	border: 7px solid #fff;
	letter-spacing: normal;
}
.pagination a {
	display: block;
	background: #c9c9c9;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #333;
}
.pagination .current a,
.pagination .prev a,
.pagination .next a,
.pagination a:hover {
	background: #469fe0;
	opacity: 1;
	color: #fff;
}
.pagination .disabled a {
	background: #ccdff2;
	color: #fff;
}
.pagination .prev a:hover,
.pagination .next a:hover {
	opacity: 0.7;
}
.pagination .disabled a:hover {
	opacity: 1;
}