@charset "UTF-8";

/*------------------------------------------------------------------------------*/
/* 共通 */
/*------------------------------------------------------------------------------*/

body {
	background-color: #000;
	color: #fff;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}

a { color: #FFCE00; }
a:hover { color: #FF7F00; }

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

#container {
	width: 100%;
}
@media screen and (min-width:960px) {
	#container {
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
	}
	#container.bg1 {
		background-image: url(../images/pc/common/bg_chara01.jpg);
	}
	#container.bg2 {
		background-image: url(../images/pc/common/bg_chara02.jpg);
	}
	#container.bg3 {
		background-image: url(../images/pc/common/bg_chara03.jpg);
	}
	#container.bg4 {
		background-image: url(../images/pc/common/bg_chara04.jpg);
	}
	#container.bg5 {
		background-image: url(../images/pc/common/bg_chara05.jpg);
	}
	#container.bg6 {
		background-image: url(../images/pc/common/bg_chara06.jpg);
	}
	#container.bg7 {
		background-image: url(../images/pc/common/bg_chara07.jpg);
	}
	#container.bg8 {
		background-image: url(../images/pc/common/bg_chara08.jpg);
	}
	#container.bg9 {
		background-image: url(../images/pc/common/bg_chara09.jpg);
	}
	#container.bg10 {
		background-image: url(../images/pc/common/bg_chara10.jpg);
	}
	#container.bg11 {
		background-image: url(../images/pc/common/bg_chara11.jpg);
	}
	#container.bg12 {
		background-image: url(../images/pc/common/bg_chara12.jpg);
	}
}

#wrapper {
	margin: 0 auto;
}
#wrapper_inner {
	position: relative;
	background: url(../images/smart/common/bg_header.png) no-repeat center top;
	background-size: 100% auto;
}
@media screen and (min-width:640px) {
	#wrapper {
		background: url(../images/tablet/common/bg_container.png) repeat-y;
		width: 768px;
	}
	#wrapper_inner {
		padding: 0 10px;
		background: url(../images/tablet/common/bg_header.png) no-repeat center top;
		background-size: auto;
	}
}
@media screen and (min-width:960px) {
	#wrapper {
		background: url(../images/pc/common/bg_container.png) repeat-y;
		width: 980px;
	}
	#wrapper_inner {
		padding: 0 20px;
		background: url(../images/pc/common/bg_header.png) no-repeat center top;
	}
}

#sortCol {
	overflow: hidden;
	height: 0;
}


/* ヘッダー
------------------------------------------------------*/

#header {
	background: #000;
	padding: 3px 0;
	border-bottom: 1px solid #600;
}
#header p {
	margin: 0 auto;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width:640px) {
	#header p {
		padding: 0 14px;
		width: 740px;
		text-align: left;
	}
}
@media screen and (min-width:960px) {
	#header p {
		padding: 0 20px;
		width: 920px;
	}
}

#logo {
	width: 100%;
	/*padding-top: 15%;*/
}
#logo_20th {
	position: absolute;
	top: 3px;
	left: 0;
	width: 30%;
}
@media screen and (min-width:480px) {
	#logo img {
		width: 100%;
	}
}
@media screen and (min-width:640px) {
	#logo {
		width: auto;
		padding-top: 0;
	}
	#logo img {
		width: auto;
	}
	#logo_20th{
		top: 20px;
		left: auto;
		right: 2px;
		margin-top: 0;
		padding-top: 0;
		width: 210px;
	}
}
@media screen and (min-width:960px) {
	#logo_20th{
		right: 10px;
	}
}


/* ナビゲーション
------------------------------------------------------*/

#nav {
	display: none;
}

#navSP {
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
#navSP li {
	float: left;
	width: 50%;
}

#navSP li:nth-child(n+3)  {
	float: left;
	width: 33.333%;
}


#navSP li a {
	display: block;
	width: 100%;
}
#navSP li.gn_top a {
	background: url(../images/smart/common/btn_gn_top.png) no-repeat left top;
	background-size: 100%;
}

#navSP li.gn_top a:hover,
#home #navSP li.gn_top a {
	background-position: left bottom;
}
#navSP li.gn_news a {
	background: url(../images/smart/common/btn_gn_news.png) no-repeat;
	background-size: 100%;
}
#navSP li.gn_news a:hover,
#news #navSP li.gn_news a {
	background-position: left bottom;
}
#navSP li.gn_game a {
	background: url(../images/smart/common/btn_gn_game_3.png) no-repeat;
	background-size: 100%;
}
#navSP li.gn_game a:hover,
#game #navSP li.gn_game a {
	background-position: left bottom;
}
#navSP li.gn_goods a {
	background: url(../images/smart/common/btn_gn_goods_3.png) no-repeat;
	background-size: 100%;
}
#navSP li.gn_goods a:hover,
#goods #navSP li.gn_goods a {
	background-position: left bottom;
}
#navSP li.gn_special a {
	background: url(../images/smart/common/btn_gn_special.png) no-repeat;
	background-size: 100%;
}
#navSP li.gn_special a:hover,
#special #navSP li.gn_special a {
	background-position: left bottom;
}
@media screen and (min-width:640px) {
	#navSP{
		display:none;
	}
	
	#nav{
		display:block;
		margin-bottom:13px;
		width:748px;
	}
	#nav li{
		float:left;
		text-indent:-9999px;
	}
	
	#nav li a{
		display:block;
		background:url(../images/tablet/common/btn_gnavi.png) no-repeat;
		height:55px;
	}
	
	#nav li.gn_top a{
		background-position:0 0;
		width:108px;
	}
		#nav li.gn_top a:hover,
		#home #nav li.gn_top a{
			background-position:0 -55px;
		}
	
	#nav li.gn_news a{
		background-position:-108px 0;
		width:105px;
	}
		#nav li.gn_news a:hover,
		#news #nav li.gn_news a{
			background-position:-108px -55px;
		}
	
	#nav li.gn_game a{
		background-position:-318px 0;
		width:105px;
	}
		#nav li.gn_game a:hover,
		#game #nav li.gn_game a{
			background-position:-318px -55px;
		}
	
	#nav li.gn_goods a{
		background-position:-528px 0;
		width:105px;
	}
		#nav li.gn_goods a:hover,
		#goods #nav li.gn_goods a{
			background-position:-528px -55px;
		}
		
	#nav li.gn_special a{
		background-position:-738px 0;
		width:105px;
	}
		#nav li.gn_special a:hover,
		#special #nav li.gn_special a{
			background-position:-738px -55px;
		}
}
@media screen and (min-width:960px) {
	#nav{
		width:948px;
	}	
	#nav li a{
		background:url(../images/pc/common/btn_gnavi.png) no-repeat;
		height:60px;
	}
	
	#nav li.gn_top a{
		background-position:0 0;
		width:137px;
	}
		#nav li.gn_top a:hover,
		#home #nav li.gn_top a{
			background-position:0 -60px;
		}
	
	#nav li.gn_news a{
		background-position:-137px 0;
		width:135px;
	}
		#nav li.gn_news a:hover,
		#news #nav li.gn_news a{
			background-position:-137px -60px;
		}
	
	#nav li.gn_game a{
		background-position:-407px 0;
		width:135px;
	}
		#nav li.gn_game a:hover,
		#game #nav li.gn_game a{
			background-position:-407px -60px;
		}
	
	#nav li.gn_goods a{
		background-position:-677px 0;
		width:135px;
	}
		#nav li.gn_goods a:hover,
		#goods #nav li.gn_goods a{
			background-position:-677px -60px;
		}
	
	#nav li.gn_special a{
		background-position:-947px 0;
		width:137px;
	}
		#nav li.gn_special a:hover,
		#special #nav li.gn_special a{
			background-position:-947px -60px;
		}
}


