@charset "UTF-8";

/*----------------------------------------------
 * 包含ブロック
 *--------------------------------------------*/
html {
	background-color: #eeebe0;
	height: 100%;
}
*+html body {　　
	overflow-y:auto;
}
body {
   overflow-y:scroll;
}
#wrapper {
	background-color: #eeebe0;
	margin-top: 29px;
	overflow: hidden;
}
#contents {
	margin-top: 24px;
}
#main-contents-wrapper {
	margin-top: 4px;
}
#main-contents {
	float: left;
	width: 684px;
}
#main-contents-right {
	float: right;
	width: 504px;
}
#main-contents-side {
	float: right;
	width: 300px;
}
#contents-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#top-article-list-wrapper {
	background-color: #FFF;
}

.top0 .article-sub-info {
	position: relative;
}

/*----------------------------------------------
 * ロゴ
 *--------------------------------------------*/
#logo {
	float: left;
	margin-top: 20px;
	width: 256px;
}
#logo a{
	display: block;
	background: url(/wp-content/themes/famitsu/img/logo_180.png) no-repeat;
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
}
#logo .sub-title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	width: 180px;
	display: block;
	font-size: 12px;
	color: #6B6B6B;
	font-weight: bold;
	text-align: left;
}
/*----------------------------------------------
 * トップヘッダー
 *--------------------------------------------*/
#top-header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-image: url(../img/header-bg.gif);
	background-repeat: repeat-x;
	background-color: #1B1B1B;
	height: 29px;
	color: #fff;
	z-index: 99999;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
#top-header .head-info {
	width: 1000px;
	margin: 0 auto;
	padding: 0 8px;
	margin-bottom: 29px;
}
#top-header .head-famitsu {
	float: left;
	background: url(../images/head-necky-icon.png) no-repeat 7px center;
	padding-left: 30px;
}
#top-header .head-famitsu a,
#top-header .head-famitsu a:link,
#top-header .head-famitsu a:hover{
	color: #FFF;
	font-size: 14px;
}
#top-header > li {
	float: left;
}
#top-header .head-famitsu {
	margin-top: 5px;
}
#top-header .search {
	margin-top: 0;
	float: right;
}
#top-header .external {
	float: right;
	margin-top: 2px;
}
/*----------------------------------------------
 * グローバルナビゲーション
 *--------------------------------------------*/
#global-navi > li {
	float: left;
	position: relative;
	width: 14.3%;
	text-align: center;
}
#global-navi > li .inner {
	display: block;
	border-top: 1px solid #007ddb;
	border-left: 1px solid #007ddb;
}
#global-navi > li:last-child {
	width: 14.2%;
}

#global-navi > li a {
	position: relative;
	display: block;
	background-color: #0074cc;
	border-right: 1px solid #005da3;
	font-size: 14px;
	font-weight: bold;
	height: 37px;
	line-height: 36px;
	color: #E8E8E8;
}
#global-navi > li:first-child > a {
	border-left: 1px solid #005da3;
}
#global-navi > a:after {
	border-color: transparent transparent transparent transparent;
}
#global-navi a.current {
	color: #FFF;
}
#global-navi a:hover {
	color: #FFF;
	text-decoration: none;
}
#global-navi a:hover .inner{
	color: #FFF;
	text-decoration: none;
	background-color: #0080f0;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
}
#global-navi > li .current .inner  {
	background-color: #0065b3;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
}
#global-navi .current:after {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -6px;
	border-width: 5px;
	border-color: transparent transparent #F8F8F8 transparent;
}
/* 個別にメニュー項目の長さ調整が必要になったら復活 */
/*
#global-navi > li.word-long {
	width: 13%;
}
*/
#global-navi .indicator-band {
	top: -6px;
	left: 50%;
	margin-left: -42px;
	height: 15px;
	line-height: 15px;
}
/*----------------------------------------------
 * サブナビゲーション
 *--------------------------------------------*/
#global-navi-sub li {
	float: left;
	text-align: left;
}
#global-navi-sub a {
	position: relative;
	display: block;
	padding: 0 14px;
	text-align: center;
	height: 29px;
	line-height: 32px;
	font-size: 14px;
	border-bottom: 3px solid transparent;
	color: #666;
}
#global-navi-sub a:hover {
	color: #334;
	text-decoration: none;
	background-color: #E8E8E8;
}
#global-navi-sub .current {
	color: #334;
	border-bottom: 3px solid #0074cc;
}
/*----------------------------------------------
 * サイドナビゲーション
 *--------------------------------------------*/
#main-contents-side-navi {
	position: relative;
	float: left;
	width: 164px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	border-top: 1px solid #D1D1D1\9;
	border-bottom: 1px solid #C8C8C8\9;
	border-left: 1px solid #D1D1D1\9;
}
:root #main-contents-side-navi { /* IE9だけハック*/
	border: none \0/IE9;
}
.left-side-navi-header {
	position: relative;
	display: block;
	font-size: 14px;
	color: #424242;
	font-weight: bold;
	padding: 8px;
	background-color: #F0F0F0;
	text-align: center;
}
#main-contents-side-navi .level-1 {
	background-color: #FFF;
	padding: 8px 0;
}
#main-contents-side-navi .level-1 li{
	padding: 8px 8px 8px 12px;
}
#main-contents-side-navi .level-1 a{
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-left: 13px;
}
#main-contents-side-navi .level-1 a:before{
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #DDD;
	top: 2px;
	left: 1px;
}
#main-contents-side-navi .level-1 a:hover:before{
	border-left-color: #0074cc;
}
#main-contents-side-navi .level-1 .current:before {
	border-left-color: #0074cc;
}
#main-contents-side-navi .level-2 {
	margin: 8px 0 0 8px;
}
#main-contents-side-navi .level-2 li{
	padding: 8px 4px 8px 8px;
}
/*----------------------------------------------
 * トピックパス
 *--------------------------------------------*/
.topic-path-outer {
	padding:0 8px;
}
.topic-path-wrapper {
	max-width: 1294px;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
}
#topic-path {
	margin: 16px 0 0;
	display: inline-flex;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	cursor: pointer;
	list-style: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	overflow-x: -moz-hidden-unscrollable;
}
#topic-path::-webkit-scrollbar {
	display: none;
}

#topic-path li {
	display: inline;
	font-size: 13px;
	line-height: 1.4;
}
#topic-path a {
	position: relative;
}
#topic-path .next {
	position: relative;
	bottom: 0;
	padding: 0 8px;
	color: #999;
	font-size: 90%;
}
#topic-path .last-text {
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	-moz-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	display: inline;
}

/* 追加 2016/11/01 */
#topic-path span {
    font-size: 13px;
}

/*----------------------------------------------
 * 汎用
 *--------------------------------------------*/
.contents-wrapper {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	border-top: 1px solid #D1D1D1\9;
	border-right: 1px solid #D1D1D1\9;
	border-bottom: 1px solid #C8C8C8\9;
	border-left: 1px solid #D1D1D1\9;
}
:root .contents-wrapper { /* IE9だけハック*/
	border: none \0/IE9;
}
.contents-header {
	position: relative;
	display: block;
	font-size: 18px;
	color: #424242;
	font-weight: bold;
	padding: 10px 8px 10px 10px;
	background-color: #D8D8D8;
	border-left: 6px solid #0074cc;
}
/*----------------------------------------------
 * もっと見る
 *--------------------------------------------*/
.more-link {
	margin-top: 4px;
	padding: 8px 0 8px 8px;
}
.more-link a{
	position: relative;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0 8px 0 24px;
	/padding-left: 8px;
	line-height: 28px;
	height: 28px;
	background-color: #FFF;
	background-image: -moz-linear-gradient(top,	#FFF 0%, #FAFAFA 100%);
	background-image: -o-linear-gradient(top,	#FFF 0%, #FAFAFA 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FAFAFA));
	background-image: -webkit-linear-gradient(top,  #FFF 0%,#FAFAFA 100%);
	background-image: linear-gradient(to bottom, #FFF 0%,#FAFAFA 100%);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #D1D1D1\9;
	border-right: 1px solid #D1D1D1\9;
	border-bottom: 2px solid #C8C8C8\9;
	border-left: 1px solid #D1D1D1\9;
}
:root .more-link a { /* IE9だけハック*/
	border: 1px solid transparent \0/IE9;
}
.more-link a:hover{
	text-decoration: none;
	border: 1px solid #CCC;
	border-bottom: 2px solid #C0C0C0\9;
}
:root .more-link a:hover { /* IE9だけハック*/
	border: 1px solid #CCC;
}
.more-link a:after{
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 7px solid transparent;
	border-left-color: #0074cc;
	top: 50%;
	margin-top: -7px;
	left: 10px;
}
.new-apps-link-list li {
	float: left;
	margin-left: 12px;
}
.upper-more-link {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    padding: 4px 8px;
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    font-size: 16px;
    border-radius: 2px;
    font-weight: normal;
}
.upper-more-link:hover{
	text-decoration: none;
	border: 1px solid #CCC;
	border-bottom: 2px solid #C0C0C0\9;
}
:root .upper-more-link:hover { /* IE9だけハック*/
	border: 1px solid #CCC;
}
/*----------------------------------------------
 * 記事（主に一覧で使用）
 *--------------------------------------------*/
.article-list{
	background-color: #FFF;
	padding: 0 16px;
}
*:first-child+html .article-list{
	border-bottom: 1px solid #F8F8F8;
}
.article-list > li{
	position: relative;
	border-top: 1px dotted #CCC;
}
.article-list > li:first-child{
	border-top: none;
}
.article-main {
	position: relative;
	display: block;
	padding: 16px 0;
}

.article-main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.article-main {
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .article-main {
	height:1%;
}


.article-img {
	width: 72px;
	height: 72px;
}
.article-img a {
	display: block!important;
	width: 72px;
	height: 72px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.article-img a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	background-color: #FFF;
}
.article-img img{
	max-width: 100%;
	max-height: 100%;
	background-color: #FFF;
}
.article-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	word-break: break-all;
}
.article-read {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.5;
}
.article-sub-info {
	padding-top: 8px;
}
.article-create-date {
	display: inline-block;
	color: #999;
	font-size: 12px;
	padding-right: 10px;
}


/*----------------------------------------------
 * ピックアップリスト 2016/11/02 追加
 *--------------------------------------------*/
.article-img-pickuplist {
	width: 108px;
	height: 75px;
}
.article-img-pickuplist a {
	width: 108px;
	height: 75px;
}
.article-read-pickuplist {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}
.thumbnail-left-list .article-body-pickuplist {
	margin-left: 120px !important;
}

/*----------------------------------------------
 * 個別記事
 *--------------------------------------------*/
#article-post h1 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    padding-bottom: 24px;
    line-height: 1.5;
}
#entry-box {
	padding: 24px;
}
#article-post {
	background-color: #FFF;
}
#entry-header {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 4px solid #DDD;
}
#entry-header .article-create-date {
	line-height: 20px;
	color: #666;
}
#entry-body {
	line-height: 1.7;
	color: #333;
}
#entry-body h2,
#entry-body h3,
#entry-body h4,
#entry-body h5,
#entry-body h6 {
	position: relative;
	line-height: 1.5; */
	font-weight: bold;
	border-left-color: #AAA;
	border-left-style: solid;
	border-left-width: 4px;
	margin: 40px 0 20px;
	padding-left: 8px;
	color: #333;
	clear: both;
}
#entry-body h2 {
	font-size: 20px;

}
#entry-body h2:first-child {
	margin-top: 0;
}
#entry-body h3 {
	font-size: 18px;
}
#entry-body h4 {
	font-size: 16px;
}
#entry-body h5 {
	font-size: 15px;
}
#entry-body h6 {
	font-size: 15px;
}
#entry-body p {
	margin-bottom: 20px;
	font-size: 15px;
}
#entry-body p.attachment {
	text-align: center;
}
#entry-body table {
	margin: 0 auto 20px;
}
#entry-body table td {
	vertical-align: top;
	font-size: 15px;
}
#entry-body a{
	text-decoration: underline;
}
#entry-body a:hover{
	text-decoration: none;
}
#entry-body img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.entry-create-date {
	color: #666;
	font-size: 12px;
}
/*----------------------------------------------
 * キャプション
 *--------------------------------------------*/
