@charset "UTF-8";

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #3c3c3c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust:none;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: left;
}

.modify {
	width: 136px;
	height: 44px;
}

img,table {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

address,em,cite {
	font-style: normal;
}

.none {
	display:none;
}

article, aside, footer, header, menu, nav, section { display: block; font-size: 100%; }

/* 基本テキストリンク ------------------------------ */

a {
	text-decoration: none;
}

a:link {
	color: #3c3c3c;
	text-decoration: none;
}
a:visited {
	color: #3c3c3c;
	text-decoration: none;
}
a:hover {
	color: #3c3c3c;
	text-decoration: underline;
}
a:active {
	color: #3c3c3c;
	text-decoration: underline;
}

.imgOver a:hover img,
.imgOver input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* --------------------------------------------------------------------------------------
プライバシーCookie処理
--------------------------------------------------------------------------------------- */

.pvp_ck_area {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
/*padding: 70px 0;*/
padding: 20px 0;
background: rgba(255,255,255,0.8);
text-align: center;
z-index: 99999;
}

.pvp_ck_area .close a{
position: absolute;
right: 20px;
top: 20px;
display: block;
width: 30px;
height: 30px;
border: 1px #666666 solid;
background: #fff;
font-size: 16px;
line-height: 30px;
color: #000;
text-decoration: none;
}

.pvp_ck_area .close a:hover{
display: block;
color: #000;
text-decoration: none;
}

.pvp_ck_area .link{
font-size: 40px;
}

.pvp_ck_area .link a{
color: blue;
text-decoration: underline;
}

.pvp_ck_area .link a:hover{
color: blue;
text-decoration: none;
}

/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: .1em;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */
#header {
	margin:0 auto;
}

#header .logo {
	float:left;
	margin:13px 0 14px 14px;
	position: relative;
}

#header .orange_logo {
	float:left;
	margin:13px 0 14px 14px;
	position: relative;
}

#header .orange_logo a img {
	height: 70px;
}

/*#header .logo:after {
    content: "";
    display: block;
    position: absolute;
    width: 191px;
    height: 54px;
    background: url(../img/common/50th_logo.png) no-repeat center center;
    left: 197px;
    top: -3px;
}*/

#header ul {
	position:relative;
	float:right;
	width:554px;
	margin:0 14px 0 0;
}

#header ul li {
	float:left;
	margin:10px 0;
	border-left:1px solid #dcdcdc;
}

#header ul li.login01 ,
#header ul li.login02 {
	padding:0 0 4px 14px;
}

#header ul li.login02 {
	border-left:none;
}

#header ul li.member {
	position:absolute;
	top:67px;
	left:311px;
	margin:0;
	border-left:none;
  z-index: 5;
}

.special {
	min-width: 980px;
	padding: 23px 0 18px;
	background: #f0f0f0 url(../img/common/special_bg01.png) repeat-x left bottom;
	text-align: center;
}

.special p {
	width: 960px;
	margin: 0 auto 10px;
	line-height: 1.56;
	font-size: 133%;
	color: #373737;
}
.special p:last-child {
	margin: 0 auto;
}

.special .link {
	font-size: 117%;
}

.special .link a {
	padding: 0 0 0 18px;
	background: url(../img/common/nav_ico_top_03.png) no-repeat left center;
	color: #718cc7;
}

.special .sp_only {
  display:none;
}


/* --------------------------------------------------------------------------------------
 ヘッダー JFJ
--------------------------------------------------------------------------------------- */
#header.hd_jfj {
	width: 100%;
min-width: 980px;
max-width: 1600px;
 border-bottom: none;
 text-align: right;
}

#header.hd_jfj ul {
    float: none;
width: auto;
		display: inline-block;
		vertical-align: top;
}
#header.hd_jfj ul li {
    float: left;
    margin: 13px 0 0 0;
    border-left: none;

}
#header.hd_jfj ul.link_list {
margin: 8px 0 0;
}
#header.hd_jfj ul.link_list li {
border-left: 1px solid #dcdcdc;
}
#header.hd_jfj ul.link_list li:last-child {
border-right: 1px solid #dcdcdc;
}
#header.hd_jfj ul.link_list.login li:last-child {
border-right: none;
}
#header.hd_jfj ul.link_list li img {
    display: none;
}

#header.hd_jfj ul.link_list li:nth-child(1) a{
    display: block;
    width: 104px;
    height: 50px;
    background: url(/JFJ/img/common/header_img_01.png) no-repeat 0 0;

}
#header.hd_jfj ul.link_list li:nth-child(2) a{
    display: block;
    width: 104px;
    height: 50px;
    background: url(/JFJ/img/common/header_img_02.png) no-repeat 0 0;

}
#header.hd_jfj ul.link_list li:nth-child(3) img{
    display: block;
}
#header.hd_jfj ul li.login03 {
float: right;
margin: 0px 10px 10px;
    border-left: 1px solid #dcdcdc;
}

#header.hd_jfj  ul li.member02 {

    position: absolute;
    top: 65px;
    left: 60px;
    margin: 0;
    border-left: none;
    z-index: 5;

}

#header.hd_jfj ul li.member03 {

    position: absolute;
    top: 65px;
    left: 157px;
    margin: 0;
    padding: 0 18px 0 16px;
    border-left: none;
    border-radius: 8px;
    background: #ebebeb;
    z-index: 5;

}
#header.hd_jfj ul li.member {

    position: absolute;
    top: 67px;
    left: 22px;
    margin: 0;
    border-left: none;
    z-index: 5;

}



/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */
#footer.ft_jfj {
  border-top: 1px solid #dcdcdc;
}

.footer01 {
  min-width: 980px;
	min-height:238px;
  background: #f0f0f0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.footer01 .inner {
	max-width:1176px;
	margin:0 auto;
}

.footer01 p a,
.footer01 li a {
	padding:0 0 0 10px;
	background:url(/img/common/common_ico_05.png) no-repeat left;
	background-size:4px 9px;
}

.footer01 .ctLeft {
	float:left;
	width:179px;
	margin:0 0 0 14px;
}

.footer01 .ctLeft .logo {
	margin:42px 0 38px;
}

.footer01 .ctLeft .logo a {
	padding:0;
	background:none;
}

.footer01 .ctLeft .jfj_logo_area {
margin: 20px 0;
border-radius: 12px;
background: #fff;
text-align: center;
}

.footer01 .ctLeft .jfj_logo_area p a {
display: block;
padding: 8px 0;
background: none;
}

.footer01 .ctLeft .jfj_logo_area p a span {
display: block;
margin: 0 0 4px;
}

.footer01 .ctLeft .orange_logo_area {
margin: 20px 0;
border-radius: 12px;
background: #fff;
text-align: center;
}

.footer01 .ctLeft .orange_logo_area p a {
display: block;
padding: 8px 0;
background: none;
}

.footer01 .ctLeft .orange_logo_area p a span {
display: block;
margin: 0 0 4px;
}

.footer01 .ctRight {
	margin:0 0 0 294px;
}

.footer01 .ctRight ul {
	float:left;
	width: 30%;
	max-width:280px;
	margin:42px 0 0 14px;
}

.footer01 .ctRight ul li {
	margin:0 0 10px;
}

.footer01 .ctRight ul li.mb {
	margin:0 0 36px;
}

.footer02 {
	/*max-width:1176px;*/
	margin:0 auto 15px;
}

.footer02 ul {
	margin:0 0 0 7px;
	min-width: 960px;
	text-align: center;
}

.footer02 ul li {
float: none;
	display: inline-block;
	margin:20px 0 0 7px;
}

.footer02 ul li.txt {
	margin:20px 23px 0 7px;
	padding:0 30px 0 0;
	border-right:1px solid #dcdcdc;
}
.footer02 ul li.txt p {
	padding:0 0 5px 1em;
  text-indent: -1em;
}

.footer02 ul li p {
  margin-left: 7px;
	padding:0 0 0;
	font-size:84%;
	line-height:130%;
}

.footer02 ul li p span {
	font-size:120%;
	display: block;
	margin-bottom: 5px;
}
.footer02 ul .bnr-jasrac{
	display: table;
	margin-left: 14px;
	border-left:1px solid #dcdcdc;
	padding-left: 14px;
	width: 200px;

}
.footer02 ul .bnr-jasrac-img{
	display: table-cell;
	vertical-align: top;
	width: 44px;
	height: 44px;
	line-height: 44px;
}
.footer02 ul .bnr-jasrac-txt{
	display: table-cell;
	vertical-align: top;
	padding-left: 7px;
}
/*@media screen and (max-width: 1050px) {
	.footer02 ul li.bnr-small {
	}
	.footer02 ul li img{
		width: auto;
		height: 38px;
	}
	.footer02 ul .bnr-jasrac-img{
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	.footer02 ul li p {
		line-height:120%;
	}
	.footer02 ul li p span {
		font-size:11px;
		display: block;
		margin-bottom: 2px;
	}
	.footer02 ul .bnr-jasrac-txt{
		padding-left: 3px;
	}
}*/


.footer03 {
  min-width: 980px;
	border-top:1px solid #dcdcdc;
}

.footer03 .inner {
	max-width:1176px;
	margin:0 auto;
}

.footer03 .text,
.footer03 .textL {
  float: left;
  width: 436px;
	margin:17px 0 17px 14px;
  font-size: 84%;
  line-height: 1.4;
}
.footer03 .textL {
  width: 530px;
}