/* フッター
------------------------------------------------------*/

#footer .inner {
	font-size: 12px;
	color: #333;
}
#footer .inner #copyright a{
	display:block;
	color:#ccc;
	margin-bottom:10px;
	margin-left:10px;
}
#footer .inner p {
	background: url(../images/pc/common/bg_footer_repeat.png) repeat-x center bottom;
	text-align: center;
}
#sns {
	padding-bottom: 9px;
	text-align: center;
}
#sns li {
    display: inline-block;
	overflow: hidden;
	/*float: left;*/
	/*width: 33.333%;*/
	margin: 0;
}
.twitter-share-button {
	/*width: 105px !important;*/
}
@media screen and (min-width:640px) {
	#footer {
		background: url(../images/tablet/common/bg_footer.jpg) no-repeat bottom center;
		position:relative;
	}
	#footer .inner {
		height: 35px;
	}
	#footer .inner #copyright{
		position:absolute;
		display:block;
		left:50%;
		margin-left:280px;
		bottom:0;
	}
	#footer .inner #copyright a{
		color:#fff;
		margin-bottom:22px;
	}
	#footer .inner p {
		display: none;
	}
	#sns {
		margin: 0 auto;
		padding-top: 8px;
		width: 410px;
		text-align: center;
	}
	#sns li {
		/*float: left;*/
		/*width: 135px !important;*/
      margin: 0 5px;
	}
	#sns li:nth-child(2) {
      vertical-align: top;
	}
	#sns li:nth-child(3) {
      width: 70px;
	}
}
@media screen and (min-width:960px) {
	#footer {
		background: url(../images/pc/common/bg_footer_repeat.png) repeat-x bottom;
		position:relative;
	}
	#footer .inner {
		background: url(../images/pc/common/bg_footer.png) no-repeat bottom center;
	}
	#footer .inner #copyright{
		position:absolute;
		display:block;
		left:50%;
		margin-left:376px;
		bottom:0;
	}
	#footer .inner #copyright a{
		color:#fff;
		margin-bottom:22px;
	}
	#footer .inner #copyright a:hover{
		color:#f00;
	}
}



/*------------------------------------------------------------------------------*/
/* トップページ */
/*------------------------------------------------------------------------------*/

/* スライドバナー
------------------------------------------------------*/

#slide {
	background: none;
	margin-bottom: 25px;
	padding: 0;
	width: 100%;
}
#slide #bnrCol {
	position: relative;
	float: none;
	overflow: hidden;
	margin: 0 auto;
	width: 320px;
	height: 133px;
}
#slide #bnrCol div {
	position: absolute;
	top: 0;
	left: 0;
	filter: Alpha(style=0, opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	-ms-filter : alpha(opacity=0);
}
#slide #bnrCol div:first-child {
	filter: Alpha(style=0, opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-ms-filter : alpha(opacity=100);
}
#slide #bnrCol div span {
	display: none;
}

#slide #thumbsCol {
	margin: 0 auto;
	padding: 10px 0 0 20px;
	width: 240px;
}
#slide #thumbsCol li {
	float: left;
	padding: 0 10px;
	background: url(../images/smart/top/btn_thumb.jpg) no-repeat center top;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-indent: -9999px;
	cursor: pointer;
}
#slide #thumbsCol li.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#slide #thumbsCol li div {
	width: 16px;
	height: 16px;
}
@media screen and (min-width:640px) {
	#slide {
		background: url(../images/tablet/top/bg_bnrcol.png) no-repeat;
		margin: 0;
		padding-top: 20px;
		width: 748px;
		height: 338px;
	}
	#slide #bnrCol {
		width: 670px;
		height: 272px;
	}
}
@media screen and (min-width:960px) {
	#slide {
		background: url(../images/pc/top/bg_bnrcol.png) no-repeat;
		margin-bottom: 13px;
		padding: 20px 30px 0;
		width: 880px;
		height: 347px;
	}
	#slide #bnrCol {
		float: left;
		overflow: visible;
		height: 327px;
	}
	#slide #bnrCol div span {
		display: block;
		margin-top: 8px;
		padding: 0 10px;
		height: 47px;
		color: #FFF;
		font-size: 16px;
		line-height: 47px;
	}
	
	#slide #thumbsCol {
		float: right;
		margin: 0;
		padding: 0;
		width: 208px;
	}
	#slide #thumbsCol li {
		position: relative;
		margin: 0 0 3px 0;
		padding: 0 0 0 18px;
		text-indent: 0;
	}
	#slide #thumbsCol li:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#slide #thumbsCol li div {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
	}
	#slide #thumbsCol li.active div {
		display: block;
		width: 208px;
		height: 52px;
		background: url(../images/pc/top/bg_thumb.png) no-repeat left top;
	}
}

/* ミドルバナー
------------------------------------------------------*/
#home .bnr_middle {
  display:block;
  width:100%;
  margin:0 auto 13px;
}
@media screen and (min-width:960px) {
  #home .bnr_middle {
    float:left;
    width:940px;
    height:140px;
    margin-bottom:13px;
  }
  #home .bnr_middle:hover {
    opacity:0.6;
  }
}

/* ニュース
------------------------------------------------------*/

#home #newsCol {
	position: relative;
	margin-bottom: 13px;
}
#home #newsCol .inner .box {
	background: url(../images/smart/top/bg_newscol_b.jpg) no-repeat bottom;
	background-size: 100% auto;
	padding-bottom: 30px;
}
#home #newsCol .inner #newsMore {
	display: block;
	position: absolute;
	top: 9px;
	right: 5px;
	width: 100px;
}
#newsCol .inner ul#sortCol li {
	padding: 1em 15px;
	border-bottom: 1px dashed #666;
}
#newsCol .inner ul#sortCol li:hover {
	background-color: #222;
}
#newsCol .inner ul#sortCol .date {
	background: url(../images/pc/common/ico_newslist.png) no-repeat left center;
	padding-left: 1em;
	font-weight: bold;
}
#newsCol .inner ul#sortCol .date img {
	margin-left: 1em;
	vertical-align: text-top;
}
#newsCol .inner ul#sortCol .title {
	display: block;
	padding: 5px 0;
	color: #FF7F00;
	font-size: 15px;
	font-weight: bold;
}
#newsCol .inner ul#sortCol .title a {
	color:#FF7F00;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}
#newsCol .inner ul#sortCol .title a:hover {
	text-decoration: underline;
}
#newsCol .inner ul#sortCol .newsImg {
	float: left;
	margin-right: 10px;
}
#newsCol .inner ul#sortCol .newsImg img {
	width: 140px;
	height: 79px;
}