#entry-body .caption-box {
	margin: -20px 0 40px;
}
#entry-body .caption {
	color: #080;
	font-size: 14px;
}
/*----------------------------------------------
 * 画像テーブル
 *--------------------------------------------*/
#entry-body .img-one td {
    width: 100%;
}
#entry-body .img-two td {
	width: 50%;
}
#entry-body .img-three td {
	width: 33.3333%;
}
#entry-body .img-four td {
	width: 25%;
}
#entry-body .img-one img {
    max-width: 98%;
}
#entry-body .img-two img {
    max-width: 98%;
}
#entry-body .img-three img {
    max-width: 98%;
}
#entry-body .img-four img {
    max-width: 98%;
}
/*----------------------------------------------
 * 記事並び替え
 *--------------------------------------------*/
#article-form {
	padding: 12px 8px;
	padding: 8px;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
}
.article-select {
	font-size: 14px;
	width: 48%;
}
.article-select.w100p {
	width: 100%;
}
/*----------------------------------------------
 * 個別記事 カテゴリー
 *--------------------------------------------*/
#entry-category {
	margin: 64px 0 48px;
}
.entry-category-list {
	margin: 0 0 4px 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #CCC;
}
.entry-category-list li {
	display: inline;
	font-size: 13px;
	line-height: 1.6;
}
.entry-category-list a{
	font-size: 13px;
	font-weight: bold;
}
.entery-category-header {
	margin-bottom: 10px;
	font-size: 16px;
	border-left: 4px solid #BBB;
	padding-left: 8px;
}
.entry-category-list .next {
	position: relative;
	bottom: 1px;
	padding: 0 4px 0 10px;
	color: #999;
	font-size: 90%;
	font-weight: bold;
}
/*----------------------------------------------
 * 個別記事 タグ
 *--------------------------------------------*/
#entry-tag {
	margin: 48px 0;
}
.entry-tag-list li {
	float: left;
	margin: 0 8px 8px 0;
}
.entery-tag-header {
	margin-bottom: 10px;
	font-size: 16px;
	border-left: 4px solid #BBB;
	padding-left: 8px;
}
.entry-tag-list {
	margin-left: 10px;
}
.entry-tag-list a{
	font-size: 13px;
	font-weight: bold;
}

/*----------------------------------------------
 * エントリーゲームタイトル情報
 *--------------------------------------------*/
.entry-game {
    display: flex;
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 24px;
    border: solid 1px rgba(0, 0, 0, 0.125);
    padding: 5px;
}

.entry-game:hover {
	text-decoration:none;
	opacity: 0.85;
}

.entry-game__body {
    flex: 1 1 auto;
    min-width: 0;
}

.entry-game__thumb {
    width: 46px;
    height: 46px;
    border-radius: 2px;
    margin-right: 8px;
}

.entry-game__headline {
	display: flex;
	align-items: center;
	padding: 3px;
	font-size: 12px;
	background-color: #eee;
	}

.entry-game__headline-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-game__title {
	font-size: 14px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-game__more {
    font-size: 12px;
    background-color: #007ddb;
    color: #fff;
    border-radius: 2px;
    white-space: nowrap;
    padding: 4px 8px;
    margin-left: auto;
}
/*----------------------------------------------
 * 速報ニュース
 *--------------------------------------------*/
#flash-news {
	width: 680px;
	margin: 0;
}
.flash-news-list {
	background-color: transparent;
	height:20px;
	overflow:hidden;
}
.flash-news-list li {
	border: none;
}
.flash-news-list .article-main {
	padding: 2px;
}
.flash-news-list .article-body {
	position: relative;
	margin: 0;
	min-height: 0;
}
.flash-news-list .article-title {
	font-size: 12px;
	line-height: 18px;
	max-width: 42em;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.flash-news-list .article-title {
	font-size: 12px;
	float: left;
	margin-left: 4px;
}
.flash-news-indicator {
	display: inline-block;
	line-height: 16px;
	height: 16px;
	background-color: #D00000;
	color: #FFF;
	font-size: 12px;
	padding: 0 8px;
}
.flash-news-list .article-create-date {
	float: left;
	padding: 2px 0 0 12px;
	color: #666;
}
/*----------------------------------------------
 * 通常ニュース
 *--------------------------------------------*/
.first-article-list {
	padding: 16px;
	border: none\9;
}
#top-article-list-wrapper .news-indicators {
	margin-top: 8px;
}
.first-article-list.left {
	padding: 16px;
	padding-right: 0;
	border: none\9;
}
.second-article-list {
	border-top:  1px dotted #CCC;
	padding: 16px 0 16px 16px;
}
.first-article-list.left {
	width: 50%;
}
.first-article-list.left .article-img{
	width: 95px;
	height: 95px;
}
.first-article-list.left .article-img a{
	width: 95px;
	height: 95px;
}
.first-article-list.right > li:first-child{
	padding-bottom: 16px;
}
.first-article-list.right > .last{
	padding-top: 16px;
}
#news .first-article-list.left .article-body{
	margin-left: 112px;
}
#news .first-article-list.right .article-body{
	margin-left: 88px;
}
.first-article-list .article-main{
	padding: 0;
}
.second-article-list > li {
	float: left;
	width: 33.3333%;
	border: none;
}
.second-article-list > .middle {
	padding: 0 5%;
}
.second-article-list .article-title{
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
#news .second-article-list .article-body {
	margin-left: 0;
}
.second-article-list .article-main {
	padding: 0 24px 0 0;
}
#news .article-body{
	min-height: 72px;
}
#news-all {
	border-top: 1px solid #CCC;
}
.news-date-header {
	padding: 8px;
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 18px;
	-webkit-box-shadow: 0 1px 0 #FFF inset;
	-moz-box-shadow: 0 1px 0 #FFF inset;
	box-shadow: 0 1px 0 #FFF inset;
	-webkit-text-shadow: 0 1px 0 #FFF;
	-moz-text-shadow: 0 1px 0 #FFF;
	text-shadow: 0 1px 0 #FFF;
}
*:first-child+html .first-article-list.left {
	float: left;
}
*:first-child+html .first-article-list.left li{
	border: none;
}
*:first-child+html .first-article-list.right {
	float: left;
}
/*----------------------------------------------
 * 事前登録 Topページ
 *--------------------------------------------*/
#before-regist .article-list {
	border-top: none;
	overflow: hidden;
}
#before-regist .article-list li {
	float: left;
	width: 33.3333%;
	border: none;
}
#before-regist .article-img {
	margin: 0 auto;
	width: 96px;
	height: 96px;
}
#before-regist .article-img a{
	width: 96px;
	height: 96px;
}
#before-regist .article-main {
	padding: 16px 8px;
}
#before-regist .article-body {
	margin-top: 10px;
	text-align: left;
	padding: 0;
}
#before-regist .game-title {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#before-regist .article-title {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 6px;
	height: 40px;
	overflow: hidden;
}
#before-regist .article-title a{
	color: #666;
}
#before-regist .article-sub-info{
	padding-top: 6px;
}
/*----------------------------------------------
 * 事前登録ページ
 *--------------------------------------------*/
.before-regist-game-list li:nth-child(odd){
    float:left;
}
.before-regist-game-list li:nth-child(even){
    float:right;
}
/*----------------------------------------------
 * 編集部のおすすめアプリ
 *--------------------------------------------*/
#editorial-recommend-apps .article-list {
	border-top: none;
	overflow: hidden;
}
#editorial-recommend-apps .article-list li {
	float: left;
	width: 33.3333%;
	border: none;
}
#editorial-recommend-apps .article-img {
	margin: 0 auto;
	width: 96px;
	height: 96px;
}
#editorial-recommend-apps .article-img a{
	width: 96px;
	height: 96px;
}
#editorial-recommend-apps .article-main {
	padding: 16px 8px;
}
#editorial-recommend-apps .article-body {
	margin-top: 10px;
	text-align: left;
	padding: 0;
}
#editorial-recommend-apps .game-title {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#editorial-recommend-apps .article-title {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 6px;
	height: 40px;
	overflow: hidden;
}
#editorial-recommend-apps .article-title a{
	color: #666;
}
#editorial-recommend-apps .article-sub-info {
	padding-top: 6px;
}
/*----------------------------------------------
 * 新着アプリ、新着レビュー、新作アプリ
 *--------------------------------------------*/
#new-apps .article-list li,
#new-review .article-list li {
	float: left;
	width: 25%;
	border: none;
}
#new-apps .article-img,
#new-review .article-img {
	margin: 0 auto;
	width: 80px;
	height: 80px;
}
#new-apps .article-img a,
#new-review .article-img a {
	width: 80px;
	height: 80px;
}
#new-apps .article-body,
#new-review .article-body {
	margin-top: 8px;
	text-align: left;
	padding: 0;
}
#new-apps .article-title,
#new-review .article-title {
	margin-top: 6px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
#new-apps .article-title a,
#new-review .article-title a{
	color: #666;
}
#new-apps .game-title,
#new-review .game-title {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#new-apps .article-main,
#new-review .article-main {
	padding: 8px 8px 16px;
}
#new-apps .article-sub-info,
#new-review .article-sub-info {
	padding-top: 6px;
}
#new-apps .article-list.first .article-main,
#new-review .article-list.first .article-main {
	padding-top: 16px;
}
#new-apps .retweet-num,
#new-review .retweet-num {
	padding-bottom: 4px;
}
.new-apps-select-wrapper {
	position: relative;
}
#new-apps-select {
	position: absolute;
	bottom: 0;
	right: 0;
}
#new-apps-select li {
	float: left;
	margin-left: 6px;
}
#new-apps-select a {
	position: relative;
	display: block;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	background-color: #F1F1F1;
}
#new-apps-select a:hover {
	background-color: #FFF;
	text-decoration: none;
}
#new-apps-select a.current {
	background-color: #FFF;
}
#new-apps-select .all-device {
	color: #727272;
}
#new-apps-select .all-device:hover {
	color: #333;
}
#new-apps-select a.current.all-device {
	color: #333;
}
/*----------------------------------------------
 * 新着 攻略、ブログ、マンガ
 *--------------------------------------------*/
#new-apps .article-list,
#new-review .article-list,
#blog .article-list,
#comic .article-list,
#game-tips .article-list {
	border-top: none;
	overflow: hidden;
}
#blog .article-list li ,
#comic .article-list li ,
#game-tips .article-list li {
	float: left;
	width: 33.3333%;
	border: none;
}
#blog .article-img,
#comic .article-img,
#game-tips .article-img {
	margin: 0 auto;
	width: 96px;
	height: 96px;
}
#blog .article-img a,
#comic .article-img a,
#game-tips .article-img a {
	width: 96px;
	height: 96px;
}
#blog .article-body,
#comic .article-body,
#game-tips .article-body {
	margin-top: 8px;
	text-align: left;
	padding: 0;
}
#blog .article-title,
#comic .article-title,
#game-tips .article-title {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
#blog .article-main,
#comic .article-main,
#game-tips .article-main {
	padding: 16px 8px;
}
#game-tips .article-main {
	padding: 8px 8px 16px;
}
#game-tips .article-list.first .article-main {
	padding-top: 16px;
	padding-bottom: 8px;
}
/*----------------------------------------------
 * 関連、最新記事
 *--------------------------------------------*/
#relation-article,
#recent-article {
	background-color: #FFF;
	padding: 16px;
	margin-top: 24px;
}
#relation-article-list,
#recent-article-list {
	padding: 0;
}
#relation-article h3,
#recent-article h3 {
	font-size: 20px;
}
#relation-article .explan,
#recent-article .explan{
	font-size: 12px;
	color: #888;
	margin: 10px 0;
}
#relation-article li:first-child,
#recent-article li:first-child{
	border-top: 1px solid #E4E4E4;
}
#relation-article-list .article-title,
#recent-article .article-title{
	font-weight: normal;
}
/*----------------------------------------------
 * 最新アクセスランキング
 *--------------------------------------------*/
