@charset "utf-8";

/* ------- header ------- */


body#home {
	background: none;
}

body#home #header_content{
	background:none;
	background-size: 100%;
	
}



body#home #logo {
	display:none;

}


/* banner*/

.bnr_info {
	margin:0 0 12px 0!important;

}

#top_banner_container {
	width: 100%;
	margin: 0 auto;	
}


#top_banner {
	background: url(../img/basic/top_banner_bg.png) center center repeat;
	text-align:center;
	
}

#top_banner img {
	width:96%;
	margin-top: 16px;
	margin-bottom:8px;
	float: none;
	height: auto;
}

#top_banner_sp .bnr_info {
	width: 80%!important;
}

#top_banner_sp {
	display:block;
	width: 92%;
	margin:-4px auto 0px auto;
	padding:0;
	overflow:hidden;
}

#top_banner_sp ul {
	width: 100%;
	margin: 0px auto 12px auto;
}
#top_banner_sp ul li {
	float: left;
	display: block;
	text-indent:-9999px;
	padding: 0;
	width: 50%;
	

}

#top_banner_sp ul li a {
	display: block;
	width: 100%;
	height: 70px;
}

#top_banner_sp ul li#snav_mjnet a {
	background: url(../img/index/snav_mjnet_sp.png) center top no-repeat;
	background-size:100%;
}

#top_banner_sp ul li#snav_loc a {
	background: url(../img/index/snav_loc_sp.png) center top no-repeat;
	background-size:100%;
}

/* スライダー */


#slide_info {
	width: 100%;
	margin: 0 auto 24px auto;
	position:relative;
	background: -moz-linear-gradient(left, rgba(14,33,25,0) 0%, rgba(14,33,25,0.5) 50%, rgba(14,33,25,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(14,33,25,0) 0%,rgba(14,33,25,0.5) 50%,rgba(14,33,25,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(14,33,25,0) 0%,rgba(14,33,25,0.5) 50%,rgba(14,33,25,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 12px 0px 12px 0px;
}


#next {
	display: block;
	width:40px;
	height: 62px;
	background:url(../img/index/slide_right.png) left top no-repeat;
	background-size: 100%;
	text-indent:-9999px;
	position: absolute;
	bottom:38px;
	right:-2px;
	cursor:pointer;
}

#next:hover,
#prev:hover {
	opacity:0.5;
}

#prev {
	display: block;
	width:40px;
	height: 62px;
	background:url(../img/index/slide_left.png) left top no-repeat;
	background-size: 100%;
	text-indent:-9999px;
	position: absolute;
	bottom:38px;
	left:-2px;
	cursor:pointer;
}

#pager1.cycle-pager {
	height: 13px;
	margin: 10px auto 0px auto;	
	position: absolute;
    left: 50%;
	float:left;
	top: 120px;
}

#pager1.cycle-pager span {
	display: block;
	width:13px;
	height: 13px;
	background:url(../img/index/page02.png)left top no-repeat;
	text-indent:-9999px;
	float:left;
	margin: 4px 4px 0px 4px;
	 position: relative;
    left: -50%;
}

#pager1.cycle-pager span.cycle-pager-active {
	background:url(../img/index/page01.png)left top no-repeat;
}

.slideshow {
	width: 320px!important;
	margin:0 auto;

}

.slideshow img {
	width: 150px;
	margin: 0 4px;
	
}


/* banner*/

/* news */

#news_list a {
	display:none;
}

#sidenav_sp {
	display:block;
	margin:0 4% 0 4%;
	z-index: 999;
	width:92%;
}

ul#sidenav_sp li {
	width: 23%;
	background:url(../img/index/sidenav_btn_sp.png) left bottom no-repeat;
	background-size:100%;
	float:left;
	text-align: center;
	color: #051f17;
	text-decoration: none;
	cursor:pointer;
	padding:3% 1% 1% 0;
	font-size:76%;
}

ul#sidenav_sp li.select {
	width: 27%;
	background:url(../img/index/sidenav_btn_on_sp.png) left bottom no-repeat;
	background-size:100%;
	color: #cfcdaf;
}

.tab{overflow:hidden;}
.hide {display:none;}