.pagination{
  margin: 20px 0 10px;
  text-align: center;
}
a.page-numbers,
.pagination .current{
    background: rgba(255,255,255,0.1);
    border: solid 1px #444;
    padding:5px 4px;
    margin:0 1px;
    text-decoration: none;
}
.pagination .current{
    background: #000;
    border: solid 1px #222;
    color: #fff;
}
@media screen and (min-width:640px) {
	#home #newsCol > h2 {
		display:none;
	}
	#home #newsCol {
		background: url(../images/tablet/news/bg_contents_t.png) no-repeat top;
		padding-top: 40px;
	}
	#home #newsCol .inner {
		background: url(../images/tablet/common/bg_contents.jpg) repeat-y;
	}
	#home #newsCol .inner .box {
		background: url(../images/tablet/common/bg_contents_b.png) no-repeat bottom;
		padding: 44px 0 30px;
	}
	#home #newsCol .inner #newsMore {
		top: 2px;
		right: 18px;
	}
	#home #newsCol .inner ul#sortCol {
		margin: 0 auto;
		width: 680px;
		min-height: 100px;
	}
	#newsCol .inner ul#sortCol li {
		padding: 1em 0;
	}
	#home #newsCol .inner ul#sortCol li {
		width:680px;
	}
	#news #newsCol .inner ul#sortCol li {
		width:680px;
	}
  a.page-numbers,
  .pagination .current{
      padding:5px 8px;
  }
  .pagination .current{
      background: #000;
      border: solid 1px #222;
      color: #fff;
  }
}
@media screen and (min-width:960px) {
	#home #newsCol{
		float: left;
		padding-top: 40px;
		background:url(../images/pc/top/bg_newscol_t.png) no-repeat top;
		width: 620px;
	}
	#home #newsCol .inner{
		background: url(../images/pc/top/bg_newscol.jpg) repeat-y center top;
	}
	#home #newsCol .inner .box{
		background:url(../images/pc/top/bg_newscol_b.png) no-repeat bottom;
		padding: 30px 0 30px;
	}
	#home #newsCol .inner #newsMore{
		background:url(../images/pc/top/btn_news_more.png) no-repeat;
	}
		#home #newsCol .inner #newsMore:hover{
			filter:alpha(opacity=50);
			-moz-opacity: 0.5;
			opacity: 0.5;
		}
	#home #newsCol .inner ul#sortCol{
		margin: 0 auto;
		width:540px;
		min-height: 780px;
	}
	#home #newsCol .inner ul#sortCol li {
		width:540px;
	}
	#news #newsCol .inner ul#sortCol li {
		width:620px;
	}
}

/*サイドナビ*/

#home #newsCtgy {
	display: none;
}
@media screen and (min-width:640px) {
	#home #newsCtgy {
		display: block;
		position: absolute;
		top: 30px;
		left: 11px;
		width: 726px;
		height: 49px;
	}
	#home #newsCtgy ul li {
		float: left;
	}
	#home #newsCtgy ul li a {
		display: block;
		background: url(../images/tablet/news/btn_category.jpg) no-repeat;
		width: 121px;
		height: 49px;
		text-indent: -9999px;
	}
	#home #newsCtgy ul li.btn_tab_all a {
		background-position: 0 0;
	}
		#home #newsCtgy ul li.btn_tab_all a.active,
		#home #newsCtgy ul li.btn_tab_all a:hover {
			background-position: 0 -49px;
		}
	#home #newsCtgy ul li.btn_tab_arcade a {
		background-position: -121px 0;
	}
		#home #newsCtgy ul li.btn_tab_arcade a.active,
		#home #newsCtgy ul li.btn_tab_arcade a:hover {
			background-position: -121px -49px;
		}
	#home #newsCtgy ul li.btn_tab_cs a {
		background-position: -242px 0;
	}
		#home #newsCtgy ul li.btn_tab_cs a.active,
		#home #newsCtgy ul li.btn_tab_cs a:hover {
			background-position: -242px -49px;
		}
	#home #newsCtgy ul li.btn_tab_mobile a {
		background-position: -363px 0;
	}
		#home #newsCtgy ul li.btn_tab_mobile a.active,
		#home #newsCtgy ul li.btn_tab_mobile a:hover {
			background-position: -363px -49px;
		}
	#home #newsCtgy ul li.btn_tab_event a {
		background-position: -484px 0;
	}
		#home #newsCtgy ul li.btn_tab_event a.active,
		#home #newsCtgy ul li.btn_tab_event a:hover {
			background-position: -484px -49px;
		}
	#home #newsCtgy ul li.btn_tab_other a {
		background-position: -605px 0;
	}
		#home #newsCtgy ul li.btn_tab_other a.active,
		#home #newsCtgy ul li.btn_tab_other a:hover {
			background-position: -605px -49px;
		}
}
@media screen and (min-width:960px) {
	#home #newsCtgy {
		top: 30px;
		left: 10px;
		width: 600px;
		height: 30px;
	}
	#home #newsCtgy ul li a {
		background: url(../images/pc/top/btn_news_ctgr.jpg) no-repeat;
		width: 100px;
		height: 30px;
	}
	#home #newsCtgy ul li.btn_tab_all a {
		background-position: 0 0;
	}
		#home #newsCtgy ul li.btn_tab_all a.active,
		#home #newsCtgy ul li.btn_tab_all a:hover {
			background-position: 0 -30px;
		}
	#home #newsCtgy ul li.btn_tab_arcade a {
		background-position: -100px 0;
	}
		#home #newsCtgy ul li.btn_tab_arcade a.active,
		#home #newsCtgy ul li.btn_tab_arcade a:hover {
			background-position: -100px -30px;
		}
	#home #newsCtgy ul li.btn_tab_cs a {
		background-position: -200px 0;
	}
		#home #newsCtgy ul li.btn_tab_cs a.active,
		#home #newsCtgy ul li.btn_tab_cs a:hover {
			background-position: -200px -30px;
		}
	#home #newsCtgy ul li.btn_tab_mobile a {
		background-position: -300px 0;
	}
		#home #newsCtgy ul li.btn_tab_mobile a.active,
		#home #newsCtgy ul li.btn_tab_mobile a:hover {
			background-position: -300px -30px;
		}
	#home #newsCtgy ul li.btn_tab_event a {
		background-position: -400px 0;
	}
		#home #newsCtgy ul li.btn_tab_event a.active,
		#home #newsCtgy ul li.btn_tab_event a:hover {
			background-position: -400px -30px;
		}
	#home #newsCtgy ul li.btn_tab_other a {
		background-position: -500px 0;
	}
		#home #newsCtgy ul li.btn_tab_other a.active,
		#home #newsCtgy ul li.btn_tab_other a:hover {
			background-position: -500px -30px;
		}
}


/* 固定バナー
------------------------------------------------------*/

@media screen and (min-width:640px) {
	#case {
		float: none;
		margin: 0 auto;
		width: 640px;
	}
}
@media screen and (min-width:960px) {
	#case {
		float: right;
		width: 300px;
	}
}

#banner {
	margin: 0 auto;
	padding-top: 49px;
	background: url(../images/common/tit_bnr.jpg) no-repeat top;
	width: 300px;
}
#banner li {
	margin: 0 auto 10px;
	padding: 3px 0;
	background: #000;
	font-size: 12px;
	border-top: 1px solid #8c0000;
	border-bottom: 1px solid #8c0000;
}
#banner li span img {
	margin-right: 5px;
}
#banner li a {
	display: block;
	padding-top: 3px;
}
@media screen and (min-width:640px) {
	#banner {
		float: right;
	}
}
@media screen and (min-width:960px) {
	#banner {
		float: none;
	}
	#banner li a:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
}


/* ツィッター
------------------------------------------------------*/
	
#twTimeline {
	float: none;
	width: 300px;
	height: 600px;
	margin: 0 auto 13px;
}
@media screen and (min-width:640px) {
	#twTimeline {
		float: left;
	}
}
@media screen and (min-width:960px) {
	#twTimeline {
		float: none;
	}
}



/*------------------------------------------------------------------------------*/
/* ニュースページ */
/*------------------------------------------------------------------------------*/

/* 一覧
------------------------------------------------------*/

/*メイン*/