#pageview-ranking {
	background-color: #FFF;
	padding: 16px;
	margin-top: 24px;
}
#pageview-ranking .ranking-main {
	padding: 8px 0;
}
#pageview-ranking h2 {
	font-size: 13px;
}
#pageview-ranking div.article-img {
	float: left;
}
#pageview-ranking h2.game-title {
	padding-left: 5px;
	line-height: 1.5;
	word-break: break-all;
	display: table-cell;
	vertical-align: middle;
	height: 72px;
}
#pageview-ranking .ranking-body{
	clear:both;
	min-height:72px;
}
#pageview-ranking .explan {
	font-size: 12px;
	color: #888;
	margin: 10px 0;
}
.pageview-ranking-list li{
	position: relative;
	border-top: 1px dotted #CCC;
}
.pageview-ranking-list li:first-child{
	border-top: 1px solid #E4E4E4;
}
.pageview-ranking-list a{
	position: relative;
	display: inline-block;
}
.pageview-ranking-list .article-title{
	font-size: 13px;
}
.pageview-ranking-list .article-body {
	margin-left: 48px;
	min-height: 55px;
}
.pageview-ranking-list .ranking-num {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 0;
	display: inline-block;
	background-color: #F0F0F0;
	text-align: center;
	color: #5B5B5B;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	width: 26px;
	padding: 4px;
}
.pageview-ranking-list .ranking-num .unit {
	padding-left: 2px;
	font-size: 12px;
}
.pageview-ranking-list .article-create-date {
	padding-top: 8px;
}

#pageview-ranking-list-app .ranking-body .game-title a{
   margin-left:72px;
}

#pageview-ranking-list-app .ranking-body .article-img{
   margin-top:-36px;
   position:absolute;
   top:50%;
}

/*----------------------------------------------
 * 先週の話題記事
 *--------------------------------------------*/
#weekly-retweet {
	background-color: #FFF;
	padding: 16px;
	margin-top: 24px;
}
#weekly-retweet-list .retweet-main {
	padding: 8px 0;
}
#weekly-retweet h2 {
	font-size: 13px;
}

#weekly-retweet .explan {
	font-size: 12px;
	color: #888;
	margin: 10px 0;
}
#weekly-retweet-list li{
	position: relative;
	border-top: 1px dotted #CCC;
}
#weekly-retweet-list li:first-child{
	border-top: 1px solid #E4E4E4;
}
#weekly-retweet-list a{
	position: relative;
	display: inline-block;
}
#weekly-retweet-list .article-title{
	font-size: 13px;
}
#weekly-retweet-list .article-body {
	margin-left: 56px;
	min-height: 55px;
}
#weekly-retweet-list .retweet-num {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 0;
	display: inline-block;
	text-align: center;
	background-color: #F0F0F0;
	color: #5B5B5B;
	font-size: 14px;
	height: 26px;
	padding: 4px;
	width: 32px;
}
#weekly-retweet-list .unit {
	display: block;
	font-size: 80%;
	padding-top: 1px;
}
#weekly-retweet-list .article-create-date {
	padding-top: 8px;
}
/*----------------------------------------------
 * カテゴリ一覧（ページ単体用）
 *--------------------------------------------*/
#category {
	margin-top: 16px;
	border-bottom: 1px solid #CCC;
}
#category a {
	padding: 8px 4px;
	font-size: 13px;
}
#category .more-link a {
	padding: 0 8px 0 24px;
	font-size: 14px;
}
.category-list {
	background-color: #FFF;
	padding: 16px;
}
.category-list dt {
	border-left: 4px solid #0074cc;
	padding-left: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.category-list > li {
	margin-top: 24px;
}
.category-list > li:first-child {
	margin-top: 0;
	border-top: none;
}
.short-category-list li {
	float: left;
	padding-right: 12px;
}
.short-category-list a{
	display: inline-block;
}
.long-category-list a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.category-list .level-2 {
	padding-left: 10px;
}
/*----------------------------------------------
 * アプリ ランキング
 *--------------------------------------------*/
#apps-ranking .explan {
	margin: 8px 0;
	padding-left: 8px;
	font-size: 12px;
	color: #666;
}
#apps-ranking .explan span{
	padding-left: 8px;
}
#apps-ranking .ranking-body {

	margin-left: 42px;
}










#apps-ranking .ranking-main-body {
	margin-left: 72px;
}
#apps-ranking .article-title {
	font-size: 13px;
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#apps-ranking .article-title a{
	font-weight: normal;
	color: #999;
}
.apps-ranking-list{
	background-color: #FFF;
	padding: 0 16px;
}
.apps-ranking-list li{
	position: relative;
	border-top: 1px dotted #CCC;
}
.apps-ranking-list li:first-child{
	border-top: none;
}
.apps-ranking-list .game-title {
	font-size: 16px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ranking-body dt,
.ranking-body dd {
	display: inline;
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}
.ranking-body dd {
	padding-right: 8px;
}
.ranking-main {
	position: relative;
	display: block;
	padding: 16px 0;
}
.apps-ranking-list .ranking-num {
	display: inline-block;
	background-color: #E4E4E4;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	height: 48px;
	min-width: 26px;
	padding: 0;
	text-align: center;
	margin-top: 0;
	color: #333;
}
.ranking-body .price,
.ranking-body .price-value {
	color: #666;
	font-weight: bold;
}
.ranking-num-box {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -24px;
}
.apps-ranking-list .article-img {
	float: left;
	width: 56px;
	height: 56px;
}
.apps-ranking-list .article-img a{
	width: 56px;
	height: 56px;
}
/*----------------------------------------------
 * レビュー
 *--------------------------------------------*/
#review .article-img{
	display: block;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -36px;
}
#review .article-body {
	display: block;
	padding-left: 80px;
	min-height: 72px;
}
#review .game-title{
	font-size: 16px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#review .article-title{
	color: #888;
	font-size: 12px;
	line-height: 1.35;
}
/*----------------------------------------------
 * WordPress ウィジェット用
 *--------------------------------------------*/
#widget-footer {
	margin: 24px 0 0 0;
}
#widget-ad-top {
	float: right;
	margin: 8px 0;
	width: 728px;
	height: 90px;
}
#widget-ad-contents-a,
#widget-ad-contents-b {
	margin: 12px 0;
	text-align: center;
}
#widget-ad-side-a,
#widget-ad-side-b {
	text-align: center;
}
#widget-ad-rect {
	width: 300px;
	height: 250px;
}
#widget-ad-left,
#widget-ad-right {
	position: fixed;
	top: 29px;
}
#widget-ad-left {
	margin-left: -310px;
}
#widget-ad-right {
	margin-left: 1005px;
}
#widget-common-a {
	border: 1px solid #DDD;
	text-align: center;
	margin: 24px auto;
	background-color: #F4F4F4;
	padding: 8px;
	-webkit-box-shadow: 0 1px 0 #FCFCFC inset;
	-moz-box-shadow: 0 1px 0 #FCFCFC inset;
	box-shadow: 0 1px 0 #FCFCFC inset;
}
#widget-post-a,
#widget-post-b,
#widget-post-c {
	margin: 24px 0;
	text-align: center;
}
#widget-post-b {
	margin: 48px 0;
}
/*----------------------------------------------
 * フッター
 *--------------------------------------------*/
#link-collection {
	position: relative;
	padding: 32px 16px 16px 16px;
	color: #FFF;
	font-weight: normal;
}
#link-collection .level-1 > li {
	float: left;
	width: 20%;
}
#link-collection .level-1 > .last {
	/width: 18%;
}
#link-collection .level-1.lower{
	margin-top: 40px;
}
#link-collection .sub-menu {
	margin-left: 12px;
}
#link-collection .sub-menu li {
	padding-top: 8px;
}
#link-collection .sub-menu li:first-child {
	padding-top: 0;
}
#link-collection dl {
	padding: 8px;
}
#link-collection .link-header {
	border-left: 4px solid #0074cc;
	padding-left: 8px;
	font-size: 16px;
	margin-bottom: 16px;
}
#link-collection a.link-name {
	position: relative;
	display: block;
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
	-webkit-text-shadow: 0 -1px 0 #000;
	-moz-text-shadow: 0 -1px 0 #000;
	text-shadow: 0 -1px 0 #000;
}
#link-collection .padding{
	padding:8px;
}
#link-collection .sub-menu .padding{
	padding:0;

}
#link-collection ul a{
	border-left: 4px solid #0097FF;
	padding-left: 8px;
	font-size: 16px;
	margin-bottom: 16px;
	color:#fff;
	display:block;
}
#link-collection .sub-menu a{
	border-left: none;
	padding-left: 0;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.6;
}
#link-collection  .footer-menu1 li:last-child a:first-child{
	border-left-color:#999;
}

#link-collection .no-category-list .link-header,
#link-collection .no-category-list a.link-name:before {
	border-left-color: #999;
}
#category-all-link {
	position: absolute;
	bottom: 16px;
	right: -6px;
	margin-right: 20px;
}
#category-all-link a {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#category-all-link a:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 6px solid transparent;
	border-left-color: #0074cc;
	top: 1px;
	left: -11px;
}
#footer-external {
	margin: 32px 0;
	padding: 0 8px;
}
#footer-external .external-logo i {
	display: table-cell;
	vertical-align: middle;
	width: 48px;
	height: 48px;
}
*:first-child+html #footer-external .external-logo i {
	display: block;
	float: left;
}
#footer-external .external-logo li {
	float: left;
	width: 33%;
	height: 100%;
	margin-left: 0;
}
#footer-external a {
	display: block;
	margin: 4px;
	padding: 8px;
	background-color: #FFF;
	height: 100%;
}
#footer-external a:hover {
	filter: alpha(opacity:=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
}
#footer-external .message-box {
	background-color: #FFF;
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 13px;
}
*:first-child+html #footer-external .message-box {
	display: block;
	float: left;
	padding-top: 6px;
}
#copyright {
	padding: 16px 0 32px;
	color: #FFF;
	text-align: center;
}
/*----------------------------------------------
 * ソーシャルボタン
 *--------------------------------------------*/
.social-btn.lower {
	margin: 48px 0 24px;
}
.entery-social-header {
	margin-bottom: 16px;
	font-size: 16px;
	border-left: 4px solid #BBB;
	padding-left: 8px;
}
.social-btn-list li {
	float: left;
}
.google-social-btn{
	margin-left: 10px;
	width: 70px;
}
.hatena-social-btn {
	margin-left: 10px;
	height: 22px;
}
.twitter-social-btn {
	width: 110px;
}
.facebook-social-btn {
	width: 110px;
	height: 22px;
}
.fb-wrapper {
	margin-top: 24px;
	background-color: #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	border-top: 1px solid #DDD\9;
	border-right: 1px solid #DDD\9;
	border-bottom: 1px solid #D0D0D0\9;
	border-left: 1px solid #DDD\9;
}
:root .fb-wrapper { /* IE9だけハック*/
	border: none \0/IE9;
}
.fb-like-box {
	width: 682px;
	height: 269px;
	overflow: hidden;
}
.fb-like-box iframe {
	top: -1px;
	left: -1px;
}
/*----------------------------------------------
 * アプリスペック
 *--------------------------------------------*/
#app-spec {
	margin: 32px auto;
	border: 1px solid #CCC;
	background-color: #F8F8F8;
	width: 72%;
}
#app-spec .app-name {
	font-size: 16px;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 4px 8px;
	border: none;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
.app-spec-list {
	padding: 4px 0;
	color: #666;
	font-size: 13px;
}
.app-spec-list dt {
	float: left;
	clear: both;
	width: 6em;
	margin-top: 4px;
	padding-left: 8px;
	font-weight: bold;
}
.app-spec-list dd {
	border-top: 1px dotted #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 9em;
	padding-right: 4px;
	font-size: 90%;
}
.app-spec-list .first{
	border-top: none;
}
/*----------------------------------------------
 * アプリダウンロード
 *--------------------------------------------*/
#store-donwload-link {
	margin: 32px 0;
}
/* Correct typo for donw => down */
#store-download-link {
	margin: 20px 0;
}