.newsContent {
margin: 0% 2% 24px 2%;
width: auto;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
position: relative;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center top no-repeat,url(../img/basic/maincontent_bg.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 4%;
}

.newsContent:before,
.newsContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.newsContent:before{
position: absolute;
left:0;
}

.newsContent:after{
position: absolute;
right:0;
top:0;
}

.link_btn.center {
	text-align:center;	
	
}

.news_link_btn a {
	display:block;
	background: -moz-linear-gradient(top, #0b965d 0%, #096e44 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b965d 0%,#096e44 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b965d 0%,#096e44 100%);
	color: #d2d2d2;
	border: solid 2px #095537; 
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.2em 1.0em 0.1em 2.0em;
	font-size: 90%;
	width: 80%;
	margin: 0 auto;
}

.nwslink_btn a:hover {
	color: #fff;
}

/* news h1タイトル */

.newsContent h1 {
	text-align:center;	
	height: 64px;
	padding: 12px 0 0 0;
	background: url(../img/news/pagetitle_sp.png) center 12px no-repeat;
	text-indent:-9999px;
	background-size: 80%;
}

 
.newsContent p {
	margin-bottom: 10px;
	clear: both;
	font-size: 90%;
	border-bottom: rgba(106,137,125,.7) 1px solid;
	padding-bottom: 10px;
	padding-top:4px;
}

.newsContent p:last-of-type {
	margin-bottom: 8px;
	padding-bottom: 0px;
	border-bottom: none;
}

.newsContent p a {
	color:#b7b7b7;	
	text-decoration:none;
	line-height: 110%;
}

.newsContent p a:hover {
	text-decoration:underline;
}

.newsContent_content {
	width:83%;
	margin:-2px 4% 4% 4%;	
	background: url(../img/basic/content_bg.jpg) center top repeat-y,#12271f;
	background-size:100%;
	border-left: #6a8a7d solid 2px;
	border-right: #6a8a7d solid 2px;
	border-bottom: #6a8a7d solid 2px;
	border-radius: 2px;
	padding: 4%;
	clear:both;
	z-index: 1;
}


/*更新情報追加分*/

.news_item {
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #4f6b60;
}
.news_date {
	color: #13b382;
	font-size: 90%;
	float: left;
	margin-right: 6px;
}
.cat_icon {
	display: inline-block;
	float: left;
}
.cat_icon.更新情報 {
	background-color: #884a58;
	display: inline;
    margin-left: 4px;
    padding: 1px 12px 0px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #ffffff;
}
.cat_icon.イベント情報 {
	background-color:#7e782b;
	display: inline;
    margin-left: 4px;
    padding: 1px 12px 0px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #ffffff;
}
.cat_icon.障害情報 {
	background-color:#27516d;
	display: inline;
    margin-left: 4px;
    padding: 1px 12px 0px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #ffffff;
}
.new_icon {
	color: #ffcc00;
	font-size: 84%;
	font-weight: bold;
	float: right;
}

/*.news_date {
	color:#13b382;
	font-size: 90%;	
	float:left;
	margin-right: 4px;
	margin-bottom:4px;
}

.news_category_update {
	background: rgba(173,154,49,.7);
	border: #968933 solid 1px;
	border-radius: 20px;
	color:#f3f2e0;
	font-size: 80%;
	width: 100px;
	float:left;
	text-align:center;
	line-height:100%;
	padding:4px 0px 2px 0px;
}

.news_category_event {
	background: rgba(177,71,100,.7);
	border: #54203e solid 1px;
	border-radius: 20px;
	color:#eaeaea;
	font-size: 80%;
	width: 100px;
	float:left;
	text-align:center;
	line-height:100%;
	padding:4px 0px 2px 0px;
}

.news_category_info {
	background: rgba(42,94,139,.7);
	border: #274e6d solid 1px;
	border-radius: 20px;
	color:#eaeaea;
	font-size: 80%;
	width: 100px;
	float:left;
	text-align:center;
	line-height:100%;
	padding:4px 0px 2px 0px;
}*/

/* newsおわり */

/* appli */
.appliContent {
	display:none;
margin: 0% 2% 24px 2%;
width: auto;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
position: relative;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center top no-repeat,url(../img/basic/maincontent_bg.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 40px;
}

.appliContent:before,
.appliContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.appliContent:before{
position: absolute;
left:0;
}

.appliContent:after{
position: absolute;
right:0;
top:0;
}

/* appli h1タイトル */

.appliContent h1 {
	text-align:center;	
	height: 64px;
	padding: 12px 0 0 0;
	background: url(../img/index/pagetitle_appli_sp.png) center 12px no-repeat;
	text-indent:-9999px;
	background-size: 80%;
}

 
.appliContent p {
	clear: both;
	color:#d2d2d2;
	margin-bottom: 10px;
	line-height:180%;
	text-align:left;
}

.appliContent p a {
	color:#86d0b2;
	text-decoration:none;
	line-height: 110%;
}

.appliContent p a:hover {
	color:#86d0b2!important;	
	text-decoration:underline;
}

.appliContent_content {
	width: 89%;
	margin: -2px 2% 0 2%;
	background: url(../img/basic/content_bg.jpg) center top repeat-y,#12271f;
	background-size: 100%;
	border: #6a8a7d solid 2px;
	border-radius: 2px;
	padding: 3%;
	clear: both;
	z-index: 1;
}



.appliContent_content .img_left{
	margin-right:10px;
	margin-bottom:0px;
}
.appliContent_content .img_left img {
	width: 330px;
}
.appli_text {
	float: none;

	border-radius: 4px;
}

.appli_bnr {
	clear: both;
	padding-top:16px;	
}

.appli_bnr img {
	width:100%;		
	
}

#appli_tokuten{
    padding: 10px;
    border-radius: 5px;
    background: rgba(41,84,70,0.5);
    text-align: center;
	overflow:hidden;
}


.link_btn {
	
}

.link_btn.center {
	text-align:center;	
	
}

.link_btn a {
	display:inline-block;
	background: url(../img/basic/link_btn_icon.png) 1em center no-repeat, -moz-linear-gradient(top, #0b965d 0%, #096e44 100%); /* FF3.6-15 */
	background: url(../img/basic/link_btn_icon.png) 1em center no-repeat,-webkit-linear-gradient(top, #0b965d 0%,#096e44 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/basic/link_btn_icon.png) 1em center no-repeat,linear-gradient(to bottom, #0b965d 0%,#096e44 100%);
	color: #d2d2d2;
	border: solid 2px #095537; 
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.2em 1.0em 0.1em 2.0em;
	font-size: 90%;
	
}

.link_btn a:hover {
	color: #fff;
}

.rendo_bnr {
	margin: 0% 2% 24px 2%;
}

.rendo_bnr img {
	max-width: 100%;
}

/* appliおわり */


/* プロ雀士 */
.proContent {
margin: 0% 2% 24px 2%;
width: auto;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
position: relative;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center top no-repeat,url(../img/index/content_bg_pro.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 4%;
}

.proContent:before,
.proContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.proContent:before{
position: absolute;
left:0;
}

.proContent:after{
position: absolute;
right:0;
top:0;
}

/* pro h1タイトル */

.proContent h1 {
	text-align:center;	
	height: 64px;
	padding: 12px 0 0 0;
	background: url(../img/index/pagetitle_pro_sp.png) center 12px no-repeat;
	text-indent:-9999px;
	background-size: 80%;
}

 
.proContent p {
	clear: both;
	color:#d2d2d2;
	margin-bottom: 10px;
}

.proContent p a {
	color:#13b382;	
	text-decoration:none;
	line-height: 110%;
}

.proContent p a:hover {
	color:#13b382!important;	
	text-decoration:underline;
}

.proContent_content {
	width: 82%;
	margin: -2px auto 0 auto;
	background:#1f0808;
	background-size: 100%;
	border: #7f5d5d solid 2px;
	border-radius: 2px;
	padding-top: 4%;
	padding-right: 4%;
	padding-left: 4%;
	padding-bottom: 4%;
	clear: both;
	z-index: 1;
	text-align:center;
}

.proContent_movie {
	width: 262px;
	height:147px;
	margin: -2px auto 0 auto;
	background:#1f0808;
	background-size: 100%;
	border: #7f5d5d solid 2px;
	border-radius: 2px;
	clear: both;
	z-index: 1;
	text-align:center;
	
}

.proContent_content .img_left img {
	width: 200px;		
}

#pro_member {
	color:#e13000;
	font-size: 400%;	
	background:url(../img/index/pro_member.png) right bottom no-repeat;
	text-align: center; 
	padding: 16px 30px 0 30px;
	line-height:0.7em;
	display:inline-block;
}

#pro_link {
	clear:both;	
	background:#450405;
	text-align:center;
	margin: 0 4% 0 4%;
	padding: 4% 0 0 0;
}

#pro_link_sp {
	clear:both;	
	background:#450405;
	text-align:center;
	margin: 4% 3% 0 3%;
	padding: 0;
	overflow:hidden;
}

#pro_link_sp img {
	width: 50%;
	float:left;
}

#pro_link img {
	margin-bottom:4%;	
}