#news #newsCol {
	position: relative;
	margin: 20px 0 13px;
	background: #000;
}
#news #newsCol .inner .box {
	background: url(../images/smart/top/bg_newscol_b.jpg) no-repeat bottom;
	padding-bottom: 30px;
}
#news #newsCol .inner ul#sortCol {
	width: 100%;
}
@media screen and (min-width:640px) {
	#news #newsCol > h2 {
		display: none;
	}
	#news #newsCol {
		background: url(../images/tablet/news/bg_contents_t.png) no-repeat top;
		padding-top: 40px;
		width: 748px;
		z-index: 10;
	}
	#news #newsCol .inner {
		background: url(../images/tablet/common/bg_contents.jpg) repeat-y;
		padding-top: 50px;
	}
	#news #newsCol .inner .box {
		background: url(../images/tablet/common/bg_contents_b.png) no-repeat bottom;
	}
	#news #newsCol .inner ul#sortCol {
		margin: 0 auto;
		width: 680px;
		min-height: 200px;
	}
}
@media screen and (min-width:960px) {
	#news #newsCol {
		float: left;
		margin: 0;
		padding: 40px 0 13px;
		background: url(../images/pc/news/bg_contents_t.png) no-repeat top;
		width: 700px;
		z-index: auto;
	}
	#news #newsCol .inner {
		padding: 0;
		background: url(../images/pc/common/bg_contents.jpg) repeat-y;
	}
	#news #newsCol .inner .box {
		background: url(../images/pc/common/bg_contents_b.png) no-repeat bottom;
	}
	#news #newsCol .inner ul#sortCol {
		width: 620px;
		min-height: 300px;
	}
}

/*サイドナビ*/

#news #newsCtgy {
	margin-top: 10px;
}
#news #newsCtgy ul li {
	float: left;
	width: 33.333%;
}
#news #newsCtgy ul li a {
	display: block;
}

#news #newsCtgy ul li.btn_tab_all a {
	background: url(../images/smart/news/btn_ctgry_all.jpg) no-repeat left top;
	background-size: 100% auto;
}
	#news #newsCtgy ul li.btn_tab_all a.active,
	#news #newsCtgy ul li.btn_tab_all a:hover,
  #news.all #newsCtgy ul li.btn_tab_all a {
		background-position: left bottom;
	}
#news #newsCtgy ul li.btn_tab_arcade a {
	background: url(../images/smart/news/btn_ctgry_arcade.jpg) no-repeat left top;
	background-size: 100% auto;
}
	#news #newsCtgy ul li.btn_tab_arcade a.active,
	#news #newsCtgy ul li.btn_tab_arcade a:hover,
  #news.arcade #newsCtgy ul li.btn_tab_arcade a  {
		background-position: left bottom;
	}
#news #newsCtgy ul li.btn_tab_cs a {
	background: url(../images/smart/news/btn_ctgry_cs.jpg) no-repeat left top;
	background-size: 100% auto;
}
	#news #newsCtgy ul li.btn_tab_cs a.active,
	#news #newsCtgy ul li.btn_tab_cs a:hover,
  #news.cs #newsCtgy ul li.btn_tab_cs a {
		background-position: left bottom;
	}
#news #newsCtgy ul li.btn_tab_mobile a {
	background: url(../images/smart/news/btn_ctgry_mobile.jpg) no-repeat left top;
	background-size: 100% auto;
}
	#news #newsCtgy ul li.btn_tab_mobile a.active,
	#news #newsCtgy ul li.btn_tab_mobile a:hover,
  #news.mobile #newsCtgy ul li.btn_tab_mobile a {
		background-position: left bottom;
	}
#news #newsCtgy ul li.btn_tab_event a {
	background: url(../images/smart/news/btn_ctgry_event.jpg) no-repeat left top;
	background-size: 100% auto;
}
	#news #newsCtgy ul li.btn_tab_event a.active,
	#news #newsCtgy ul li.btn_tab_event a:hover,
  #news.event #newsCtgy ul li.btn_tab_event a {
		background-position: left bottom;
	}
#news #newsCtgy ul li.btn_tab_other a {
	background: url(../images/smart/news/btn_ctgry_other.jpg) no-repeat left top;
	background-size: 100% auto;
}
	#news #newsCtgy ul li.btn_tab_other a.active,
	#news #newsCtgy ul li.btn_tab_other a:hover,
  #news.other #newsCtgy ul li.btn_tab_other a {
		background-position: left bottom;
	}
@media screen and (min-width:640px) {
	#news #newsCtgy {
		position: absolute;
		top: 235px;
		left: 21px;
		width: 726px;
		z-index: 11;
	}
	#news #newsCtgy ul li {
		width: auto;
	}
	#news #newsCtgy ul li a {
		width: 121px;
		height: 49px;
		text-indent: -9999px;
	}
	#news #newsCtgy ul li.btn_tab_all a {
		background: url(../images/tablet/news/btn_category.jpg) no-repeat;
		background-position: 0 0;
	}
		#news #newsCtgy ul li.btn_tab_all a.active,
		#news #newsCtgy ul li.btn_tab_all a:hover,
    #news.all #newsCtgy ul li.btn_tab_all a {
			background-position: 0 -49px;
		}
	#news #newsCtgy ul li.btn_tab_arcade a {
		background: url(../images/tablet/news/btn_category.jpg) no-repeat;
		background-position: -121px 0;
	}
		#news #newsCtgy ul li.btn_tab_arcade a.active,
		#news #newsCtgy ul li.btn_tab_arcade a:hover,
    #news.arcade #newsCtgy ul li.btn_tab_arcade a {
			background-position: -121px -49px;
		}
	#news #newsCtgy ul li.btn_tab_cs a {
		background: url(../images/tablet/news/btn_category.jpg) no-repeat;
		background-position: -242px 0;
	}
		#news #newsCtgy ul li.btn_tab_cs a.active,
		#news #newsCtgy ul li.btn_tab_cs a:hover,
    #news.cs #newsCtgy ul li.btn_tab_cs a {
			background-position: -242px -49px;
		}
	#news #newsCtgy ul li.btn_tab_mobile a {
		background: url(../images/tablet/news/btn_category.jpg) no-repeat;
		background-position: -363px 0;
	}
		#news #newsCtgy ul li.btn_tab_mobile a.active,
		#news #newsCtgy ul li.btn_tab_mobile a:hover,
    #news.mobile #newsCtgy ul li.btn_tab_mobile a {
			background-position: -363px -49px;
		}
	#news #newsCtgy ul li.btn_tab_event a {
		background: url(../images/tablet/news/btn_category.jpg) no-repeat;
		background-position: -484px 0;
	}
    #news #newsCtgy ul li.btn_tab_event a.active,
		#news #newsCtgy ul li.btn_tab_event a:hover,
    #news.event #newsCtgy ul li.btn_tab_event a {
			background-position: -484px -49px;
		}
	#news #newsCtgy ul li.btn_tab_other a {
		background: url(../images/tablet/news/btn_category.jpg) no-repeat;
		background-position: -605px 0;
	}
    #news #newsCtgy ul li.btn_tab_other a.active,
		#news #newsCtgy ul li.btn_tab_other a:hover,
    #news.other #newsCtgy ul li.btn_tab_other a {
			background-position: -605px -49px;
		}
}
@media screen and (min-width:960px) {
	#news #newsCtgy {
		position: static;
		float: right;
		margin: 0;
		background: url(../images/pc/common/bg_category_b.png) no-repeat center bottom;
		width: 220px;
		z-index: auto;
	}
	#news #newsCtgy ul {
		background: url(../images/pc/common/bg_category_t.png) no-repeat center top;
		padding: 36px 10px 14px;
	}
	#news #newsCtgy ul li {
		float: none;
		width: auto;
	}
	#news #newsCtgy ul li a {
		width: 200px;
		height: 40px;
	}
	#news #newsCtgy ul li.btn_tab_all a {
		background: url(../images/pc/news/btn_category.jpg) no-repeat;
		background-position: 0 0;
	}
    #news #newsCtgy ul li.btn_tab_all a.active,
		#news #newsCtgy ul li.btn_tab_all a:hover,
    #news.all #newsCtgy ul li.btn_tab_all a {
			background-position: -220px 0;
		}
	#news #newsCtgy ul li.btn_tab_arcade a {
		background: url(../images/pc/news/btn_category.jpg) no-repeat;
		background-position: 0 -40px;
	}
    #news #newsCtgy ul li.btn_tab_arcade a.active,
		#news #newsCtgy ul li.btn_tab_arcade a:hover,
    #news.arcade #newsCtgy ul li.btn_tab_arcade a {
			background-position: -220px -40px;
		}
	#news #newsCtgy ul li.btn_tab_cs a {
		background: url(../images/pc/news/btn_category.jpg) no-repeat;
		background-position: 0 -80px;
	}
    #news #newsCtgy ul li.btn_tab_cs a.active,
		#news #newsCtgy ul li.btn_tab_cs a:hover,
    #news.cs #newsCtgy ul li.btn_tab_cs a {
			background-position: -220px -80px;
		}
	#news #newsCtgy ul li.btn_tab_mobile a {
		background: url(../images/pc/news/btn_category.jpg) no-repeat;
		background-position: 0 -120px;
	}
    #news #newsCtgy ul li.btn_tab_mobile a.active,
		#news #newsCtgy ul li.btn_tab_mobile a:hover,
    #news.mobile #newsCtgy ul li.btn_tab_mobile a {
			background-position: -220px -120px;
		}
	#news #newsCtgy ul li.btn_tab_event a {
		background: url(../images/pc/news/btn_category.jpg) no-repeat;
		background-position: 0 -160px;
	}
    #news #newsCtgy ul li.btn_tab_event a.active,
		#news #newsCtgy ul li.btn_tab_event a:hover,
    #news.event #newsCtgy ul li.btn_tab_event a {
			background-position: -220px -160px;
		}
	#news #newsCtgy ul li.btn_tab_other a {
		background: url(../images/pc/news/btn_category.jpg) no-repeat;
		background-position: 0 -200px;
	}
    #news #newsCtgy ul li.btn_tab_other a.active,
		#news #newsCtgy ul li.btn_tab_other a:hover,
    #news.other #newsCtgy ul li.btn_tab_other a {
			background-position: -220px -200px;
		}
}