.store-donwload-link-list li{
	position: relative;
	float: left;
	width: 49%;
	text-align: center;
}
/* Correct typo for donw => down */
.store-download-link-list li{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
}
.store-donwload-link-list .last {
	float: right;
}
/* Correct typo for donw => down */
.store-download-link-list .last {
	float: right;
}
.one-download-link li{
	float: none;
	width: 100%;
	text-align: center;
}
a.store-download-btn {
	display: inline-block;
	padding: 8px 0;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none !important;
}
a.store-download-btn:link {
	color: #FFF;
}
a.store-download-btn:visited {
	color: #FFF;
}
.store-download-btn .text{
	font-size: 140%;
}
.one-download-link .store-download-btn {
	width: 60%;
}
a.app-store-download-btn {
	display: inline-block;
	color: #FFF;
	background-color: #001bb8;
	background-image: -moz-linear-gradient(top,	#425eff 0%, #001bb8 100%);
	background-image: -o-linear-gradient(top,	#425eff 0%, #001bb8 100%);
	background-image: -webkit-linear-gradient(top,  #425eff 0%,#001bb8 100%);
	background-image: linear-gradient(to bottom,	 #425eff 0%,#001bb8 100%);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
	box-shadow: 0 2px 4px rgba(0,0,0,0.9);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	width: 96%;
}
a.app-store-download-btn:hover {
	text-decoration: none;
	background-color: #0022eb;
	background-image: -moz-linear-gradient(top,	#7084fb 0%, #0022eb 100%);
	background-image: -o-linear-gradient(top,	#7084fb 0%, #0022eb 100%);
	background-image: -webkit-linear-gradient(top,  #7084fb 0%,#0022eb 100%);
	background-image: linear-gradient(to bottom,	 #7084fb 0%,#0022eb 100%);
}
a.google-play-donwload-btn {
	display: inline-block;
	color: #FFF;
	background-color: #86c700;
	background-image: -moz-linear-gradient(top,	#9be600 0%, #86c700 100%);
	background-image: -o-linear-gradient(top,	#9be600 0%, #86c700 100%);
	background-image: -webkit-linear-gradient(top,  #9be600 0%,#86c700 100%);
	background-image: linear-gradient(to bottom,	 #9be600 0%,#86c700 100%);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.8);
	box-shadow: 0 2px 4px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	width: 96%;
}
/* Correct typo for donw => down */
a.google-play-download-btn {
	display: inline-block;
	color: #FFF;
	background-color: #86c700;
	background-image: -moz-linear-gradient(top,	#9be600 0%, #86c700 100%);
	background-image: -o-linear-gradient(top,	#9be600 0%, #86c700 100%);
	background-image: -webkit-linear-gradient(top,  #9be600 0%,#86c700 100%);
	background-image: linear-gradient(to bottom,	 #9be600 0%,#86c700 100%);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.8);
	box-shadow: 0 2px 4px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	width: 96%;
}
a.google-play-donwload-btn:hover {
	text-decoration: none;
	background-color: #94db00;
	background-image: -moz-linear-gradient(top,	#a2f000 0%, #94db00 100%);
	background-image: -o-linear-gradient(top,	#a2f000 0%, #94db00 100%);
	background-image: -webkit-linear-gradient(top,  #a2f000 0%,#94db00 100%);
	background-image: linear-gradient(to bottom,	 #a2f000 0%,#94db00 100%);
}
/* Correct typo for donw => down */
a.google-play-download-btn:hover {
	text-decoration: none;
	background-color: #94db00;
	background-image: -moz-linear-gradient(top,	#a2f000 0%, #94db00 100%);
	background-image: -o-linear-gradient(top,	#a2f000 0%, #94db00 100%);
	background-image: -webkit-linear-gradient(top,  #a2f000 0%,#94db00 100%);
	background-image: linear-gradient(to bottom,	 #a2f000 0%,#94db00 100%);
}
.store-donwload-link-list .download {
	display: block;
	font-size: 128%;
	margin-top: 8px;
	font-weight: bold;
}
/* Correct typo for donw => down */
.store-download-link-list .download {
	display: block;
	font-size: 128%;
	margin-top: 8px;
	font-weight: bold;
}
.store-donwload-link-list .arrow-down {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -16px;
	border-width: 10px 16px 10px;
	border-color: #0074cc transparent transparent transparent;
}
/* Correct typo for donw => down */
.store-download-link-list .arrow-down {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -16px;
	border-width: 10px 16px 10px;
	border-color: #0074cc transparent transparent transparent;
}
/*----------------------------------------------
 * リスト共通
 *--------------------------------------------*/
.thumbnail-left-list .article-img {
	float: left;
}
.thumbnail-left-list .article-body {
	margin-left: 88px;
}
/*----------------------------------------------
 * インジケーター
 *--------------------------------------------*/
.indicator-band {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	padding: 0 8px;
	color: #FFF;
	z-index: 1;
	background-color: #DE0000;
}
.indicator-band .shadow {
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	border-width: 8px 0 0 6px;
}
.indicator-corner {
	position: absolute;
	top: -2px;
	left: 0;
	border-color: #D00000 transparent transparent #D00000;
	border-style: solid;
	border-width: 40px;
	min-height: 0;
	width: 0;
	z-index: 1;
}
.indicator-corner-text {
	position: absolute;
	top: 0;
	left: 2px;
	line-height: 52px;
	display: block;
	color: #FFF;
	font-size: 13px;
	font-size: 12px\9;
	font-weight: bold;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
}
.retweet-num {
	float: left;
	display: block;
	color: #AAA;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #0097d1;
}
.retweet-num .unit {
	font-size: 12px;
	font-weight: normal;
	padding-left: 1px;
}
.news-indicators {
	margin-top: 6px;
}
.thumbnail-left-list .news-indicators {
	margin-top: -4px;
}
.news-indicators li {
	float: left;
	padding-right: 6px;
}
.news-indicator {
	display: inline-block;
	line-height: 17px;
	height: 17px;
	padding: 0 8px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #F1F1F1;
	background-color: #F8F8F8;
	color: #888;
}
.news-indicators a:hover {
	background-color: #666;
	color: #FFF;
	text-decoration: none;
}
a.iphone {
	color: #363699;
}
a.ipad {
	color: #993699;
}
a.android {
	color: #369936;
}
.gold {
	background-color: #EDAE00 !important;
	color: #FFF !important;
}
.silver {
	background-color: #C5B69E !important;
	color: #FFF !important;
}
.bronze {
	background-color: #8D3927 !important;
	color: #FFF !important;
}
/*----------------------------------------------
 * ゲーム攻略TOPへ戻る
 *--------------------------------------------*/
.game-tips-top-back {
	margin-top: 24px;
	position: relative;
	padding: 8px;
	text-align: center;
}
.game-tips-top-back .game-title {
	padding-right: 4px;
	margin-bottom: 4px;
	line-height: 1.4;
}
.game-tips-top-back-btn {
	position: relative;
	display: inline-block;
	padding: 20px 5%;
	width: 80%;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #BBB;
	color: #333 !important;
	background-color: #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -moz-linear-gradient(top,	#FEFEFE 0%, #DDD 100%);
	background-image: -o-linear-gradient(top,	#FEFEFE 0%, #DDD 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#DDD));
	background-image: -webkit-linear-gradient(top,  #FEFEFE 0%,#DDD 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%,#DDD 100%);
	-webkit-tbox-shadow: 0 1px 0 #FFF inset , 0 2px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 0 #FFF inset, 0 2px 4px rgba(0,0,0,0.6);
	box-shadow: 0 1px 0 #FFF inset, 0 2px 4px rgba(0,0,0,0.6);
	-webkit-text-shadow: 0 1px 0 #FFF;
	-moz-text-shadow: 0 1px 0 #FFF;
	text-shadow: 0 1px 0 #FFF;
}
.game-tips-top-back-btn:hover {
	text-decoration: none;
	background-color: #FEFEFE;
	background-image: -moz-linear-gradient(top,	#DDD 0%, #FEFEFE 100%);
	background-image: -o-linear-gradient(top,	#DDD 0%, #FEFEFE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#FEFEFE));
	background-image: -webkit-linear-gradient(top,  #DDD 0%,#FEFEFE 100%);
	background-image: linear-gradient(to bottom, #DDD 0%,#FEFEFE 100%);
}
/*----------------------------------------------
 * 外部サービスへのリンク
 *--------------------------------------------*/
.external-logo i {
	width: 24px;
	height: 24px;
}
.external-logo li {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 8px;
}
.twitter-iphone-box {
	border: 4px solid #666;
}
.twitter-android-box {
	border: 4px solid #86B900;
}
.facebook-box {
	border: 4px solid #3B579D;
}
.rss-box {
	border: 4px solid #F8BC2E;
}
/*----------------------------------------------
 * ページTOPへ戻る
 *--------------------------------------------*/
a.page-top-back-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	border: 3px solid #AAA;
	background-color: transparent;
	color: #AAA;
	padding: 8px 16px;
	line-height: 1.4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}
a.page-top-back-btn:hover {
	text-decoration: none;
}
a.page-top-back-btn:after {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -12px;
	content: " ";
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-bottom-color: #AAA;
}
/*----------------------------------------------
 * 本番では使用しないセレクタ群(テストサイト見た目確認用)
 *--------------------------------------------*/
.ad-box1{
	display: inline-block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #FFF !important;
	max-width: 100%;
	max-height: 100%;
	background-color: #666;
	text-align: center;
}
.ad-box2{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #FFF !important;
	max-width: 100%;
	max-height: 100%;
	background-color: #666;
	text-align: center;
}
.ad-box3{
	display: block;
	width: 100%;
	height: 250px;
	line-height: 250px;
	color: #FFF !important;
	max-width: 100%;
	max-height: 100%;
	background-color: #666;
	text-align: center;
}
.ad-box4{
	display: block;
	width: 100%;
	height: 400px;
	line-height: 400px;
	color: #FFF !important;
	max-width: 100%;
	max-height: 100%;
	background-color: #666;
	text-align: center;
}
/*----------------------------------------------
 * 現行のCSS（画像の中央寄せに必要）
 *--------------------------------------------*/
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*----------------------------------------------
 * 事前登録
 *--------------------------------------------*/
#before-regist-contents {
	background-color: #FFF;
	padding-bottom: 16px;
}
#before-regist-contents h1 {
	background-color: #333;
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.8);
	box-shadow: 0 2px 3px rgba(0,0,0,0.8);
}
.before-regist-contents-explan {
	margin: 20px 0 20px;
	padding: 0 16px;
	line-height: 1.6;
	font-size: 14px;
}
.before-regist-game-list {
	margin-top: 20px;
	padding: 0 16px;
}
.before-regist-game-list li {
	width: 48.5%;
}
.before-regist-game-list .game-wrapper {
	position: relative;
	padding: 16px;
	background-color: #F2F2F2;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	height: 240px;
	margin-bottom: 16px;
	overflow: hidden;
}
.before-regist-game-list .game-body {
	position: relative;
	margin-top: 20px;
}
.before-regist-game-list .game-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-color: #F0F0F0;
}
.before-regist-game-list .game-img img {
	max-width: 80px;
}
.before-regist-game-list .game-img img {
	-moz-opacity: 0.8;
	filter: alpha(opacity="80");
	opacity: 0.8;
}
.before-regist-game-list .game-data {
	margin-left: 95px;
}
.before-regist-game-list .game-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.before-regist-game-list .game-title a {
	text-decoration: underline;
}
.before-regist-game-list .game-title a:hover {
	text-decoration: none;
}
.before-regist-game-list .game-data-list dt {
	margin-top: 12px;
	width: 6em;
	font-size: 12px;
	color: #666;
}
.before-regist-game-list .game-data-list dd {
	padding: 6px 0;
	border-bottom: 1px dotted #CCC;
	line-height: 1.4;
	font-weight: bold;
	font-size: 13px;
}
.before-regist-game-list .game-data-list .date {
	color: #D00000;
	font-weight: normal;
}
.before-regist-game-list .game-explan {
	margin-top: 12px;
}
.before-regist-game-list .game-explan p {
	padding: 4px;
	background-color: #ffe0e3;
	line-height: 1.45;
	font-size: 12px;
	color: #666;
}
.before-regist-game-list .iphone {
	color: #363699;
}
.before-regist-game-list .ipad {
	color: #993699;
}
.before-regist-game-list .android {
	color: #369936;
}
/*----------------------------------------------
 * 右カラム ゲーム攻略まとめページ
 *--------------------------------------------*/
#top-game-tips{
	position: relative;
	background-color: #fefedc;
	padding: 16px;
	margin-top: 24px;
}
.top-game-tips-main {
	position: relative;
	padding: 8px 0;
}
#top-game-tips h2 {
	font-size: 18px;
}
#top-game-tips  {
	font-size: 12px;
	color: #333;
	margin-bottom: 8px;
	padding-left: 14px;
}
#top-game-tips .explan {
	font-size: 12px;
	color: #888;
	margin: 10px 0;
}
#top-game-tips .article-img {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 72px;
	height: 72px;
}
*:first-child+html #top-game-tips .article-img {
	display: block;
	float: left;
}
#top-game-tips .article-body {
	display: table-cell;
	vertical-align: middle;
	padding: 0 16px;
}
*:first-child+html #top-game-tips .article-body {
	display: block;
	float: left;
	margin-left: 16px;
}
#top-game-tips-list li{
	position: relative;
	border-top: 1px dotted #CCC;
}
#top-game-tips-list li:first-child{
	border-top: 1px solid #CCC;
}
#top-game-tips-list a{
	position: relative;
}
#top-game-tips-list .game-tips-title{
	margin: 0;
	font-size: 16px;
}
#top-game-tips .indicator-band {
	top: 1px;
	left: -20px;
}
#top-game-tips .indicator-band .shadow {
	bottom: -8px;
	left: 0;
}
#right-ad-text-list {
	margin: 8px 0;
	background-color: #fefedc;
	padding: 8px;
	text-align: left;
}
#right-ad-text-list li {
	margin-top: 8px;
	font-size: 13px;
}
#right-ad-text-list li:first-child {
	margin-top: 0;
}
#right-ad-text-list a {
	text-decoration: underline;
}
#right-ad-text-list a:hover {
	text-decoration: none;

}
/*----------------------------------------------
 * 404
 *--------------------------------------------*/
#page-not-found {
	background-color: #FFF;
	padding: 60px 20px 0 20px;
	height: 400px;
}
#page-not-found .inner {
	width: 400px;
	margin: 0 auto;
}
#page-not-found h1 {
	font-size: 50px;
	color: #4B4B4B;
}
#page-not-found h1 > span{
	font-size: 160%;
	padding-right: 20px;
}
#page-not-found p {
	margin-top: 20px;
	color: #4B4B4B;
}
#page-not-found .sub-text {
	margin-top: 10px;
}
#page-not-found .select-box {
	margin-top: 50px;
}
#page-not-found .select-list {
	display: inline-block;
}
#page-not-found .select-list li {
	float: left;
}
#page-not-found .select-list li:first-child {
	padding-right: 20px;
}
#page-not-found .select-list a {
	text-decoration: underline;
}
#page-not-found .select-list a:hover {
	text-decoration: none;
}
#game-tips-menu .level-2 a.new {
color: #D00000;
}