#pro_link a:hover {
	opacity:0.7;	
}


/* プロ雀士おわり */

/* Twitter */
.twContent {
margin: 0% 2% 24px 2%;
width: auto;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
position: relative;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center top no-repeat,url(../img/index/content_bg_tw.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 4%;
}

.twContent:before,
.twContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.twContent:before{
position: absolute;
left:0;
}

.twContent:after{
position: absolute;
right:0;
top:0;
}

/* Twitter h1タイトル */

.twContent h1 {
	text-align:center;	
	height: 64px;
	padding: 12px 0 0 0;
	background: url(../img/index/playbonus_title.png) center 12px no-repeat;
	text-indent:-9999px;
	background-size: 80%;
}

 
.twContent p {
	clear: both;
	color:#d2d2d2;
	margin-bottom: 10px;
}

.twContent p a {
	color:#13b382;	
	text-decoration:none;
	line-height: 110%;
}

.twContent p a:hover {
	color:#13b382!important;	
	text-decoration:underline;
}

.twContent_content {
  width: 90%;
  margin: 0 auto 4% auto;
  padding: 0;
  clear: both;
  z-index: 1;
  text-align: center;
  border: solid 2px #71888f;
  border-radius: 2px;
  height: 622px;
}

.twContent_content .img_left img {
	width: 200px;		
}


.twContent .link_btn.center {
	text-align:center;	
}

.twContent .link_btn a {
	display:block;
	background: -moz-linear-gradient(top, #1e7da8 0%, #0175e7e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e7da8 0%,#175e7e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e7da8 0%,#175e7e 100%);
	color: #d2d2d2;
	border: solid 2px #13485f; 
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.1em 1.0em 0em 1.0em;
	font-size: 100%;
	width: 30%;
	margin: 20px auto 0 auto;
}

.twContent .link_btn a:hover {
	color: #fff;
}
#playbonus_link {
	clear:both;
	background:#10455e;
	text-align:center;
	margin: 0 4% 0 4%;
	padding: 4% 0 0 0;
}

#playbonus_link img {
	margin-bottom:4%;	
}

