@charset 'utf-8';

/* エクストリームエッジ カテゴリ共通テンプレート*/

/*---------------------------
リセット ＆ コンテンツ非表示
----------------------------- */
body {
	line-height: 1.8em;
	text-align: justify;
	word-break: break-all;
	color: #FFF;
	background-color: #000;
	font-size: 12px;
}
a:link {
	color: #FC0;
	transition: all .05s linear;
}
a:visited {
	color: #FC0;
}
a:hover {
	color: #C00;
}
/* 全体カラム ボックスシャドウ削除 */
#header,#contents,#footer {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.snsFront, /* TOPページSNSコンテンツ */
.snsArticle .snsTop, /* 記事ページ上部SNSコンテンツ */
#topicPath, /* パンくずリスト */
#leftColumn .leftHeader01.round, /* サイドカラム ページタイトル見出し */
h3.articleHeader2, /* 個別URL（見出し） */
.articleUrl, /* 個別URL */
.dager01 { /* 小見出しダガー */
	display: none;
}

/*---------------------------
 カラム・背景設定
----------------------------- */
body {
	background: url(../img/fee_bg.jpg) top center fixed no-repeat #000;
	background-size: cover;
}
body:before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 130px;
	background: url("../img/header_bg.png") repeat-x;
}
#contents {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
#contents div {
	box-sizing: border-box;
}
#contents #mainContents {
	float:left;
	margin: 0;
	padding-right: 240px;
	width: 1200px;
	background: url("../img/contents_bg.png") repeat-y;
}
#centerColumn {
	float: right;
	padding: 30px;
	width: 719px;
	line-height: 1.5em;
	font-size: 14px;
}
#leftColumn {
	float: left;
	width: 240px;
	font-size: 11px;
}
#rightColumn {
	float: right;
	margin-left: -240px;
	padding: 10px;
	width: 240px;
	font-size: 100%;
	word-wrap: break-word;
}
/*---------------------------
 共通ヘッダー
----------------------------- */
#eeHeader {
	position: relative;
	height: 130px;
	background: url("../img/header.png") no-repeat;
}
#eeHeader .logo,
#eeHeader .fcomLink,
#eeHeader .sqexLink {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}
#eeHeader .logo {
    top: 34px;
    left: 0px;
    width: 519px;
    height: 74px;
}
#eeHeader .sqexLink {
    top: 39px;
    left: 926px;
    width: 190px;
    height: 61px;
}
#eeHeader .bookmark2col {
	position: absolute;
	bottom: 12px;
	right: 0px;
}
#categoryHeader {
	height: 300px;
	padding: 20px;
	background: url("https://www.famitsu.com/matome/sqex-ee/img/contents_header.png") no-repeat;
	box-sizing: border-box;
}
#categoryHeader .pic {
	float: left;
	width: 678px;
	height: 260px;
	background: url(../img/header_pic.jpg) no-repeat;
}
#categoryHeader .pv {
	float: right;
	width: 462px;
	height: 260px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}

/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/

/* TOPページ */
.updateHistory {
	margin-bottom: 10px;
}
/*---------テキストボックス---------*/
.textBox01 p {
	margin-bottom: 1em;
}
/*---------テーブル---------*/
.tableImg {
	margin-bottom: 1em !important;
}
.tableImg tr,
.tableImg td {
	vertical-align: bottom;
}
.tableImg a {
	transition: linear 0.2s;
}
.tableImg a:hover {
	text-decoration: none;
	opacity: 0.8;
}
table {
	margin-bottom: 1em;
}
th, td {
	padding: 4px;
	color: #1D5C79;
}
.image_cap {
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #F28810;
	font-size: 11px;
}
/*---------外部リンク---------*/
h2.subheading {
	margin-top: 2em;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.relatedLink {
	margin-bottom: 20px;
}
.relatedLink li {
	margin-top: 10px;
	text-align: center;
}
.relatedLink a {
	display: block;
	padding: 10px;
	color: #FFF;
	background-color: #f0763d;
	font-size: 16px;
	border-radius: 3px;
}
.relatedLink a:hover {
	text-decoration: none;
	background-color: #FC8D59;
}
/*-------------------------------------------------
センターカラム 見出し（TOPページ）
-------------------------------------------------*/
.centerHeader {
	padding: 8px;
	background: url(../img/center_midashi.jpg) center right no-repeat;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*---------更新情報リスト---------*/
.newList .date {
	margin-left: 1em;
	font-size: 90%;
}
.newList li {
	padding: 8px 0;
	border-top: solid 1px #555;
}
/*-------------------------------------------------
記事ページ 見出し
-------------------------------------------------*/
/* 記事タイトル */
.articleTopHeader {
	margin-bottom: 20px;
	padding: 5px 10px 5px 230px;
	min-height: 40px;
	border: 1px #333 solid;
	border-radius: 5px;
}
.articleTopHeader .pageHeader01 {
	color: #000;
	font-size: 16px;
}
/* 小見出し */
.articleHeader2 {
	margin-bottom: 1em;
	color: #c00;
	font-size: 20px;
}
/*---------ソーシャルブックマーク---------*/
.bookmark3col {
	height:20px;
}
#eeHeader .bookmark3col {
  position: absolute;
  bottom: 12px;
  right: 0px;
}
.bookmark3col .date {
	color: #999;
}
ul.bookmark3col {
	position: absolute;
	left: 20px;
	top:0;
}
.drop_down_menu li {
	float: left;
	line-height: 1.7;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}
.drop_down_menu li.googlePlusBtn {
	width: 65px;
	overflow: hidden;
}
.bookmarkBottom {
	height:20px;
	margin: 10px 0;
}
.bookmarkBottom02 {
	margin-bottom: 20px;
}
.bookmark2col.snsBottom {
	position: static;
}
.bookmark2col .drop_down_menu {
	height: 20px;
}
.snsBottom {
	margin: 0 0 20px 0;
}
#centerColumn .fr {
	float: left;
}
.socialBtn li {
	margin: 0 1em 0 0;
}