.app-more{
    float:right;
}
/*----------------------------------------------
 * ピックアップ枠
 *--------------------------------------------*/
.section-special,
.section-gametitle,
.section-tokusetsu{
	background: #fff;
	margin: 0 0 12px;
}
.section-special-inner,
.section-gametitle-inner,
.section-tokusetsu-inner{
	overflow: hidden;
	padding: 10px 0 0 10px;
}
.section-special a,
.section-gametitle a,
.section-tokusetsu a{
	color: #0074CC;
}
.special-title{
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
}
.special-title i{
	transform: rotate(-6deg);
	margin: 0 3px 0 0;
	font-size: 20px;
}
.special-list,
.gametitle-list,
.tokusetsu-list{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}
.special-list-link,
.gametitle-list-link,
.tokusetsu-list-link{
	display: block;
	margin: 0 10px 12px 0;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.special-list figure,
.gametitle-list figure,
.tokusetsu-list figure{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #f5f5f5;
	background-color: #fafafa;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing:border-box;
}
.special-list figure img,
.gametitle-list figure img,
.tokusetsu-list figure img{
	display: block;
	width: 100%;
	height: auto;
}
.special-list-text,
.gametitle-list-text,
.tokusetsu-list-test{
	height: 60px;
	overflow: hidden;
	padding: 1px 1px 0 2px;
}
.special-list-label{
	height: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0 1px 3px;
	color: #999;
	font-size: 9px;
	line-height: 1.1;
	text-align:right;
}
.special-list-gametitle,
.gametitle-list-gametitle,
.tokusetsu-list-gametitle{
	display: table-cell;
	vertical-align: middle;
	height: 22px;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.1;
}
.special-list-catchcopy,
.gametitle-list-catchcopy,
.tokusetsu-list-catchcopy{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.3;
}
.special-list-more{
	display: block;
	width: 10em;
	margin: 5px auto 0;
	padding: 5px 0;
	border: 1px solid #334;
	border-radius: 100px;
	text-align: center;
	font-size: 10px;
	text-align:center;
}
.special-list-01 .special-list-link,
.gametitle-list-01 .gametitle-list-link,
.tokusetsu-list-01 .tokusetsu-list-link{
	background-color: transparent;
}
.special-list-02 .special-list-link,
.gametitle-list-02 .gametitle-list-link,
.tokusetsu-list-02 .tokusetsu-list-link{
	background-color: transparent;
}
.special-list-03 .special-list-link,
.gametitle-list-03 .gametitle-list-link,
.tokusetsu-list-03 .tokusetsu-list-link{
	background-color: transparent;
}
.special-list-04 .special-list-link,
.gametitle-list-04 .gametitle-list-link,
.tokusetsu-list-04 .tokusetsu-list-link{
	background-color: transparent;
}

.section-special.contents-wrapper{
	margin: 24px 0 0;
}
.section-special-inner,
.section-gametitle-inner,
.section-tokusetsu-inner{
	overflow: hidden;
	padding: 16px 2px 18px 16px;
}
.section-special a,
.section-gametitle a,
.section-tokusetsu a{
	color: #334;
}
.special-list,
.gametitle-list,
.tokusetsu-list{
	width: 25%;
}
.special-list-link,
.gametitle-list-link,
.tokusetsu-list-link{
	margin: 0 14px 0 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
.special-list-catchcopy,
.gametitle-list-catchcopy,
.tokusetsu-list-catchcopy{
	font-size: 14px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
.special-list-text,
.gametitle-list-text,
.tokusetsu-list-text{
	height: auto;
}

.special-list-pr,
.article-list-pr,
.tokusetsu-list-pr {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.3;
	text-align: right;
	/*color: #808080;*/
	color: #ccc;
}

.article-list-pr div,
.special-list-pr div,
.tokusetsu-list-pr div{
	/*background-color: #f0f0f0;*/
	display: inline-block;
	padding: 5px;
	font-size:11px;
}

.article-list-pr {
	margin-right: 4px;
	margin-top: -16px;
}

#news .article-list-pr {
	margin-top: -16px;
}

/*----------------------------------------------
 * 2016.10.7 差分　ふくいあい
 *--------------------------------------------*/


.RakingTop .contents-header {
	color: #424242;
	background: #fae07f;
	border-left: 6px solid #cc9900;
}

.contents-wrapper{
	background: #fff;
	padding: 0 0 520px;
}
	.contents-wrapper{
		padding: 0;
	}


.RakingTop .contents-header{
	color: #663300;
}
.RakingTop h2.header-decoration{
	display: inline;
}


.RakingTop .explan{
	line-height: 16px;
	border-bottom: solid 1px #ccc;























	margin: 0 5px;

}

.blue, .blue a{color: #3399ff;}
.orange{color: #ff6600;}
.green{color: #00cc33;}


.RakingTop .article-create-date{
	text-align: right;
	display: block;
}

.RakingTop .more-link{
	margin: 8px 8px 20px 0;
	text-align: right;
}
.more-link .more-link-text{
	margin: 8px 8px 20px 0;
	text-align: right;
}
.RakingTop .more-link a{
	margin: 0 8px 0 0;
}
.RakingTop .more-link span{
	padding: 8px 8px 0 0;
	display: inline-block;
}

.RakingTop .lanking-main {
	padding: 5px 0;
}


.RakingTop .apri-text a{
	color: #999;
}

.game-title a{
	font-size: 16px;
	line-height: 23px;
}
#apps-ranking .game-title a{
	color: #3399ff;
}

.h2-title-text{
	font-size: 13px;
	font-weight: normal;
	float: right;
	padding: 3px 0 0;
}

.more-link-text-small {
	font-size: 12px;
}

.more-link-text-small div{
	width: 100%;
}

.more-link-text-small a{
	margin-left: 8px;
}

/*-------ランキングメニュー-----*/
 
#content-head #rank-menu{
	display: table;
	margin: 10px 0;
}
#content-head #rank-menu li{
	display: table-cell;
	padding: 0 2px 0 2px;
}

/*----ランキングトップに行くボタン----*/

.bt_RankingTop{
	padding: 10px 0 0;
}

 
/*--------rank_table-----------*/

.game-list{
	position: relative;
	padding: 0 0 20px;
}

li.game-list-box,
dt.capture-icon,
dd.capture-detail,
dd.capture-detail li{
	border-bottom: dotted 1px #ccc;
	padding: 0 0 10px;
}
	li.game-list-box:last-child,
	dd.capture-detail:last-child{
		border-bottom: none;
	}
.game-table,
.CaptureApriMain,
.capture-detail dl{
	display: table;
	width: 100%;
}
.CaptureApriMain li.game-list{display: table;}


.game-table li,
dt.capture-icon,
dd.capture-detail,
.CaptureApriMain div.game-list,
.capture-detail dt{
	display: table-cell;
	vertical-align: top;
	padding: 10px 0 5px 10px;
}
	.CaptureApriMain div.capture-detail{
		display: table-cell;
		vertical-align: top;
		padding: 5px 0 10px 10px;
		width: 100%
	}
	.capture-rank-list li{
		display: table;
		width: 100%;
	}
	.capture-rank-list li div{
		display: table-cell;
		padding: 10px 0 0 10px;
		vertical-align: top;
	}


.game-table .arrow-mark,
.capture-rank-list .arrow-mark{
	padding: 0;
}






/*----順位----*/
.number{
	margin: 0;
	width: 34px;
}
.capture-detail .number{
	padding: 10px 10px 20px 0;
}

.number span{
	padding: 10px 4px;
	display: block;
	font-weight: bold;
	text-align: center;
}
.TweetApriMain li.number span{
	padding: 14px 5px;
}

span.rank-color1{
	background: #EDAE00;
	color: #ffffff;
}
span.rank-color2{
	background: #C5B69E;
	color: #ffffff;
}
span.rank-color3{
	background: #8D3927;
	color: #ffffff;
}
span.rank-color-other{
	background: #F0F0F0;
}

.ranklist-tweet {
    padding: 14px 4px !important;
}

.ranking-list-twiter-number{
	width: 53px;
}




/*----矢印----*/
.game-table{position: relative;}

.game-table .arrow-mark{
	position: absolute;
	left: 10px;
	top: 52px;
	width: 34px;
	height: 20px;
	background: url(../images/ranking/markNone.png)no-repeat center 7px;
	background-size: 60%;
}
.capture-rank-list .arrow-mark{
	width: 25px;
	height: 20px;
	margin: 0 10px;
	background: url(../images/ranking/markNone.png)no-repeat center 27px;
	background-size: 80%;
}



.game-table .up{
	background: url(../images/ranking/markUp.png)no-repeat center top;
	background-size: 60%;
}
.capture-rank-list .up{
	background: url(../images/ranking/markUp.png)no-repeat center 16px;
	background-size: 80%;
}
.game-table .up:after,
.capture-rank-list .up:after{
	content:"up";
	font-size: 11px;
	display: block;
	text-align: center;
	margin: 17px 0 0;
	color: #ff3333;
}
	/*----攻略イレギュラー対応---*/
	.capture-rank-list .up:after{
		margin: 34px 0 0;
	}
.game-table .down{
	background: url(../images/ranking/markDown.png)no-repeat center top;
	background-size: 60%;
}
.capture-rank-list .down{
	background: url(../images/ranking/markDown.png)no-repeat center 16px;
	background-size: 80%;
}
.game-table .down:after,
.capture-rank-list .down:after{
	content:"down";
	font-size: 11px;
	display: block;
	text-align: center;
	margin: 17px 0 0 -2px;
	color: #3074d9;
}
	/*----攻略イレギュラー対応---*/
	.capture-rank-list .down:after{
		margin: 34px 0 0;
	}




/*----ゲームアイコン画像----*/
.img-icon{
	width: 60px;
	text-align: center;
	padding: 5px 5px 5px 0;
}
.img-icon img{
	width: 100%;
	min-height: 56px;
}


dt.capture-icon img,
.img-icon img{
	margin: 0 0 3px;
}
.game-list dt.capture-icon .icon-caret-right{
	padding: 0 3px 0 0x;
	display: inline-block;
}

dt.capture-icon a i{
	margin: 0 2px 0 0;
	color: #3399ff;
}
dt.capture-icon a{
	color: #3399ff;
}

/*----詳細の部分----*/

li.apri-detail{
	padding-right: 20px;
}
li.apri-detail,
dd.capture-text{
	font-size: 14px;
}
li.apri-detail h3{
	margin: 0 0 2px 0;
	font-size: 14px;
	line-height: 16px;
	min-height: 45px;
}
	.NewApriMain li.apri-detail h3{
		min-height: 0;
	}
.device li{
	display: inline-block;
	background: #F8F8F8;
	padding: 2px;
	font-size: 11px;
	border: solid 1px #F1F1F1;
	margin: 0 3px 0 0;
}
p.apri-text{
	color: #999;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
.NewApriMain p.apri-text{
	text-align: left;
	font-size: 12px;
	margin: 0;
}

/*
li.apri-detail dl dt,
li.apri-detail dl dd{
	display: inline-block;
}
li.apri-detail dl{
	margin: 4px 0 5px;
}
li.apri-detail dl dt{
	font-weight: bold;
	line-height: 1em;
	background: #ccc;
	margin: 0 0 3px;
}
li.apri-detail dl dd{
	margin: 0 5px 3px 0;
}
.text-rt{
	font-weight: normal;
}
*/

/*----攻略記事----


.CaptureApriMain li{
	padding: 15px;
	border-bottom: dotted 1px #ccc;
}
	.CaptureApriMain li:last-child{
		border-bottom: none;
	}

.capture-text{
	font-size: 14px;
	font-weight: bold;
}

.CaptureApriMain .capture-detail li{
	padding: 0;
}

.CaptureApriMain .img-icon{
	font-size: 13px;
}

.display-more-button p{
	padding: 0 0 5px;
}
.display-more-button a{
	display: block;
	background: #f5f4f4;
	border: solid 1px #dedddd;
	font-size: 12px;
	text-align: center;
	padding: 10px 1px;
	margin: -1px 0 0;
	color: #666666;
	cursor: pointer;
}
li.capture-more{
	margin: 20px 20px 20px 0;
}
li.capture-more a{
	font-size: 12px;
	margin: 0 0 0 2px;
	color: #3399ff;
	letter-spacing: -0.7px;
}

*/

div.capture-more a{
	font-size: 12px;
	margin: 0 0 10px 2px;
	color: #3399ff;
	letter-spacing: -0.7px;
	display: inline-block;
}


/*----アプリのスペック----*/

.apri-spec{
	margin: 6px 0;
}
.apri-spec div{
	display: inline-block;
	margin: 0 0 5px;
}
.tl-apri-item{
	font-weight: bold;
	background: #ccc;
	margin: 0 2px 0 0;
	padding: 1px;
}
.apri-item-spec{
	margin: 0 7px 0 0;
}



/*------【攻略記事更新1/25】---------------------*/

.capture-layout-type1{
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 10px;
}
.capture-layout-type1 a{
	display: block;
}
.capture-layout-type1 ul.game-list{
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: dotted 1px #ccc;
}
.capture-layout-type1 ul.game-list:last-child{
	margin: 0;
	border: none;
}
.capture-layout-type1 .game-list li{
	position: relative;
}

.capture-layout-stage1{
	padding: 0 25px 0 10px;
}
.capture-layout-stage1 .layout-stage1-img{
	display: table-cell;
	padding: 0 5px 0 0;
	width: 56px;
}
.capture-layout-stage1 .layout-stage1-img img{
	width: 100%;
	min-height: 56px;
}


.capture-layout-stage1 h3.game-title{
	font-size: 18px;
	vertical-align: middle;
	display: table-cell;
	line-height: 1.3em;
}
.capture-layout-stage2{
	padding: 5px 25px 0 2.8em;
	line-height: 1.3em;
	text-indent: -2em;
}
.capture-layout-stage2 a{
	display: block;
}

.capture-layout-stage3{
	padding: 5px 10px 0 10px;
}
.capture-layout-stage3 a{
	display: block;
	background: #f5f5f5;
	border: solid 1px #ccc;
	padding: 10px 5px;
	text-align: center;
	color: #666;
}
.capture-layout-stage2 a span:before{
	background: #DE0000;
	padding: 1px 2px;
	font-size: 12px;
	color: #fff;

	content: "Hot";

	margin: 0 5px 0 0;
}



.data-none{

	display: none;
}


/*-----ツイートタナだしのみpadding-bottomを切る-------*/
.TweetApriMain li.game-list-box{
	padding: 0;
}

/*Table後の回り込み問題対応*/
#entry-box table+div,#entry-box table+h2,#entry-box table+h3,#entry-box table+h4,#entry-box table+h5{
clear:both;
}

/*スマホはこちら20170518osanai*/
#redirectSp {
	text-align: center;
}
#changeSmtSite.btn {
    display: block;
    font-size: 60px;
    padding: 28px 0px;
    border-radius: 20px;
    margin: 60px 40px 0 40px;
    color: #ffffff;
    box-sizing: border-box;
    background-color: #0074cc;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
#changeSmtSite.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
#changeSmtSite.btn:before{
	content: "\f10b";
    font-family: FontAwesome;
    font-size: 60px;
    margin-right: 20px;
}