.footer03 .copy {
	float:left;
	margin:17px 0 7px 14px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

.footer03 ul {
	float:right;
	margin:0 14px 0 0;
}

.footer03 ul li {
	float:left;
	margin:12.5px 0 12.5px 27px;
	font-size:92%;
}

.footer03 ul li a {
	padding:0 0 0 15px;
	background:url(/img/common/common_ico_04.png) no-repeat left center;
	background-size:9px 9px;
}
.footer03 .caution-txt{
	margin:14px 14px 14px 14px;
}
.footer03 .caution-txt p{
	font-size: 12px;
}

.pachislo84{
	text-align: center;
	margin-top: 20px;
	min-width: 960px;
}

.pachislo84 a:hover{
	opacity: 0.8;
}

/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

.pageArea {
  max-width: 1600px;
  min-width: 980px;
  width: auto !important;
}

.main {
  position: relative;
	min-width:980px;
	margin:0 auto;
	background:url(/img/common/title_bg_02.png) repeat-x center top;
  overflow: hidden;
}
/* title color */
.news {
	background:url(/img/common/title_bg_news.png) repeat-x center top;
}
.register {
	background:url(/img/common/title_bg_register.png) repeat-x center top;
}
.store {
	background:url(/img/common/title_bg_store.png) repeat-x center top;
}
.loginPage01 {
	background:url(/img/common/title_bg_register.png) repeat-x center top;
}
.loginPage02{
	background:url(/img/common/title_bg_login_02.png) repeat-x center top;
}
.loggedIn02 {
	background:url(/img/common/title_bg_login_02.png) repeat-x center top !important;
}

.main .title {
  position: relative;
	width:1176px;
	margin:0 auto;
}
.main .title:after {
  content:'';
  display: block;
  position: absolute;
  top: 0;
  right: -42px;
  width: 370px;
  height: 20px;
	background:url(/img/common/title_bg_01.png) no-repeat left top;
}
.loginPage01 .title:after ,
.loginPage02 .title:after {
	content: none;
}

.main .title span {
	display:block;
  margin-left: 14px;
	padding:15px 0 15px 34px;
	background:url(/img/common/common_ico_01.png) no-repeat left center;
}

.location {
	background:url(/img/common/common_bg_01.png) repeat-x center top;
}

.location ul {
	width:1176px;
	margin:0 auto;
	padding:6px 0;
	font-size:92%;
}

.location ul li {
	float:left;
	margin:0 8px 0 0;
	padding:0 0 0 14px;
	background:url(/img/common/common_ico_05.png) no-repeat left center;
	background-size:4px 7px;
}

.cf_location {
	background:none;
	border-top:1px solid #dcdcdc;
}

.cf_location ul {
	padding:13px 0;
}

.location ul li:first-child {
  padding-left: 20px;
	background:none;
}

.cf_location ul li:first-child {
  padding-left: 16px;
	background:none;
}

.main .ctArea {
  position: relative;
	margin:0 auto;
	border-right:1px solid #dcdcdc;
  box-sizing: border-box;
	background:url(/img/common/common_bg_02.png) repeat-y right top;
}
.loginPage01 .ctArea ,
.loginPage02 .ctArea {
	border: none;
	background: none;
}

.main .ctArea .pagetop {
	position:absolute;
	right:42px;
	bottom:0;
}


/* ctRight ------------------------------ */
.main .ctRight {
	position:relative;
	float:right;
	width:280px;
  padding:0 0 50px;
}

.main .ctRight ul {
}

.main .ctRight ul li {
	border-bottom:1px solid #dcdcdc;
}

.main .ctRight ul li a {
	display:block;
	padding:14px 73px 14px 14px;
	background:url(/img/common/common_ico_05.png) no-repeat 258px center;
}

.main .ctRight ul li.how a {
	padding:14px;
	background:none;
}

.main .ctRight .lnav {
  margin: 0 14px -1px;
	border-bottom:1px solid #dcdcdc;
  overflow: hidden;
}
.main .ctRight .lnav dt {
	padding:35px 0 32px 56px;
	background:url(/img/common/side_ico_lineup.png) no-repeat left top;
}
.loggedIn02 .ctRight .lnav dt {
	padding:19px 0 32px 56px !important;
	background:url(/img/common/side_ico_lineup02.png) no-repeat left top !important;
}
.logined_pty_bar .ctRight .lnav dt {
	padding:19px 0 32px 56px !important;
	background:url(/img/common/side_ico_lineup02.png) no-repeat left top !important;
}

/* nav title icon */
.main .ctRight .newsNav dt {
	background:url(/img/common/side_ico_news.png) no-repeat left top;
}
.main .ctRight .registerNav dt {
	background:url(/img/common/side_ico_register.png) no-repeat left top;
}

.main .ctRight .lnav ul {
	margin:0 0 -1px;
	overflow:hidden;
}
.main .ctRight .lnav ul li {
	border-bottom:none;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}
.main .ctRight .lnav ul li:last-child {
	border-bottom:none;
}

.main .ctRight .lnav ul li a {
	padding:19px 0 19px 55px;
	background:url(/img/common/nav_ico_products.png) no-repeat 14px center;
	line-height: 1.35;
	font-size:117%;
}
.loggedIn02 .ctRight .lnav ul li a {
	background:url(/img/common/nav_ico_products02.png) no-repeat 14px center !important;
}
.loggedIn02 .ctRight .lnav ul li:first-child a {
	padding:10px 0 10px 55px;
}
.main .ctRight .lnav ul li.act {
	background:#f2f8fd url(/img/common/side_bg_01.png) repeat-x center bottom;
}
.loggedIn02 .ctRight .lnav ul li.act {
	background:#feecf0 url(/img/common/side_bg_01.png) repeat-x center bottom !important;
}
.main .ctRight .lnav ul li.act a {
	color:#0078d2;
	font-weight:bold;
}
.loggedIn02 .ctRight .lnav ul li.act a {
	color:#f54169 !important;
}

.logined_pty_bar .ctRight .lnav ul li a {
	background:url(/img/common/nav_ico_products02.png) no-repeat 14px center !important;
}
.logined_pty_bar .ctRight .lnav ul li:first-child a {
	padding:10px 0 10px 55px;
}
.main .ctRight .lnav ul li.act {
	background:#f2f8fd url(/img/common/side_bg_01.png) repeat-x center bottom;
}
.logined_pty_bar .ctRight .lnav ul li.act {
	background:#feecf0 url(/img/common/side_bg_01.png) repeat-x center bottom !important;
}
.main .ctRight .lnav ul li.act a {
	color:#0078d2;
	font-weight:bold;
}
.logined_pty_bar .ctRight .lnav ul li.act a {
	color:#f54169 !important;
}
.volume .ctRight ul li.act a {
	background:#fdebeb url(/img/common/common_ico_12.png) no-repeat 258px center;
}
.weight .ctRight ul li.act a {
	background:#ecd6ff url(/img/common/common_ico_32.png) no-repeat 258px center;
}

/* nav link color  */
.main .ctRight .newsNav ul li a {
	background:url(/img/common/nav_ico_news.png) no-repeat 14px center;
}
.main .ctRight .newsNav ul li.act {
	background:#ecf9fe url(/img/common/side_bg_01.png) repeat-x center bottom;
}
.weight .ctRight ul li.act a {
	background:#ecd6ff url(/img/common/common_ico_32.png) no-repeat 258px center;
}

.main .ctRight .newsNav ul li.act a {
	color:#41c3f5;
}
.main .ctRight .registerNav ul li a {
	padding:18px 0 18px 55px;
	background:url(/img/common/common_ico_03.png) no-repeat 14px center;
	font-size:117%;
}
.main .ctRight .registerNav ul li.act {
	background:#e5f5fb url(/img/common/side_bg_01.png) repeat-x center bottom;
}
.main .ctRight .registerNav ul li.act a {
	color:#009bdc;
}
.store .ctRight ul li.act a {
	background:#fdebeb url(/img/common/common_ico_12.png) no-repeat 258px center;
}

.main .ctRight .sideInput {
	padding: 27px 14px 29px 15px;
	border-bottom: 1px solid #dcdcdc;
}

.main .ctRight .sideInput dt {
	margin: 0 0 16px;
}

.main .ctRight .sideInput .input {
	margin: 0 0 15px;
}

.main .ctRight .sideInput .err p {
	margin: 4px 0 0;
	font-size: 117%;
	color: #eb3c3c;
	font-weight: bold;
}

.main .ctRight .sideInput .inputTxt {
	width:100%;
	padding:9.5px 20px;
	font-size:117%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	background:#fafafa;
	box-sizing:border-box;
}
.main .ctRight .sideInput .input.err .inputTxt {
	border: 1px #eb7878 solid;
	background: #faf0f5;
}

.main .ctRight .sideInput .inputSelect {
	margin: 22px 0 0;
  text-align: center;
}
.main .ctRight .sideInput .inputSelect .jqTransformSelectWrapper {
  min-height: 28px;
	margin: 0 auto;
}

.main .ctRight .sideInput .inputSelect select {
  width: 102px;
}

.main .ctRight .sideInput .inputSelect ul li a {
	padding: 5px;
}

.main .ctRight .sideInput .btn {
	margin: 28px 0 0;
	text-align: center;
}

.main .ctRight .sideInput .btn input {
	width: 140px;
	margin: 0 auto;
	min-height: 27px;
	color: #ffffff;
	font-size: 117%;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	background: #f54169 url(/img/common/common_ico_08.png) no-repeat 10px center;
	background-size: 9px;
	cursor: pointer;
}

.main .ctRight .sideLink {
	padding: 14px;
	border-top: none;
	border-bottom: 1px solid #dcdcdc;
}

.main .ctRight .sideLink li {
	padding: 10px 0 11px;
	border: none;
}

.main .ctRight .sideLink li a {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(../img/common/common_ico_21.png) no-repeat left 4px;
}

.main .ctRight .rank {
  margin-top: 38px;
}
.main .ctRight .rank dt {
	padding:0 14px 0 14px;
}
.main .ctRight .rank dd {
  margin-top: 21px;
}
.main .ctRight .rank ul {
	margin:0 0 -1px;
	border-top:1px solid #dcdcdc;
	overflow:hidden;
}

.main .ctRight .rank li {
	margin:0 14px;
	border-bottom:none;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.main .ctRight .rank li a {
  padding: 0 0 0 56px;
}
.main .ctRight .rank li a span {
  display: table-cell;
  width: 100%;
  height: 60px;
  padding: 5px;
  vertical-align: middle;
}

.main .ctRight .rank li.rank01 a {
	background:url(/img/common/side_ico_rank01.png) no-repeat left center;
}
.main .ctRight .rank li.rank02 a {
	background:url(/img/common/side_ico_rank02.png) no-repeat left center;
}
.main .ctRight .rank li.rank03 a {
	background:url(/img/common/side_ico_rank03.png) no-repeat left center;
}
.main .ctRight .rank li.rank04 a {
	background:url(/img/common/side_ico_rank04.png) no-repeat left center;
}
.main .ctRight .rank li.rank05 a {
	background:url(/img/common/side_ico_rank05.png) no-repeat left center;
}

.main .ctRight .date {
	margin:0 14px;
  padding-top: 12px;
	font-size:92%;
	text-align:right;
	border-top:1px solid #dcdcdc;
}

/* ctLeft ------------------------------ */
.main .ctLeft {
	padding:0 28px 0 14px;
  overflow: hidden;
}

.main .ctLeft .listTitle01 {
	width:151px;
	min-height:42px;
	margin:42px auto 14px;
	padding:20px 0 0;
	background:url(/img/common/list_title_products.png) no-repeat center top;
	color:#ffffff;
	font-family: AvenirNext, Arial, Helvetica, sans-serif;
	font-size:217%;
	font-weight:bold;
	text-align:center;
}
.loggedIn02 .ctLeft .listTitle01 {
	background:url(/img/common/list_title_products02.png) no-repeat center top !important;
}

.main .ctLeft .listTitle01 span {
	font-size:62%;
}

/* lineupList */
.main .ctLeft .lineupList {
	margin:0 0 42px;
}
.main .ctLeft .lineupList ul {
	margin:0 0 0 -3.91%;
}

.main .ctLeft .lineupList ul li {
	position:relative;
	float:left;
/*	max-width:264px;*/
  width: 29.26%;
	margin:0 0 3.76% 3.76%;
	border:1px solid #dcdcdc;
	border-radius:10px;
	overflow:hidden;
  text-align: center;
}

.main .ctLeft .lineupList ul li .img a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.main .ctLeft .lineupList ul li.pachinko .img a:before {	content: url(../img/products/lineup_bg_01.png);}
.main .ctLeft .lineupList ul li.pachislo .img a:before {	content: url(../img/products/lineup_bg_02.png);}
.main .ctLeft .lineupList ul li.android .img a:before {	content: url(../img/app/app_bg_01.png);}
.main .ctLeft .lineupList ul li.ios .img a:before {	content: url(../img/app/app_bg_02.png);}
.main .ctLeft .lineupList ul li.both .img a:before {	content: url(../img/app/app_bg_03.png);}

.main .ctLeft .lineupList ul li.pachinko.jfj_ico .img a:before {	content: url(../img/products/lineup_bg_01_jfj.png);}
.main .ctLeft .lineupList ul li.pachislo.jfj_ico .img a:before {	content: url(../img/products/lineup_bg_02_jfj.png);}

.main .ctLeft .lineupList ul li.pachinko.orange_ico .img a:before {	content: url(../img/products/lineup_bg_01_orange.png);}
.main .ctLeft .lineupList ul li.pachislo.orange_ico .img a:before {	content: url(../img/products/lineup_bg_02_orange.png);}

.main .ctLeft .lineupList ul li .img a:after {
	position: absolute;
	top: 0;
	right: 0;
}
.main .ctLeft .lineupList ul li.spec .img a:after {	content: url(../img/products/lineup_bg_03.png);}

.main .ctLeft .lineupList ul li img {
  width: 100%;
}

.main .ctLeft .lineupList ul li .name {
	height:40px;
	margin:15px 13px 16px;
  text-align: left;
	font-size:117%;
	line-height:136%;
  overflow: hidden;
}

.main .ctLeft .lineupList ul li .copyright {
	margin:13px 13px 0 13px;
	text-align: left;
	font-size:10px;
	line-height:1.35;
	color: #b4b4b4;
	font-family: Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	min-height:28px;
}


.main .ctLeft .lineupList ul li .btn {
	margin:0 13px 14px;
}

.main .ctLeft .lineupList ul li .btn p {
  width: 100%;
	text-align:center;
}

.main .ctLeft .lineupList ul li .btn p.machine_lineup {
  width: 49.15%;
	text-align:center;
}

.main .ctLeft .lineupList ul li .btn p a {
	display:block;
	width:100%;
	padding:3.5px 0;
	color:#ffffff;
	border-radius:3px;
	background:#0078d2 url(/img/common/common_ico_08.png) no-repeat 8px center;
	background-size:9px 9px;
}
.loggedIn02 .ctLeft .lineupList ul li .btn p a {
	background:#f54169 url(/img/common/common_ico_08.png) no-repeat 8px center;
}

.main .ctLeft .lineupList ul li .btn .btn01 {
	float:left;
}

.main .ctLeft .lineupList ul li .btn .btn02 {
	float:right;
}

.main .ctLeft .lineupList ul li .btn .btn02 a {
	background:#59b7b7 url(/img/common/common_ico_08.png) no-repeat 8px center;
	background-size:9px 9px;
}

.main .ctLeft .lineupList ul li.pachislo .btn .btn02 a {
	border-radius:3px;
	background:#fa73c8 url(/img/common/common_ico_08.png) no-repeat 8px center;
	background-size:9px 9px;
}

/* form parts */
.main .ctLeft .inputTxt {
	width:100%;
	padding:9.5px 20px;
	font-size:117%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	background:#fafafa;
	box-sizing:border-box;
}
.main .ctLeft .inputRadio input {
  margin-right: 5px;
  vertical-align: middle;
}
.main .ctLeft .inputCheck {
  display: inline-block;
}
.main .ctLeft .inputCheck input {
  margin-right: 5px;
  vertical-align: middle;
}

.jqTransformRadioWrapper {
  display:block;
  float: left;
  margin-right: 8px;
}
.jqTransformRadio {
	background: url(/img/common/common_ico_10.png) no-repeat left center;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}
.jqTransformRadioWrapper a.jqTransformChecked {
	background: url(/img/common/common_ico_10_on.png) no-repeat left center;
}

span.jqTransformCheckboxWrapper{
	display:block;
  float:left;
  margin-right: 8px;
}
a.jqTransformCheckbox {
	background: url(/img/common/common_ico_17.png) no-repeat left center;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}
.jqTransformCheckboxWrapper a.jqTransformChecked {
	background: url(/img/common/common_ico_17_on.png) no-repeat left center;
}

.main .ctLeft select {
	font-size:100%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	box-sizing:border-box;
}

.jqTransformHidden {
    display: none;
}
.jqTransformSelectWrapper {
	position:relative;
	width: 176px;
	height: 28px;
	background: url(/img/common/select_bg_01.png) no-repeat top left;
  text-align: left;
}
.jqTransformSelectWrapper div span {
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 28px;
	line-height: 15px;
	padding: 8px 0 0 10px;
	overflow: hidden;
	cursor:pointer;
}
.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 30px;
	height: 28px;
	background: url(/img/common/select_bg_02.png) no-repeat center center;
}
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}
.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 12px;
}
.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color: #fff;
}

@media screen and (max-width: 1200px) {

.main .ctArea {
	background:url(/img/common/common_bg_03.png) repeat-y right top;
}
.loginPage01 .ctArea ,
.loginPage02 .ctArea {
	border: none;
	background: none;
}
.main .ctRight {
  position: relative;
  right: -60px;
  margin-left: -60px;
}
.main .ctRight .how img {
  /*width: 194px;
  height: auto;*/
}
.main .ctRight .lnav {
  margin-right: 70px;
}
.main .ctRight .sideInput {
  margin-right: 70px;
}
.main .ctRight .sideLink {
  margin-right: 70px;
}
.main .ctRight .rank li {
  margin-right: 74px;
}
.main .ctRight .date {
  padding-right: 60px;
}
.main .ctArea .pagetop {
	right:12px;
}

.main .ctRight .registerNav ul li a {
	padding:18px 0 18px 36px;
}

}


/* --------------------------------------------------------------------------------------
 商品ラインナップ
--------------------------------------------------------------------------------------- */

.main .ctLeft .search {
	margin:0 0 0 14px;
}

.main .ctLeft .search h2 {
	width:auto;
	margin:42px 0 15px;
	padding:0 0 0 27px;
	background:url(/img/common/common_ico_02.png) no-repeat left center;
}
.loggedIn02 .ctLeft .search h2 {
	background:url(/img/common/common_ico_18.png) no-repeat left center;
}

.main .ctLeft .search .err .inputTxt {
	border: 1px #eb7878 solid;
	background: #faf0f5;
}

.main .ctLeft .search .err p {
	margin: 4px 0 0;
	font-size: 117%;
	color: #eb3c3c;
	font-weight: bold;
}

.main .ctLeft .search .choice {
	margin:26px 0 38px;
}

.main .ctLeft .search .genre {
	float:left;
	margin:29px 0 0;
}

.main .ctLeft .search .sale_year {
	float:right;
	margin:29px 0 0;
}

.main .ctLeft .search .genre h2 ,
.main .ctLeft .search .sale_year h2 {
	width:auto;
	float:left;
	margin:0;
	padding:0 0 0 27px;
	background:url(/img/common/common_ico_02.png) no-repeat left center;
}
.loggedIn02 .ctLeft .search .genre h2 ,
.loggedIn02 .ctLeft .search .sale_year h2 {
	background:url(/img/common/common_ico_18.png) no-repeat left center;
}

.main .ctLeft .search .genre h2 {
	margin:0 15px 0 0;
}

.main .ctLeft .search .genre p {
	float:left;
	margin:0 0 0 28px;
}

.main .ctLeft .search .sale_year .inputSelect {
	float:right;
  margin: -3px 0 0 46px;
}
.main .ctLeft .search .sale_year .inputSelect select {
  width: 140px;
}

.main .ctLeft .search .btn {
	margin:38px 0 0;
	padding:0 0 33px;
	text-align:center;
	border-bottom:1px solid #dcdcdc;
}

.main .ctLeft .search .btn input {
	width:224px;
	margin:0 auto;
	min-height:49px;
	color:#ffffff;
	font-size:175%;
	font-weight:bold;
	border:none;
	border-bottom:3px solid #0061a9;
	border-radius:4px;
	background:#0078d2 url(/img/common/common_ico_08.png) no-repeat 21px center;
	cursor:pointer;
}
.loggedIn02 .ctLeft .search .btn input {
	border-bottom:3px solid #db3b5e;
	background:#f54169 url(/img/common/common_ico_08.png) no-repeat 21px center;
}

@media screen and (max-width: 1200px) {
.main .ctLeft .search .genre h2 {
	margin:0 8px 0 0;
}

.main .ctLeft .search .genre p {
	margin:0 0 0 14px;
}

.main .ctLeft .search .sale_year .inputSelect {
  margin: -3px 0 0 23px;
}
}

/* --------------------------------------------------------------------------------------
 全機種一覧
--------------------------------------------------------------------------------------- */

.main .ctLeft .all {
	margin:0 0 70px;
}

.main .ctLeft .all > h2 {
	margin:44px 0 0;
	padding:0 0 0 34px;
	background:url(/img/common/common_ico_02.png) no-repeat left center;
}
.loggedIn02 .ctLeft .all > h2 {
	background:url(/img/common/common_ico_18.png) no-repeat left center;
}

.main .ctLeft .all .listTitle01 {
	margin:27px auto 0;
}

.main .ctLeft .listBox table {
	width:100%;
	background:url(/img/common/common_bg_04.png) repeat-y center top;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	overflow:hidden;
}

.main .ctLeft .listBox table td {
	width:50%;
	padding:8px 0;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
	box-sizing:border-box;
	vertical-align:middle;
}

.main .ctLeft .listBox table tr:last-child td {
	background:none;
}

.main .ctLeft .listBox table td a:first-child {
	display:inline-block;
	padding:5px 0 5px 54px;
	background:url(/img/common/common_ico_06.png) no-repeat 12px center;
	background-size:28px 28px;
}
.main.weight .ctLeft .listBox table td{
	display:table-cell;
	padding:5px 0 5px 54px;
	background:url(/img/common/common_ico_06.png) no-repeat 12px center, url(/img/common/side_bg_01.png) repeat-x center bottom;
	background-size:28px 28px, 4px 1px;
}
.main.weight .ctLeft .listBox table tr:last-child td {
	background:url(/img/common/common_ico_06.png) no-repeat 12px center;
	background-size:28px 28px, 4px 1px;
}
.main .ctLeft .listBox table td a.popDL {
	display:block;
	float: right;
	margin:5px 7px 5px 0;
	padding: 0;
	background:none;
}

