@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;
}
/*----------------------------------------------
 * ロゴ
 *--------------------------------------------*/
#logo {
	float: left;
	margin-top: 20px;
	width: 256px;
}
#logo a{
	display: block;
	background: url(../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: 12.601%;
	text-align: center;
}
#global-navi > li .inner {
	display: block;
	border-top: 1px solid #007ddb;
	border-left: 1px solid #007ddb;
}
#global-navi > li:first-child {
	width: 10.5%;
}
#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: -56px;
	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-pass {
	margin-bottom: 24px;
}
#topic-pass li {
	display: inline;
	font-size: 13px;
	line-height: 1.4;
}
#topic-pass a {
	position: relative;
}
#topic-pass .next {
	position: relative;
	bottom: 0;
	padding: 0 8px;
	color: #999;
	font-size: 90%;
}
#topic-pass .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);
}
/*----------------------------------------------
 * 汎用
 *--------------------------------------------*/
.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;
}

/*----------------------------------------------
 * ランキング用に追加 2016.10.14 
 *--------------------------------------------*/
.more-link-text-small {
	font-size: 12px;
}

/*----------------------------------------------
 * 記事（主に一覧で使用）
 *--------------------------------------------*/
.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;
}
.article-list .article-create-date {
	float: left;
}
/*----------------------------------------------
 * 個別記事
 *--------------------------------------------*/
#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;
	border-left-width: 8px;
	padding-left: 10px;
}
#entry-body h2:first-child {
	margin-top: 0;
}
#entry-body h3 {
	font-size: 18px;
	border-left-width: 6px;
}
#entry-body h4 {
	font-size: 16px;
}
#entry-body h5 {
	font-size: 14px;
}
#entry-body h6 {
	font-size: 13px;
}
#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: 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;
}
/*----------------------------------------------
 * 速報ニュース
 *--------------------------------------------*/
#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: 96px;
	height: 96px;
}
.first-article-list.left .article-img a{
	width: 96px;
	height: 96px;
}
.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;
}
/*----------------------------------------------
 * 事前登録
 *--------------------------------------------*/
#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;
}
/*----------------------------------------------
 * 編集部のおすすめアプリ
 *--------------------------------------------*/
#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: 18px;
}
#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;
}
/*----------------------------------------------
 * 先週の話題記事
 *--------------------------------------------*/
#weekly-retweet {
	background-color: #FFF;
	padding: 16px;
	margin-top: 24px;
}
#weekly-retweet-list .retweet-main {
	padding: 8px 0;
}
#weekly-retweet h2 {
	font-size: 18px;
}
#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;
	min-width: 26px;
}
#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;
	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: 32px 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: 49%;
	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!important;
	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;
}
/*----------------------------------------------
 * アダルトコンテンツ
 *--------------------------------------------*/
.adult-contents-guide {
	padding: 32px;
	text-align: center;
	background-color: #FFF;
}
.adult-contents-guide p {
	margin-bottom: 30px;
}
.adult-contents-guide .message {
	font-size: 14px;
	color: #CE0000;
	line-height: 1.6;
}
.adult-contents-guide .guide-title {
	font-size: 28px;
	color: #E00000;
}
.adult-contents-guide .confirm-list {
	display: inline-block;
}
.adult-contents-guide .confirm-list li {
	display: inline;
}
.adult-contents-guide .confirm-list li.last {
	padding-left: 40px;
}
.adult-contents-guide a {
	text-decoration: underline;
	font-size: 18px;
}
.adult-contents-guide a:hover {
	text-decoration: none;
}
/*----------------------------------------------
 * 事前登録
 *--------------------------------------------*/
#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;
}

/*------------------------------------------------------------------
トピックス枠
------------------------------------------------------------------*/ 
.section-special {
    background: #fff none repeat scroll 0 0;
}
.section-special-inner {
    overflow: hidden;
    padding: 10px 0 0 10px;
}
.section-special a {
    color: #0074cc;
}
.special-title {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
}
.special-title i {
    font-size: 20px;
    margin: 0 3px 0 0;
    transform: rotate(-6deg);
}
.special-list {
    box-sizing: border-box;
    float: left;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 50%;
}
.special-list-link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 10px 12px 0;
    padding: 5px;
}
.special-list figure {
    background-color: #fafafa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.special-list figure img {
    display: block;
    height: auto;
    width: 100%;
}
.special-list-text {
    height: 60px;
    overflow: hidden;
    padding: 1px 1px 0 2px;
}
.special-list-label {
    color: #999;
    font-size: 9px;
    height: 10px;
    line-height: 1.1;
    margin: 0;
    overflow: hidden;
    padding: 0 1px 3px;
    text-align: right;
}
.special-list-gametitle {
    color: #666;
    display: table-cell;
    font-size: 10px;
    font-weight: normal;
    height: 22px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.special-list-catchcopy {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.special-list-more {
    border: 1px solid #334;
    border-radius: 100px;
    display: block;
    font-size: 10px;
    margin: 5px auto 0;
    padding: 5px 0;
    text-align: center;
    width: 10em;
}
.special-list-01 .special-list-link {
    background-color: transparent;
}
.special-list-02 .special-list-link {
    background-color: transparent;
}
.special-list-03 .special-list-link {
    background-color: transparent;
}
.special-list-04 .special-list-link {
    background-color: transparent;
}
.section-special.contents-wrapper {
    margin: 0 0 12px;
}
.section-special-inner {
    overflow: hidden;
    padding: 16px 2px 18px 16px;
}
.section-special a {
    color: #334;
}
.special-list {
    width: 25%;
}
.special-list-link {
    border: medium none;
    box-shadow: none;
    margin: 0 14px 0 0;
    padding: 0;
}
.special-list-catchcopy {
    font-size: 14px;
    line-height: 1.5;
}
.special-list-text {
    height: auto;
}

/* 乙女用 */
.section-special.contents-wrapper{
    border-radius:0 0 4px 4px;
    border-top:5px solid #d0b3a3;
}
.section-special-outer{display:block;margin:0;padding:0;text-align:left;}

#article-centerColumn h1.section-special-title,
.section-special-title{
    font-size: 115%;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    margin:0;
    padding: 0;
}
#article-centerColumn h1.section-special-title{color:#5e1a0f;}
#article-centerColumn h1.special-list-catchcopy {padding-bottom:0;color:#5e1a0f;font-size: 14px;line-height: 1.5;}


/*スマホはこちら20170518osanai*/
#redirectSp {
	text-align: center;
}
#changeSmtSite.btn {
    display: block;
    font-size: 60px;
    padding: 28px 0px;
    border-radius: 20px;
    margin: 50px 40px 0 40px;
    color: #ffffff;
    box-sizing: border-box;
    background-color: #5e1a0f;
    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;
}