/* 詳細
------------------------------------------------------*/

#news #entryCol {
	padding-top: 10px;
}

#news #entryCol .inner {
	padding-top: 10px;
}
#news #entryCol .inner .box {
	padding: 10px 15px 15px;
	line-height: 1.5em;
}

#news #entryCol .date {
	background: url(../images/pc/common/ico_newslist.png) no-repeat left center;
	padding-left: 1em;
	font-weight: bold;
}
#news #entryCol .date img {
	margin-left: 1em;
	vertical-align: text-top;
}
#news #entryCol h3 {
	padding: 0.3em 0 1em;
	color: #FF7F00;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (min-width:640px) {
#news #entryCol {
	padding-top: 40px;
	background: url(../images/tablet/news/bg_contents_t.png) no-repeat top;
	width: 748px;
}

#news #entryCol > h2 {
	display: none;
}

#news #entryCol .inner {
	background: url(../images/tablet/common/bg_contents.jpg) repeat-y;
	padding-top: 10px;
}
#news #entryCol .inner .box {
	padding: 0 30px 30px;
	background: url(../images/tablet/common/bg_contents_b.png) no-repeat bottom;
	line-height: 1.5em;
}

#news #entryCol .date {
	background: url(../images/pc/common/ico_newslist.png) no-repeat left center;
	padding-left: 1em;
	font-weight: bold;
}
#news #entryCol h3 {
	padding: 0.3em 0 1em;
	color: #FF7F00;
	font-size: 20px;
	font-weight: bold;
}
#news #entryCol iframe{
	display:block;
	width:560px;
	height:315px;
}
}
@media screen and (min-width:960px) {
#news #entryCol {
	float: left;
	padding: 40px 0 13px;
	background: url(../images/pc/news/bg_contents_t.png) no-repeat top;
	width: 700px;
}

#news #entryCol .inner {
	background: url(../images/pc/common/bg_contents.jpg) repeat-y;
}
#news #entryCol .inner .box {
	padding: 10px 30px 30px 30px;
	background: url(../images/pc/common/bg_contents_b.png) no-repeat bottom;
}
#news #entryCol iframe{
	width:560px;
	height:315px;
}
}

/*--- サイドバー */

#news #sidebar #topics {
	margin: 13px 0;
	background: url(../images/smart/top/bg_newscol_b.jpg) no-repeat center bottom;
}
#news #sidebar #topics ul {
	padding: 20px 20px;
}
#news #sidebar #topics ul li {
	padding: 0 0 10px 1.3em;
	background: url(../images/pc/common/ico_newslist.png) no-repeat 0 0;
}
#news #sidebar #topics ul li a {
	display: block;
	font-size: 16px;
}
@media screen and (min-width:640px) {
#news #sidebar #newsCtgy {
	position: static;
	margin: 13px 0 0 0;
	padding: 31px 10px 10px;
	background: url(../images/tablet/news/bg_category.png) no-repeat center top;
}
#news #sidebar #newsCtgy ul li {
	width: auto;
}

#news #sidebar #topics {
	margin: 13px 0;
	background: url(../images/tablet/news/bg_topics_b.png) no-repeat center bottom;
	width: 748px;
	z-index: auto;
}
#news #sidebar #topics > h2 {
	display: none;
}
#news #sidebar #topics ul {
	background: url(../images/tablet/news/bg_topics_t.png) no-repeat center top;
	padding: 50px 20px 20px;
}
}
@media screen and (min-width:960px) {
#news #sidebar {
	float: right;
	width: 220px;
	z-index: auto;
}

#news #sidebar #newsCtgy {
	float: none;
	margin: 0;
	padding: 0;
	background: url(../images/pc/common/bg_category_b.png) no-repeat center bottom;
}

#news #sidebar #topics {
	margin: 10px 0 0 0;
	background: url(../images/pc/common/bg_category_b.png) no-repeat center bottom;
	width: 220px;
	z-index: auto;
}
#news #sidebar #topics ul {
	background: url(../images/pc/news/bg_topics_t.png) no-repeat center top;
	padding: 50px 20px 20px;
}
#news #sidebar #topics ul li {
	padding: 0 0 6px 1.3em;
	background: url(../images/pc/common/ico_newslist.png) no-repeat 0 0;
}
#news #sidebar #topics ul li a {
	display: inline;
	font-size: 13px;
}
}



/*------------------------------------------------------------------------------*/
/* 過去のタイトルページ */
/*------------------------------------------------------------------------------*/

/*メイン*/

#gameList {
	position: relative;
	margin: 20px 0 13px;
}
#gameList .inner {
}
#gameList .inner .box {
	padding: 0 0 30px;
	background: url(../images/smart/top/bg_newscol_b.jpg) no-repeat bottom;
}
#gameList .inner .box #sortCol li {
	width: 100%;
}
#gameList .box dl {
	padding: 10px 0 15px;
	border-bottom: 1px dashed #666;
}
#gameList .box dl dt {
	text-align: center;
}
#gameList .box dl dt img {
	width: 80%;
}
#gameList .box dl dd.date {
	float: left;
	padding: 0.5em 0;
	width: 48%;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: right;
}
#gameList .box dl dd.icon {
	float: right;
	padding: 0.5em 0;
	width: 48%;
	text-align: left;
}
#gameList .box dl dd.title {
	float: none;
	clear: both;
	padding-bottom: 0.5em;
	width: auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