.main .ctLeft .listBox table td a.popDL:hover img {
	opacity: 0.5;
}
.main .ctLeft .listBox table td.pink a:first-child {
	background:url(/img/common/common_ico_11.png) no-repeat 12px center;
	background-size:28px 28px;
}
.main.weight .ctLeft .listBox table td.pink {
	background:url(/img/common/common_ico_11.png) no-repeat 12px center!important;
	background-size:28px 28px!important;
}

/* --------------------------------------------------------------------------------------
 導入店舗検索
--------------------------------------------------------------------------------------- */
.main .ctLeft .store_search h2 {
	margin:56px 0;
	padding:7px 0 7px 70px;
	font-size:234%;
	background:url(/img/common/common_ico_13.png) no-repeat left center;
}

.main .ctLeft .store_search .inner {
	max-width:856px;
	margin:0 auto;
}

.main .ctLeft .store_search h3 {
	float:left;
	width:347px;
	padding:42px 0 42px 45px;
	background:url(/img/common/common_ico_14.png) no-repeat 17px center;
}

.main .ctLeft .store_search .genre {
	padding:10px 0 14px;
	border-top:1px solid #dcdcdc;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.main .ctLeft .store_search .genre .genre01 {
	float:left;
	margin:11px 92px 7px 0;
	padding:70px 0 0;
	background:url(/img/common/common_ico_06.png) no-repeat center top;
}

.main .ctLeft .store_search .genre .genre02 {
	float:left;
	margin:11px 0 7px;
	padding:70px 0 0;
	background:url(/img/common/common_ico_11.png) no-repeat center top;
}

.main .ctLeft .store_search .type {
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.main .ctLeft .store_search .inputSelect {
  display: inline-block;
	margin:38px 0;
}
.main .ctLeft .store_search select {
	width:238px;
}

.main .ctLeft .store_search .area {
	border-bottom:1px solid #dcdcdc;
}

.main .ctLeft .store_search .btn {
	margin:42px 0 70px;
	text-align:center;
}

.main .ctLeft .store_search .btn input {
	width:224px;
	margin:0 auto;
	min-height:49px;
	color:#ffffff;
	font-size:175%;
	font-weight:bold;
	border:none;
	border-radius:4px;
	background:#f0373c url(/img/common/common_ico_08.png) no-repeat 21px center;
	cursor:pointer;
}

.main .ctLeft .caution {
	padding:43px 0 38px;
	background:#f5f5f5;
}

.main .ctLeft .caution .inner {
	width:660px;
	margin:0 auto;
}

.main .ctLeft .caution h3 {
	float:left;
	padding:0 0 0 22px;
	background:url(/img/common/common_ico_14.png) no-repeat left center;
	background-size:17px 17px;
}

.main .ctLeft .caution ul {
	float:right;
}

.main .ctLeft .caution ul li {
	padding:0 0 0 1em;
	text-indent:-1em;
	font-size:92%;
	line-height:164%;
}


/* --------------------------------------------------------------------------------------
 新規会員登録 会員登録の流れ
--------------------------------------------------------------------------------------- */

.main .ctLeft .formArea {
  padding-bottom: 70px;
}

/* 規約 ------------------------------ */

.main .ctLeft .formArea .submitRuleArea {
	margin: 42px 0 0 !important;
}

.main .ctLeft .formArea .ttlRuleArea {
	padding: 42px 0 0;
	text-align: center;
	font-size: 117%;
}

.main .ctLeft .formArea .ttlRuleArea h2{
	text-align: left;
}

.main .ctLeft .formArea .ttlRuleArea p{
	padding: 24px 0 40px 0;
}

.main .ctLeft .formArea .ruleBox a{
	color: #009bdc;
	text-decoration: underline;
}

.main .ctLeft .formArea .ruleBox a:hover{
	color: #009bdc;
	text-decoration: none;
}

.main .ctLeft .formArea .ruleBox {
	position:relative;
	padding: 0 9px 0 42px;
	border: 1px #dcdcdc solid;
	font-size: 117%;
}

.main .ctLeft .formArea .ruleBox .scrollBox{
	position:relative;
	margin: 39px 0 10px 0;
	height: 504px;
	overflow: auto;
}

.main .ctLeft .formArea .ruleBox h3,
.main .ctLeft .formArea .ruleBox ol,
.main .ctLeft .formArea .ruleBox p {
	margin-right: 20px;
}

.main .ctLeft .formArea .ruleBox h3{
	margin: 20px 0 7px;
	color: #009bdc;
	font-weight: bold;
}

.main .ctLeft .formArea .ruleBox h3:first-child{
	margin: 0 0 7px;
}

.main .ctLeft .formArea .ruleBox ol li{
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.ps-container {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none
}
@supports (-ms-overflow-style: none) {
	.ps-container {
					overflow: auto !important
	}
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.ps-container {
					overflow: auto !important
	}
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: #f0f0f0;
}
.ps-container.ps-in-scrolling {
	pointer-events: none
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #f0f0f0;
	opacity: .1
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #f0f0f0;
	opacity: 1
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #009bdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0px;
	height: 6px
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	bottom: 2px;
	height: 6px
}
.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 11px
}
.ps-container>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	background-color: #f0f0f0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	opacity: 1;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	width: 6px
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: #009bdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	right: 0;
	width: 6px
}
.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 6px
}
.ps-container:hover.ps-in-scrolling {
	pointer-events: none
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #f0f0f0;
	opacity: 1
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #f0f0f0;
	opacity: 1
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #009bdc;
}
.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: 1
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
	background-color: #009bdc;
	opacity: 1
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #999
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: #f0f0f0;
	opacity: 1
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #009bdc;
}



/* フォームの流れ ------------------------------ */

.main .ctLeft .formArea .stepFlowArea {
	padding: 42px 0 13px;
	text-align: center;
}

.main .ctLeft .formArea .stepFlowArea li{
	display: inline-block;
	width: 130px;
	margin: 0 10px 0 0;
	background: url(/img/register/ico_arw_03.gif) no-repeat right center;
	text-align: left;
  color: #555555;
}

.main .ctLeft .formArea .stepFlowArea li:last-child{
	display: inline-block;
	width: 112px;
	margin: 0 0 0 0;
	background: none;
	text-align: left;
}

.main .ctLeft .formArea .stepFlowArea li strong,
.main .ctLeft .formArea .stepFlowArea li span{
	display: block;
	width: 112px;
	margin: 6px 0 0;
	font-size: 91.7%;
	text-align: center;
}

/* リードエリア ------------------------------ */

.main .ctLeft .formArea .stepLead {
	padding: 25px 0 0;
	border-top: 1px #dcdcdc solid;
	text-align: center;
}

.main .ctLeft .formArea .stepLead .txt{
	display: block;
	margin: 20px 0 0;
	text-align: center;
}

.main .ctLeft .formArea .stepLead.step4 {
	position: relative;
	margin: 0 0 -9px;
}

.main .ctLeft .formArea .stepLead p{
	margin: 22px 0 0 0;
	font-size: 117%;
}

.main .ctLeft .formArea .stepLead p.lh{
	line-height:193%;
}

.main .ctLeft .formArea .stepLead .color01{
	color: #f54169;
}

.main .ctLeft .formArea .stepLead .err{
	margin: 35px 0 0 0;
	font-size: 150%;
	color: #eb3c3c;
  font-weight: bold;
}

/* フォームコンテンツ ------------------------------ */

.main .ctLeft .formArea .tableForm {
	margin: 20px auto 0 auto;
	border-top: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;
}

.main .ctLeft .formArea .tableFormErr {
	margin: 26px auto 0 auto;
}

.main .ctLeft .formArea .tableForm .tableFormBox {
	display: table;
	width: 100%;
	background: url(/img/register/bg_line_01.gif) repeat-x left top;
}

.main .ctLeft .formArea .tableForm.step4 .tableFormBox {
	min-height: 98px;
	vertical-align: middle;
}

.main .ctLeft .formArea .tableForm.step4 .tableFormBox .tableFormThBox{
  padding: 32px 18px;
	vertical-align: middle;
}

.main .ctLeft .formArea .tableForm.step4 .tableFormBox .tableFormTdBox{
	vertical-align: middle;
	font-size: 117%;
}