#playbonus_link a:hover {
	opacity:0.7;	
}


/* Twitterおわり */


/* 店舗検索 */
.locContent {
margin: 0% 2% 24px 2%;
width: auto;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
position: relative;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center top no-repeat,url(../img/index/content_bg_loc.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 4%;
}

.locContent:before,
.locContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.locContent:before{
position: absolute;
left:0;
}

.locContent:after{
position: absolute;
right:0;
top:0;
}


.locContent .link_btn {
	display:block;
	background:  -moz-linear-gradient(top, #a8a01e 0%, #7e6e17 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, #a8a01e 0%,#7e6e17 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #a8a01e 0%,#7e6e17 100%);
	color: #d2d2d2;
	border: solid 2px #13485f; 
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.2em 1.0em 0.1em 1.0em;
	font-size: 100%;
	width: 80%;
	margin: 0 auto;
}

.locContent .link_btn a:hover {
	color: #fff;
}


/* loc h1タイトル */

.locContent h1 {
	text-align:center;	
	height: 64px;
	padding: 12px 0 0 0;
	background: url(../img/index/pagetitle_loc_sp.png) center 12px no-repeat;
	text-indent:-9999px;
	background-size: 80%;
}

 
.locContent p {
	clear: both;
	color:#d2d2d2;
	margin-bottom: 10px;
}

.locContent p a {
	color:#13b382;	
	text-decoration:none;
	line-height: 110%;
}

.locContent p a:hover {
	color:#13b382!important;	
	text-decoration:underline;
}

.locContent_content {
	width: 90%;
	margin: 0 auto 4% auto;
	padding:0;
	clear: both;
	z-index: 1;
	text-align:center;
	border: solid 2px #71888f;
	border-radius: 2px;
	height: 460px;
}

.locContent_content .img_left img {
	width: 200px;		
}


.locContent .link_btn.center {
	text-align:center;	
}

.locContent .link_btn {
	display:block;
	background:  -moz-linear-gradient(top, #a8a01e 0%, #7e6e17 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, #a8a01e 0%,#7e6e17 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #a8a01e 0%,#7e6e17 100%);
	color: #d2d2d2;
	border: solid 2px #5f5b13; 
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.1em 1.0em 0em 1.0em;
	font-size: 100%;
	width: 30%;
	margin: 20px auto 0px auto;
}

.locContent .link_btn a:hover {
	color: #fff;
}



/* Twitterおわり */

#mainvisual {
	position:relative;
margin: 0% 2% 20px 2%;
width: 96%;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background-size:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
float:none;
}

#mainvisual_content {
	width:100%;
	border-radius: 2px;
	clear:both;
	z-index: 1;
	position:relative;
}


#mainvisual .cycle-slideshow img {
	max-width: 99%;
	height:auto;
	z-index:999;
}

.slide{
	position: relative;	
}

#mainvisual_frame_t {
	position:absolute;
	left:-3px;
	top:-4px;
	width: 60px;
}

#mainvisual_frame_b {
	position:absolute;
	right:-2px;
	bottom:-3px;
	width: 60px;
}


#mainvisual_frame_t img,#mainvisual_frame_b img {
	height:auto;	
}


#mainvisual:before,
#mainvisual:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

#mainvisual:before{
position: absolute;
left:0;
}

#mainvisual:after{
position: absolute;
right:0;
top:0;
}


.cycle-slideshow img {
	margin-left:2px;
	max-width: 96%;

}

/* ------- side column ------- */
#side_column {
	width: 312px;
	float: right;
}

#movie {
	width: 312px; /* before padding 312px */
	height: 241px; /* before padding 265px */
	background: url(../img/home/movie_bg-trans.png) center top no-repeat;
	margin-bottom: 10px;
	padding-top: 84px;
	text-align: center;
}
#movie iframe {
	width: 251px;
	height: 141px;
}
#movie #goto_movie {
	width: 271px;
	height: 60px;
	margin: 15px auto 0px;
	background:url(../img/home/btn_goto_movie_on.png) center top no-repeat;
}
#movie #goto_movie a {
	width: 271px;
	height: 60px;
	display: block;
	background:url(../img/home/btn_goto_movie_off.png) center top no-repeat;
}
#movie #goto_movie a:hover {
	filter:alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
#bnr_01,
#bnr_sega_id,
#bnr_aime {
	width: 312px;
	height: 83px;
}
#bnr_01 {
	background: url(../img/home/bnr_01_on-trans.png) center top no-repeat;	
}
#bnr_sega_id {
	background: url(../img/home/bnr_03_on-trans.png) center top no-repeat;	
}
#bnr_aime {
	background: url(../img/home/bnr_02_on-trans.png) center top no-repeat;	
	margin-bottom: 15px;
}