/*20170601　osanai add*/
.contents-search {
	position: relative;
	display: block;

}

.search-more-link {
    position: absolute;
    bottom: 17px;
    right: 8px;
    font-size: 14px;

}

.search-more-link span {
	cursor: pointer;
}

#article-form {
	padding: 12px 8px;/* 20170601 osanai Modify*/
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
}

.article-select {
    padding: 2px 0 4px 0;/* 20170601 osanai add*/
	font-size: 14px;
	width: 48%;
}





/*20170807 osanai add*/
#entry-body.news_section {
  box-sizing: border-box;
  margin: 40px 0;
  }

#entry-body .news_section ul li a{
	text-decoration: none;
}
#entry-body .news_section ul li:hover{
	text-decoration: underline;
}
#entry-body .news_section h3 {
    padding: 8px;
    background: #fff;
    color: #333;
    font-size: 16px;
    background-color: #eee;
    border-left: none;
    line-height: 1.5;
    margin: 32px 0 0;
    word-break: break-all;
    }

#entry-body .news_section ul {
    list-style: none;
    font-size: 14px;
    padding: 0;
    }
#entry-body .news_section ul> li {
    position: relative;
    border-bottom: 1px dotted #CCC;
    padding: 20px 0 10px 0;
    transition: 0.3s;
    }

#entry-body .news_section .article-img {
    display: table-cell;
    vertical-align: top;
    width: 72px;
    height: 72px;
    padding: 0 16px 0 0;
    }
#entry-body .news_section .article-img img {
      max-width: 100%;
      max-height: 100%;
      border-radius: 10px;
      }
#entry-body .news_section .article-body {
    display: table-cell;
    vertical-align: top; }

#entry-body .news_section .article-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	border: none;
	word-break: break-all;
	padding-left: 0;
	margin-bottom: 5px;
	}
#entry-body .news_section p.discription {
	font-size: 13px;
	font-weight: 100;
	line-height: 1.5;
	max-height: 39px;
	word-break: break-all;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	}



#entry-body .news_section .article-sub-info {
    padding: 0;
    }

#entry-body .news_section .article-create-date {
  display: block;
  color: #999;
  padding: 8px 0 0 0;
  font-size: 12px;
  margin: 0;
  }

/*タイトルテーブル*/
#entry-body .download {
  display: flex;
  justify-content: center;
  align-items: center;
  }
#entry-body .download li.iphone{
    padding-right: 8px;
}
#entry-body .download li.android{
    
}
#entry-body .download li img{
    height: 50px;
    }
#entry-body .download li a {
    transition: 0.3s; }
#entry-body .download li a:hover {
      opacity: 0.7; }


#entry-body .title-table {
  padding: 0;
  margin: 0;
  }

#entry-body .title-table #store-download-link{
	margin: 0 0 16px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}

#entry-body .title-table .article-list_button {
    padding: 8px 0;

    }
#entry-body .title-table .article-list_button a {
position: relative;
	    font-size: 15px;
    border: 1px solid #ccc;
	box-sizing: border-box;
    display: inline-block;
    padding: 0 8px 0 24px;
    line-height: 28px;
	text-decoration: none;
    height: 28px;
    background-color: #FFF;
    background-image: -moz-linear-gradient(top,	#FFF 0%, #FAFAFA 100%);
    background-image: -o-linear-gradient(top,	#FFF 0%, #FAFAFA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FAFAFA));
    background-image: -webkit-linear-gradient(top, #FFF 0%,#FAFAFA 100%);
    background-image: linear-gradient(to bottom, #FFF 0%,#FAFAFA 100%);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #D1D1D1\9;
    border-right: 1px solid #D1D1D1\9;
    border-bottom: 2px solid #C8C8C8\9;
    border-left: 1px solid #D1D1D1\9;
	    }
#entry-body .title-table .article-list_button a:hover {
        background: #fff;
        color: #333; }
#entry-body .title-table .article-list_button a:after {
	    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 7px solid transparent;
    border-left-color: #0074cc;
    top: 50%;
    margin-top: -7px;
    left: 8px;
}
#entry-body .title-table .title_name{
    display: table;
    padding: 20px 0 10px 0;
}

#entry-body .title-table .col-1 {
    padding-right: 16px;
    width: 72px;
    height: 72px;
}
#entry-body .title-table .col-1 img{
display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
#entry-body .title-table .col-2{
	display: table-cell;
    vertical-align: top;
}

/*20170831変更*/
#entry-body .title-table h3{padding: 8px;background: #fff;color: #333;font-size: 18px;background-color: #eee;border-left: none;line-height: 1.5;margin: 32px 0 0;word-break: break-all;}
/*20170831変更 end*/


/*20170831追加*/
#entry-body .gameinfo {
    width: 100%;
    margin: 00;
    border-collapse: collapse;
    border: none;
    font-size: 14px;
    table-layout: fixed;
}
#entry-body .gameinfo th {
    padding: 0;
    width: 80px;
    border: none;
    vertical-align: top;
    line-height: 1.8;
    font-weight: bold;
	text-align: left;
	font-size: 15px;
}
#entry-body .gameinfo td {
    padding: 0;
    vertical-align: top;
    border: none;
    line-height: 1.8;
	font-size: 15px;
}
/*20170831追加 end*/
#entry-body .title-table .app-spec-gametitle table {
    width: 100%;
    margin: 0;
    border: none;
    font-size: 11px;
}
#entry-body .title-table .app-spec-gametitle th{padding: 5px;border: 1px solid #ddd;vertical-align: top;font-size: 13px;width: 100px;text-align: left;}
#entry-body .title-table .app-spec-gametitle td {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
    font-size: 13px;
}
#entry-body .title-table .app-spec-gametitle .app-name {
    font-size: 15px;
    font-weight: bold;
    background-color: #dddddd;
    border-left-style: none;
    padding: 10px;
    border: none;
    margin: 0;
}
/*----------------------------------------------
 * 記事__ピックアップ動画
 *--------------------------------------------*/
 #entry-body .pickup__movie {
 	border-width: 1px;
 	border-style: solid;
 	border-color: rgba(0, 0, 0, 0.125);
 	border-image: initial;
 	padding: 10px;
 	margin-top: 30px;
 	margin-bottom: 40px;
 	background-color: #f8f8f8;
 }
 #entry-body .pickup__movie__heading {
 	border: none;
 	margin-top: 0;
 	margin-bottom: 10px;
 	padding: 0;
 }

 #entry-body .pickup__movie__text {
 	margin-bottom: 0;
 	font-size: 14px;
 }
 @media (max-width: 425px) {
 	#entry-body .pickup__movie__text {
 		-webkit-line-clamp: 4;
 		display: -webkit-box;
 		-webkit-box-orient: vertical;
 		overflow: hidden;
 	}
 }