/*-------------------------------------------------
左カラム
-------------------------------------------------*/
#leftColumn .list02 {
	padding: 35px 10px 10px;
	font-size: 0.8rem;
	line-height: 1.5em;
	background: url("../img/left_midashi_newentry.jpg") no-repeat;
}
#leftColumn .list02 li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #900;
}
.list02 a:link {
	color: rgba(0,0,0,0.8);
}
.list02 a:visited {
	color: #052F5F;
}
#leftColumn .htmlFreeB {
	padding: 10px;
}

#leftColumn .twTimeline
{
	position: relative;
    width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#leftColumn .twTimeline:before
{
	content:"";
    display: block;
	height: 400px;
}
#leftColumn .twTimeline .tw
{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background: rgba(0,0,0,0.5);
}
.twtr-timeline
{
	height:auto!important;
}

#leftColumn .banner {
  width: 220px;
  margin: 0px auto 10px;
}

/*-------------------------------------------------
右カラム
-------------------------------------------------*/
#rightColumn > div {
	margin-bottom: 10px;
	padding-top: 22px;
}
#rightColumn > .spec { background: url("../img/right_midashi_spec.png") no-repeat; }
#rightColumn > .lineup { background: url("../img/right_midashi_lineup.png") no-repeat; }
#rightColumn > #trailerBox { background: url("../img/right_midashi_trailer.png") no-repeat; }
#rightColumn .banner,
#rightColumn .trailer {
	margin-bottom: 10px;
	width: 220px;
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8);
}

/*-------------------------------------------------
画像単体ページ
-------------------------------------------------*/
.singleImgBody #categoryHeader {
	display: none;
}
.singleImgBody #mainContents {
	padding: 20px;
	color: #404040;
	background: rgba(0,0,0,0.6);
	box-sizing: border-box;
}
.singleImgBody #contents #mainContents #centerColumn {
	float: right;
	padding: 30px;
	width: 719px !important;
	line-height: 1.5em;
	font-size: 14px;
}
.singleImgBody .bookmarkBottom02 + .articleHeader2 {
	display: none;
}
.singleImgBody .singleImgbox {
	text-align: center;
}
.singleImgBody .articleHeader2 {
	display: block;
	margin: 24px 0 8px;
	padding: 4px 8px;
	border-left: 4px solid #777;
	border-bottom: 1px solid #777;
}
.singleImgBody .singleUrl {
	padding: 4px 8px;
	border: 1px solid #CCC;
	box-shadow: inset 0 1px 1px #EEE;
	border-radius: 3px;
}
.singleImgBody .imgBox03 a:hover {
	opacity: 0.8;
}
.singleImgBody .footerArea {
	margin-top: 16px;
	padding: 8px 16px;
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	border-radius: 3px;
}
.singleImgBody #rightColumn,
.singleImgBody .bookmarkBottom02,
.singleImgBody #mainContents:after {
	display: none;
}

/*-------------------------------------------------
ニュースリスト記事
-------------------------------------------------*/
.itemBox {
	height:auto;
	max-height:5em;
	margin: 0;
	border-bottom: #CCC 1px dashed;
	overflow:hidden;
}
.textArea {
	line-height:1.4;
}
#relatedList .itemBox .textArea .newsTitle {
	font-weight: bold;
}
#relatedList .itemBox {
	min-height: 5.5em;
	max-height:none;
	border-bottom: 1px dotted #ccc;
}
#relatedList p.newsHead {
	max-height:none;
	overflow: hidden;
}
div.topNewsImgBox {
	float: left;
	width: 50px;
}
.newsImg {
	float: left;
	border: 1px solid #CCC;
}
.itemBox .textArea .newsHead {
	max-height:1.4em;
	height:auto;
	font-size: 12px;
}
.itemBox .news-time {
	color: #999;
}

/*-------------------------------------------------
スペック
-------------------------------------------------*/
.tableSpec {
	background-color: transparent;
}
.tableSpec th,
.tableSpec td {
	color: #fefefe;
	border: 1px solid #333;
}
.tableSpec th {
	background-color: #222;
}
.tableSpec td {
	background-color: #555;
}

/*-------------------------------------------------
サイト別設定
-------------------------------------------------*/
.articleTopHeader {
	background: url(../img/entry_bg.jpg) center no-repeat;
}

/*-------------------------------------------------
fee特殊
-------------------------------------------------*/
#newlist-sp-wrap
{
	width: 680px;
	margin: 20px -20px 0 0;
	overflow: hidden;
	font-size: 0.9em;
}
.newlist-sp-box
{
	width: 320px;
	float: left;
	margin-right: 20px;
	position: relative;
	float: left;
}
.newlist-sp-box .link a
{
	position: absolute;
	width: 320px;
	height: 188px;
	display: block;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
.newlist-sp-box .text
{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	width: 100%;
	padding: 0.3em 0.5em;
	box-sizing: border-box;
}
.newlist-sp-box .text .date
{
	color: #FFDE5E;
}
.newlist-sp-box .text .read
{}
.newlist-sp-box img
{
	width: 100%;
	height: auto;
}
.SandboxRoot {
	color: #ccc !important;
}