#bnr_01 a {
	width: 312px;
	height: 83px;
	background: url(../img/home/bnr_01-trans.png) center top no-repeat;
	display: block;
}
#bnr_sega_id a {
	width: 312px;
	height: 83px;
	background: url(../img/home/bnr_03-trans.png) center top no-repeat;	
	display: block;
}
#bnr_aime a {
	width: 312px;
	height: 83px;
	background: url(../img/home/bnr_02-trans.png) center top no-repeat;	
	display: block;
}
#bnr_01 a:hover,
#bnr_sega_id a:hover,
#bnr_aime a:hover {
	filter:alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#bnr_card,
#bnr_support,
#bnr_policy,
#bnr_inquiry {
	width: 312px;
	height: 53px;
}
#bnr_card {
	background: url(../img/home/bnr_card_on-trans.png) center top no-repeat;	
}
#bnr_support {
	background: url(../img/home/bnr_support_on-trans.png) center top no-repeat;	
}
#bnr_policy {
	background: url(../img/home/bnr_policy_on-trans.png) center top no-repeat;	
}
#bnr_inquiry {
	background: url(../img/home/bnr_inquiry_on-trans.png) center top no-repeat;	
}

#bnr_card a {
	width: 312px;
	height: 53px;
	background: url(../img/home/bnr_card-trans.png) center top no-repeat;
	display: block;
}
#bnr_support a {
	width: 312px;
	height: 53px;
	background: url(../img/home/bnr_support-trans.png) center top no-repeat;
	display: block;
}
#bnr_policy a {
	width: 312px;
	height: 53px;
	background: url(../img/home/bnr_policy-trans.png) center top no-repeat;	
	display: block;
}
#bnr_inquiry a {
	width: 312px;
	height: 53px;
	background: url(../img/home/bnr_inquiry-trans.png) center top no-repeat;	
	display: block;
}
#bnr_card a:hover,
#bnr_support a:hover,
#bnr_policy a:hover,
#bnr_inquiry a:hover {
	filter:alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

.bnr_bottom {
	width: 100%;
	margin: 0 auto;	
	padding: 16px 0px 16px 0px;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 24px;
}


.bnr_bottom ul {
	width:100%;
	margin: 0 2% 0 0;
}

.bnr_bottom ul li {
	float: left;
	width: 46%;
	margin: 0 0 0 2%;
}

.bnr_bottom ul li img {
	width: 100%;
	height: auto;
}

/* news */
	
	
div#news_all div.更新情報,
div#news_all div.イベント情報,
div#news_all div.障害情報,
div#record div.news_all,
div#record div.イベント情報,
div#record div.障害情報,
div#event div.news_all,
div#event div.更新情報,
div#event div.障害情報,
div#disability_info div.news_all,
div#disability_info div.更新情報,
div#disability_info div.イベント情報 {
	display: none;
}

.feed {
  height: 490px;
  overflow-y: scroll;
  border-bottom: solid 1px #4f6b60;
}
	
	#news_all .news_item:nth-child(-n + 7) {
		display:block;
	} 
	
	#news_all .news_item:nth-child(-n + 7) .cat_icon {
		display:block!important;
	}
		
	#record .news_item.record:nth-of-type(-n + 7) {
		display:block;
	} 
	
	#event .news_item.event:nth-child(-n + 7) {
		display:block;
	} 
		
	#disability_info .news_item.disability_info:nth-child(-n + 7) {
		display:block;
	} 
		


@media screen and (min-width:641px) {


body#home {
	background: url(../img/basic/bg.jpg) center 50px no-repeat;
}

body#home #logo {
	display:block;

}

#nav-sp {
	display: none;
}


/* ------- main wrap ------- */
#wrap {
	width: 1020px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	overflow: hidden;
}

/* ------- main column ------- */


/* banner*/
#top_banner {
	background: url(../img/basic/top_banner_bg.png) center center repeat;
	text-align:center;
	padding: 12px 0 12px 0;
	margin-bottom:32px;
	overflow:hidden;
}

#top_banner img {
	width:auto;
	margin-top: 0px;
	margin-bottom:0px;
}

#top_banner_sp {
	display:none;	
}

.bnr_about {
	width: 430px!important;	
	margin: 0 10px!important;	
}

.bnr_info {
	width: auto!important;	
	margin-top: 14px!important;		
}

#top_banner_container {
	width: 930px;
	margin: 0 auto;	

}

/* スライダー */

#slide_info {
	width: 710px;
	 margin: 0 auto 8px auto;
	 position:relative;
	 background: -moz-linear-gradient(left, rgba(14,33,25,0) 0%, rgba(14,33,25,0.5) 50%, rgba(14,33,25,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(14,33,25,0) 0%,rgba(14,33,25,0.5) 50%,rgba(14,33,25,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(14,33,25,0) 0%,rgba(14,33,25,0.5) 50%,rgba(14,33,25,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 padding: 12px 0 6px 0;
}


#next {
	display: block;
	width: 45px;
	height:70px;
	background-repeat: no-repeat;
	background-position: left top no-repeat;
	background-image: url(../img/index/slide_right.png);
	text-indent: -9999px;
	position: absolute;
	bottom: 46px;
	right:-44px;
	cursor: pointer;
}

#next:hover,
#prev:hover {
	opacity:0.5;
}

#prev {
	display: block;
	width:45px;
	height: 70px;
	background:url(../img/index/slide_left.png) left top no-repeat;
	text-indent:-9999px;
	position: absolute;
	bottom:46px;
	left:-44px;
	cursor:pointer;
}