#gameList .box dl dd a {
	display: block;
	margin: 0 auto;
	background: url(../images/common/game/btn_info.png) no-repeat;
	width: 130px;
	height: 36px;
	text-indent: -9999px;
}
@media screen and (min-width:640px) {
	#game #gameList > h2 {
		display: none;
	}
	#gameList {
		position: relative;
		padding-top: 40px;
		background: url(../images/tablet/game/bg_contents_t.png) no-repeat top;
		width: 748px;
		z-index: 10;
	}
	#gameList .inner {
		padding-top: 50px;
		background: url(../images/tablet/common/bg_contents.jpg) repeat-y;
	}
	#gameList .inner .box {
		padding: 0 30px 30px;
		background: url(../images/tablet/common/bg_contents_b.png) no-repeat bottom;
	}
	#gameList .inner .box #sortCol {
		min-height: 200px;
	}
	#gameList .box dl dt img {
		width: auto;
	}
	#gameList .box dl dt {
		float: left;
		padding-right: 10px;
		width: 160px;
		height: 65px;
	}
	#gameList .box dl dd.date {
		float: left;
		padding: 0 10px 0 0;
		width: auto;
		text-align: left;
	}
	#gameList .box dl dd.icon {
		float: left;
		padding: 0;
		width: 255px;
	}
	#gameList .box dl dd.title {
		float: left;
		clear: none;
		padding: 0.5em 0 0 0;
		width: 320px;
		text-align: left;
	}
	#gameList .box dl dd a {
		display: block;
		float: right;
		background: url(../images/common/game/btn_info.png) no-repeat;
		width: 130px;
		height: 36px;
		text-indent: -9999px;
	}
}
@media screen and (min-width:960px) {
	#gameList {
		float: left;
		margin: 0;
		padding: 40px 0 13px;
		background: url(../images/pc/game/bg_contents_t.png) no-repeat top;
		width: 700px;
		z-index: auto;
	}
	#gameList .inner {
		padding: 0;
		background: url(../images/pc/common/bg_contents.jpg) repeat-y;
	}
	#gameList .inner .box {
		padding: 10px 30px 30px;
		background: url(../images/pc/common/bg_contents_b.png) no-repeat bottom;
	}
	#gameList .inner .box #sortCol {
		min-height: 300px;
	}
	#gameList .box dl dd a:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

}

/*サイドナビ*/

#gameCtgy {
	margin-top: 10px;
}
#gameCtgy ul li {
	float: left;
	width: 20%;
}
#gameCtgy ul li a {
	display: block;
	width: 100%;
}
#gameCtgy ul li.btn_tab_all a {
	background: url(../images/smart/game/btn_ctgy_all.jpg)no-repeat left top;
	background-size: 100%;
}
	#gameCtgy ul li.btn_tab_all a.active,
	#gameCtgy ul li.btn_tab_all a:hover {
		background-position: left bottom;
	}
#gameCtgy ul li.btn_tab_arcade a {
	background: url(../images/smart/game/btn_ctgy_arcade.jpg)no-repeat left top;
	background-size: 100%;
}
	#gameCtgy ul li.btn_tab_arcade a.active,
	#gameCtgy ul li.btn_tab_arcade a:hover {
		background-position: left bottom;
	}
#gameCtgy ul li.btn_tab_cs a {
	background: url(../images/smart/game/btn_ctgy_cs.jpg)no-repeat left top;
	background-size: 100%;
}
	#gameCtgy ul li.btn_tab_cs a.active,
	#gameCtgy ul li.btn_tab_cs a:hover {
		background-position: left bottom;
	}
#gameCtgy ul li.btn_tab_mobile a {
	background: url(../images/smart/game/btn_ctgy_mobile.jpg)no-repeat left top;
	background-size: 100%;
}
	#gameCtgy ul li.btn_tab_mobile a.active,
	#gameCtgy ul li.btn_tab_mobile a:hover {
		background-position: left bottom;
	}
#gameCtgy ul li.btn_tab_other a {
	background: url(../images/smart/game/btn_ctgy_other.jpg)no-repeat left top;
	background-size: 100%;
}
	#gameCtgy ul li.btn_tab_other a.active,
	#gameCtgy ul li.btn_tab_other a:hover {
		background-position: left bottom;
	}
@media screen and (min-width:640px) {
	#gameCtgy {
		position: absolute;
		top: 235px;
		left: 19px;
		width: 730px;
		height: 49px;
		z-index: 11;
	}
	#gameCtgy ul li {
		width: auto;
	}
	#gameCtgy ul li a {
		width: 146px;
		height: 49px;
		text-indent: -9999px;
	}
	#gameCtgy ul li.btn_tab_all a {
		background: url(../images/tablet/game/btn_category.jpg) no-repeat;
		background-position: 0 0;
	}
		#gameCtgy ul li.btn_tab_all a.active,
		#gameCtgy ul li.btn_tab_all a:hover {
			background-position: 0 -49px;
		}
	#gameCtgy ul li.btn_tab_arcade a {
		background: url(../images/tablet/game/btn_category.jpg) no-repeat;
		background-position: -146px 0;
	}
		#gameCtgy ul li.btn_tab_arcade a.active,
		#gameCtgy ul li.btn_tab_arcade a:hover {
			background-position: -146px -49px;
		}
	#gameCtgy ul li.btn_tab_cs a {
		background: url(../images/tablet/game/btn_category.jpg) no-repeat;
		background-position: -292px 0;
	}
		#gameCtgy ul li.btn_tab_cs a.active,
		#gameCtgy ul li.btn_tab_cs a:hover {
			background-position: -292px -49px;
		}
	#gameCtgy ul li.btn_tab_mobile a {
		background: url(../images/tablet/game/btn_category.jpg) no-repeat;
		background-position: -438px 0;
	}
		#gameCtgy ul li.btn_tab_mobile a.active,
		#gameCtgy ul li.btn_tab_mobile a:hover {
			background-position: -438px -49px;
		}
	#gameCtgy ul li.btn_tab_other a {
		background: url(../images/tablet/game/btn_category.jpg) no-repeat;
		background-position: -584px 0;
	}
		#gameCtgy ul li.btn_tab_other a.active,
		#gameCtgy ul li.btn_tab_other a:hover {
			background-position: -584px -49px;
		}
}
@media screen and (min-width:960px) {
	#gameCtgy {
		position: static;
		float: right;
		margin: 0;
		background: url(../images/pc/common/bg_category_b.png) no-repeat center bottom;
		width: 220px;
		height: auto;
	}
	#gameCtgy ul {
		background: url(../images/pc/common/bg_category_t.png) no-repeat center top;
		padding: 36px 10px 14px;
	}
	#gameCtgy ul li a {
		width: 200px;
		height: 40px;
	}
	#gameCtgy ul li.btn_tab_all a {
		background: url(../images/pc/game/btn_category.jpg) no-repeat;
		background-position: 0 0;
	}
		#gameCtgy ul li.btn_tab_all a.active,
		#gameCtgy ul li.btn_tab_all a:hover {
			background-position: -200px 0;
		}
	#gameCtgy ul li.btn_tab_arcade a {
		background: url(../images/pc/game/btn_category.jpg) no-repeat;
		background-position: 0 -40px;
	}
		#gameCtgy ul li.btn_tab_arcade a.active,
		#gameCtgy ul li.btn_tab_arcade a:hover {
			background-position: -200px -40px;
		}
	#gameCtgy ul li.btn_tab_cs a {
		background: url(../images/pc/game/btn_category.jpg) no-repeat;
		background-position: 0 -80px;
	}
		#gameCtgy ul li.btn_tab_cs a.active,
		#gameCtgy ul li.btn_tab_cs a:hover {
			background-position: -200px -80px;
		}
	#gameCtgy ul li.btn_tab_mobile a {
		background: url(../images/pc/game/btn_category.jpg) no-repeat;
		background-position: 0 -120px;
	}
		#gameCtgy ul li.btn_tab_mobile a.active,
		#gameCtgy ul li.btn_tab_mobile a:hover {
			background-position: -200px -120px;
		}
	#gameCtgy ul li.btn_tab_other a {
		background: url(../images/pc/game/btn_category.jpg) no-repeat;
		background-position: 0 -160px;
	}
		#gameCtgy ul li.btn_tab_other a.active,
		#gameCtgy ul li.btn_tab_other a:hover {
			background-position: -200px -160px;
		}
}