/*----------------------------------------------
 * bootstrap 4
 *--------------------------------------------*/
 .card-body {
 	flex: 1 1 auto;
 	padding: 10px;
 }
 .row {
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	margin-right: -5px;
 	margin-left: -5px;
 }
 .col {
 	-ms-flex-preferred-size: 0;
 	flex-basis: 0;
 	-ms-flex-positive: 1;
 	flex-grow: 1;
 	max-width: 100%;
 	padding-left: 5px;
 	padding-right: 5px;
 }

 .card {
 	position: relative;
 	display: flex;
 	flex-direction: column;
 	min-width: 0px;
 	word-wrap: break-word;
 	background-color: rgb(255, 255, 255);
 	background-clip: border-box;
 	border-width: 1px;
 	border-style: solid;
 	border-color: rgba(0, 0, 0, 0.125);
 	border-image: initial;
 }
 #entry-body .card-text {
 	margin-bottom: 0;
 }
 .card-img-top {
 	height: 100%;
 	width: 100%;
 	display: block;
 }
 .card-img-top iframe{
 	position: absolute;
 	top: 0;
 	right: 0;
 	width: 100%;
 	height: 100%;
 }
 .pt-0{
 	padding-top: 0px;
 }
 .pt-1{
 	padding-top: 10px;
 }
 
/*----------------------------------------------
 * スケジュール
 *--------------------------------------------*/

/*----------------------------------------------
 * 包含ブロック
 *--------------------------------------------*/

#main-contents .schedule-body{
	background-color:#fff;
}

.schedule-contents-explan{
	margin: 20px 0 20px;
	padding: 0 16px;
	line-height: 1.6;
	font-size: 14px;
}

.schedule-contents{
	padding-bottom:16px;
}


/*----------------------------------------------
 * 上部見出し・オススメエリア
 *--------------------------------------------*/
.schedule-header{
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 4px solid rgb(221, 221, 221);
}

.schedule-header h1{
	font-size:20px;
	color:#333;
	font-weight:bold;
	padding:8px 8px;
	line-height:1.4;
}

.schedule-body .schedule-pickup-list {
  display: table;
  table-layout: fixed;
  width: 100%; }


.schedule-body .schedule-pickup-list__item {
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
  padding:10px;

}
  .schedule-body .schedule-pickup-list__item a {
    color: #333;
    transition: 0.3s; }
    .schedule-body .schedule-pickup-list__item a:hover {
      color: #4285f4;
      text-decoration: none; }
  .schedule-body .schedule-pickup-list__item .app-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 0 0;
    margin: 0;
    word-break: break-all;
    border: none; }
  .schedule-body .schedule-pickup-list__item figure {
    overflow: hidden;
    width: 150px;
    border-radius: 10px;
    }
    .schedule-body .schedule-pickup-list__item .schedule-pickup-img div {
      width: 100%;
      height:200px;
	background-size:cover;
	background-position:50% 50%;
      transition: -webkit-transform 0.3s linear;
      transition: transform 0.3s linear;
      transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
      .schedule-body .schedule-pickup-list__item figure img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }

  .schedule-body .schedule-pickup-list__item figure.schedule-pickup-img {
    overflow: hidden;
    width: 100%; }

.is-before-regist li.before-regist-title{
	display:block;
}
#schedule-container .special-list-gametitle {
    display: block;
    vertical-align: middle;
    height: auto;
    margin: 0;
    margin-top:10px;
    padding: 0;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.1;
    padding-left:0;
    border-left:none;
}

.schedule-body h1 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    padding-bottom: 24px;
    line-height: 1.5;
}

.schedule-body p{
    margin-bottom: 20px;
    font-size: 15px;
}



#schedule-container  h2{
    position: relative;
    line-height: 1.5;
    border-left-color: #AAA;
    border-left-style: solid;
    border-left-width: 4px;
    margin: 40px 0 20px;
    padding-left: 8px;
    color: #333;
    clear: both;
    font-size:20px;

}

.schedule-article{
	padding:24px;
}


.schedule-pickup-text-cover{
	position:relative;
}

.schedule-pickup-text-wrapper{
	width:calc(100% - 20px);
	position:absolute;
	bottom:0;
	color:#fff;
	background:rgba(0,0,0,0.4);
	padding:5px 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

/*----------------------------------------------
 * スケジュールリスト
 *--------------------------------------------*/
.schedule-main{
	position:relative;
	display:block;
	padding:8px;
}

.schedule-area .schedule-list-item{
	display:none;
}

.before-regist-active .schedule-date{
	display:none;
}

.schedule-area.schedule-active .schedule-list-item{
	display:block;
}

.before-regist-active .schedule-list-item.before-regist-item{
	display:block;
}

.schedule-date{
	display:inline-block;
	color:#666;
	font-size:12px;
	padding:8px;
}

/*----------------------------------------------
 * 切替ボタン
 *--------------------------------------------*/
.schedule-active .schedule-button,before-regist-active .before-regist-button {
    display: table-cell;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    border-top: solid 1px #ccc;
    border-bottom: solid 5px #0074cc;
}

.schedule-active .schedule-button span,.before-regist-active .before-regist-button span{
    display: block;
    padding: 20px 0;
    background: #0074cc;
    color: #fff;
    border-right: solid 1px #0074cc;
}


/*----------------------------------------------
 * アイテム1件あたり
 *--------------------------------------------*/
.schedule-list-item{
    position:relative;
    border-top: 1px dotted #CCC;
}

.schedule-img {
    display: table-cell;
    vertical-align: top;
    width: 72px;
    height: 72px;
    padding: 0 10px 0 0;
}

.schedule-img img{
	max-width:100%;
	max-height:100%;
	border-radius:4px;
}

.schedule-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 8px;
}

.schedule-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    word-break: break-all;
}

.schedule-lists{
	padding:0 24px 24px
}

.schedule-explain{
	font-size:13px;
}

.schedule-maker{
	font-size:13px; color:#888;
}


/*----------------------------------------------
 * 事前登録・オススメアイコン
 *--------------------------------------------*/

#schedule-container .icon-indicators li{
	float:left;
	padding-right:6px;
	height:20px;
}
#schedule-container .iconPick {
	border-color: #ff148c;
	color: #ff148c;
	font-size: 9px;
}

#schedule-container .iconBR{
	border-color:#369936;
	color:#369936;
	font-size:9px;
}

#schedule-container .iconBase {
	display: inline-block;
	width: 55px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,'Helvetica Neue',Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN',Arial,sans-serif;
	border: 1px solid ;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#schedule-container .icon-indicators li{
	height:27px;
}

/*----------------------------------------------
 * 配信済み強調
 *--------------------------------------------*/
#schedule-container .schedule-list .stress {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0px;
	top: 1px;
}
#schedule-container .stress::after {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	left: -25px;
	line-height: 0.4em;
	padding: 5px 20px 5px 0;
	position: absolute;
	text-align: center;
	top: 10px;
	transform: rotate(-45deg);
	width: 100px;
	z-index: 1;
}

#schedule-container .releace-stress::after {
	content: "配信済";
	background-color: #D00000;
}

/*----------------------------------------------


/*----------------------------------------------
 * youtube
 *--------------------------------------------*/
 .youtube {
 	position: relative;
 	width: 100%;
 	padding-top: 56.25%;
 }
 
 /*----------------------------------------------
 * 動画ピックアップ
 *--------------------------------------------*/
 .section-special-movie .section-special-inner {
    display: flex;
    background-color: #fff;
}

.section-special-movie .special-list {
    flex: 1;
    max-width:33.3%;
}

/*----------------------------------------------
 * 特設リンク
 *--------------------------------------------*/
 .tokusetsu-top-back {
   margin-top: 24px;
   position: relative;
   padding: 8px;
   text-align: center;
}


#entry-body .tokusetsu-top-back-img, .tokusetsu-top-back-img{
   position: relative;
   background-size:cover;
   text-decoration:none;
   display: inline-block;
   padding: 20px 5%;
   width: 80%;
   font-weight: bold;
   font-size: 18px;
   border: 1px solid #BBB;
   color: #333 !important;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

#entry-body .tokusetsu-top-back-btn, .tokusetsu-top-back-btn {
   position: relative;
   text-decoration:none;
   display: inline-block;
   padding: 20px 5%;
   width: 80%;
   font-weight: bold;
   font-size: 18px;
   border: 1px solid #BBB;
   color: #333 !important;
   background-color: #DDD;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background-image: -moz-linear-gradient(top,    #FEFEFE 0%, #DDD 100%);
   background-image: -o-linear-gradient(top,    #FEFEFE 0%, #DDD 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#DDD));
   background-image: -webkit-linear-gradient(top, #FEFEFE 0%,#DDD 100%);
   background-image: linear-gradient(to bottom, #FEFEFE 0%,#DDD 100%);
   -webkit-tbox-shadow: 0 1px 0 #FFF inset , 0 2px 4px rgba(0,0,0,0.6);
   -moz-box-shadow: 0 1px 0 #FFF inset, 0 2px 4px rgba(0,0,0,0.6);
   box-shadow: 0 1px 0 #FFF inset, 0 2px 4px rgba(0,0,0,0.6);
   -webkit-text-shadow: 0 1px 0 #FFF;
   -moz-text-shadow: 0 1px 0 #FFF;
   text-shadow: 0 1px 0 #FFF;
}


/* widget-side-a-tokusetsu */
.widget-side-a-tokusetsu div , .widget-side-a-tokusetsu img {
max-width:100%;
height:auto!important;
} 


/* widget-side-a-tokusetsu */
.widget-side-a-tokusetsu div , .widget-side-a-tokusetsu img {
    max-width:100%;
    height:auto!important;
}

/* GAM */
#gam_pc_super_banner {
	float: right;
	margin: 8px 0;
	width: 728px;
	height: 90px;
}

/*----------------------------------------------
 * 記事 / ページャー
 *--------------------------------------------*/

#entry-body .paging {
  line-height: 1;
}

#entry-body .paging a {
  text-decoration: none;
}

.paging {
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paging--last .paging__next {
  opacity: 0.5;
  background-color: #f5f5f5;
}

.paging--last .paging__next a {
  color: #333;
}

.paging--last .paging__next::after {
  border-left: 15px solid #f5f5f5;
}

.paging--last .paging__last {
  opacity: 0.5;
}

.paging__header {
  display: block;
  position: relative;
  background-color: #0074cc;
  color: #fff;
  padding: 20px;
  border-radius: 3px;
  font-weight: bold;
}

.paging__header:visited,
.paging__header:link {
  color: #fff;
}

.paging__heading {
  display: inline-block;
  position: relative;
  color: #0074cc;
  background-color: #fff;
  padding: 4px 10px;
  font-size: 12px;
}
.paging__heading::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  content: '';
  margin-right: -10px;
  position: absolute;
  right: 0;
  top: 0;
}

.paging__title {
  margin-top: 10px;
  line-height: 1.2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 2.4em;
}
.paging__header::after {
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 10px solid #0074cc;
  content: '';
  position: absolute;
  right: calc(50% - 68px);
  bottom: -10px;
}
.paging__body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.paging__body a {
  color: #333;
}

.paging__current {
  margin: 0 20px;
}

.paging__prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 50px;
  /* color: #0074cc; */
  background-color: #f5f5f5;
  /* font-size: 15px; */
  margin-left: 30px;
}
.paging__next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 50px;
  /* color: #0074cc; */
  background-color: #0074cc;
  /* font-size: 15px; */
  margin-right: 30px;
}

.paging__next a {
  color: #fff;
}

.paging__prev::after {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 15px solid #f5f5f5;
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
}
.paging__next::after {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #0074cc;
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
}

/*----------------------------------------------
 * リスティング広告出稿用のページ
 *--------------------------------------------*/

.recommend-apps-box #entry-body h2 {
  background-color: #ff148c;
  color: #fff;
  border: none;
  padding: 6px;
}
.recommend-apps-box #entry-body h2 span {
  background-color: #fff;
  color: #ff148c;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  font-style: italic;
}
.recommend-apps-box #entry-body .app-block {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.recommend-apps-box #entry-body .app-block img {
  border-radius: 18px;
  width: 72px;
  height: 72px;
}
.recommend-apps-box #entry-body .app-block span {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
  margin-left: 8px;
  margin-bottom: 0;
}