#pager1.cycle-pager {
	height: 13px;
	margin: 10px auto 0px auto;	
	position:absolute;
    left: 50%;
	float:left;
	top: 337px;
}

#pager1.cycle-pager span {
	display: block;
	width:13px;
	height: 13px;
	background:url(../img/index/page02.png)left top no-repeat;
	text-indent:-9999px!important;
	float:left;
	margin: 4px 4px 0px 4px;
	 position: relative;
    left: -50%;
}

#pager1.cycle-pager span.cycle-pager-active {
	background:url(../img/index/page01.png)left top no-repeat;
}

.slideshow {
	width: 690px!important;
	margin: 0 auto;
}

.slideshow img {
	width: 220px!important;
	height:auto;
	margin: 0 6px;
}



/* banner*/

#mainvisual_content {
	width:auto;
	border-left:none;
	border-right: none;
	border-radius: none;
	clear:both;
	z-index: 1;
	height: 337px;
}

#mainvisual .cycle-slideshow img {
	max-width: 100%;
	height:auto;
	border:none;
}

#mainvisual_frame_t {
	display:block;
	position:absolute;
	top:-6px;
	left:-4px;;
	z-index: 50;
}

#mainvisual_frame_b {
	display:block;
	position:absolute;
	bottom:-6px;
	right:-4px;;
	z-index: 50
}

#mainvisual_frame_t img, #mainvisual_frame_b img {
	width: 100%;
		
}

#mainvisual {
position:relative;
margin: 0% auto 40px auto;
width: 984px;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
}

#mainvisual:before,
#mainvisual:after {
height: 100%;
content:"";
display:block;
width:3px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

#mainvisual:before{
position: absolute;
left:0;
}

#mainvisual:after{
position: absolute;
right:0;
top:0;
}


.cycle-slideshow img {
	margin-left:3px;
	max-width: 100%;
	padding:0;
}


#top_content {
	width: 990px;
	margin:0 auto;	
	background:url(../img/basic/content_bg.png) 6px -60px no-repeat;
	padding: 40px 54px 0px 34px;
	overflow:hidden;
}

#top_main {
width: 670px;
float:left;
}

#top_right {
width: 290px;
float:right;
}

/* news */
	
	
div#news_all div.record,
div#news_all div.event,
div#news_all div.disability_info,
div#record div.news_all,
div#record div.event,
div#record div.disability_info,
div#event div.news_all,
div#event div.record,
div#event div.disability_info,
div#disability_info div.news_all,
div#disability_info div.record,
div#disability_info div.event {
	display: none;
}

.feed {
  height: 504px;
  overflow: hidden;
  border-bottom: solid 1px #4f6b60;

}
	
	#news_all .news_item:nth-child(-n + 7) {
		display:block;
	} 
	
	#news_all .news_item:nth-child(-n + 7) .cat_icon {
		display:block!important;
	}
		
	#record .news_item.record:nth-of-type(-n + 7) {
		display:block;
	} 
	
	#event .news_item.event:nth-child(-n + 7) {
		display:block;
	} 
		
	#disability_info .news_item.disability_info:nth-child(-n + 7) {
		display:block;
	} 
		
	
	#news_list { 
		text-align:center;
	}
	
#news_list a {
	background: url(../img/basic/link_btn_icon.png) .6em center no-repeat, -moz-linear-gradient(top, #0b965d 0%, #096e44 100%); /* FF3.6-15 */
	background: url(../img/basic/link_btn_icon.png) .6em center no-repeat,-webkit-linear-gradient(top, #0b965d 0%,#096e44 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/basic/link_btn_icon.png) .6em center no-repeat,linear-gradient(to bottom, #0b965d 0%,#096e44 100%);
	border: solid 2px #095537; 
	text-align:center;
	padding:0.1em 0.8em 0.1em 1.6em;
	display:inline-block;
	font-size:80%;
	border-radius: 4px;
}


#sidenav_sp {
	display:block;
	width: 100%;
}

ul#sidenav_sp li {
	width: 136px;
	height:24px;
	background:url(../img/index/sidenav_btn.png) left top no-repeat;
	float:left;
	text-align: center;
	color: #051f17;
	text-decoration: none;
	cursor:pointer;
	padding: 6px 4px 2px 0;
	font-size:90%;
}
ul#sidenav_sp li.select {
	background:url(../img/index/sidenav_btn_on.png) left top no-repeat;
	color: #cfcdaf;
	width: 136px;
}


.tab{overflow:hidden;}
.hide {display:none;}