/*------------------------------------------------------------------------------*/
/* スペシャルページ */
/*------------------------------------------------------------------------------*/

/*メイン*/

#location {
	position: relative;
	margin: 20px 0 13px;
}
#location .inner .box {
	padding: 10px 0 30px;
	background: url(../images/smart/top/bg_newscol_b.jpg) no-repeat bottom;
}
#location img{
	width:96%;
	padding-left:2%;
}
#location h2 img{
	width:100%;
	padding-left:0;
}

/*店舗へのリンク*/
#location a#shop_sugamo{
	display:block;
	float:left;
	background:url(../images/common/special/locate_7/btn_store_sugamo.png) no-repeat top;
	background-size:100%;
	width:50%;
	margin:0;
}
#location a#shop_nihonbashi{
	display:block;
	float:left;
	background:url(../images/common/special/locate_7/btn_store_nipponbashi.png) no-repeat top;
	background-size:100%;
	width:50%;
	margin:0;
}
#location a#shop_sennichimae{
	display:block;
	float:left;
	background:url(../images/common/special/locate_7/btn_store_sennichimae.png) no-repeat top;
	background-size:100%;
	width:50%;
	margin:0;
}
#location a#shop_ikebukurogigo{
	display:block;
	float:left;
	background:url(../images/common/special/locate_7/btn_store_ikebukurogigo.png) no-repeat top;
	background-size:100%;
	width:50%;
	margin:0;
}
#location a#shop_fukuokatenjin{
	display:block;
	float:left;
	background:url(../images/common/special/locate_7/btn_store_fukuokatenjin.png) no-repeat top;
	background-size:100%;
	width:50%;
	margin:0;
}
#location a#shop_leisureakihabara{
	display:block;
	float:left;
	background:url(../images/common/special/locate_7/btn_store_leisureakihabara.png) no-repeat top;
	background-size:100%;
	width:50%;
	margin:0;
}
#location a#shop_sugamo:hover,
#location a#shop_nihonbashi:hover,
#location a#shop_sennichimae:hover,
#location a#shop_ikebukurogigo:hover,
#location a#shop_fukuokatenjin:hover,
#location a#shop_leisureakihabara:hover{
	background-position: bottom;
}

/*movie_鉄拳7FR*/
#location #movie-7fr{
  position:relative;
  height:0;
  padding:0 0 56.25%;
  overflow:hidden;
}
#location #movie-7fr iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:1px solid #600;
  box-sizing:border-box;
}

/*店舗へのリンク_鉄拳7FR*/
#location #btn-shop-7fr{
  position:relative;
}
#location #btn-shop-7fr a{
  position:absolute;
  left: 12%;
  display:block;
  width:76%;
  margin:0;
  text-indent:-9999px;
}
#location #btn-shop-7fr a.tokyo{
  top:47%;
  background:url(../images/common/special/locate_7fr/btn_shop_tokyo.png) no-repeat top;
  background-size: 100%;
}
#location #btn-shop-7fr a.osaka{
  top:63%;
  background:url(../images/common/special/locate_7fr/btn_shop_osaka.png) no-repeat top;
  background-size: 100%;
}
#location #btn-shop-7fr a.fukuoka{
  top:79%;
  background:url(../images/common/special/locate_7fr/btn_shop_fukuoka.png) no-repeat top;
  background-size: 100%;
}
#location #btn-shop-7fr a.btn-nico{
  top:88.5%;
  background:url(../images/common/special/locate_7fr/btn_nico.png) no-repeat top;
  background-size: 100%;
  text-indent: 0;
}
#location #btn-shop-7fr a.tokyo:hover,
#location #btn-shop-7fr a.osaka:hover,
#location #btn-shop-7fr a.fukuoka:hover,
#location #btn-shop-7fr a.btn-nico:hover{
	background-position: bottom;
}

/*pdf*/
#location #pdf,
#location #pdf-7fr{
	position:relative;
}
#location #pdf #pdf_inner{
	position:absolute;
	top:42%;
	width:90%;
	margin-left:5%;
}
#location #pdf a#pdf_tech{
	display:block;
	float:left;
	background:url(../images/common/special/locate_7/btn_pdf_tech.png) no-repeat top;
	background-size:100%;
	width:50%;
	margin:0;
}
#location #pdf a#pdf_game{
	display:block;
	float:left;
	background:url(../images/common/special/locate_7/btn_pdf_game.png) no-repeat top;
	background-size:100%;
	width:50%;
	margin:0;
}
#location #pdf a#pdf_tech:hover,
#location #pdf a#pdf_game:hover{
	background-position: bottom;
}
#location  #pdf #pdf_inner img{
	width:269px;
}

#location #pdf-7fr #pdf_tech_7fr,
#location #pdf-7fr #pdf_tech_02_7fr{
  position: absolute;
  left: 18%;
  display:block;
  width: 64%;
}
#location #pdf-7fr #pdf_tech_7fr{
  top: 34%;
  background: url(../images/common/special/locate_7fr/btn_pdf.png) no-repeat top;
  background-size:100%;
}
#location #pdf-7fr #pdf_tech_02_7fr{
  top: 62%;
  background: url(../images/common/special/locate_7fr/btn_pdf_02.png) no-repeat top;
  background-size:100%;
}
#location #pdf-7fr #pdf_tech_7fr:hover,
#location #pdf-7fr #pdf_tech_02_7fr:hover{
  background-position: bottom;
}

/*net*/
#location a#locTest{
	display:block;
	background:url(../images/common/special/locate_7/btn_location.png) no-repeat top;
	background-size: 100%;
	margin-bottom:5px;
}
#location a#tNet{
	display:block;
	background:url(../images/common/special/locate_7/btn_tn.png) no-repeat top;
	background-size: 100%;
	margin-bottom:5px;
}
#location a#locTest:hover,
#location a#tNet:hover{
	background-position: left bottom;
}
#location a#locTest img,
#location a#tNet img{
	width:100%;
}
#location #qrCode{
	display:block;
	width:30%;
	margin:0 auto 20px;
	padding-left:0;
}
/*注意事項*/
#location #caution{
	padding:2%;
	font-size:12px;
}
#location #caution span{
	display:block;
	font-weight:bold;
	font-size:1.2em;
	border-bottom:1px solid #FFF;
	margin-bottom:5px;
}
#location #caution ul{
	margin-bottom:10px;
}
#location #caution li{
	padding-left:1em;
	text-indent:-1em;
}
#location #caution .sTit{
  margin: 8px 0 4px;
}

/*バナー*/
#special #disappearsBnr{
	position: fixed;
	bottom:0;
	width:100%;
	z-index:100;
}
#special #disappearsBnr img{
	width:100%;
}