.main .ctLeft .formArea .tableForm .tableFormBox:first-child {
	background: none;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormThBox{
	display: table-cell;
	width: 290px;
	padding: 40px 18px;
	vertical-align: top;
}
.main .ctLeft .formArea .tableForm .tableFormBox .boxL{
	width: 328px;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormThBox p{
	position: relative;
	padding: 0 0 0 27px;
	font-size: 150%;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormThBox p:before{
	position: absolute;
	left: 0;
	top: 4%;
	content: url(/img/register/ico_circle_blue_01.gif);
}

.main.logined_pty_bar .ctLeft .formArea .tableForm .tableFormBox .tableFormThBox p:before{
	position: absolute;
	left: 0;
	top: 4%;
	content: url(/img/register/ico_circle_red_01.png);
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormThBox p img{
	vertical-align: middle;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox{
	display: table-cell;
	padding: 32px 14px 32px 0;
	vertical-align: top;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTddownBox{
	vertical-align: middle;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTddownBox select{
	font-size: 117%;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdRadioBox{
	vertical-align: middle;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdRadioBox .inputRadio{
	display: inline-block;
  min-width: 100px;
	margin: 0 66px 0 0;
	font-size: 117%;
}

.main .ctLeft .formArea .tableForm .tableFormBox .inputCheck{
	font-size: 117%;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox.err input{
	border: 1px #eb7878 solid;
	background: #faf0f5;
}

.main .ctLeft .formArea .tableForm .tableFormBox .err p{
	margin: 10px 0 0 0;
	font-size: 117%;
	color: #eb3c3c;
  font-weight: bold;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .note{
	position: relative;
	margin: 28px 0 0;
	font-size: 91.7%;
	line-height: 1.7;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .note a.member{
	position: relative;
	margin: 0 0 0 17px;
	color: #009bdc;
	text-decoration: underline;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .note a.member:before{
	position: absolute;
	left: -15px;
	top: 4%;
	content: url(/img/register/ico_arw_04.png);
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .color01{
	color: #f54169;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .note a.member:hover{
	text-decoration: none;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .wMiddle{
	width: 85%;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .mode{
	display: inline;
	margin: 0 0 0 13px;
	line-height: 42px;
	white-space: nowrap;
}

.main .ctLeft .formArea .tableTaikaiFormBox{
	margin: 50px 0 50px 0;
	text-align: center;
	font-size: 117%;
}

/* 注釈 ------------------------------ */

.main .ctLeft .formArea .note {
	margin: 28px 0 0;
	font-size: 91.7%;
}

/* メールが届かない ------------------------------ */

.main .ctLeft .formArea .mailErrArea {
	min-width: 686px;
	margin: 38px auto 0 auto;
	padding: 28px 70px;
	background: #f5f5f5;
}

.main .ctLeft .formArea .mailErrArea ul{
	margin: 12px 0 0;
}

/* 送信ボタン ------------------------------ */

.main .ctLeft .formArea .submitArea {
	margin: 39px 0 0;
	padding: 42px 0;
	background: #e5f5fb;
}

.main.logined_pty_bar .ctLeft .formArea .submitArea {
	background: #feecf0;
}

.main .ctLeft .formArea .submitArea.step5 {
  margin-top: 89px;
  margin-bottom: 70px;
	text-align: center;
}

.main .ctLeft .formArea .submitArea.step5 p{
	width: auto;
}

.main .ctLeft .formArea .submitEndArea {
	margin: 0;
	padding: 42px 0 74px;
	background: none;
}

.main.logined_pty_bar .ctLeft .formArea .submitEndArea {
	background: none;
}

.main .ctLeft .formArea .submitArea .submitInner {
	width: 588px;
	margin: 0 auto;
	text-align: center;
}

.main .ctLeft .formArea .submitArea p{
	display: inline-block;
	width: 294px;
	text-align: center;
	vertical-align: top;
}


.main .ctLeft .formArea .submitArea .btnCancel input,
.main .ctLeft .formArea .submitArea .btnCancel a{
	display: block;
	width: 220px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #b4b4b4 2px;
	background: #ffffff  url(/img/register/ico_arw_01.png) no-repeat 19px center;
	color: #6e6e6e;
	font-size: 133.3%;
	line-height: 45px;
	text-decoration: none;
	cursor: pointer;
}

.main .ctLeft .formArea .submitArea .btnSubmit input,
.main .ctLeft .formArea .submitArea .btnSubmit a{
	display: block;
	width: 220px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #009bdc 2px;
	background: #009bdc url(/img/register/ico_arw_02.png) no-repeat 19px center;
	color: #fff;
	font-size: 175.0%;
	font-weight: bold;
	line-height: 45px;
	text-decoration: none;
	cursor: pointer;
}

.main.logined_pty_bar .ctLeft .formArea .submitArea .btnSubmit input,
.main.logined_pty_bar .ctLeft .formArea .submitArea .btnSubmit a{
	border: solid #f54169 2px;
	background: #f54169 url(/img/register/ico_arw_05.png) no-repeat 19px center;
}

.main .ctLeft .formArea .submitArea p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* --------------------------------------------------------------------------------------
 ログイン
--------------------------------------------------------------------------------------- */

#wrapper.login #header,
#wrapper.login .main .title,
#wrapper.login .footer03 .inner{
	width: 980px !important;
}

.main .ctLogin .inputTxt {
	width:100%;
	padding:9.5px 20px;
	font-size:117%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	background:#fafafa;
	box-sizing:border-box;
}

.main .ctLogin .inputCheck {
	position: relative;
}
.main .ctLogin .inputCheck input {
  margin-right: 10px;
}
.main .ctLogin .inputCheck_set {
	background: url(/img/common/common_ico_check01.png) no-repeat left center;
}
.main .ctLogin .inputCheck_on {
	position: relative;
	background: url(/img/common/common_ico_check01_on.png) no-repeat left center;
}
.main .ctLogin .inputCheck_set input {
	position: absolute;
	top: 0;
	left: -9999px;
}
.main .ctLogin .inputCheck_set label {
	padding-left: 26px;
}
.main .ctLogin select {
	font-size:100%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	box-sizing:border-box;
}

.main .ctLogin {
	width: 620px;
	margin: 0 auto;
}
.loginPage01 .ctLogin {	padding: 60px 0 258px;}
.loginPage02 .ctLogin {	padding: 26px 0 58px;}

.loginPage01 .ctLogin p.link,
.loginPage02 .ctLogin p.link {
  display: inline-block;
  padding-left: 18px;
  background: url(../img/common/common_ico_03.png) no-repeat left center;
  background-size: 13px;
	color: #555;
}
.loginPage02 .ctLogin p.link {
  background: url(../img/common/common_ico_19.png) no-repeat left center;
}

.main .ctLogin p.err {
	text-align: center;
	font-size: 150%;
	color: #eb3c3c;
	font-weight: bold;
}

.main .ctLogin .loginNav {
	margin: 0 0 49px;
	text-align: center;
}

.main .ctLogin .loginNav p {
	font-size: 117%;
	color: #373737;
}

.main .ctLogin .loginNav ul {
	margin: 38px 0 22px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 0;
}

.main .ctLogin .loginNav ul li {
	display: inline-block;
	margin: 0 2px -1px;
	vertical-align: bottom;
	font-size: 12px;
}

.main .ctLogin .inputArea {
	width: 460px;
	margin: 0 auto 25px;
}

.main .ctLogin .inputArea h2 {
	margin: 0 0 26px;
	padding: 0 0 0 27px;
	background: url(/img/common/common_ico_18.png) no-repeat left center;
	font-size: 150%;
}

.main .ctLogin .inputArea .lead {
	margin: 0 0 2px;
	text-align: center;
	font-size: 117%;
}

.main .ctLogin .inputArea .input {
	margin: 20px 0 12px;
}

.main .ctLogin .inputArea .err p {
	margin: 4px 0 0;
	font-size: 117%;
	color: #eb3c3c;
	font-weight: bold;
}

.main .ctLogin .inputArea .input.err input {
	border: 1px #eb7878 solid;
	background: #faf0f5;
}

.main .ctLogin .inputArea .inputSelect {
	margin: 30px 0 0;
  text-align: center;
}
.main .ctLogin .inputArea .inputSelect .jqTransformSelectWrapper {
  width: 168px;
  min-height: 28px;
	margin: 0 auto;
}

.main .ctLogin .inputArea .inputSelect p {
	text-align: center;
}

.main .ctLogin .inputArea .inputSelect select {
  width: 140px;
}

.main .ctLogin .loginArea {
	text-align: center;
}

.main .ctLogin .loginArea p {
	margin: 27px 0 0;
}

.main .ctLogin .loginArea .check {
  display: inline-block;
	margin: 0;
	font-size: 117%;
	color: #373737;
}

.main .ctLogin .loginArea .note {
	margin: 56px 0 36px;
	padding: 25px 30px;
	background: #f5f5f5;
	text-align: left;
}

.main .ctLogin .loginArea .note h3 {
	margin: 0 0 12px;
	padding: 0 0 0 22px;
	background: url(/img/common/common_ico_18.png) no-repeat left center;
	background-size: 17px;
	font-size: 117%;
	font-weight: bold;
}

.main .ctLogin .loginArea .note p {
	margin: 0;
	color: #373737;
}

.main .ctLogin .loginArea .btn {
	margin: 30px 0 0;
}

.main .ctLogin .loginArea .btn input {
	width:224px;
	margin:0 auto;
	min-height:49px;
	color:#ffffff;
	font-size:175%;
	font-weight:bold;
	border:none;
	border-radius:4px;
	cursor:pointer;
}
.loginPage01 .ctLogin .loginArea .btn input {	background: #009bdc url(/img/common/common_ico_08.png) no-repeat 21px center;}
.loginPage02 .ctLogin .loginArea .btn input {	background: #f54169 url(/img/common/common_ico_08.png) no-repeat 21px center;}

/* --------------------------------------------------------------------------------------
 関係者様ログイン
--------------------------------------------------------------------------------------- */
#header ul.head02 {
	width:91px;
	margin:0 10px 0 0;
}

#header ul.head02 li {
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}

/* --------------------------------------------------------------------------------------
 ホール会員でログイン
--------------------------------------------------------------------------------------- */
#header ul li.login03 {
	margin:0 0 10px;
	padding:0 0 0 28px;
	text-align:center;
}

#header ul li.login03 .ttl {
	width:224px;
	font-size:109%;
	margin:0 0 8px;
	padding:3px 0;
	color:#ffffff;
	background:#f54169;
	border-radius:0 0 4px 4px;
}

#header ul li.login03 p {
	font-size:117%;
}

#header ul li.member02 {
	position:absolute;
	top:65px;
	left:328px;
	margin:0;
	border-left:none;
	z-index: 5;
}

#header ul li.member03 {
	position:absolute;
	top:65px;
	left:431px;
	margin:0;
	padding:0 18px 0 16px;
	border-left:none;
	border-radius:8px;
	background:#ebebeb;
	z-index: 5;
}

#header ul li.member02 img ,
#header ul li.member03 img {
	vertical-align:baseline;
}

/* --------------------------------------------------------------------------------------
 トップページ
--------------------------------------------------------------------------------------- */
.top {
	background:#373737;
}

.top .ctArea:before {
  content:'';
  display: block;
  position: absolute;
  top: 0;
  right: -42px;
  width: 370px;
  height: 20px;
	background:url(/img/common/title_bg_01.png) no-repeat left top;
	z-index:1;
}

.top .ctArea {
	border:none;
	background:url(/img/top/side_bg_01.png) repeat-y right top;
}

.top .ctRight {
	margin:10px 0 0;
	background:#ffffff;
}

.top .ctRight .lineupLink{
    margin: 23px 14px 0;
    display: block;
    text-align: center;
}

.top .ctRight .ttl {
	margin:0 14px;
	padding:0 0 8px;
	border-bottom:3px solid #718cc7;
}

.top .ctRight .ttl.bg {
	margin:33px 14px 15px;
	padding:0 0 0 28px;
	border:none;
	background:url(/img/common/common_ico_20.png) no-repeat left center;
}

.top .ctRight .lineupLink + .ttl.bg  {
	margin:23px 14px 15px;
}

.top .ctRight .tab {
	margin:0 14px;
	border-top:none;
}

.top .ctRight .tab li {
	float:left;
	width:31%;
	border-top:none;
	cursor:pointer;
}
.top .ctRight .tab li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.top .ctRight .tab li.border {
	margin:0 2px 0 2px;
	padding:0 2px 0 2px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}

.top .ctRight .pachinko_content ,
.top .ctRight .pachislo_content ,
.top .ctRight .app_content {
	display:none;
}

.top .ctRight .inner {
	margin:0 14px 13px;
	border-top:none;
}

.top .ctRight .inner li {
	line-height:134%;
	border:none;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.top .ctRight .inner li > img {
	padding:14px 0;
}
.top .ctRight .inner li > span {
	display:inline-block;
	max-width:190px;
	padding:12px 0 12px 10px;
	vertical-align:middle;
}

.top .ctRight .inner li span.date {
	display:inline-block;
	margin:0;
	padding:0 7px 5px 0;
	color:#b4b4b4;
	font-family: AvenirNext, Arial, Helvetica, sans-serif;
	font-size:92%;
	font-weight:bold;
	text-align:left;
	border:none;
	background:none;
}
.top .ctRight .inner li a {
	display:inline;
	padding:0;
	background:none;
}
.top .ctRight .inner li img {
	vertical-align:middle;
}

.top .ctRight .note.bg01 {
	margin:0 14px 23px;
	text-align:right;
}

.top .ctRight .note.bg02 {
	margin:0 14px 38px;
	text-align:right;
}

.top .ctRight .note.bg01 a {
	padding:0 0 0 16px;
	background:url(/img/common/nav_ico_top_01.png) no-repeat left center;
}

.top .ctRight .note.bg02 a {
	padding:0 0 0 16px;
	background:url(/img/common/nav_ico_top_02.png) no-repeat left center;
}
.top .ctRight ul {
	border:none;
}

.top .ctRight ul li {top .ctLeft .lineupList ul li.spec a:after
	border-top:1px solid #dcdcdc;
	border-bottom:none;
}

.top .ctLeft .lineupList ul {
	margin:0 -0.9%;
}

.top .ctLeft .lineupList ul li {
	width:32.1%;
	margin:0 0.3% 1% 0.7%;
	border:none;
	border-radius:17px;
	overflow: hidden;
	z-index:2;
}

.top .ctLeft .lineupList ul li.wide {
	width:65.2%;
	margin:0 0.3% 1% 0.7%;
}


.top .ctLeft .lineupList ul li a {
	display: block;
	background: #373737;
}

.top .ctLeft .lineupList ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.top .ctLeft .lineupList ul li.pachinko a:before {	content: url(../img/top/top_ico_01.png);}
.top .ctLeft .lineupList ul li.pachislo a:before {	content: url(../img/top/top_ico_02.png);}
.top .ctLeft .lineupList ul li.mimiyori a:before {	content: url(../img/top/top_ico_03.png);}
.top .ctLeft .lineupList ul li.news a:before {	content: url(../img/top/top_ico_04.png);}
.top .ctLeft .lineupList ul li.campaign a:before {	content: url(../img/top/top_ico_05.png);}
.top .ctLeft .lineupList ul li.app a:before {	content: url(../img/top/top_ico_06.png);}

.top .ctLeft .lineupList ul li.pachinko.jfj_ico a:before {	content: url(../img/top/top_ico_01_jfj.png);}
.top .ctLeft .lineupList ul li.pachislo.jfj_ico a:before {	content: url(../img/top/top_ico_02_jfj.png);}
.top .ctLeft .lineupList ul li.mimiyori.jfj_ico a:before {	content: url(../img/top/top_ico_03_jfj.png);}
.top .ctLeft .lineupList ul li.news.jfj_ico a:before {	content: url(../img/top/top_ico_04_jfj.png);}
.top .ctLeft .lineupList ul li.campaign.jfj_ico a:before {	content: url(../img/top/top_ico_05_jfj.png);}
.top .ctLeft .lineupList ul li.app.jfj_ico a:before {	content: url(../img/top/top_ico_06_jfj.png);}

.top .ctLeft .lineupList ul li.pachinko.orange_ico a:before {	content: url(../img/top/top_ico_01_orange.png);}
.top .ctLeft .lineupList ul li.pachislo.orange_ico a:before {	content: url(../img/top/top_ico_02_orange.png);}
.top .ctLeft .lineupList ul li.mimiyori.orange_ico a:before {	content: url(../img/top/top_ico_03_orange.png);}
.top .ctLeft .lineupList ul li.news.orange_ico a:before {	content: url(../img/top/top_ico_04_orange.png);}
.top .ctLeft .lineupList ul li.campaign.orange_ico a:before {	content: url(../img/top/top_ico_05_orange.png);}
.top .ctLeft .lineupList ul li.app.orange_ico a:before {	content: url(../img/top/top_ico_06_orange.png);}


.top .ctLeft .lineupList ul li a:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.top .ctLeft .lineupList ul li.arrival a:after {	content: url(../img/top/top_ico_07.png);}
.top .ctLeft .lineupList ul li.introduction a:after {	content: url(../img/top/top_ico_08.png);}
.top .ctLeft .lineupList ul li.running a:after {	content: url(../img/top/top_ico_09.png);}
.top .ctLeft .lineupList ul li.spec a:after {	content: url(../img/top/top_ico_10.png);}
.top .ctLeft .lineupList ul li.arrival-sp a:after {    content: url(../img/top/top_ico_11.png);}
.top .ctLeft .lineupList ul li.introduction-sp a:after {    content: url(../img/top/top_ico_12.png);}
.top .ctLeft .lineupList ul li.running-sp a:after {    content: url(../img/top/top_ico_13.png);}
.top .ctLeft .lineupList ul li.spec-sp a:after {    content: url(../img/top/top_ico_14.png);}


.top .ctLeft .lineupList .bx-viewport {
	height: auto !important;
}

.top .ctLeft .lineupList .bxslider {
	margin:28px auto 0;
}

.top .ctLeft .lineupList .bxslider li {
	width:100%;
	margin:0;
}

.top .attention{
	border-top: 1px solid #dcdcdc;
    background: #ffffff;
    padding: 23px;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 0 0;
    border-radius: 17px;
}

.top .attention span.red{
	font-size: 17px;
    letter-spacing: -0.02em;
	color:red;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}

.top .attention a.is_pdf {
    content: "";
    background: url(/corp/img/common/ico_pdf01.png) right 0 no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: baseline;
    margin: 0 0 -4px 0;
    padding-right: 30px;
}


.top .cf_location {
	background:#ffffff;
}

.top .cf_location ul {
	position: relative;
	max-width:1176px;
	width:auto;
	margin:0 auto;
	padding:28px 0;
	display: flex;
}

.top .cf_location ul li {
	width:184px;
	margin:0;
	/* padding:0 0 0 1px; */
	background:url(/img/common/common_bg_04.png) repeat-y left center;
	text-align: center;
}

.top .cf_location ul .loc_01 {
	width:266px;
	margin:7px 0 0 12px;
	background:none;
	padding-top: 16px;
}

 .top .cf_location ul .loc_02 {
	width:auto;
	display: flex;
	justify-content: flex-start;
	padding:0;
	background:none;
}

.top .cf_location ul .loc_04 {
	padding: 21px 4px 0 14px;
}

.top .cf_location ul .loc_box {
	display: flex;
	flex-direction: column;
	border-left: 1px solid #dcdcdc;
	padding-bottom : 2px;
}

.top .cf_location ul .ico_03_ul {
	display: flex;
	gap: 5px;
	padding: 0;
	align-items: center;
}

.top .cf_location ul .loc_03 {
	width:26px;
	background:none;
}
/* .top .cf_location ul .loc_fb {
	margin: 0 0 0 12px;
	top : 65px;
	right: 105px;
} */
.top .cf_location ul .loc_tw {
	margin: 0 0 0 12px;
	top: 65px;
	right: 65px;
}

.top .cf_location ul .loc_youtube{
	top: 69px;
	right: 25px;
}

.top .cf_location ul .loc_tiktok {
	top: 65px;
    right: -15px;
}

.top .cf_location ul .loc_instagram {
	top: 65px;
	right: -55px;
}

.top .cf_location ul .loc_threads {
	top: 65px;
	right: -95px;
}

.top .cf_location ul li a {
	display: block;
}

.top .ctLeft .bx-wrapper {
	position: relative;
	margin:0 auto 1%;
	padding: 0;
	*zoom: 1;
}

.top .ctLeft .bx-wrapper .bx-prev {
	display:inline-block;
	position:absolute;
	top:40%;
	left:-10px;
	width:35px;
	height:98px;
	text-indent:-9999px;
	background:url(/img/top/top_arw_01.png) no-repeat left center;
	overflow:hidden;
}

.top .ctLeft .bx-wrapper .bx-next {
	display:inline-block;
	position:absolute;
	top:42%;
	right:-10px;
	width:35px;
	height:98px;
	text-indent:-9999px;
	background:url(/img/top/top_arw_02.png) no-repeat right center;
	overflow:hidden;
}

.top .ctLeft .bx-wrapper .bx-pager {
	position: absolute;
	right:12px;
	top:9px;
}

.top .ctLeft .bx-wrapper .bx-pager .bx-pager-item {
	display:inline-block;
	margin:0 6px 0 0;
}

.top .ctLeft .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	text-indent: -9999px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ffffff;
	box-sizing:border-box;
	background:#ffffff;
}

.top .ctLeft .bx-wrapper .bx-pager.bx-default-pager a.active {
	border:1px solid #718cc7;
	background:#718cc7;
}

@media screen and (max-width: 1400px) {
.top .cf_location ul li {
	width:auto;
	padding: 0 2%;
}

.top .cf_location ul .loc_01 {
	width: auto;
    margin: 0;
	padding: 0;
}

.top .cf_location ul .loc_03 {
	position: static;
}
.top .cf_location ul .loc_fb {
	margin: 0 0 0 19px;
}

.top .cf_location ul .loc_03+.loc_03 {
	margin: 0 0 0 8px;
}
}

@media screen and (max-width: 1200px) {
.top .ctRight {
  right: 0;
}
.top .cf_location ul li {
	padding: 0 8px;
}

.top .cf_location ul .loc_01 {
  margin-left: -10px;
	margin-right: -20px;
	margin-top: 10px;
}

.top .cf_location ul .loc_03 + .loc_03 {
	margin: 0 0 0 6px;
}

.top .cf_location ul .loc_03 {
	width: 24px;
}

}

/* --------------------------------------------------------------------------------------
 スマートフォンアプリ
--------------------------------------------------------------------------------------- */
.app {
	background:url(/img/common/title_bg_app.png) repeat-x center top;
}

.main .ctRight .appNav dt {
	background:url(/img/common/side_ico_app.png) no-repeat left top;
}

.main .ctRight .appNav ul li a {
	background:url(/img/common/nav_ico_app.png) no-repeat 14px center;
}
.main .ctRight .appNav ul li.act {
	background:#ecfaef url(/img/common/side_bg_01.png) repeat-x center bottom;
}
.main .ctRight .appNav ul li.act a {
	color:#46cd64;
}

.app .ctLeft .listTitle01 {
	margin:22px auto 14px;
	background:url(/img/common/list_title_app.png) no-repeat center top;
}

.app .ctLeft .lineupList ul li .btn p a {
	background:#46cd64 url(/img/common/common_ico_08.png) no-repeat 8px center;
	background-size:9px 9px;
}

.app .ctLeft .lineupList ul li .btn .btn02 a {
	background:#00a0d2 url(/img/common/common_ico_08.png) no-repeat 8px center;
	background-size:9px 9px;
}
.app .ctLeft .lineupList {
	margin:0 0 112px;
}

/* --------------------------------------------------------------------------------------
 スマートフォンアプリ 詳細
--------------------------------------------------------------------------------------- */

.app .ctLeft .detail .ttl h2 {
	float:left;
	background:url(/img/common/common_ico_15.png) no-repeat left center;
}

.app .ctLeft .detail .ttl p {
	float:right;
	margin:38px 0 25px;
}
.app .ctLeft .detail .ttl p a {
	display:block;
	width:102px;
	padding:7px 0 7px 38px;
	color:#ffffff;
	font-size:117%;
	border-radius:3px;
	background:#46cd64 url(/img/common/common_ico_08.png) no-repeat 10px center;
	background-size:9px 9px;
}

.app .ctLeft .detail .kv {
	margin:0 0 45px;
}

.app .ctLeft .detail h3 {
	margin:0 0 36px;
}

.app .ctLeft .detail > p {
	margin:0 0 28px;
	font-size:117%;
	line-height:200%;
}

.app .ctLeft .detail > ul {
	max-width:854px;
	margin:0 0 39px;
	padding:32px 0 0;
}

.app .ctLeft .detail > ul > li {
	float: left;
	width:23.77%;
	margin:0 1.64% 0 0;
	background:#ffffff;
}

.app .ctLeft .detail > ul > li:first-child {
	width:23.77%;
	text-align:left;
	border-radius:0;
}

.app .ctLeft .detail > ul > li:last-child {
	margin:0;
	border-radius:0;
}

.app .ctLeft .detail .appinfo h4 {
	margin:0 0 0 3px;
	padding:23px 0 23px 61px;
	background:url(/img/common/common_ico_16.png) no-repeat left center;
	border-bottom:1px solid #dcdcdc;
}

.app .ctLeft .detail .appinfo .rightBox {
	float:right;
	width:154px;
	margin:22px 21px 11px 54px;
	text-align:center;
}

.app .ctLeft .detail .appinfo .rightBox p {
	margin:0 0 14px;
}

.app .ctLeft .detail .appinfo .rightBox .ttl {
	margin:0 0 32px;
}
.app .ctLeft .detail .appinfo {
	border-bottom:1px solid #dcdcdc;
}

.app .ctLeft .detail .appinfo .leftBox {
	margin:12px 227px 14px 21px;
	overflow:hidden;
}

.app .ctLeft .detail .appinfo .leftBox table {
	width:100%;
	margin:0 0 -1px;
}

.app .ctLeft .detail .appinfo .leftBox table th {
  width: 120px;
	padding:20px 28px 20px 28px;
	color:#46cd64;
	font-weight:bold;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.app .ctLeft .detail .appinfo .leftBox table td {
	padding:20px 28px 20px 0;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.app .ctLeft .detail .link {
	margin:139px 0 0;
	padding:21px 0;
}

.app .ctLeft .detail .link a {
	font-size:100%;
	background:url(/img/app/app_ico_01.png) no-repeat left center;
}

/* --------------------------------------------------------------------------------------
 ニュース
--------------------------------------------------------------------------------------- */

.news .ctRight .note {
	margin:11px 14px 38px;
	text-align:right;
}

.news .ctRight .note a {
	padding:0 0 0 16px;
	background:url(/img/common/nav_ico_top_02.png) no-repeat left center;
}

@media screen and (max-width: 1200px) {

.news .ctRight .note {
	margin-right:70px;
}
}

.news .ctLeft .listTitle01 {
	width:152px;
	min-height:43px;
	margin: 42px auto 0;
	background:url(/img/common/list_title_news.png) no-repeat center top;
}

.news .ctLeft .newsList {
	margin: 0 0 70px;
	border-top: 1px solid #dcdcdc;
}

.news .ctLeft .newsList dl {
	display: table;
	width: 100%;
	padding-bottom:1px;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.news .ctLeft .newsList dt {
	display: table-cell;
	width: 168px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	font-size: 133%;
	font-weight: bold;
	color: #b4b4b4;
}

.news .ctLeft .newsList dt span {
	position: relative;
	display: inline-block;
	padding: 13px 0 0;
}

.news .ctLeft .newsList dt .new {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11px;
	padding: 0;
	border-radius: 1px;
	background: #ffb400;
}

.news .ctLeft .newsList dd {
	display: table-cell;
	height: 42px;
	padding: 17px 28px;
	vertical-align: middle;
	font-size: 117%;
	color: #373737;
	word-break: break-all;
}
.news .ctLeft .newsList dd.cat {
	width: 98px;
	padding: 0;
	text-align: center;
}

.news .ctLeft .newsList dd a {
	color: #373737;
}
.news .ctLeft .newsList dd a.is_pdf {
	content: "";
	background: url(/corp/img/common/ico_pdf01.png) right 0 no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: baseline;
	margin: 0 0 -4px 0px;
	padding-right: 30px;
}

.news .ctLeft .newsTitle01 {
	margin: 66px 0 0;
	text-align: center;
	font-size: 175%;
}

.news .ctLeft .newsTitle02 {
	margin: 2px 0 0;
	text-align: center;
	font-size: 175%;
}

.news .ctLeft .newsData {
	margin: 20px 0 0;
	text-align: right;
}

.news .ctLeft .newsDetail {
	margin: 18px 0 140px;
	line-height: 2;
	font-size: 117%;
}

.news .ctLeft .newsDetail p {
	margin: 0 0 20px;
	word-break: break-all;
}

.news .ctLeft .newsDetail .img {
	text-align: center;
}

.news .ctLeft .newsDetail .floatR {
	float: right;
	margin: 7px 0 48px 24px;
}

.news .ctLeft .bottomLink {
	display: table;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	text-align: center;
	font-size: 117%;
}

.news .ctLeft .bottomLink li {
	display: table-cell;
	padding: 25px 0 24px;
	box-sizing: border-box;
	border-right: 1px solid #dbdbdb;
	vertical-align: middle;
}
.news .ctLeft .bottomLink li:last-child {
	border-right: none;
}

.news .ctLeft .newsList + .bottomLink li {
	width: 50%;
}
.news .ctLeft .newsDetail + .bottomLink li {
	width: 33.33%;
}

.news .ctLeft .bottomLink li.prev a {
	padding: 0 35px 0 0;
	background: url(../img/common/nav_ico_news.png) no-repeat right center;
}
.news .ctLeft .bottomLink li.next a {
	padding: 0 0 0 35px;
	background: url(../img/common/nav_ico_news02.png) no-repeat left center;
}
.news .ctLeft .bottomLink li.back a {
	padding: 0 0 0 15px;
	background: url(../img/common/nav_ico_news03.png) no-repeat left center;
}

/* --------------------------------------------------------------------------------------
 会員登録の流れ
--------------------------------------------------------------------------------------- */
.registerFlowArea {
	padding:42px 0 5px;
}

.registerFlowArea h2 {
	margin:0 0 23px;
}

.registerFlowArea ul {
	text-align:center;
}

.registerFlowArea ul li {
	padding:0 0 35px;
}

.registerFlowArea ul li .img {
	padding:0;
}

.registerFlowArea ul li .ttl {
	margin:18px 0 10px;
	padding:0;
	color:#009bdc;
	font-size:200%;
	border-bottom:none;
}
.registerFlowArea ul li p {
	padding:0;
	color:#373737;
	font-size:117%;
	border-bottom:1px solid #dcdcdc;
}

.registerFlowArea ul li p > span{
	display:inline-block;
	margin:0 0 -16px;
	padding:0 0 40px;
	background:url(/img/register/ico_arw_05.gif) no-repeat center bottom;
}

.registerFlowArea ul li p .red {
	color:#f54169;
	font-weight:bold;
}

.registerFlowArea ul li p .blue {
	color:#009bdc;
	font-weight:bold;
}

.registerFlowArea ul li:last-child p > span{
	background:none;
}

.main .ctLeft .registerBtnArea {
	margin:0 0 70px;
	padding:42px 0;
	background:#e5f5fb;
}

.main .ctLeft .registerBtnArea .btnInner {
	width:588px;
	margin:0 auto;
	text-align:center;
}

.main .ctLeft .registerBtnArea .btnInner p {
	display:inline-block;
	width:294px;
	text-align:center;
	vertical-align:top;
}

.main .ctLeft .registerBtnArea .btnCancel a {
	display: block;
	width: 220px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #b4b4b4 2px;
	background: #ffffff  url(/img/register/ico_arw_01.png) no-repeat 19px center;
	color: #6e6e6e;
	font-size: 133.3%;
	line-height: 45px;
	text-decoration: none;
	cursor: pointer;
}

.main .ctLeft .registerBtnArea .btnSubmit a {
	display: block;
	width: 220px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #009bdc 2px;
	background: #009bdc url(/img/register/ico_arw_02.png) no-repeat 19px center;
	color: #fff;
	font-size: 175.0%;
	font-weight: bold;
	line-height: 45px;
	text-decoration: none;
	cursor: pointer;
}

.main .ctLeft .registerBtnArea p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



/* --------------------------------------------------------------------------------------
 サイトマップ
--------------------------------------------------------------------------------------- */

.pageFixArea {
	width:980px !important;
	margin:0 auto;
	padding:0 6px;
	box-sizing:border-box;
}

#header .infoHeader {
	width:186px;
}

.info {
	background:url(/img/common/title_bg_info.png) repeat-x center top;
}

.info .title:after {
	background:none;
}

.info .ctArea {
	border:none;
	background:none;
}

.main .sitemapProductArea ,
.main .sitemapCorpArea {
	padding:42px 0 76.5px;
	border-bottom:1px solid #dcdcdc;
}

.main .sitemapProductArea .inner ,
.main .sitemapCorpArea .inner {
	width:980px;
	margin: 0 auto;
}

.main .sitemapProductArea .inner .left ,
.main .sitemapCorpArea .inner .left {
	float:left;
	width:400px;
}

.main .sitemapProductArea .inner .right ,
.main .sitemapCorpArea .inner .right {
	float:left;
	width:310px;
}

.main .sitemapProductArea .inner h2 ,
.main .sitemapCorpArea .inner h2 {
	float:left;
	width:239px;
	padding:0 0 0 20px;
}

.main .sitemapProductArea .inner > ul > li ,
.main .sitemapCorpArea .inner > ul >li {
	margin:0 0 23px;
	padding:0 0 0 25px;
	font-size:117%;
	background:url(/img/info/ico_arw_01.png) no-repeat left 0.2em;
}

.main .sitemapProductArea .inner > ul > li > a ,
.main .sitemapCorpArea .inner > ul > li > a {
	color:#3c3c3c;
}

.main .sitemapProductArea .inner > ul > li ul,
.main .sitemapCorpArea .inner > ul > li ul {
	margin:12px 0 26px;
}

.main .sitemapProductArea .inner > ul > li ul li,
.main .sitemapCorpArea .inner > ul > li ul li {
	margin:0 0 14px;
	padding:0 0 0 25px;
	background:url(/img/info/ico_arw_02.png) no-repeat left center;
}

.main .sitemapOtherArea {
	width:980px;
	margin: 0 auto;
	padding:36.5px 0 74.5px;
}

.main .sitemapOtherArea .inner {
	padding:0 0 0 259px;
}

.main .sitemapOtherArea .inner .left {
	float:left;
	width:400px;
}

.main .sitemapOtherArea .inner .right {
	float:left;
	width:310px;
}

.main .sitemapOtherArea .inner ul li{
	margin:0 0 23px;
	padding:0 0 0 25px;
	font-size:117%;
	background:url(/img/info/ico_arw_03.png) no-repeat left 0.2em;
}


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

 追加スタイル

======================================================================================= */
/* --------------------------------------------------------------------------------------
 COPY RIGHT LIST
--------------------------------------------------------------------------------------- */
.footer03.copyrightList{
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
}

.footer03 .copyrightListBtn{
	text-align: center;
	margin:17px 0 0 0;
	font-size: 92%;
}

.footer03 .copyrightListBtn a:before{
	content: '';
	width: 13px;
	height: 7px;
	background: url(/img/common/copyrightlist_arr.png) 0 0 no-repeat;
	display: inline-block;
	margin: 0 7px 1px 0;
}

.footer03.copyrightList .inner{
	display: none;
}

.footer03.copyrightList .inner p{
	margin: 0 0 0 14px;
}

.footer03 .text,
.footer03 .textL {
	margin: 17px 0 0 14px;
}
.footer03.is-opened .copyrightListBtn a:before{
	transform: scale(1,-1);
}
.footer03.is-opened .inner{
	display: block;
}

/* --------------------------------------------------------------------------------------
 お問い合わせの前に
--------------------------------------------------------------------------------------- */
#wrapper.global #header,
#wrapper.global .main .title,
#wrapper.global .footer03 .inner{
	width: 980px !important;
}

#header ul.head03 {
	width:182px;
	margin:0 10px 0 0;
}

#header ul.head03 li {
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}

#header ul.head03 li:first-child{
	border-right:none;
}

.global01 {
	background:url(/img/common/title_bg_global.png) repeat-x center top;
}

.global01 .title:after{
	content: none;
}

.global01 .pageArea{
	max-width: 100%;
}

.global01 .ctArea {
	border: none;
	background: none;
}

.global01 .ctContact01 {
	width: 940px;
	margin:0 auto;
	padding: 53px 0 50px 0;
}

.global01 .ctContact01 .lead {
	text-align: center;
	font-size: 117%;
	line-height:2;
	margin: 0 0 53px 0;
}

.global01 .ctContact01 .faqTitle{
	margin:53px 0 37px 0;
}
.global .ctContact01 .faqList{
	border-bottom: 1px solid #dcdcdc;
	margin: 50px 0 0 0;
}
.global .ctContact01 .faqList h3 {
	position: relative;
	padding: 0 0 0 27px;
	font-size: 150%;
	margin: 0 0 16px 0;
}

.global .ctContact01 .faqList h3:before {
	position: absolute;
	left: 0;
	top: 4%;
	content: url(/img/contact/ico_circle_global_01.png);
}
.global .ctContact01 .faqList dl {
	margin: 0 0 32px;
	padding:15px 0 0 0;
	font-size: 117%;
	color: #373737;
	border-top: 1px solid #dcdcdc;
}

.global .ctContact01 .faqList dt {
	display: table;
	height: 50px;
	padding: 0 0 0 90px;
	background: url(/img/contact/ico_faq01.png) no-repeat 20px center;
	font-weight: bold;
}

.global .ctContact01 .faqList dt a {
	display: table-cell;
	vertical-align: middle;
	color: #373737;
	text-decoration: none;
}

.global .ctContact01 .faqList dt a:hover {
	opacity: 0.5;
}

.global .ctContact01 .faqList dl.current dt a span {
	border-bottom: none;
}

.global .ctContact01 .faqList dd {
	margin: 15px 0 0;
	padding: 15px 0 0;
	background: url(/img/contact/bg_line01.png) repeat-x left top;
	/*display: none;*/
}

.global .ctContact01 .faqList dd a {
	text-decoration: none;
}
.global .ctContact01 .faqList dd a:hover {
	text-decoration: none;
}
.global .ctContact01 .faqList dd a:visited {
	text-decoration: none;
}

.global .ctContact01 .faqList dd .txt {
	display: table;
	height: 50px;
	padding: 0 0 0 90px;
	background: url(/img/contact/ico_faq02.png) no-repeat 20px center;
}

.global .ctContact01 .faqList dd .txt span {
	display: table-cell;
	vertical-align: middle;
}

.global .ctContact01 .faqList dd .txt .indent {
	display: inline-block;
    text-indent: -1.2em;
    padding-left: 1.2em;
}

.global .ctContact01 .faqList dd .txt span a{
	line-height:15px;
	display: inline-block;
	color: #718cc7;
}
.global .ctContact01 .faqList dd .txt span a:hover{
	text-decoration: underline;
}
.global .ctContact01 .faqList dd .txt span a:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/img/common/common_ico_25.png);
	vertical-align: middle;
	margin: -4px 5px 0 3px;
}


.global .ctContact01 .faqList dd .close {
	margin: 18px 0 0;
	text-align: center;
}

.global .ctContact01 .faqList dd .close a {
	display: inline-block;
	width: 106px;
	border: 2px solid #718cc7;
	border-radius: 14px;
	line-height: 24px;
	color: #373737;
	text-decoration: none;
}

.global .ctContact01 .faqList dd .close a span {
	padding: 0 0 0 14px;
	background: url(/img/contact/ico_close01.png) no-repeat left center;
}

.global .ctContact01 .faqListFooter {
	text-align: right;
	margin: 20px 0 0 0;
}

.global .ctContact01 .faqListFooter a{
	line-height:15px;
	font-size: 117%;
}

.global .ctContact01 .faqListFooter a:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/img/common/common_ico_25.png);
	vertical-align: middle;
	margin: -4px 8px 0 3px;
}

.global01 .ctContact02 {
	width:100%;
	border-top: 1px solid #dcdcdc;
	margin-top:50px;
}

.global01 .ctContact02 .ctContact02Wrapper{
	width: 940px;
	margin:0 auto;
	padding: 40px 0 100px 0;
}

.global01 .ctContact02 .ctContact02Wrapper h2{
	margin:0 0 37px 0;
}

.global01 .ctContact02 .ctContact02Wrapper .txt{
	font-size: 117%;
	line-height:1.5;
}

.global01 .ctContact02 .ctContact02Wrapper dl{
	border: #dcdcdc 2px solid;
	border-radius: 12px;
	margin: 47px 0 27px 0;
	padding:0 0 15px 0;
}

.global01 .ctContact02 .ctContact02Wrapper dl dt{
	margin: -22px 0 0 18px;
}

.global01 .ctContact02 .ctContact02Wrapper dl ul{
	width:780px;
	margin: 0 auto;
}

.global01 .ctContact02 .ctContact02Wrapper dl ul:after{
	content: '';
	display: block;
	clear: both;
}

.global01 .ctContact02 .ctContact02Wrapper dl ul li{
	width: 50%;
	float: left;
	font-size: 133.333%;
	line-height:16px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-weight: bold;
}

.global01 .ctContact02 .ctContact02Wrapper dl ul li:last-child{
	width: 100%;
}

.global01 .ctContact02 .ctContact02Wrapper dl ul li:before{
	content: '';
	width: 16px;
	height:16px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	background: #718cc7;
	border-radius: 8px;
}

.global01 .ctContact02 .ctContact02Wrapper dl p{
	font-size: 117%;
	text-align: right;
	margin: 0 20px 0 0;
}

.global01 .ctContact02 .ctContact02Wrapper .tableContactForm{
	text-align: center;
}

.global01 .ctContact02 .ctContact02Wrapper .tableContactFormBox{
	display: inline-block;
	margin: 60px 0 57px 0;
	font-size: 117%;
}

.global01 .ctContact02 .tableContactForm .submitArea {
	padding: 42px 0;
	background: #f1f3f9;
}

.global01 .ctContact02 .tableContactForm .submitArea .submitInner {
	width: 588px;
	margin: 0 auto;
	text-align: center;
}

.global01 .ctContact02 .tableContactForm .submitArea p {
	display: inline-block;
	width: 294px;
	text-align: center;
	vertical-align: top;
}

.global01 .ctContact02 .tableContactForm .submitArea .btnSubmit input{
	display: block;
	width: 300px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #718cc7 2px;
	background: #718cc7 url(/img/contact/ico_arw_01.png) no-repeat 19px center;
	color: #fff;
	font-size: 175.0%;
	font-weight: bold;
	line-height: 45px;
	text-decoration: none;
	cursor: pointer;
}
.global01 .ctContact02 .tableContactForm .submitArea .btnSubmit input:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.global01 .ctContact02 .tableContactForm .submitArea .btnSubmit input.disabled{
	border: solid #CCC 2px;
	background: #CCC url(/img/contact/ico_arw_02.png) no-repeat 19px center;
	color: #efefef;
	cursor: default;
}
.main .ctLeft .formArea .submitArea .btnSubmit input.shidakai_disabled{
	border: solid #CCC 2px;
	background: #CCC url(/img/contact/ico_arw_02.png) no-repeat 19px center;
	color: #efefef;
	cursor: default;
	opacity: 1;
}
.global01 .ctContact02 .tableContactForm .submitArea .btnSubmit input.disabled:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}



/* --------------------------------------------------------------------------------------
 お問い合わせ
--------------------------------------------------------------------------------------- */

.global01 .ctContact03{
	width: 940px;
	margin:0 auto;
}

.global01 .ctContact03 .formArea,
.global01 .ctContact05 .formArea{
	padding-bottom: 70px;
}

.global01 .ctContact03 .privacyBox,
.global01 .ctContact05 .privacyBox{
	border: 1px #dcdcdc solid;
	border-top: none;
	padding:37px 40px 27px 40px;
}

.global01 .ctContact03 .privacyBox p,
.global01 .ctContact05 .privacyBox p{
	font-size: 117%;
	line-height:1.5;
	margin: 0 0 37px 0;
}

.global01 .ctContact03 .privacyBox dt,
.global01 .ctContact05 .privacyBox dt{
	font-size: 117%;
	line-height:1.5;
	float: left;
	width:1.5em;
	clear: both;
}
.global01 .ctContact03 .privacyBox dd,
.global01 .ctContact05 .privacyBox dd{
	font-size: 117%;
	line-height:1.5;
	margin: 0 0 10px 1.5em;
}



/* --------------------------------------------------------------------------------------
 お問い合わせ状況確認
--------------------------------------------------------------------------------------- */

.global01 .ctContact05 {
	width:100%;
	border-top: 1px solid #dcdcdc;
}

.global01 .ctContact05 .ctContact05Wrapper{
	width: 940px;
	margin:0 auto;
	padding: 40px 0 0 0;
}
.global01 .ctContact04{
	width: 940px;
	margin:0 auto;
	padding: 40px 0 40px 0;
}
.global01 .ctContact04 h2 {
	position: relative;
	padding: 0 0 0 27px;
	font-size: 150%;
	margin: 0 0 16px 0;
}

.global01 .ctContact04 h2:before {
	position: absolute;
	left: 0;
	top: 4%;
	content: url(/img/contact/ico_circle_global_01.png);
}

.contactBox{
	width: 940px;
	margin:0 auto 40px auto;
	border-top: 1px #dcdcdc solid;
	/* border-bottom: 1px #dcdcdc solid; */
}

.global01 .contactBoxInqury{
	background: url(/img/register/bg_line_01.gif) repeat-x left bottom;
}

.global01 .formArea .tableForm.status{
	padding: 16px 0;
	margin: 0 auto 0 auto;
	border-top: none;
	border-bottom: none;
}
.global01 .formArea .tableForm.status .tableFormBox{
	vertical-align: middle;
	background: none;
}

.global01 .formArea .tableForm.status .tableFormBox .tableFormThBox{
	padding: 8px 18px ;
	vertical-align: middle;
	width: 150px;
}

.global01 .contactBoxInqury .formArea .tableForm.status .tableFormBox .tableFormThBox p{
	border-left-color:#c8c8c8;
}
.global01 .formArea .tableForm.status .tableFormBox .tableFormThBox p{
	font-size: 117%;
	border-left:#718cc7 4px solid;
	padding:0 0 0 10px;
}

.global01 .formArea .tableForm.status .tableFormBox .tableFormThBox p:before{
	display: none;
}

.global01 .formArea .tableForm.status .tableFormBox .tableFormThBox.vTop{
	vertical-align: top;
}

.global01 .formArea .tableForm.status .tableFormBox .tableFormTdBox{
	vertical-align: middle;
	font-size: 117%;
	padding: 8px 14px 8px 0;
}

.inqury_status_ex .ctContact02Wrapper dl {
	border: #dcdcdc 2px solid;
	border-radius: 12px;
	margin: 47px 0 27px 0;
	padding: 0 0 15px 0;
}

.inqury_status_ex .ctContact02Wrapper dl dt {
	margin: -22px 0 0 18px;
}

.inqury_status_ex .ctContact02Wrapper dl ul {
	width: 780px;
	margin: 0 auto;
}

.inqury_status_ex .ctContact02Wrapper dl ul:after {
	content: '';
	display: block;
	clear: both;
}

.inqury_status_ex .ctContact02Wrapper dl ul li {
	width: 50%;
	float: left;
	font-size: 133.333%;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-weight: bold;
}

.inqury_status_ex .ctContact02Wrapper dl ul li:last-child {
	width: 100%;
}

.inqury_status_ex .ctContact02Wrapper dl ul li:before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	background: #718cc7;
	border-radius: 8px;
}

.inqury_status_ex .ctContact02Wrapper dl p {
	font-size: 117%;
	text-align: right;
	margin: 0 20px 0 0;
}


	/* フォームの流れ ------------------------------ */

.global01 .formArea .stepFlowArea {
	padding: 42px 0 13px;
	text-align: center;
}

.global01 .formArea .stepFlowArea li{
	display: inline-block;
	width: 130px;
	margin: 0 10px 0 0;
	background: url(/img/register/ico_arw_03.gif) no-repeat right center;
	text-align: left;
	color: #555555;
}

.global01 .formArea .stepFlowArea li:last-child{
	display: inline-block;
	width: 112px;
	margin: 0 0 0 0;
	background: none;
	text-align: left;
}

.global01 .formArea .stepFlowArea li strong,
.global01 .formArea .stepFlowArea li span{
	display: block;
	width: 112px;
	margin: 6px 0 0;
	font-size: 91.7%;
	text-align: center;
}

/* リードエリア ------------------------------ */

.global01 .formArea .stepLead {
	padding: 25px 0 0;
	border-top: 1px #dcdcdc solid;
	text-align: center;
}

.global01 .formArea .stepLead .txt{
	display: block;
	margin: 20px 0 0;
	text-align: center;
}

.global01 .formArea .stepLead.step4 {
	position: relative;
	margin: 0 0 -9px;
}

.global01 .formArea .stepLead p{
	margin: 22px 0 0 0;
	font-size: 117%;
}

.global01 .formArea .stepLead p.lh{
	line-height:193%;
}

.global01 .formArea .stepLead .color01{
	color: #f54169;
}

.global01 .formArea .stepLead .err{
	margin: 35px 0 0 0;
	font-size: 150%;
	color: #eb3c3c;
	font-weight: bold;
}

/* form parts */
.global01 .formArea .inputTxt {
	width:600px;
	padding:10px 20px;
	font-size:117%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	background:#fafafa;
	box-sizing:border-box;
}
.global01 .formArea .inputTxtarea {
	width:600px;
	padding:10px 20px;
	font-size:117%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	background:#fafafa;
	box-sizing:border-box;
	resize: vertical;
}
.global01 .formArea .inputTxtHalf01,
.global01 .formArea .inputTxtHalf02{
	width:240px;
	padding:10px 20px;
	font-size:117%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	background:#fafafa;
	box-sizing:border-box;
}

.global01 .formArea .inputTxtHalf01{
	margin-right: 46px;
}

.global01 .formArea .inputRadio input {
	margin-right: 5px;
	vertical-align: middle;
}

.global01 .formArea .inputCheck {
	display: inline-block;
}

.global01 .formArea .inputCheck input {
	margin-right: 5px;
	vertical-align: middle;
}

.global01 .formArea select {
	font-size:100%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	box-sizing:border-box;
}

/* お問い合わせ フォームコンテンツ ------------------------------ */

.global01 .formArea .tableForm {
	margin: 37px auto 0 auto;
	border-top: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;
}

.global01 .formArea .tableFormErr {
	margin: 26px auto 0 auto;
}

.global01 .formArea .tableForm .tableFormBox {
	display: table;
	width: 100%;
	background: url(/img/register/bg_line_01.gif) repeat-x left top;
}

.global01 .formArea .tableForm.step2 .tableFormBox{
	min-height: 98px;
	vertical-align: middle;
}

.global01 .formArea .tableForm.step2 .tableFormBox .tableFormThBox{
	padding: 32px 18px;
	vertical-align: middle;
}
.global01 .formArea .tableForm.step2 .tableFormBox .tableFormThBox.vTop{
	vertical-align: top;
}

.global01 .formArea .tableForm.step2 .tableFormBox .tableFormTdBox{
	vertical-align: middle;
	font-size: 117%;
}

.global01 .formArea .tableForm .tableFormBox:first-child {
	background: none;
}

.global01 .formArea .tableForm .tableFormBox .tableFormThBox{
	display: table-cell;
	width: 290px;
	padding: 40px 18px;
	vertical-align: top;
}
.global01 .formArea .tableForm .tableFormBox .boxL{
	width: 328px;
}

.global01 .formArea .tableForm .tableFormBox .tableFormThBox p{
	position: relative;
	padding: 0 0 0 27px;
	font-size: 150%;
}

.global01 .formArea .tableForm .tableFormBox .tableFormThBox p:before{
	position: absolute;
	left: 0;
	top: 4%;
	content: url(/img/contact/ico_circle_global_01.png);
}

.global01 .formArea .tableForm .tableFormBox .tableFormThBox p img{
	vertical-align: middle;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox{
	display: table-cell;
	padding: 32px 14px 32px 0;
	vertical-align: top;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTddownBox{
	vertical-align: middle;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTddownBox select{
	font-size: 117%;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdRadioBox{
	vertical-align: middle;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdRadioBox .inputRadio{
	display: inline-block;
	width: 50%;
	margin: 0 0 14px 0;
	font-size: 117%;
}

.global01 .formArea .tableForm .tableFormBox .inputCheck{
	font-size: 117%;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox.err textarea,
.global01 .formArea .tableForm .tableFormBox .tableFormTdBox.err input{
	border: 1px #eb7878 solid;
	background: #faf0f5;
}

.global01 .formArea .tableForm .tableFormBox .err p{
	margin: 10px 0 0 0;
	font-size: 117%;
	color: #eb3c3c;
	font-weight: bold;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox .note{
	position: relative;
	margin: 20px 0 0 0;
	font-size: 91.7%;
	line-height: 1.7;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox .note a.member{
	position: relative;
	margin: 0 0 0 17px;
	color: #009bdc;
	text-decoration: underline;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox .note a.member:before{
	position: absolute;
	left: -15px;
	top: 4%;
	content: url(/img/register/ico_arw_04.png);
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox .color01{
	color: #f54169;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox .note a.member:hover{
	text-decoration: none;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox .wMiddle{
	width: 85%;
}

.global01 .formArea .tableForm .tableFormBox .tableFormTdBox .mode{
	display: inline;
	margin: 0 0 0 13px;
	line-height: 42px;
	white-space: nowrap;
}
.global01 .formArea .tableForm .tableFormBox .tableFormTdBox .inputTxtTitile{
	display: inline-block;
	margin: 0 13px 0 0;
	line-height: 42px;
	white-space: nowrap;
	min-width: 2em;
}

.global01 .formArea .tableTaikaiFormBox{
	margin: 50px 0 50px 0;
	text-align: center;
	font-size: 117%;
}

/* 注釈 ------------------------------ */

.global01 .formArea .note {
	margin: 28px 0 0;
	font-size: 91.7%;
}

/* メールが届かない ------------------------------ */

.global01 .formArea .mailErrArea {
	min-width: 686px;
	margin: 38px auto 0 auto;
	padding: 28px 70px;
	background: #f5f5f5;
}

.global01 .formArea .mailErrArea ul{
	margin: 12px 0 0;
}

/* 送信ボタン ------------------------------ */

.global01 .formArea .submitArea {
	margin: 39px 0 0;
	padding: 42px 0;
	background: #f1f3f9;
}

.global01 .formArea .submitArea.step5 {
	margin-top: 89px;
	margin-bottom: 70px;
	text-align: center;
}

.global01 .formArea .submitArea.step5 p{
	width: auto;
}

.global01 .formArea .submitEndArea {
	margin: 0;
	padding: 42px 0 74px;
	background: none;
}

.global01 .formArea .submitArea .submitInner {
	width: 588px;
	margin: 0 auto;
	text-align: center;
}

.global01 .formArea .submitArea.step3 .submitInner {
	width: 748px;
	margin: 0 auto;
	text-align: center;
}

.global01 .formArea .submitArea p{
	display: inline-block;
	width: 294px;
	text-align: center;
	vertical-align: top;
}
.global01 .formArea .submitArea.step3 p{
	display: inline-block;
	width: 374px;
	text-align: center;
	vertical-align: top;
}

.global01 .formArea .submitArea .btnCancel input,
.global01 .formArea .submitArea .btnCancel a{
	display: block;
	width: 220px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #b4b4b4 2px;
	background: #ffffff  url(/img/register/ico_arw_01.png) no-repeat 19px center;
	color: #6e6e6e;
	font-size: 133.3%;
	line-height: 45px;
	text-decoration: none;
	cursor: pointer;
}

.global01 .formArea .submitArea .btnSubmit input,
.global01 .formArea .submitArea .btnSubmit a{
	display: block;
	width: 220px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #718cc7 2px;
	background: #718cc7 url(/img/contact/ico_arw_01.png) no-repeat 19px center;
	color: #fff;
	font-size: 175.0%;
	font-weight: bold;
	line-height: 45px;
	text-decoration: none;
	cursor: pointer;
}

.global01 .formArea .submitArea .btnBackToTop a{
	display: block;
	width: 300px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #b4b4b4 2px;
	background: #ffffff  url(/img/register/ico_arw_01.png) no-repeat 19px center;
	color: #6e6e6e;
	font-size: 133.3%;
	line-height: 45px;
	text-decoration: none;
	cursor: pointer;
}


.global01 .formArea .submitArea p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* --------------------------------------------------------------------------------------
 会員情報
--------------------------------------------------------------------------------------- */
.main.member_info .ctLeft .formArea .submitArea {
	background: none;
	padding-bottom: 0;
	text-align: center;
}
.main.member_info .ctLeft .formArea .submitArea .btnCancel a{
	background-image: url(../img/member/ico_arw_01.png);
}
.main.member_info .ctLeft .formArea .submitArea p.link{
	width: auto;
	display: inline-block;
	padding-left: 18px;
	background: url(/img/common/common_ico_03.png) no-repeat left center;
	background-size: 13px;
	color: #555;
	margin-top: 21px;
}

/* --------------------------------------------------------------------------------------
 ホール会員様 新規会員登録
--------------------------------------------------------------------------------------- */
.register.loggedIn02 .ctLeft .formArea .tableForm .tableFormBox .tableFormThBox p:before{
	content: url(/img/common/common_ico_18.png);
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .inputTxtHalf01,
.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .inputTxtHalf02{
	width:34.5%;
	padding:10px 20px;
	font-size:117%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	background:#fafafa;
	box-sizing:border-box;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .inputTxtHalf01{
	margin-right: 7%;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .inputTxtTitile{
	display: inline-block;
	margin: 0 13px 0 0;
	line-height: 42px;
	white-space: nowrap;
	min-width: 2em;
	font-size: 117%;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .inputTxt3block{
	width:22%;
	padding:10px 20px;
	font-size:117%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	background:#fafafa;
	box-sizing:border-box;
}

.main .ctLeft .formArea .tableForm .tableFormBox .tableFormTdBox .inputTxtDivision{
	display: inline-block;
	margin: 0 12px 0 12px;
	line-height: 42px;
	font-size: 117%;
}

.register.loggedIn02 .ctRight .lnav dt {
	padding: 35px 0 32px 56px !important;
	background: url(/img/common/side_ico_register_login.png) no-repeat left top !important;
}
.register.loggedIn02 .ctRight .lnav ul li:first-child a{
	padding: 18px 0 18px 55px;;
}
.register.logined_pty_bar .ctRight .lnav dt {
	padding: 35px 0 32px 56px !important;
	background: url(/img/common/side_ico_register_login.png) no-repeat left top !important;
}
.register.logined_pty_bar .ctRight .lnav ul li:first-child a{
	padding: 18px 0 18px 55px;;
}
.main.loggedIn02 .ctLeft .formArea .submitArea{
	background: #feecf0;
}

.main.loggedIn02 .ctLeft .formArea .submitArea .btnSubmit input,
.main.loggedIn02 .ctLeft .formArea .submitArea .btnSubmit a{
	border: solid #f54169 2px;
	background: #f54169 url(/img/register/ico_arw_05.png) no-repeat 19px center;
}
.main.loggedIn02 .btnSmall {
	width: 84px;
	display: inline-block;
	margin: 0 0 0 10px;
}
.main.loggedIn02 .btnSmall a{
	display: block;
	width: 100%;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid #f54169 2px;
	background: #f54169;
	color: #fff;
	line-height: 28px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.main.loggedIn02 .btnSmall a:before{
	content: '';
	background: url(/img/register/ico_arw_06.png) no-repeat 0 0;
	width:11px;
	height:11px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 -2px;
}
.main.loggedIn02 .btnSmall a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* --------------------------------------------------------------------------------------
 商品ラインナップ 機種
--------------------------------------------------------------------------------------- */
.main .ctLeft .detail {
	margin:0 0 0 14px;
	overflow: hidden;
}

.main .attention_area {
	color: red;
	margin-top: 5px;
}

.main .ctLeft .detail h2 {
	margin:28px 0 14px;
	padding:7px 0 7px 70px;
	font-size:234%;
}
.main .ctLeft .detail h2.pachinko {
	background:url(/img/common/common_ico_06.png) no-repeat left center;
}
.main .ctLeft .detail h2.pachinkoslot {
	background:url(/img/common/common_ico_11.png) no-repeat left center;
}

.main .ctLeft .detail .kv {
position: relative;
	margin:0 0 27px 0;
}

.main .ctLeft .detail .kv:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.main .ctLeft .detail .kv:before {	content: url(../img/top/top_ico_01.png);}
.main .ctLeft .detail.theme-slot .kv:before {	content: url(../img/top/top_ico_02.png);}

.main .ctLeft .detail .pachinko + .kv.jfj_ico:before {	content: url(../img/top/top_ico_01_jfj.png);}
.main .ctLeft .detail.theme-slot .pachinkoslot + .kv.jfj_ico:before {	content: url(../img/top/top_ico_02_jfj.png);}

.main .ctLeft .detail .pachinko + .kv.orange_ico:before {	content: url(../img/top/top_ico_01_orange.png);}
.main .ctLeft .detail.theme-slot .pachinkoslot + .kv.orange_ico:before {	content: url(../img/top/top_ico_02_orange.png);}


.main .ctLeft .detail .kv img {
	width:100%;
}

.main .ctLeft .detail .pagemenu {
	max-width: initial;
	padding: 0;
}

.main .ctLeft .detail .pagemenu01 {
	margin:0 0 52px;
}
.main .ctLeft .detail .pagemenu02 {
	margin:-17px 0 28px;
}
.main .ctLeft .detail .pagemenu01 + .pagemenu02 {
	margin:-38px 0 28px;
}

.main .ctLeft .detail .pagemenu > li {
	float:left;
	margin:0 2px 0 0;
	line-height: 21px;
	font-size: 13px;
}
.main .ctLeft .detail .pagemenu01 > li {
	width:25.8%;
	background:#51b3b3;
}
.main .ctLeft .detail .pagemenu02 > li {
	width:38.8%;
	background:#f54169;
}

.main .ctLeft .detail .pagemenu > li.off {
	padding: 17.5px 0;
	background:#f1f1f1;
}
.main .ctLeft .detail .pagemenu01 > li.off {
	font-size: 11px;
	font-weight: bold;
}
.main .ctLeft .detail .pagemenu02 > li.off {
	font-size: 12px;
}

.main .ctLeft .detail .pagemenu > li.off span {
	padding: 0 0 0 19px;
}
.main .ctLeft .detail .pagemenu01 > li.off span {
	background: url(../img/products/product_ico_02.png) no-repeat left 3px;
}
.main .ctLeft .detail .pagemenu02 > li.off span {
	background: url(../img/products/product_ico_06.png) no-repeat left 3px;
}

.main .ctLeft .detail .pagemenu > li.gray {
	background: #dcdcdc;
}

.main .ctLeft .detail .pagemenu > li:first-child {
	width:21.7%;
	text-align:center;
	border-radius:5px 0 0 5px;
}

.main .ctLeft .detail .pagemenu > li:last-child {
	margin:0;
	border-radius:0 5px 5px 0;
}

.main .ctLeft .detail .pagemenu > li a {
	display:block;
	padding:15px 0 14px 14px;
	background:url(/img/common/common_ico_08.png) no-repeat 93% center;
	background-size:11px 11px;
	color: #fff;
	text-decoration: none;
}
.main .ctLeft .detail .pagemenu > li.gray span {
	display:block;
	padding:15px 0 14px 14px;
	color: #6e6e6e;
}

.main .ctLeft .detail .pagemenu01 > li a:hover {
	background:#55bdbd url(/img/common/common_ico_08.png) no-repeat 93% center;
	background-size:11px 11px;
}
.main .ctLeft .detail .pagemenu02 > li a:hover {
	background:#ff446f url(/img/common/common_ico_08.png) no-repeat 93% center;
	background-size:11px 11px;
}

.main .ctLeft .detail .pagemenu > li:last-child a:hover {
	border-radius:0 5px 5px 0;
}

.main .ctLeft .detail .pagemenu > li a span ,
.main .ctLeft .detail .pagemenu > li.gray span span {
	display: inline-block;
	padding: 3px 0 3px 29px;
}
.main .ctLeft .detail .pagemenu01 > li.link01 a span {
	background: url(../img/products/product_ico_03.png) no-repeat left center;
}
.main .ctLeft .detail .pagemenu01 > li.link02 a span {
	background: url(../img/products/product_ico_04.png) no-repeat left center;
}
.main .ctLeft .detail .pagemenu01 > li.link03 a span {
	background: url(../img/products/product_ico_05.png) no-repeat left center;
}
.main .ctLeft .detail .pagemenu02 > li.link01 a span {
	background: url(../img/products/product_ico_07.png) no-repeat left center;
}
.main .ctLeft .detail .pagemenu02 > li.link02 a span {
	background: url(../img/products/product_ico_08.png) no-repeat left center;
}

.main .ctLeft .detail .pagemenu01 > li.link03.gray span span {
	background: url(../img/products/product_ico_05_gray.png) no-repeat left center;
}

.main .ctLeft .detail .pagemenu > li.gray span span {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
}

.main .ctLeft .detail .campaignInfo {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #51b3b3;
	border-radius: 5px;
	margin:0 0 49px;
	font-size: 117%;
}
.app .ctLeft .detail .campaignInfo {
	border: 2px solid #46cd64;
}

.main .ctLeft .detail .campaignInfo dt {
	display: table-cell;
	width: 30.2%;
	vertical-align: middle;
	background: #51b3b3;
	text-align: center;
	color: #fff;
}
.app .ctLeft .detail .campaignInfo dt {
	background: #46cd64;
}

.main .ctLeft .detail .campaignInfo dt span {
	display: inline-block;
	padding: 0 0 0 32px;
	background: url(../img/products/product_ico_09.png) no-repeat left center;
}

.main .ctLeft .detail .campaignInfo dd {
	display: table-cell;
	height: 66px;
	padding: 0 11px 0 28px;
	vertical-align: middle;
	line-height: 1.36;
}

.main .ctLeft .detail .campaignInfo dd a {
	display: block;
	background: url(../img/common/common_ico_22.png) no-repeat right center;
}
.app .ctLeft .detail .campaignInfo dd a {
	background: url(../img/common/common_ico_24.png) no-repeat right center;
}

.main .ctLeft .detail h3 {
	margin:0 0 28px;
	font-size:175%;
}

.main .ctLeft .detail .lead {
	margin:0 0 70px;
	font-size:117%;
	line-height:200%;
}

.main .ctLeft .detail .spec {
	padding:0 0 21px;
	border-bottom:1px solid #dcdcdc;
}

.main .ctLeft .detail .spec h4 {
	float:left;
	margin:0 0 0 3px;
	padding:16px 0 12px 59px;
	background:url(/img/common/common_ico_07.png) no-repeat left center;
}

.main .ctLeft .detail .spec ul {
	margin: 0 auto 0 230px;
}

.main .ctLeft .detail .spec ul li {
	float:left;
  width: 164px;
	margin:5.5px 14px;
	font-size:93%;
	line-height:120%;
	border:2px solid #51b3b3;
	border-radius:5px;
}

.main .ctLeft .detail .spec ul li a {
	display:block;
	padding:2.5px 14px 2.5px 42px;
	background:url(/img/common/common_ico_09.png) no-repeat 23px center;
}

.main .ctLeft .detail .spec ul li a:hover ,
.main .ctLeft .detail .spec ul li a.active {
	color:#ffffff;
	font-weight:bold;
	background:#51b3b3 url(../img/common/common_ico_08.png) no-repeat 23px center;
	background-size:11px 11px;
}
.main .ctLeft .detail .spec ul li a span {
  display: table-cell;
  width: 100%;
  height: 26px;
  vertical-align: middle;
}

.main .ctLeft .detail .bxslider .leftBox {
	float:left;
	width:227px;
	margin:21px 19px 32px 0;
	text-align:right;
}

.main .ctLeft .detail .bxslider .leftBox p {
	margin:0 4px 0 auto;
}

.main .ctLeft .detail .bxslider .leftBox .ttl {
	width:168px;
	padding:9px 0;
	margin:0 0 27px auto;
	color:#ffffff;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
	background:#51b3b3;
}
.main .ctLeft .detail .bxslider {
	border-bottom:1px solid #dcdcdc;
}

.main .ctLeft .detail .bxslider .rightBox {
	margin:21px 46px 15px 246px;
	overflow:hidden;
}

.main .ctLeft .detail .bxslider .rightBox table {
	width:100%;
	margin:0 0 -1px;
}

.main .ctLeft .detail .bxslider .rightBox table th {
  width: 168px;
	padding:19px 28px 19px 28px;
	color:#51b3b3;
	font-weight:bold;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.main .ctLeft .detail .bxslider .rightBox table td {
	padding:19px 28px 18px 0;
	background:url(/img/common/side_bg_01.png) repeat-x center bottom;
}

.main .ctLeft .detail .bx-wrapper {
	position: relative;
	margin:0 auto;
	padding: 0;
	*zoom: 1;
}

.main .ctLeft .detail .bx-wrapper .bx-prev {
	display:inline-block;
	position:absolute;
	top:40%;
	left:0%;
	width:35px;
	height:70px;
	text-indent:-9999px;
	background:url(/img/products/product_arw_01.png) no-repeat left center;
	overflow:hidden;
}

.main .ctLeft .detail .bx-wrapper .bx-next {
	display:inline-block;
	position:absolute;
	top:40%;
	right:0%;
	width:35px;
	height:70px;
	text-indent:-9999px;
	background:url(/img/products/product_arw_02.png) no-repeat right center;
	overflow:hidden;
}
.main .ctLeft .detail .products_copy {
	padding: 5px;
	font-size: 11px;
	font-family: Verdana,Helvetica,Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.main .ctLeft .detail .link {
	margin:126px 0 0;
	padding:25px 0;
	text-align:center;
	border-top:1px solid #dcdcdc;
}

.main .ctLeft .detail .link a {
	padding:0 0 0 14px;
	font-size:117%;
	background:url(/img/products/product_ico_01.png) no-repeat left center;
}

.main .ctLeft .detail .pop {
	margin: 51px 0 0;
	padding:0 0 21px;
	border-bottom:1px solid #dcdcdc;
}
.app .ctLeft .detail .pop {
	margin: 68px 0 0;
}

.main .ctLeft .detail .pop h4 {
	float:left;
	margin:0 0 0 3px;
	padding:16px 0 12px 59px;
	border: none;
	background:url(/img/common/common_ico_23.png) no-repeat left center;
}

.main .ctLeft .detail .pop p {
	float:right;
	padding: 16px 0 12px;
}

.main .ctLeft .detail .pop p a {
	padding: 0 0 0 20px;
	background: url(../img/common/common_ico_21.png) no-repeat left 2px;
}

.main .ctLeft .detail .popSelect {
	padding:29px 0 16px;
}

.main .ctLeft .detail .popSelect p {
	float:left;
	margin:0 0 0 22px;
	padding:16px 0 12px;
}

.main .ctLeft .detail .popSelect ul {
	margin: 0 auto 0 230px;
}

.main .ctLeft .detail .popSelect ul li {
	float:left;
  width: 164px;
	margin:5.5px 14px;
	font-size:93%;
	line-height:120%;
	border:2px solid #f54169;
	border-radius:5px;
}

.main .ctLeft .detail .popSelect ul li a {
	display:block;
	padding:2.5px 14px 2.5px 42px;
	background:url(/img/common/common_ico_21.png) no-repeat 23px center;
}

.main .ctLeft .detail .popSelect ul li a.active ,
.main .ctLeft .detail .popSelect ul li a:hover {
	color:#ffffff;
	font-weight:bold;
	background:#f54169 url(../img/common/common_ico_08.png) no-repeat 23px center;
	background-size:11px 11px;
}
.main .ctLeft .detail .popSelect ul li a span {
  display: table-cell;
  width: 100%;
  height: 26px;
  vertical-align: middle;
}

.main .ctLeft .detail .popList {
	max-width: initial;
	margin: 0 0 70px;
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-wrap: wrap;
}

.main .ctLeft .detail .popList li {
	/* float: left; */
  width: 25%;
	margin: 0.5% 4.8% 5.6% 0;
	text-align: center !important;
	overflow: hidden;
}

/*
.main .ctLeft .detail .popList li:nth-child(4n) {
	margin:0.5% 0 5.6%;
}
*/

.main .ctLeft .detail .popList li .img {
	overflow: hidden;
  display: flex;
  justify-content: center;
  height: 230px;
  /* height: 250px; */
  align-items: center;
}
.main .ctLeft .detail .popList li .img img {
	width: 100%;
}

.main .ctLeft .detail .popList li dl {
	margin: 10px 0 0;
}

.main .ctLeft .detail .popList li dl dt {
	font-weight: bold;
	color: #000;
}

.main .ctLeft .detail .popList li dl dd {
	margin: 21px 0 0;
	font-size: 0;
}

.main .ctLeft .detail .popList li dl dd p {
	display: inline-block;
	width: 46.15%;
	vertical-align: top;
	font-size: 13px;
}
.main .ctLeft .detail .popList li dl dd p:nth-child(2n) {
	margin: 0 0 0 7.7%;
}

.main .ctLeft .detail .popList li dl dd p a {
	display: block;
	padding: 5px 0 4px;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.main .ctLeft .detail .popList li dl dd p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.main .ctLeft .detail .popList li dl dd p.btn01 a {	background: #00a5dc;}
.main .ctLeft .detail .popList li dl dd p.btn02 a {	background: #a05fc8;}
.main .ctLeft .detail .popList li dl dd p.btn03 a {	background: #0064be;}
.main .ctLeft .detail .popList li dl dd p.btn04 a {	background: #e4ad35;}
.main .ctLeft .detail .popList li dl dd p.btn05 a {	background: #0a9a4e;}
.main .ctLeft .detail .popList li dl dd p.btn06 a {	background: #a3c53a;}
.main .ctLeft .detail .popList li dl dd p.btn07 a {	background: #e64b4b;}
.main .ctLeft .detail .popList li dl dd p.btn08 a {    background: #3dbbae;}

.main .ctLeft .detail .popList li dl dd p span {
	display: block;
	margin: 6px 0 0;
	font-size: 11px;
}

.main .ctLeft .detail h4 {
	padding: 2px 0 2px 28px;
	background: url(../img/common/common_ico_14.png) no-repeat left center;
}

.main .ctLeft .detail .dlAbout {
	margin: 21px 0 0;
}

.main .ctLeft .detail .dlAbout p {
	line-height: 2;
	font-size: 117%;
}

.main .ctLeft .detail .dlAbout .tableBox {
	margin: 15px 0 26px;
	padding: 0 3.2%;
	border: 1px solid #dcdcdc;
}

.main .ctLeft .detail .dlAbout .tableBox dl {
	display: table;
	width: 100%;
	padding: 0 0 1px;
	background: url(../img/common/side_bg_01.png) repeat-x left bottom;
	font-size: 117%;
}
.main .ctLeft .detail .dlAbout .tableBox dl:last-child {
	padding: 0;
	background: none;
}

.main .ctLeft .detail .dlAbout .tableBox dl dt {
	display: table-cell;
	width: 264px;
	vertical-align: middle;
	font-weight: bold;
}

.main .ctLeft .detail .dlAbout .tableBox dl dt span {
	display: inline-block;
	padding: 5px 0 4px 72px;
}
.main .ctLeft .detail .dlAbout .tableBox .windows dt span {
	background: url(../img/products/ico_windows01.png) no-repeat 19px center;
}
.main .ctLeft .detail .dlAbout .tableBox .mac dt span {
	background: url(../img/products/ico_mac01.png) no-repeat 19px center;
}

.main .ctLeft .detail .dlAbout .tableBox dl dd {
	display: table-cell;
	padding: 20px 0;
	vertical-align: middle;
	line-height: 2;
}

.main .ctLeft .detail h5 {
	padding: 3px 0 0 22px;
	background: url(../img/common/common_ico_14.png) no-repeat left center;
	background-size: 17px;
}

.main .ctLeft .detail .dlAbout .note {
	margin: 7px 0 0;
}

.main .ctLeft .detail .dlAbout .note p {
	line-height: 1.64;
	font-size: 92%;
}

.main .ctLeft .detail .dlAbout + .link {
	margin: 94px 0 0;
}

@media screen and (max-width: 1200px) {

.main .ctLeft .detail .spec ul {
	margin: 0 0 0 27.5%;
}

.main .ctLeft .detail .spec ul li {
	width: 157px;
	margin:5.5px 4px;
}

.main .ctLeft .detail .popSelect p {
	margin:0;
}

.main .ctLeft .detail .popSelect ul {
	margin: 0 0 0 27.5%;
}

.main .ctLeft .detail .popSelect ul li {
	width: 157px;
	margin:5.5px 4px;
}

.main .ctLeft .detail .dlAbout .tableBox dl dt {
	width: 230px;
}

}

/* --------------------------------------------------------------------------------------
 商品ラインナップ 機種 modal
--------------------------------------------------------------------------------------- */
.modalarea{
	display: none;
}
.book-modal{
	width: 750px;
	background: #FFF;
	padding-top: 42px;
	padding-bottom: 14px;
	border-radius: 12px;
}
.modal-title{
	position: relative;
	padding: 0 0 0 27px;
	font-size: 150%;
	width: 663px;
	margin: 0 auto 42px auto;
}
.modal-title:before{
	position: absolute;
	left: 0;
	top: 4%;
	content: url(/img/products/modal_ico_circle_pachinko.png);
}
.theme-slot .modal-title:before{
	content: url(/img/products/modal_ico_circle_slot.png);
}
.theme-catalog .modal-title:before{
	content: url(/img/products/modal_ico_circle_catalog.png);
}
.modal-body{
	width: 690px;
	margin: 0 auto;
}
.two-books .modal-body{
	width: 460px;
}
.modal-body:after{
	content: '';
	display: block;
	clear: both;
}
.modal-body .item{
	float: left;
	width: 210px;
	text-align: center;
	margin:0 10px 42px 10px;
}
.modal-body .item.ico-new .item-img:before{
	content: '';
	width: 39px;
	height:11px;
	display: block;
	background: url(/img/book/ico_new.png) 0 0 no-repeat;
	position: absolute;
	right: -8px;
	top:-6px;
	z-index: 2;
}
.modal-body .item a{
	text-decoration: none;
}
.modal-body .item-img{
	position: relative;
	width: 140px;
	margin: 0 auto 15px auto;
}
.modal-body .item-text{
	min-height: 9.2em;
}
.modal-body .item-title{
	font-size: 14px;
	margin-bottom: 3px;
}
.modal-body .item-spac{
	font-size: 12px;
	margin-bottom: 3px;
}
.modal-body .item-type{
	color: #8c8c8c;
	font-size: 11px;
}

.modal-body .item a:hover .item-img img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* --------------------------------------------------------------------------------------
 商品ラインナップ 機種 THEME
--------------------------------------------------------------------------------------- */
.main .ctLeft .detail h2,
.main .ctLeft .theme-pachinko h2{
	background-image: url(/img/common/common_ico_06.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.main .ctLeft .theme-slot h2{
	background-image: url(/img/common/common_ico_11.png);
}
.main .ctLeft .detail .pagemenu01 > li.off span:before,
.main .ctLeft .theme-pachinko .pagemenu01 > li.off span:before{
	background-image: url(/img/products/product_ico_02.png);
}
.main .ctLeft .theme-slot .pagemenu01 > li.off span:before{
	background-image: url(/img/products/product_ico_10.png);
}
.main .ctLeft .detail .pagemenu01 > li,
.main .ctLeft .theme-pachinko .pagemenu01 > li{
	background:#51b3b3;
}
.main .ctLeft .theme-slot .pagemenu01 > li{
	background:#fa73c8;
}
.main .ctLeft .detail .pagemenu01 > li a:hover,
.main .ctLeft .theme-pachinko .pagemenu01 > li a:hover{
	background-color:#6bbebe;
}
.main .ctLeft .theme-slot .pagemenu01 > li a:hover {
	background-color:#fb96d6;
}
.main .ctLeft .detail .spec h4,
.main .ctLeft .theme-pachinko .spec h4{
	background-image: url(/img/common/common_ico_07.png);
}
.main .ctLeft .theme-slot .spec h4{
	background-image: url(/img/common/common_ico_26.png);
}
.main .ctLeft .detail .spec ul li,
.main .ctLeft .theme-pachinko .spec ul li {
	border-color: #51b3b3;
}
.main .ctLeft .theme-slot .spec ul li {
	border-color: #fa73c8;
}
.main .ctLeft .detail .spec ul li a:hover,
.main .ctLeft .detail .spec ul li a.active,
.main .ctLeft .theme-pachinko .spec ul li a:hover,
.main .ctLeft .theme-pachinko .spec ul li a.active{
	background-color:#51b3b3;
}
.main .ctLeft .theme-slot .spec ul li a:hover,
.main .ctLeft .theme-slot .spec ul li a.active{
	background-color: #fa73c8;
}
.main .ctLeft .detail .spec ul li a,
.main .ctLeft .theme-pachinko .spec ul li a{
	background-image: url(/img/common/common_ico_09.png);
}
.main .ctLeft .theme-slot .spec ul li a{
	background-image: url(/img/common/common_ico_27.png);
}
.main .ctLeft .detail .bxslider .leftBox .ttl,
.main .ctLeft .theme-pachinko .bxslider .leftBox .ttl{
	background:#51b3b3;
}
.main .ctLeft .theme-slot .bxslider .leftBox .ttl{
	background:#fa73c8;
}
.main .ctLeft .detail .bxslider .rightBox table th,
.main .ctLeft .theme-pachinko .bxslider .rightBox table th{
	color:#51b3b3;
}
.main .ctLeft .theme-slot .bxslider .rightBox table th{
	color:#fa73c8;
}
.main .ctLeft .detail .bx-wrapper .bx-prev,
.main .ctLeft .theme-pachinko .bx-wrapper .bx-prev{
	background-image: url(/img/products/product_arw_01.png);
}
.main .ctLeft .detail .bx-wrapper .bx-next,
.main .ctLeft .theme-pachinko .bx-wrapper .bx-next {
	background-image:url(/img/products/product_arw_02.png);
}
.main .ctLeft .theme-slot .bx-wrapper .bx-prev{
	background-image: url(/img/products/product_arw_03.png);
}
.main .ctLeft .theme-slot .bx-wrapper .bx-next {
	background-image:url(/img/products/product_arw_04.png);
}
.main .ctLeft .detail .campaignInfo,
.main .ctLeft .theme-pachinko .campaignInfo{
	border-color: #51b3b3;
}
.main .ctLeft .detail .campaignInfo dt,
.main .ctLeft .theme-pachinko .campaignInfo dt{
	background: #51b3b3;
}
.main .ctLeft .theme-slot .campaignInfo{
	border-color: #fa73c8;
}
.main .ctLeft .theme-slot .campaignInfo dt {
	background: #fa73c8;
}
.main .ctLeft .detail .campaignInfo dd a,
.main .ctLeft .theme-pachinko .campaignInfo dd a{
	background-image: url(/img/common/common_ico_22.png);
}
.main .ctLeft .theme-slot .campaignInfo dd a{
	background-image: url(/img/common/common_ico_28.png);
}


/* --------------------------------------------------------------------------------------
 遊技小冊子一覧 電子カタログ一覧
--------------------------------------------------------------------------------------- */
.book {
	background: url(/img/common/title_bg_book.png) repeat-x center top;
}

.book .ctRight ul li.act a {
	background:#fff3e8 url(/img/common/common_ico_29.png) no-repeat 258px center;
}

.catalog .ctRight ul li.act a {
	background:#fef5f7 url(/img/common/common_ico_30.png) no-repeat 258px center;
}

.book .ctLeft .listTitle01{
	background: url(/img/common/list_title_book.png) no-repeat center top!important;
	margin-bottom: 0;
}

.catalog .ctLeft .listTitle01 {
	margin-bottom: 0;
}

.book .ctLeft .bookLineupList,
.catalog .ctLeft .bookLineupList{
	padding-bottom: 70px;
}
.book .ctLeft .bookLineupList .book-wrap:after,
.catalog .ctLeft .bookLineupList .book-wrap:after{
	content: '';
	display: block;
	width:100%;
	height:1px;
	background: #dcdcdc;
	margin-top: -1px;
	position: relative;
	z-index: 5;
}
.book .ctLeft .bookLineupList ul,
.catalog .ctLeft .bookLineupList ul{
	border-top: #dcdcdc 1px solid;
}
.book .ctLeft .bookLineupList ul:after,
.catalog .ctLeft .bookLineupList ul:after{
	content: '';
	display: block;
	clear: both;
}
.book .ctLeft .bookLineupList ul li,
.catalog .ctLeft .bookLineupList ul li{
	float: left;
	width: 25%;
	padding: 3% 0 0 0;
	margin-bottom: 0;
	background: url(/img/common/side_bg_01.png) repeat-x center bottom;
}
.book .ctLeft .bookLineupList ul li a,
.catalog .ctLeft .bookLineupList ul li a{
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.book .ctLeft .bookLineupList ul li a .item-img,
.catalog .ctLeft .bookLineupList ul li a .item-img{
	width: 78%;
	max-width: 210px;
	position: relative;
	margin: 0 auto 10px auto;
}
.book .ctLeft .bookLineupList ul li a .item-img img,
.catalog .ctLeft .bookLineupList ul li a .item-img img{
	width: 100%;
}

.book .ctLeft .bookLineupList ul li.ico-new a .item-img:before,
.catalog .ctLeft .bookLineupList ul li.ico-new a .item-img:before{
	content: '';
	width: 39px;
	height:11px;
	display: block;
	background: url(/img/book/ico_new.png) 0 0 no-repeat;
	position: absolute;
	right: -8px;
	top:-6px;
	z-index: 2;
}
.book .ctLeft .bookLineupList ul li a,
.catalog .ctLeft .bookLineupList ul li a{
	text-decoration: none;
}
.book .ctLeft .bookLineupList ul li a .item-text,
.catalog .ctLeft .bookLineupList ul li a .item-text{
	min-height: 9.2em;
}
.book .ctLeft .bookLineupList ul li a .item-title,
.catalog .ctLeft .bookLineupList ul li a .item-title{
	font-size: 14px;
	margin-bottom: 3px;
}
.book .ctLeft .bookLineupList ul li a .item-spac,
.catalog .ctLeft .bookLineupList ul li a .item-spac{
	font-size: 12px;
	margin-bottom: 3px;
}
.book .ctLeft .bookLineupList ul li a .item-type,
.catalog .ctLeft .bookLineupList ul li a .item-type{
	color: #8c8c8c;
	font-size: 11px;
}
@media screen and (max-width: 1200px) {
	.book .ctLeft .bookLineupList ul li a .item-title,
	.catalog .ctLeft .bookLineupList ul li a .item-title{
		font-size: 12px;
	}
	.book .ctLeft .bookLineupList ul li a .item-spac,
	.catalog .ctLeft .bookLineupList ul li a .item-spac{
		font-size: 11px;
	}
	.book .ctLeft .bookLineupList ul li a .item-type,
	.catalog .ctLeft .bookLineupList ul li a .item-type{
		font-size: 10px;
	}
}
.book .ctLeft .bookLineupList ul li a:hover .item-img img,
.catalog .ctLeft .bookLineupList ul li a:hover .item-img img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.hall-caution {
	width: 350px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border: 1px solid #ff0000;
}

/* パチンコ遊技機重量 */
.loggedIn02.weight .ctLeft .listTitle01{
  background: url(/img/common/list_title_weight.png) no-repeat center top !important;;
}
.loggedIn02.weight .ctLeft .all > h2{
  background: url(/img/common/common_ico_31.png) no-repeat left center;
}
.main.weight .ctLeft{
  letter-spacing: 0.08em;
}
.weight-list-detail{
  display: block;
  line-height: 18px;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.weight-list-detail__note::before{
  display: block;
  font-size: 10px;
}
.weight-list-detail__note--e::before{
  content: "※ガラス込みの重量となります。遊技玉の重量は含みません。";
}
.weight-list-detail__note--p::before{
  content: "※ガラス込みの重量となります。";
}