.newsContent {
margin: 0% 2% 20px 2%;
width: 100%;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center -12px no-repeat,url(../img/basic/maincontent_bg.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 12px;
}

.newsContent:before,
.newsContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.newsContent:before{
position: absolute;
left:0;
}

.newsContent:after{
position: absolute;
right:0;
top:0;
}

/* news h1タイトル */


.newsContent h1 {
	text-align:center;	
	height: 60px;
	background: url(../img/index/pagetitle_news.png) center 8px no-repeat;
	text-indent:-9999px;
	padding-top: 8px;

}

 .newsContent p {
	margin-top: 4px;
	margin-bottom: 20px;
	 font-size: 100%;
}


  
.newsContent p.nb {
	margin-bottom: 0px;
}

.newsContent_content {
	width: 87%;
	margin-top: -2px;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	background: url(../img/basic/content_bg.jpg) center top repeat-y,#12271f;
	background-size: 100%;
	border: #6a8a7d solid 2px;
	border-radius: 2px;
	padding: 22px 22px 23px 22px;
	clear: both;
}

.news_date {
	font-size: 90%;	
	float:left;
	margin-right: 4px;
	margin-bottom:2px;
}

.news_category_update {
	background: rgba(173,154,49,.7);
	border: #968933 solid 1px;
	border-radius: 20px;
	color:#f3f2e0;
	font-size: 80%;
	width: 100px;
	float:left;
	text-align:center;
	line-height:100%;
	padding:4px 0px 2px 0px;
}




/* newsおわり */

/* appli */

.appliContent {
	display: block;
margin: 0% 2% 40px 2%;
width: 100%;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center -12px no-repeat,url(../img/basic/maincontent_bg.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 12px;
}

.appliContent:before,
.appliContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.appliContent:before{
position: absolute;
left:0;
}

.appliContent:after{
position: absolute;
right:0;
top:0;
}


.appliContent h1 {
	text-align:center;	
	height: 52px;
	background: url(../img/index/pagetitle_appli.png) center 8px no-repeat;
	text-indent:-9999px;
	padding-top: 8px;
	padding-bottom: 8px;
}


.appli_text {
	width: 236px;
	float: left;
	font-size: 90%;
	padding-top: 4px;
}




/* プロ雀士 */

.proContent {
margin: 0% 2% 20px 2%;
width: 100%;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center top no-repeat,url(../img/index/content_bg_pro.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 12px;
}

.proContent:before,
.proContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.proContent:before{
position: absolute;
left:0;
}

.proContent:after{
position: absolute;
right:0;
top:0;
}


.proContent h1 {
	text-align:center;	
	height: 52px;
	background: url(../img/index/pagetitle_pro.png) center 8px no-repeat;
	text-indent:-9999px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* Twitter */

.twContent {
margin: 0% 2% 20px 2%;
width: 100%;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center top no-repeat,url(../img/index/content_bg_tw.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 12px;
}

.twContent:before,
.twContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.twContent:before{
position: absolute;
left:0;
}

.twContent:after{
position: absolute;
right:0;
top:0;
}


.twContent h1 {
	text-align:center;	
	height: 52px;
	background: url(../img/index/playbonus_title.png) center 8px no-repeat;
	text-indent:-9999px;
	padding-top: 8px;
	padding-bottom: 8px;
}



.twContent .link_btn.center {
	text-align:center;	
}

.twContent .link_btn a {
	display:inline-block;
	background: url(../img/basic/link_btn_icon.png) 1em center no-repeat, -moz-linear-gradient(top, #1e7da8 0%, #0175e7e 100%); /* FF3.6-15 */
	background: url(../img/basic/link_btn_icon.png) 1em center no-repeat,-webkit-linear-gradient(top, #1e7da8 0%,#175e7e 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../img/basic/link_btn_icon.png) 1em center no-repeat,linear-gradient(to bottom, #1e7da8 0%,#175e7e 100%);
	color: #d2d2d2;
	border: solid 2px #13485f; 
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.2em 1.0em 0.1em 2.0em;
	font-size: 86%;
		width: auto;
	margin: 0 auto;
}

.twContent .link_btn a:hover {
	color: #fff;
}

	
	/* 店舗検索 */

.locContent {
margin: 0% 2% 20px 2%;
width: 100%;
height:100%;
border-top:2px solid #886704;
border-bottom:2px solid #886704;
border-radius: 2px;
box-shadow: inset 0 0 16px rgba(0,0,0,.5),0 0 16px rgba(0,0,0,.8);
background:url(../img/basic/maincontent_bg_top_sp.png) center top no-repeat,url(../img/index/content_bg_loc.jpg) center top repeat-y;
background-size:100%;
float:none;
padding-bottom: 12px;
}

.locContent:before,
.locContent:after {
height: 100%;
content:"";
display:block;
width:2px;
background: -moz-linear-gradient(top, #886704 25%, #886704 25%, #ccad00 50%, #886704 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #886704 25%,#886704 25%,#ccad00 50%,#886704 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#886704', endColorstr='#886704',GradientType=0 ); /* IE6-9 */
}

.locContent:before{
position: absolute;
left:0;
}

.locContent:after{
position: absolute;
right:0;
top:0;
}


.locContent h1 {
	text-align:center;	
	height: 52px;
	background: url(../img/index/pagetitle_loc.png) center 8px no-repeat;
	text-indent:-9999px;
	padding-top: 8px;
	padding-bottom: 8px;
}




.locContent .link_btn {
	background: url(../img/basic/link_btn_icon.png) 1em center no-repeat, -moz-linear-gradient(top, #a8a01e 0%, #7e6e17 100%); /* FF3.6-15 */
	background:url(../img/basic/link_btn_icon.png) 1em center no-repeat, -webkit-linear-gradient(top, #a8a01e 0%,#7e6e17 100%); /* Chrome10-25,Safari5.1-6 */
	background:url(../img/basic/link_btn_icon.png) 1em center no-repeat, linear-gradient(to bottom, #a8a01e 0%,#7e6e17 100%);
	color: #d2d2d2;
	border: solid 2px #5f5913; 
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.2em 1.0em 0.1em 2.0em;
	font-size: 86%;
	width: 70px;
	margin: 0 auto;
	display:  block;
}

.locContent .link_btn a:hover {
	color: #fff;
}

/* ------- side column ------- */
#side_column {
	width: 312px;
	float: right;
}

#movie {
	width: 312px; /* before padding 312px */
	height: 241px; /* before padding 265px */
	background: url(../img/home/movie_bg-trans.png) center top no-repeat;
	margin-bottom: 10px;
	padding-top: 84px;
	text-align: center;
}
#movie iframe {
	width: 251px;
	height: 141px;
}
#movie #goto_movie {
	width: 271px;
	height: 60px;
	margin: 15px auto 0px;
	background:url(../img/home/btn_goto_movie_on.png) center top no-repeat;
}
#movie #goto_movie a {
	width: 271px;
	height: 60px;
	display: block;
	background:url(../img/home/btn_goto_movie_off.png) center top no-repeat;
}
#movie #goto_movie a:hover {
	filter:alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
#bnr_01,
#bnr_sega_id,
#bnr_aime {
	width: 312px;
	height: 83px;
}
#bnr_01 {
	background: url(../img/home/bnr_01_on-trans.png) center top no-repeat;	
}
#bnr_sega_id {
	background: url(../img/home/bnr_03_on-trans.png) center top no-repeat;	
}
#bnr_aime {
	background: url(../img/home/bnr_02_on-trans.png) center top no-repeat;	
	margin-bottom: 15px;
}

#bnr_01 a {
	width: 312px;
	height: 83px;
	background: url(../img/home/bnr_01-trans.png) center top no-repeat;
	display: block;
}
#bnr_sega_id a {
	width: 312px;
	height: 83px;
	background: url(../img/home/bnr_03-trans.png) center top no-repeat;	
	display: block;
}
#bnr_aime a {
	width: 312px;
	height: 83px;
	background: url(../img/home/bnr_02-trans.png) center top no-repeat;	
	display: block;
}
#bnr_01 a:hover,
#bnr_sega_id a:hover,
#bnr_aime a:hover {
	filter:alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#bnr_card,