.recommend-apps-box #entry-body .fav-point-area {
  border: 1px solid #ff148c;
  border-radius: 8px;
  margin-top: 30px;
}
.recommend-apps-box #entry-body .fav-point-area h3 {
  padding: 8px;
  margin: 0 0 8px 0;
  border: none;
  color: #fff;
  background-color: #ff148c;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.recommend-apps-box #entry-body .fav-point-area p {
  margin-bottom: 0;
  padding: 0 8px 8px 8px;
}

.recommend-apps-list-img-link {
    margin: 0 14px 0 0;
    display: inline;
}

.recommend-apps-box .swiper-wrapper {
	justify-content: center;
	padding-bottom: 10px;
}

.recommend-apps-box section.swiper-container {
	padding-left: 10px;
}

.recommend-apps-box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.recommend-apps-box .swiper-button-prev,.recommend-apps-box .swiper-button-next {
    -moz-background-size: 12px 29px;
    -webkit-background-size: 12px 29px;
    background-size: 12px 29px;
    height: 29px;
    top: 97%;
    width: 30%;
    z-index: 11;
}

*----------------------------------------------
 * amazonランキングでの追加分
 *--------------------------------------------*/

.nav-scroller {
  position: relative;
  overflow: hidden;
  margin: 0 8px;
  padding-top: 16px;
}

.nav-scroller:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
}

.nav-scroller__inner {
  padding-right: 0;
  padding-left: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  overflow-x: -moz-hidden-unscrollable;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-type-1 {
  border: none;
  font-size: 14px;
  margin-bottom: 4px;
}

.nav-scroller .nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav__item {
  border-bottom: 1px solid #e0e0e0;
}

.nav-scroller .nav__item:last-child {
  padding-right: 32px;
}

.nav-type-1 .nav__link {
  border-bottom: 3px solid transparent;
}

.nav__link {
  color: #9e9e9e;
  display: block;
  padding: 8px 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.nav__link:hover {
  text-decoration: none;
}

.nav-type-1 .nav__link--active {
  color: #007ddb;
  border-color: #007ddb;
}

.swiper-container-wrapper {
  position: relative;
}

.card-game-sale-rank a:hover {
  text-decoration: none;
}

.card-game-sale-rank__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-game-sale-rank--swiper .card-game-sale-rank__inner {
  display: block;
}

.card-game-sale-rank__btn {
  margin-top: auto;
}

.card-game-sale-rank .rank-color1,.card-game-sale-rank .rank-color2,.card-game-sale-rank .rank-color3,.card-game-sale-rank .rank-color-other {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.card-game-sale-rank .btn .ico-cart {
  fill: #fff;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.card-game-sale-rank__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card-game-sale-rank__inner:hover .card-game-sale-rank__title {
  color: #007ddb;
}
.card-game-sale-rank__inner:hover .card-game-sale-rank__media {
  opacity: 0.9;
}
.card-game-sale-rank__num {
  font-family: arial;
  font-style: italic;
  text-align: center;
  position: absolute;
  background: rgba(220, 6, 16, 0.8);
  color: #fff;
  width: 24px;
  z-index: 1;
  top: -8px;
  left: 8px;
}
.card-game-sale-rank__media,
.card-game-sale-rank__num {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card-game-sale-rank__media {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.card-game-sale-rank__media-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
}
.card-game-sale-rank__media-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-game-sale-rank__body {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding-left: 16px;
}
.card-game-sale-rank__status {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  line-height: 1;
}
.card-game-sale-rank__status-info {
  color: #007ddb;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 12px;
}
.card-game-sale-rank__status-item {
  pointer-events: auto;
  min-width: 0;
  overflow: hidden;
}
.card-game-sale-rank__status-item:nth-of-type(n + 2) {
  margin-left: 4px;
}
.card-game-sale-rank__title {
  word-break: break-all;
  line-height: 1.4;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  margin-top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card-game-sale-rank__sales-meter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 4px;
}
.card-game-sale-rank__sales-meter-heading {
  font-weight: 400;
  font-size: 12px;
  padding-right: 8px;
  color: #757575;
}
.card-game-sale-rank__sales-meter-body {
  background-color: rgba(0, 0, 0, 0.8);
  height: 16px;
}
.card-game-sale-rank__sales-meter-body .progress__bar-container {
  width: 100px;
}
.card-game-sale-rank__sales-meter-num {
  display: none;
}
.card-game-sale-rank__sub-info-group {
  line-height: 1.15;
  color: #9e9e9e;
  margin-top: 4px;
}
.card-game-sale-rank__sub-info {
  display: inline;
  margin-right: 2px;
  font-size: 11px;
}
.card-game-sale-rank__date,
.card-game-sale-rank__publisher {
  color: #9e9e9e;
}
.card-game-sale-rank__sales-num-group {
  margin-top: 8px;
  text-overflow: ellipsis;
  line-height: 1;
}
.card-game-sale-rank__footer {
  margin-top: 6px;
  height: 58px;
}
.card-game-sale-rank__price-group {
  text-overflow: ellipsis;
  line-height: 1.2;
  color: #757575;
}
.card-game-sale-rank__price {
  font-size: 12px;
}
.card-game-sale-rank__price span {
  margin-right: 4px;
}
.card-game-sale-rank__price:first-of-type span {
  text-decoration: line-through;
}
.card-game-sale-rank__price:nth-of-type(2) {
  margin-top: 4px;
}
.card-game-sale-rank__price:nth-of-type(2) span {
  color: #dc0610;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}
.card-game-sale-rank__price--none:first-of-type span {
  text-decoration: none;
}
.card-game-sale-rank__btn {
  margin-top: 8px;
}
.card-game-sale-rank__sales-num {
  margin-top: 5.33333px;
  margin-right: 16px;
}
.card-game-sale-rank__sales-num-past {
  color: #007ddb;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}
.card-game-sale-rank__sales-num-past .card-game-sale-rank__sales-unit {
  color: #9e9e9e;
  font-style: normal;
  font-size: 12px;
}
.card-game-sale-rank__sales-unit {
  margin-left: 4px;
}
.card-game-sale-rank__sales-num-total {
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  color: #424242;
}
.card-game-sale-rank__sales-num-total .card-game-sale-rank__sales-unit {
  color: #9e9e9e;
  font-style: normal;
  font-size: 12px;
}
.card-game-sale-rank__sales-num-heading-secondary {
  color: #757575;
  font-size: 12px;
  font-style: normal;
}
.card-game-sale-rank__price {
  color: #9e9e9e;
}
.card-game-sale-rank--v2 .card-game-sale-rank__num {
  color: #e0e0e0;
  position: relative;
  background: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 64px;
  width: auto;
  top: auto;
  left: auto;
}
.card-game-sale-rank--v2 .card-game-sale-rank__media {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.card-game-sale-rank--v2 .card-game-sale-rank__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 8px;
}
.card-game-sale-rank--swiper .card-game-sale-rank__title {
  word-break: break-all;
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 2.8em;
  margin-top: 4px;
}
.card-game-sale-rank--swiper .card-game-sale-rank__sales-num-group {
  margin-top: 4px;
}
.card-game-sale-rank--swiper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-break: break-word;
}
.card-game-sale-rank--swiper .card-game-sale-rank__inner {
  display: block;
}
.card-game-sale-rank--swiper .card-game-sale-rank__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.card-game-sale-rank--swiper .card-game-sale-rank__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 0;
}
.card-game-sale-rank--swiper .icon-console {
  border-radius: 0;
  display: inline-block;
}
.card-game-sale-rank--swiper .card-game-sale-rank__price:nth-of-type(2) {
  margin-top: 6px;
}
.card-game-sale-rank--swiper .card-game-sale-rank__btn {
  margin-top: auto;
}
.card-game-sale-rank--swiper .button {
  display: block;
  margin-top: 8px;
}
.card-game-sale-rank--amazon .card-game-sale-rank__body {
  padding-left: 16px;
}
.card-game-sale-rank--amazon .card-game-sale-rank__footer {
  display: block;
}
.card-game-sale-rank--amazon .card-game-sale-rank__price {
  font-size: 12px;
}
.card-game-sale-rank--amazon .card-game-sale-rank__price:nth-of-type(2) span {
  font-size: 20px;
}
.card-game-sale-rank--amazon .card-game-sale-rank__btn {
  margin-left: 0;
  margin-top: 8px;
}
.card-game-sale-rank--amazon .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007ddb'/%3E%3C/svg%3E");
}
.card-game-sale-rank--amazon .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007ddb'/%3E%3C/svg%3E");
}

.rank-color1,.rank-color2,.rank-color3,.rank-color-other {
  background-color: #f0f0f0;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.media-image {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.icon-console--bg-switch {
  background-color: #e60012;
}

/* amazonランキングページでの追加分 */

.game-table--amazon img {
  width: 100%;
  height: auto;
}

.game-table--amazon .img-icon {
  width: 95px;
}

.game-table--amazon .price {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

.game-table--amazon .apri-item-spec--amazon {
      text-decoration: line-through;
}

.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.button:link {
  color: #fff;
}

.button--blue {
  color: #fff;
  background-color: #007ddb;
  border-color: #007ddb;
}

.button--sm {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3.2px;
}

.button--amazon {
  display: block;
}

.button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.game-table--amazon button {
  margin-top: 10px;
}

.media-image {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 50%;
}

/* 高さが伸びてしまうので応急処置として*/
.swiper-wrapper {
  height: auto;
}

/* ログリー（おすすめコンテンツ）*/
#logly-lift-4278353 {
    margin-top: 24px;
}

/* 記事 / 記事中のAmazonランキング */

.entry-body-rank-amazon {
  margin-top: 24px ;
  margin-bottom: 24px ;
  padding-top: 24px ;
  padding-bottom: 24px ;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.2;
}

.heading__title {
  font-size: 16px;
  font-weight: 700
}

.heading__title a {
  color: #424242;
}

.heading__title a:hover {
  color: #007ddb;
}

.heading__sub-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 12px;
  color: #666;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 8px
}

.heading__sub-text-title {
  color: #9e9e9e
}

.heading__sub-text-body {
  font-weight: 400;
  color: #9e9e9e;
}

.heading__more {
  font-size: 12px;
    color: #007ddb;
}

#entry-body .heading a {
    text-decoration: none;
}

#entry-body .heading__sub-text {
    font-size: 12px;

}
#entry-body .heading__more {
    color: #007ddb;
}

#entry-body .card-game-sale-rank .card-game-sale-rank__sub-info-group p{
	font-size: 11px;
}

/* 記事 / 記事下Amazonランキング */

.section-special .swiper-container-wrapper {
    padding: 8px 0 24px 8px;
}

#entry-body .card-game-sale-rank a {
    text-decoration: none;
}

#entry-body .card-game-sale-rank p {
    font-size: 12px;
    margin-bottom: 0;
}

.RakingTop .nav,
.section-special .nav {
	padding: 16px 8px;
}

.card-game-sale-rank__btn a{
    color: #fff;
}

.amazon-rank .nav__item {
	max-width: 25%;
}

.slide-x-scroll {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.slide-x-scroll::-webkit-scrollbar{
	display: none;
}

.slide-x-scroll-inner {
	flex-wrap: nowrap;
	flex: nowrap
}

/*Amazonランキングページのナビゲーション*/

.nav-type-2 {
    white-space: nowrap;
    margin-right: -8px;
    margin-left: -8px;
}
.nav-type-2 .nav__item {
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: none;
}
.nav-type-2 .nav__link {
    color: #9e9e9e;
    display: block;
    padding: 8px 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-radius: 4px;
    background-color: #e0e0e0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 12px;
}
.nav-type-2 .nav__link--active, .nav-type-2 .nav__link:hover {
    color: #fff;
    background-color: #007ddb;
}
.amazon-under-post {
	margin: 20px 0;
}


/*----------------------------------------------
 * PR オススメ動画 CSS
 *--------------------------------------------*/
.side-movie-pr {
    /*background-color:#f0f0f0;*/
    /*color:#808080;*/
    color:#bbb;
    display:table;
    padding:10px;
    margin:-32px -14px 0 auto
}

/*----------------------------------------------
 * PR ピックアップ動画 CSS
 *--------------------------------------------*/
.pickup-movie-pr {
    /*background-color: #f0f0f0;*/
    color: #808080;
    display: table;
    padding: 13px;
    margin: -38px 0 0 auto;
    position: relative;
    font-size: 12px;
}