@media screen and (min-width:640px) {
	#special #location > h2{
		display: none;
	}
	#location {
		position: relative;
		padding-top: 40px;
		background: url(../images/tablet/special/bg_contents_t.png) no-repeat top;
		width: 748px;
		z-index: 10;
	}
	#location .inner {
		padding-top: 10px;
		background: url(../images/tablet/common/bg_contents.jpg) repeat-y;
	}
	#location .inner .box {
		padding: 0 30px 30px;
		background: url(../images/tablet/common/bg_contents_b.png) no-repeat bottom;
	}
	#location a#shop_sugamo,
	#location a#shop_nihonbashi,
	#location a#shop_sennichimae,
	#location a#shop_ikebukurogigo,
	#location a#shop_fukuokatenjin,
	#location a#shop_leisureakihabara{
		float:left;
		width:309px;
	}
	
	#location a#shop_sugamo{
		margin:0 28px 0 22px;
	}
	#location a#shop_sennichimae,
	#location a#shop_fukuokatenjin{
		margin:0 10px 0 5px;
	}
	#location #pdf a#pdf_tech{
	width:269px;
	margin:0 27px;
	}
	#location #pdf a#pdf_game{
		width:269px;
		margin:0;
	}
	#location a#locTest,
	#location a#tNet{
		float:left;
		width:534px;
		margin-left:18px;
		margin-bottom:20px;
	}
	#location a.shop img{
		width:309px;
	}
	#location a img{
		width:534px;
	}
	#location #qrCode{
		width:106px;
		margin:0;
		padding-left:10px;
	}
	#special #disappearsBnr{
	width:300px;
	left:50%;
	margin-left:-150px;
	z-index:100;
	}
  
  #location #movie-7fr{
    position:relative;
    left:10%;
    width:80%;
    height:0;
    padding:0 0 45.35%;
    overflow:hidden;
  }
  #location #movie-7fr iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:1px solid #600;
    box-sizing:border-box;
  }
}
@media screen and (min-width:960px) {
	#location {
		float: left;
		margin: 0;
		padding: 40px 0 13px;
		background: url(../images/pc/special/bg_contents_t.png) no-repeat top;
		width: 700px;
		z-index: auto;
	}
	#location .inner {
		padding: 0;
		background: url(../images/pc/common/bg_contents.jpg) repeat-y;
	}
	#location .inner .box {
		padding: 10px 30px 30px;
		background: url(../images/pc/common/bg_contents_b.png) no-repeat bottom;
	}
	#location a#shop_sugamo{
		margin:0 10px 0 6px;
	}
	#location #pdf a#pdf_tech{
	margin:0 11px;
	}
	#location a#locTest,
	#location a#tNet{
		margin-left:0;
	}
	#location #qrCode{
		padding-left:0;
	}
}

/*サイドナビ*/

#specialCtgy {
	margin-top: 10px;
}
#specialCtgy ul li {
	float: left;
	width: 33.333333%;
}
#specialCtgy ul li a {
	display: block;
	width: 100%;
}
#specialCtgy ul li.btn_tab_location01 a {
	background: url(../images/smart/special/btn_ctgy_location_01.jpg)no-repeat left top;
	background-size: 100%;
}
	#specialCtgy ul li.btn_tab_location01 a:hover,
	.location01 #specialCtgy ul li.btn_tab_location01 a {
		background-position: left bottom;
	}
#specialCtgy ul li.btn_tab_location02 a {
	background: url(../images/smart/special/btn_ctgy_location_02.jpg)no-repeat left top;
	background-size: 100%;
}
	#specialCtgy ul li.btn_tab_location02 a:hover, 
	.location02 #specialCtgy ul li.btn_tab_location02 a{
		background-position: left bottom;
	}
#specialCtgy ul li.btn_tab_location-7fr a {
	background: url(../images/smart/special/btn_ctgy_location_7fr.jpg)no-repeat left top;
	background-size: 100%;
}
	#specialCtgy ul li.btn_tab_location-7fr a:hover, 
	.location-7fr #specialCtgy ul li.btn_tab_location-7fr a{
		background-position: left bottom;
	}
@media screen and (min-width:640px) {
	#special .inner{
		padding-top:50px;
	}
	#specialCtgy {
		position: absolute;
		top: 235px;
		left: 19px;
		width: 730px;
		height: 49px;
		z-index: 11;
	}
	#specialCtgy ul li {
		width: auto;
	}
	#specialCtgy ul li a {
		width: 243px;
		height: 49px;
		text-indent: -9999px;
	}
	#specialCtgy ul li.btn_tab_location01 a {
		background: url(../images/tablet/special/btn_category.jpg) no-repeat;
		background-position: -485px 0;
	}
		#specialCtgy ul li.btn_tab_location01 a:hover,
		.location01 #specialCtgy ul li.btn_tab_location01 a {
			background-position: -485px -49px;
		}
	#specialCtgy ul li.btn_tab_location02 a {
		background: url(../images/tablet/special/btn_category.jpg) no-repeat;
		background-position: -243px 0;
	}
		#specialCtgy ul li.btn_tab_location02 a:hover, 
		.location02 #specialCtgy ul li.btn_tab_location02 a {
			background-position: -243px -49px;
		}
	#specialCtgy ul li.btn_tab_location-7fr a {
		background: url(../images/tablet/special/btn_category.jpg) no-repeat;
		background-position: 0 0;
	}
		#specialCtgy ul li.btn_tab_location-7fr a:hover, 
		.location-7fr #specialCtgy ul li.btn_tab_location-7fr a {
			background-position: 0 -49px;
		}
}
@media screen and (min-width:960px) {
	#special .inner{
		padding-top:0;
	}
	#specialCtgy {
		position: static;
		float: right;
		margin: 0;
		background: url(../images/pc/common/bg_category_b.png) no-repeat center bottom;
		width: 220px;
		height: auto;
	}
	#specialCtgy ul {
		background: url(../images/pc/common/bg_category_t.png) no-repeat center top;
		padding: 36px 10px 14px;
	}
	#specialCtgy ul li a{
		display:block;
		width: 200px;
		height: 40px;
	}
	#specialCtgy ul li a img{
		width:200px;
		height:40px;
	}
	#specialCtgy ul li.btn_tab_location01 a {
		background: url(../images/pc/special/btn_category.jpg) no-repeat;
		background-position: 0 -80px;
	}
		#specialCtgy ul li.btn_tab_location01 a.active,
		#specialCtgy ul li.btn_tab_location01 a:hover,
		#special.location01 #specialCtgy ul li.btn_tab_location01 a{
		background-position: -220px -80px;
	}
	#specialCtgy ul li.btn_tab_location02 a {
		background: url(../images/pc/special/btn_category.jpg) no-repeat;
		background-position: 0 -40px;
	}
		#specialCtgy ul li.btn_tab_location02 a.active,
		#specialCtgy ul li.btn_tab_location02 a:hover,
		#special.location02 #specialCtgy ul li.btn_tab_location02 a{
		background-position: -220px -40px;
	}
	#specialCtgy ul li.btn_tab_location-7fr a {
		background: url(../images/pc/special/btn_category.jpg) no-repeat;
		background-position: 0 0;
	}
		#specialCtgy ul li.btn_tab_location-7fr a.active,
		#specialCtgy ul li.btn_tab_location-7fr a:hover,
		#special.location-7fr #specialCtgy ul li.btn_tab_location-7fr a{
		background-position: -220px 0;
	}
}


/* 汎用クラス
------------------------------------------------------*/
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.mgb-10 {
  margin-bottom:10px;
}