#bnr_support,
#bnr_policy,
#bnr_inquiry {
	width: 312px;
	height: 53px;
}
#bnr_card {
	background: url(../img/home/bnr_card_on-trans.png) center top no-repeat;	
}
#bnr_support {
	background: url(../img/home/bnr_support_on-trans.png) center top no-repeat;	
}
#bnr_policy {
	background: url(../img/home/bnr_policy_on-trans.png) center top no-repeat;	
}
#bnr_inquiry {
	background: url(../img/home/bnr_inquiry_on-trans.png) center top no-repeat;	
}

#bnr_card a {
	width: 312px;
	height: 53px;
	background: url(../img/home/bnr_card-trans.png) center top no-repeat;
	display: block;
}
#bnr_support a {
	width: 312px;
	height: 53px;
	background: url(../img/home/bnr_support-trans.png) center top no-repeat;
	display: block;
}
#bnr_policy a {
	width: 312px;
	height: 53px;
	background: url(../img/home/bnr_policy-trans.png) center top no-repeat;	
	display: block;
}
#bnr_inquiry a {
	width: 312px;
	height: 53px;
	background: url(../img/home/bnr_inquiry-trans.png) center top no-repeat;	
	display: block;
}
#bnr_card a:hover,
#bnr_support a:hover,
#bnr_policy a:hover,
#bnr_inquiry a:hover {
	filter:alpha(opacity=00);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

.bnr_bottom {
	width: 100%;
	margin: 0 auto;
	padding: 24px 0px 24px 0px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 0px;
	 background: -moz-linear-gradient(left, rgba(14,33,25,0) 0%, rgba(14,33,25,1) 50%, rgba(14,33,25,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(14,33,25,0) 0%,rgba(14,33,25,1) 50%,rgba(14,33,25,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(14,33,25,0) 0%,rgba(14,33,25,1) 50%,rgba(14,33,25,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bnr_bottom ul li {
	float: left;
	margin: 0 8px;
	width:auto;
}


.bnr_bottom ul {
	width:720px;
	margin: 0 auto;
}




}
