@charset "UTF-8";
/* SAMPLE */
/*0223*/
#container {
  margin: 0 auto;
  width: 990px;
  height: 100%;
  text-align: center;
  background: #fff;
}

/*---------------------------

 パンくず

----------------------------- */
#topicPath {
  margin-bottom: 5px;
}
#topicPath ul li {
  display: inline;
  padding-right: 5px;
}
#topicPath ul li span {
  padding-left: 5px;
}
#topicPath ul li.current {
  background: none;
}

/*---------------------------

 3カラムTOP

----------------------------- */
#mainContents {
  margin-left: calc(50% - 492.5px);
  width: 685px;
  text-align: left;
  float: left;
  color: #666;
}

#centerColumn {
  float: right;
  width: 460px;
  margin-right: 10px;
  margin-bottom: 20px;
}

#rightColumn {
  float: left;
  text-align: left;
  height: auto;
  width: 300px;
  background-color: #FFF;
}

#leftColumn {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  width: 200px;
}

/*---------自由HTMLエリア---------*/
.freeArea {
  background: #ddd;
  text-align: left;
  height: 150px;
}
.freeArea .inner {
  padding: 10px;
}
.freeArea.center {
  background: #D1FCF7;
}
.freeArea.center .inner {
  padding: 10px;
}

/*---------------------------

 ２カラムTOP

----------------------------- */
body.twoCol #mainContents {
  width: 990px;
}
body.twoCol .freeArea {
  width: 980px;
}
body.twoCol .freeArea .inner {
  padding: 10px;
}
body.twoCol .freeArea.center {
  margin: 0 0 10px 5px;
  width: 980px;
  background: #D1FCF7;
}
body.twoCol .freeArea.center .inner {
  padding: 10px;
}
body.twoCol #centerColumn {
  float: right;
  width: 770px;
  margin-right: 5px;
}
body.twoCol #leftColumn {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  width: 200px;
}

/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/
.centerBox01 {
  padding: 10px;
  line-height: 1.6;
  font-size: 110%;
  background: #FFF;
  margin-bottom: 5px;
}
.centerBox01.round {
  padding: 10px;
  line-height: 1.6;
  font-size: 110%;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  margin-bottom: 5px;
}

/*---------テキストボックス、画像など---------*/
/*記事中央写真ブロック[table]*/
/* [上][右][下][左] */
.image_block_single {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.image_block_single td {
  margin: 0px 0px 0px -10px;
  padding: 0px 2px 0px 2px;
  opacity: 1;
}

.image_block {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.image_block td {
  text-align: center;
  margin: 0px 0px 10px -10px;
  padding: 0px 1px 0px 1px;
  opacity: 1;
}

.textBox01 {
  margin: 40px 0;
  padding: 10px 0;
  line-height: 1.6;
  font-size: 120%;
  background: #fff;
}
.textBox01 p {
  margin-bottom: 5px;
}

.imgBox01 {
  margin: 0px 0;
  font-size: 90%;
  text-align: center;
}

.imgBox02 {
  margin: 0px 0px  0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin-bottom: 5px;
}
.imgBox02 img {
  /* [上][右][下][左] */
  margin: 0px -1px  0px -1px;
  padding: 0px 0px 0px 0px;
}

.imgBox03 {
  margin: 20px 0;
}
.imgBox03 img {
  margin-right: 10px;
  margin-bottom: 5px;
}

.imgCaption {
  margin: 10px 0;
}

ul.thumbImg > li {
	background-color: rgba(221, 221, 221, 0.2);
}

/*---------テーブル---------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}

th, td {
  padding: 5px 10px;
  color: #1D5C79;
}

.table01 {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #DDD;
}
.table01 th {
  background: #ddd;
  border: 1px solid #ccc;
  color: #333;
}
.table01 td {
  border: 1px solid #DDD;
  color: #333;
}

/*-------------------------------------------------
センターカラム 　見出し
-------------------------------------------------*/
/*---------見出し　テキストを隠す場合---------*/
.hideText {
  text-indent: -9999px;
}

/*---------見出し四角---------*/
.centerHeader {
  padding: 5px;
  height: 20px;
  color: #FFF;
  font-size: 120%;
  background: url(./../img/blue_splite.png) no-repeat 0 0;
}
.centerHeader.round {
  padding: 5px;
  height: 20px;
  color: #FFF;
  font-size: 120%;
  border: 1px solid #48b3dc;
  background: url(./../img/blue_splite.png) no-repeat 0 0;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

/*---------見出し角丸---------*/
/*-------------------------------------------------
シングルページ　見出し
-------------------------------------------------*/
.pageHeader01 {
  margin-bottom: 10px;
  padding: 5px 0;
  min-height: 20px;
  font-size: 150%;
  background: #FFF;
  border-bottom: 1px dotted #ccc;
}

.articleHeader2 {
  margin-bottom: 10px;
  padding: 2px 0 2px 8px;
  font-size: 110%;
  background: #FFF;
  border-left: 5px solid #CCC;
  border-bottom: none;
}

.pageLead {
  margin-bottom: 10px;
  padding: 2px 0 2px 8px;
  font-size: 80%;
  background: #FFF;
  border-bottom: none;
}

.articleAuther {
  margin: 10px 0;
  color: #ddd;
  font-size: 14px;
}

#centerColumn .list01 li {
  margin: 0px 0;
  padding: 5px 0 5px 10px;
  background: url(./../img/blue_splite.png) no-repeat 0 -35px;
}

/*ダガー*/
.dager01 {
  margin: 0 0 0 5px;
  font-size: xx-small;
  vertical-align: super;
  cursor: pointer;
}

/*---------ソーシャルブックマーク---------*/
.bookmark3col, .bookmark2col {
  /*height: 20px;*/
  margin-bottom: 15px;
}

.bookmark3col .date, .bookmark2col .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 {
  position: relative;
  text-align: left;
}
.bookmark2col .drop_down_menu {
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

/*---------個別URL---------*/
.singleUrl {
  margin: 10px 0;
  padding: 3px 0 3px 5px;
  border: 1px solid #CCC;
  background: #F3F3F3;
}

/*---------更新情報リスト---------*/
.newList .date {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 90%;
  color: #999;
}
.newList li {
  padding: 5px 0 5px 40px;
  border-bottom: dotted 1px #ccc;
}
.newList li.update {
  background: url("./../img/blue_splite.png") no-repeat scroll 0 -100px transparent;
}
.newList li.new {
  background: url("./../img/blue_splite.png") no-repeat scroll 0 -199px transparent;
}

/*-------------------------------------------------
左カラム
-------------------------------------------------*/
/*---------デフォルト---------*/
.leftBox01 {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 110%;
  background: #FFF;
}
.leftBox01 .inner {
  padding: 5px;
}

#leftColumn .leftHeader01.round {
  padding: 5px;
  color: #FFF;
  font-size: 110%;
  border: 1px solid #48b3dc;
  background: #48b3dc;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}
#leftColumn .list02 li {
  background: url("./../img/blue_splite.png") no-repeat scroll 0 -284px transparent;
  border-bottom: 1px dotted #CCCCCC;
  margin: 3px 0 3px 5px;
  padding: 5px 0 5px 20px;
}
#leftColumn .list02 li span.matome_category {
  margin-left: 0;
  color: #FFCCE2;
}
#leftColumn .list02 li ul.detail {
  margin-left: 0;
}
#leftColumn .list02 li ul.detail li {
  padding: 2px 0 2px 10px;
  background: url(./../img/blue_splite.png) no-repeat 0 -40px;
  border: none;
}
#leftColumn .list03 li {
  margin: 3px 0 3px 5px;
  padding: 5px 0 5px 20px;
  background: url(./../img/blue_splite.png) no-repeat 0 -107px;
  border-bottom: 1px dotted #ccc;
}
#leftColumn .list03 li ul.detail li {
  /* [上][右][下][左] */
  margin: -1px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url() no-repeat 0 -200px;
  border: none;
}
#leftColumn span.matome_categoryNot {
  margin-left: 33px;
}

.freeleftBox01 {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 110%;
  background: #FFF;
  height: 300px;
}
.freeleftBox01 .inner {
  padding: 5px;
}

.freeleftBox02 {
  margin-bottom: 10px;
  font-size: 110%;
  background: #FFF;
  height: 300px;
}
.freeleftBox02 .inner {
  padding: 5px;
}

.htmlFreeB {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 110%;
  background: #FFF;
  height: 300px;
}
.htmlFreeB .inner {
  padding: 5px;
}

/*-------------------------------------------------
右カラム
-------------------------------------------------*/
#blogList h4 {
  background: url("http://www.famitsu.com/common/img/common_sprite.gif") no-repeat scroll 0 -176px transparent;
  min-height: 26px;
  padding: 7px 0 5px 7px;
}

.sideBox {
  background-color: #FFF;
}

#container:after {
  content: " ";
  display: block;
  clear: both;
}

/*-------------------------------------------------

画像単体ページ

-------------------------------------------------*/
.singleImgBody #contents #mainContents {
  float: none;
  margin: 0 auto;
  width: 1040px;
  
}
.singleImgBody #contents #centerColumn {
  float: none;
  width: 100%;
}
.singleImgbox {
  margin-bottom: 20px;
  text-align: center;
}

.singleImgbox02 {
  padding: 10px;
}

/*シングルページタイトル部分*/
.singleimgHeader01 {
  margin-bottom: 10px;
  padding: 5px;
  min-height: 20px;
  font-size: 150%;
  background: #FFF;
  border-bottom: 1px dotted #ccc;
}
.singleimgHeader01.middle {
  padding: 2px 0 2px 8px;
  font-size: 110%;
  background: #FFF;
  border-left: 5px solid #CCC;
  border-bottom: none;
}

/* ニュースリスト記事 */
.itemBox {
  height: auto;
  max-height: 5em;
  margin: 0 0 0;
  padding: 5px 0 5px;
  border-bottom: #CCC 1px dashed;
  overflow: hidden;
}

.bottom {
  border: none;
}

.textArea {
  margin: 0 0 10px 70px;
  line-height: 1.4;
}

* html .itemBox .textArea {
  height: auto;
}

#relatedList .itemBox {
  padding-bottom: 0;
  min-height: 5.5em;
  max-height: none;
  border-bottom: 1px dotted #ccc;
}
#relatedList .itemBox .textArea .newsTitle {
  /*  padding-bottom: 5px;*/
  /*  height:1em; */
  font-weight: bold;
  font-size: 115%;
  /*  overflow:hidden; */
}
#relatedList .itemBox .icons {
  margin: -1px 0 0 5px;
  padding: 0;
  float: left;
}
#relatedList .newsImg {
  margin: 0 5px 0 0;
  float: left;
  border: 1px solid #CCC;
  width: 60px;
}
#relatedList p.newsHead {
  /*  max-height: 3em !important; */
  max-height: none;
  overflow: auto;
}

.timeStamp {
  color: #008000;
}

div.topNewsImgBox {
  float: left;
  width: 50px;
}

img.topNewsImg {
  width: 100%;
}

.newsImg {
  float: left;
  border: 1px solid #CCC;
}

.itemBox .textArea .newsHead {
  max-height: 1.4em;
  height: auto;
  font-size: 100%;
  color: #505050;
  line-height: 1.4;
  overflow: hidden;
}
.itemBox .textArea .categoryIcon {
  max-height: 1em;
  height: 1em;
  margin: 3px 0;
  padding: 0;
  overflow: hidden;
}
.itemBox .textArea .categoryIcon .gennre {
  margin: 0 6px 0 0;
  padding: 2px;
  float: left;
  background-color: #d8d8d8;
  line-height: 1;
  font-size: 66%;
}

/*-------------------------------------------------

フッター

-------------------------------------------------*/
.footerArea {
  margin: 0 0 10px 5px;
  width: 670px;
  float: left;
  border: 1px solid #ccc;
  font-size: 120%;
}

.footerList {
  margin-bottom: 10px;
}
.footerList li {
  margin: 3px 5px 3px 5px;
  padding: 5px 0 5px 20px;
  background: url(./../img/blue_splite.png) no-repeat 0 -107px;
  width: 45%;
  float: left;
}
.footerList li ul.detail li {
  margin: 0;
  padding: 2px 0 2px 10px;
  background: url(./../img/blue_splite.png) no-repeat 0 -40px;
  border: none;
  clear: both;
  width: 99%;
  font-size: 80%;
}

.footerArea.full {
  margin: 0 0 10px 5px;
  width: 978px;
  float: left;
  border: 1px solid #ccc;
  background: #FFF;
}

.footerHeader {
  padding: 5px 0 5px 10px;
  background: #E1E1E1;
}

.footerArea .inner {
  padding: 10px;
}

/*************** 公式フッター ***************/
/* 著作権表記（－0－） */
#undernavi {
  width: 990px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #fff;
}

#footer {
  width: 990px;
  margin: 0 auto;
  padding: 10px 0 8px 0;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #0099cc;
}

/* clear fix */
#container:after, #globalNav:after, #mainContents:after, #rightColumn:after, #footer:after, .footerList:after .textBox01:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0;
  line-height: 0;
  clear: both;
}

#container #globalNav, #mainContents, #rightColumn, #footer, .footerList {
  /*  display:inline-block;
    display:block; */
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.articleUrl input {
  background-color: #F0F0F0;
  border: 1px solid #EEEEEE;
  margin: 4px 0 10px;
  padding: 2px 2px 2px 5px;
  width: 99%;
}

@media print {
  #container {
    display: block;
  }
}
/*---------------------------

ヘッダー調整

----------------------------- */
#mainBody #contents {
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  width: 100%;
  height: 100%;
}

.freeArea, #rightColumn, .leftHeaderTop, .htmlFreeB {
  margin-bottom: 10px;
  padding: 10px;
  color: #333;
  background-color: #ddd;
  font-size: 14px;
  font-weight: bold;
}

#rightColumn {
  padding: 10px 0;
  height: 590px;
}

.footerArea .inner {
  font-weight: bold;
}

/*---------------------------

FFXV 背景動画＆モーダルウィンドウ用記述

----------------------------- */
#fView {
  overflow: hidden;
  /* 変更不可 */
  position: relative;
  /* 変更不可 */
  margin-top: -40px;
  /* 変更不可 */
  width: 100%;
  /* 変更不可 */
  height: 100vh;
  /* 変更不可 */
  z-index: 1;
  /* 変更不可 */
}

#ytMuteBtn {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fff;
}
#ytMuteBtn:before {
  content: "Mute Off";
}
#ytMuteBtn.ytMute:before {
  content: "Mute On";
}

#fView > div {
  position: absolute;
}
#fView .elem1 {
  top: calc(50% - 180px);
  left: calc(50% - 320px);
  width: 640px;
  height: 360px;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
}
#fView .elem2 {
  bottom: 40px;
  right: 40px;
  color: #fff;
  line-height: 1;
  font-size: 64px;
}
#fView #scrlSign {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  animation: blink 2s ease infinite;
}
#fView #scrlSign i {
  display: block;
  line-height: 1;
  font-size: 64px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#glOverlay {
  display: none;
  /* 変更不可 */
  position: fixed;
  /* 変更不可 */
  top: 0;
  /* 変更不可 */
  left: 0;
  /* 変更不可 */
  width: 100%;
  /* 変更不可 */
  height: 100%;
  /* 変更不可 */
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  /* 変更不可 */
}

#glWrap {
  display: none;
  /* 変更不可 */
  position: fixed;
  /* 変更不可 */
  top: calc(50% - 45%);
  left: calc(50% - 40%);
  padding: 5px;
  width: 80%;
  height: 90%;
  background-color: #333;
  box-sizing: border-box;
  /* 変更不可 */
  border-radius: 3px;
  z-index: 10001;
  /* 変更不可 */
  -webkit-user-select: none;
  /* 変更不可 */
  -moz-user-select: none;
  /* 変更不可 */
  -ms-user-select: none;
  /* 変更不可 */
  user-select: none;
  /* 変更不可 */
}
#glWrap iframe {
  width: 100%;
  /* 変更不可 */
  height: 100%;
  /* 変更不可 */
}

#glLoader {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  color: rgba(255, 255, 255, 0.3);
  font-size: 32px;
  z-index: 2;
  text-shadow: 0 0 2px #404040;
}

#glClose {
  opacity: 0.7;
  position: absolute;
  top: -26px;
  right: 0px;
  color: #fff;
  font-size: 24px;
  transition: linear 0.2s;
}
#glClose:hover {
  opacity: 0.9;
}

.ytWrap li {
  margin-bottom: 10px;
}

.ytWindow {
  display: block;
  position: relative;
  width: 300px;
  height: 169px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all linear 0.2s;
  border: 1px solid #14354c;
}
.ytWindow:hover {
  opacity: 0.8;
}
.ytWindow i {
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 48px;
}

/* ====================================================================== */
/* 独自設定 */
/* ====================================================================== */
/*---------------------------
 レイアウト
----------------------------- */
body {
  background: #000;
  min-width: 990px;
}

#contents {
  background: url(../img/bg-container.jpg) no-repeat top center #000;
  font-size: 100%;
}
#contents.articles {
  background-image: url("../img/bg-contentpage.jpg");
}

#contentInner {
  background: url("../img/bg-maincontents.png") repeat-y top center;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.bsbb, .widecol, #mainContents, #rightColumn, #leftColumn, #centerColumn, .twitter_float .thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widecol {
  width: 990px;
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.widecol:before, .widecol:after {
  content: "";
  display: table;
}
.widecol:after {
  clear: both;
}

.half-col {
  width: 50%;
  float: left;
}

#contents #mainContents {
  width: 790px;
  margin-top: 0;
  margin-left: calc( 50% - 495px );
  padding-top: 16px;
}

#rightColumn {
  width: 200px;
  height: inherit;
  background: transparent;
}

#leftColumn {
  width: 200px;
  margin: 0;
}

#centerColumn {
  width: 590px;
  margin: 0;
  padding: 0 32px;
}

#fView {
  min-height: 500px;
  background-color: #000;
}

#contents #ytMuteBtn {
  background: url("../img/icon-sound.png") no-repeat 0 0;
  padding: 6px 8px 6px 25px;
  line-height: 1;
  font-family: arial;
}
#contents #ytMuteBtn, #contents #ytMuteBtn:hover, #contents #ytMuteBtn:visited {
  color: #fff;
  text-decoration: none;
}
#contents #ytMuteBtn:before {
  content: "Sound ON";
}
#contents #ytMuteBtn.ytMute:before {
  content: "Sound OFF";
}

/*---------------------------
ヘッダー
----------------------------- */
#contents {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #ddd;
  width: 990px;
  padding: 0 0 20px;
}
#contents a img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#contents a:hover img {
  opacity: .8;
}
#contents a {
  color: #3589c4;
}
#contents a.visited {
  color: #8e75af;
}
#contents a:hover {
  color: #5f82ad;
}
#contents [class*="btn-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .btn-update {
  font-size: 87.5%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 16px 0 8px;
  margin: -6px 0 0;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#contents .btn-update, #contents .btn-update:hover, #contents .btn-update:visited {
  color: #fff;
}
#contents .btn-update:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
#contents .btn-update:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 8px;
  margin-bottom: -2px;
  background: url("../img/arrow-down.png") no-repeat top left;
}
#contents .btn-twitter {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#contents .btn-twitter > i, #contents .btn-twitter > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#contents .btn-twitter > span {
  padding-left: 16px;
}
#contents .btn-twitter:hover {
  opacity: 0.6;
}

#topNews {
  border-top: 1px solid #de2f1b;
  padding: 6.4px 0 0 0;
  width: 435px;
  float: right;
}
#topNews li {
  margin-bottom: 8px;
  line-height: 1.3;
  text-shadow: 0 0px 2px #000;
  font-size: 87.5%;
  color: #FFF;
}
#topNews li a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFF;
}
#topNews .box-heading {
  zoom: 1;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 0.6em;
}
#topNews .box-heading:before, #topNews .box-heading:after {
  content: "";
  display: table;
}
#topNews .box-heading:after {
  clear: both;
}
#topNews h3 {
  display: inline-block;
  font-weight: normal;
  margin: 0 8px 0 0;
  padding: 0;
  text-shadow: 0 0px 2px #000;
  font-size: 137.5%;
  color: #ffe26e;
}
#topNews h3 small {
  color: #ffe26e;
  display: inline-block;
  font-size: 63.63636%;
  margin-left: 0.5em;
}
#topNews #top3News {
  text-align: left;
  font-size: 14px;
}
#topNews .date {
  display: block;
  font-size: 75%;
  color: #ddd;
}

.head-left-bottom {
  position: absolute;
  left: 16px;
  bottom: 60px;
}
.head-left-bottom .articleSupple {
  padding-left: 20px;
}

.head-lead {
  display: inline-block;
  margin-left: 16px;
}

.head-data {
  font-size: 75%;
  text-align: left;
  margin-top: 16px;
  margin-left: 16px;
  color: #999;
  text-shadow: 0 0 2px #000;
}
.head-data dt, .head-data dd {
  display: inline-block;
}
.head-data dt {
  color: #255f88;
  font-weight: bold;
}
.head-data dt:after {
  content: ":";
  display: inline-block;
  color: #999;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.head-data dd {
  margin-right: 0.8em;
}
.head-data dd, .head-data p {
  font-weight: normal;
}

.head-right-top {
  background: url("../img/catch-bg.png") no-repeat right top;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 380px;
  padding: 56px 16px 0 0;
  text-align: right;
}
.head-right-top .head-catch {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  color: #dbcfc4;
  text-align: left;
  text-shadow: 0 1px 1px #000;
  -webkit-transform: scale(0.95, 1);
  -moz-transform: scale(0.95, 1);
  -ms-transform: scale(0.95, 1);
  -o-transform: scale(0.95, 1);
  transform: scale(0.95, 1);
}

.head-float-box {
  width: 380px;
  position: absolute;
  right: -348px;
  background-repeat: repeat;
  background-position: left top;
  background-image: url("../img/bg-pat-bk1.png");
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
  z-index: 10;
  display: table;
  padding: 0;
}
.head-float-box > .box-heading,
.head-float-box > .box-body {
  display: table-cell;
}
.head-float-box .box-heading {
  width: 32px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.head-float-box .box-heading:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: -15px;
  width: 15px;
  height: 28px;
  margin: -14px 0 0;
  background: url("../img/arrow-left.png");
  opacity: 0;
  -webkit-transition: all 0.2s 0.1s;
  -moz-transition: all 0.2s 0.1s;
  -ms-transition: all 0.2s 0.1s;
  -o-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
}
.head-float-box .box-heading:hover:before {
  opacity: 1;
  left: -30px;
}
.head-float-box .box-body {
  vertical-align: top;
  padding: 16px;
}
.head-float-box.open {
  right: 0;
}
.head-float-box.open .box-heading:before {
  background: url("../img/close.png");
  opacity: 1;
  width: 22px;
  height: 22px;
  margin: -11px 0 0;
  left: -30px;
}

.twitter_float {
  bottom: 240px;
  background-color: rgba(70, 226, 244, 0.6);
}
.twitter_float .thumb {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: 1px solid #46e2f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.twitter_float .thumb img {
  max-width: 100%;
  height: auto;
}

.message_float {
  bottom: 60px;
  height: 175px;
  background-color: rgba(44, 144, 246, 0.6);
}
.message_float .note {
  margin-bottom: 8px;
}
.message_float .control-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.message_float .control-grid [class*='col-'] {
  display: table-cell;
  vertical-align: middle;
}
.message_float .control-grid .col-label {
  width: 53px;
}
.message_float .control-grid .col-input {
  padding-left: 16px;
}
.message_float .control-grid .col-submit {
  width: 30%;
  text-align: right;
  padding-left: 16px;
}
.message_float textarea, .message_float input[type='text'] {
  font-size: 87.5%;
  border: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.message_float textarea {
  width: 100%;
  height: 80px;
  display: block;
  margin: 0 0 8px;
  padding: 4px;
}
.message_float input[type='text'],
.message_float button {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message_float button {
  border: none;
  outline: none;
  background-color: #3589c4;
  color: #FFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.message_float button:hover img {
  opacity: 0.6;
}

.btn-channel {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 3px 0 3px 13px;
  background: url("../img/btn-channel-bg.png") #fff;
  text-align: left;
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-channel:hover {
  -webkit-box-shadow: 0 0 10px #3589c4;
  box-shadow: 0 0 10px #3589c4;
}

.head-wide-box {
  width: 100%;
  min-width: 990px;
  padding: 60px 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 1px solid #14354c;
}

.movie-box {
  padding: 0;
  text-align: center;
}
.movie-box .box-heading,
.movie-box .box-body {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.movie-box .box-heading {
  margin-bottom: 16px;
}
.movie-box .box-body {
  min-height: 259px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.movie-box .box-body.dummy {
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding-top: 121.5px;
  font-weight: normal;
}

.nico_live{
  width:460px;
  height:259px;
  background-color:#f6f6f6;
  padding-top: 41.5px;
}

.head-movie {
  border-top: 1px solid #14354c;
  background-image: url("../img/bg-movie.jpg");
  background-position: bottom center;
}

.head-about {
  background-image: url("../img/bg-about.jpg");
  background-position: bottom center;
}
.head-about .box-heading {
  float: left;
  height: 100px;
  margin-top: -15px;
  margin-bottom: 45px;
}
.head-about .box-heading:after {
  display: block;
  width: 100%;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.head-about ul {
  padding: 0 20px 0;
  zoom: 1;
}
.head-about ul:before, .head-about ul:after {
  content: "";
  display: table;
}
.head-about ul:after {
  clear: both;
}

.btn-about {
  background-color: #FFF;
  display: block;
  width: 300px;
  height: 120px;
  float: right;
  margin: 0 0 10px 10px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-about.clear {
  clear: right;
}

.head-comingsoon {
  background: url("../img/bg-comingsoon.jpg") no-repeat center center #000;
}
.head-comingsoon .widecol > img:first-child:last-child {
  display: block;
  margin: 120px auto;
}

.btn-banner {
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.banner-box {
  margin-bottom: 32px;
}

#scrlSign {
  padding-bottom: 5px;
}
#scrlSign i {
  font-size: 0;
  background: url("../img/scrolldown.png") no-repeat top center;
  width: 51px;
  height: 0;
  padding: 51px 0 0;
  text-indent: 51px;
  font-style: normal;
  margin: 0 auto;
}

/*---------------------------
 パンくず
----------------------------- */
#topicPath {
  font-size: 81.25%;
  margin-bottom: 15px;
  color: #ddd;
}
#topicPath a {
  color: #3589c4;
}
#topicPath a:visited {
  color: #3589c4;
}
#topicPath a:hover {
  color: #5f82ad;
}

/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/
#contents .textBox01 {
  background: transparent;
  border: none;
  margin: 0;
  padding: 16px 0 32px;
  line-height: 1.6;
  font-size: 87.5%;
  color: #ddd;
  text-align: justify;
}
#contents .textBox01 p {
  margin: 0 0 1.4em;
  word-break: normal;
  word-wrap: break-word;
}
#contents .textBox01 a {
  color: #ffe26e;
  text-decoration: underline;
}

.contentsMatome_foot + #topicPath {
  margin-bottom: 0;
}

/*---------テキストボックス、画像など---------*/
/*---------テーブル---------*/
/*-------------------------------------------------
センターカラム 　見出し
-------------------------------------------------*/
/*---------見出し　テキストを隠す場合---------*/
/*---------見出し四角---------*/
.centerHeader01 {
  height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}

/*---------見出し角丸---------*/
/*-------------------------------------------------
右カラム
-------------------------------------------------*/
.right-box {
  margin: 0 0 32px;
}
.right-box .box-heading {
  padding: 0;
  text-align: center;
}

.ytWindow {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 112.6666px;
}

/*-------------------------------------------------
シングルページ　見出し
-------------------------------------------------*/
.pageHeader01 {
  background: url("../img/entry-title-bg.jpg") right top #000;
  color: #fff;
  font-size: 112.5%;
  margin: 0;
  min-height: 20px;
  padding: 16px 16px 14.4px;
  font-weight: normal;
  text-shadow: 0 1px 3px #000;
  border: none;
  -webkit-box-shadow: inset 0px 0px 9px #3589c4;
  box-shadow: inset 0px 0px 9px #3589c4;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.articleHeader2 {
  margin: 32px 0 16px;
  padding: 4px 16px;
  font-size: 114.28571%;
  line-height: 1.5;
  color: #3589c4;
  border-top: 3px double #14354c;
  border-bottom: 1px solid #14354c;
  border-left: none;
  -webkit-border-radius: none;
  border-radius: none;
  background: url("../img/bg-pat-bk.png");
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
.articleHeader2 a {
  color: #3589c4;
}
.articleHeader2 a:visited {
  color: #75598b;
}

#centerColumn > .articleHeader2 {
  background: rgba(255, 255, 255, 0.2);
  color: #ddd;
  font-weight: normal;
  padding: 0.6em 0.5em 0.5em 0.8em;
  border: none;
  margin-bottom: 0;
  font-size: 100%;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#centerColumn > .articleHeader2 a {
  color: #ddd;
}

.textBox01 .clearfix:first-child + h2.articleHeader2 {
  margin-top: 0;
}

.pageLead {
  background: transparent;
  margin-bottom: 5px;
  padding: 16px 0;
  font-size: 75%;
  line-height: 1.6;
  border-bottom: 1px solid #333;
  color: #ddd;
  -ms-word-break: break-all;
  word-break: break-all;
  text-align: justify;
  -ms-text-justify: auto;
  text-justify: auto;
}

#centerColumn .list01 li {
  margin: 0px 0;
  padding: 5px 0 5px 10px;
  background: transparent;
}

/*ダガー*/
/*---------ソーシャルブックマーク---------*/
.snsArticle {
  margin-bottom: 10px;
}
.snsArticle .twitterBtn {
  min-width: 116px;
}

/*ソーシャルボタン 左寄せ用 */
.articleSupple {
  padding: 0;
  text-align: left;
}

.socialBtn li {
  margin-left: 0;
  margin-right: 0.7em;
}

.snsArticle .snsTop {
  margin-top: .3em;
  margin-bottom: 20px;
}

#contentsMatome {
  background-color: transparent;
}
#contentsMatome .date {
  font-size: 75%;
  color: #999;
  float: none;
  text-align: right;
  width: inherit;
  padding: 0 2px;
  line-height: 22px;
}
#contentsMatome .snsArticle .snsTop {
  margin-bottom: 10px;
}

/*---------個別URL---------*/
/*---------更新情報リスト---------*/
.newList {
  padding: 0;
  color: #ddd;
  border-bottom: 1px solid #14354c;
}
.newList .date {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 68.75%;
  color: #999;
}
.newList li {
  padding: 9px;
  border-bottom: 1px dotted #14354c;
}
.newList li:last-child {
  border-bottom: none;
}
.newList li.update, .newList li.new {
  background: transparent;
}

/*-------------------------------------------------
左カラム 
-------------------------------------------------*/
/*---------デフォルト---------*/
#leftColumn .leftHeader01.round {
  display: none;
}

.leftBox01 {
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: transparent;
  font-size: 100%;
}
.leftBox01 a {
  padding: 0 0 0 1em;
  background: transparent;
  display: inline-block;
}
.leftBox01 a:visited {
  color: #3589c4;
}
.leftBox01 .inner {
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1.3;
}
.leftBox01 .pagelist_head {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  background: url("../img/pagelist-head.png") no-repeat left top;
  height: 0;
  padding: 30px 0 0 0;
  font-size: 0;
}
.leftBox01 .matome_category {
  display: block;
  background-color: transparent;
  background: url("../img/message-bg.png");
  color: #FFF;
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 8px 4px 6px 32px;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.leftBox01 .matome_category:before {
  background: url("../img/arrow-down.png") no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 18px;
  height: 12px;
  margin: -5px 0 0;
}
.leftBox01 ul.detail {
  margin-left: 0;
  font-size: 81.25%;
  background-color: transparent;
}
.leftBox01 ul.detail li {
  border-bottom: 1px solid #14354c;
  margin: 0 3px;
  padding: 0.6em 0.5em 0.5em;
  background-color: transparent;
}
.leftBox01 .list03 li {
  margin: 3px 0 3px 5px;
  padding: 5px 0 5px 20px;
  border-bottom: 1px dotted #ccc;
}
.leftBox01 .list03 li ul.detail li {
  margin: -1px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: transparent;
  border: none;
}
.leftBox01 span.matome_categoryNot {
  margin-left: 33px;
}

#leftColumn .leftHeaderTop {
  display: none;
}
#leftColumn .list02 li {
  background: transparent;
}
#leftColumn .list02 li a {
  padding: 0;
  display: inline;
  color: #FFF;
}
#leftColumn .list02 li a:visited {
  color: #fff;
}
#leftColumn .list02 li a:hover {
  color: #5f82ad;
}
#leftColumn .list02 li ul.detail li {
  border-bottom: 1px dotted #14354c;
  background: transparent;
  padding: 8px 0 7px 24px;
  text-indent: -16px;
  margin: 2px 0;
}
#leftColumn .list02 li ul.detail li:before {
  content: "";
  display: inline-block;
  border-color: transparent transparent transparent #999;
  border-style: solid;
  border-width: 4px 6px;
  text-indent: 0;
  margin-right: 4px;
}
#leftColumn .list02 > li {
  border: none;
  padding: 0;
  margin: 0 0 16px;
}

.twitter-box {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #14354c;
  min-height: 500px;
  margin-bottom: 32px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/*-------------------------------------------------
右カラム 
-------------------------------------------------*/
.mainbnrs_box {
  margin-bottom: 20px;
}
.mainbnrs_box li {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  height: 100px;
  background-color: #ffe400;
}
.mainbnrs_box li + li {
  margin-left: 10px;
}
.mainbnrs_box a, .mainbnrs_box img {
  display: block;
}
.mainbnrs_box img {
  -webkit-box-shadow: 0 1px 3px #000;
  box-shadow: 0 1px 3px #000;
}

/*-------------------------------------------------

画像単体ページ

-------------------------------------------------*/
/* ニュースリスト記事 */
#relatedList {
  padding: 5px 0 10px;
}
#relatedList .itemBox {
  margin: 0;
  padding: 10px 0 14px;
  background: url("../img/bor-slash-blue.png") repeat-x left bottom;
  border-bottom: none;
  color: #ddd;
  min-height: inherit;
}
.itemBox a.imgBox {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	background-color: transparent;
  border: none;
}
#relatedList .itemBox .newsImg {
  float: left;
  width: 100px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: static;
}
#relatedList .itemBox .news-time {
  color: #999;
  font-size: 68.75%;
}
#relatedList .itemBox .textArea {
  line-height: 1.5;
  margin-left: 115px;
  margin-bottom: 0;
}
#relatedList .itemBox .textArea .newsTitle {
  font-size: 93.75%;
  margin-bottom: 0.2em;
  font-weight: normal;
}
#relatedList .itemBox .textArea .newsTitle a {
  color: #3589c4;
}
#relatedList .itemBox .textArea .newsTitle a:visited {
  color: #8e75af;
}
#relatedList .itemBox .textArea .newsTitle a:hover {
  color: #5f82ad;
}
#relatedList .itemBox .textArea .newsHead {
  margin-bottom: 0.2em;
  font-size: 75%;
  line-height: 1.5;
  color: #ddd;
  -ms-word-break: break-all;
  word-break: break-all;
  text-align: justify;
  -ms-text-justify: auto;
  text-justify: auto;
  max-height: inherit;
  overflow: visible;
}

/*-------------------------------------------------

フッター

-------------------------------------------------*/
/*************** 公式フッター ***************/
.articleUrl input {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  margin: 0 0 10px;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 追加 */
/*---------------------------

タイトル部分

----------------------------- */
#leftColumn .copyright {
  color: #ddd;
  font-size: 13px;
}

.centerHeader {
  background: transparent;
  font-weight: normal;
  padding: 0;
  margin: 0 0 4px;
  text-align: center;
  height: inherit;
}

.recent_entry-title,
.related_entry-title {
  display: block;
  font-size: 0;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(53, 137, 196, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.recent_entry-title {
  background: url("../img/recent_entry-title.png") no-repeat top left;
}

.related_entry-title {
  background: url("../img/related_entry-title.png") no-repeat top left;
}

.centerBox01 {
  background: transparent;
  color: #ddd;
  padding: 0;
  margin: 0 0 76px;
}

#contents .centerBox01 a {
  color: #3589c4;
}
#contents .centerBox01 a:visited {
  color: #8e75af;
}
#contents .centerBox01 a:hover {
  color: #5f82ad;
}

.footerArea.full {
  background: transparent;
  border: none;
  display: none;
}
.footerArea.full .footerHeader {
  display: none;
}
.footerArea.full > .inner {
  text-align: center;
  font-weight: normal;
  font-size: 75%;
  color: #333;
}

/* ----------------------------

記事

---------------------------- */
#contents-heading {
  background: url("../img/header-contents0-bg.jpg") no-repeat top center #000;
  position: relative;
  border-bottom: 1px solid #3589c4;
}
#contents-heading .widecol {
  height: 320px;
}
#contents-heading .head-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn_contents {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_contents > li {
  display: table-cell;
  text-align: center;
}

.textBox01 table {
  width: 100%;
  margin: 5px auto 10px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #111;
  font-weight: normal;
}
.textBox01 table th, .textBox01 table td {
  padding: 0.3em 1em;
  border: 1px solid #999;
  color: #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
}
.textBox01 table th {
  font-weight: bold;
}
.textBox01 table thead {
  font-weight: bold;
}
.textBox01 table thead th, .textBox01 table thead td {
  background-color: #666;
}
.textBox01 table thead td {
  text-align: center;
  vertical-align: middle;
}
.textBox01 table thead th {
  text-align: left;
}
.textBox01 table tr.red, .textBox01 table td.red, .textBox01 table th.red {
  background-color: #de2f1b;
}
.textBox01 table tr.blue, .textBox01 table td.blue, .textBox01 table th.blue {
  background-color: #3589c4;
}
.textBox01 table tr.gray, .textBox01 table td.gray, .textBox01 table th.gray {
  background-color: #333;
}
.textBox01 table tr.black, .textBox01 table td.black, .textBox01 table th.black {
  color: #fff;
  background-color: #000;
}
.textBox01 table tr.black td, .textBox01 table tr.black th {
  color: #ddd;
}
.textBox01 table tr.white {
  color: #111;
  background-color: #ddd;
}
.textBox01 table td.white, .textBox01 table th.white {
  color: #111;
  background-color: #ddd;
}

.textBox01 table.tableImg {
  background: none;
  border-collapse: separate;
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
  border-spacing: 5px;
  table-layout: fixed;
}
.textBox01 table.tableImg th, .textBox01 table.tableImg td {
  border: none;
  padding: 0;
}
.textBox01 table.tableImg td {
  text-align: center;
}
.textBox01 table.tableImg .image_cap,
.textBox01 table.tableImg p.image_cap {
  color: #BCD6FB;
  margin: 0;
  text-align: justify;
  font-size: 92.85714%;
}
.textBox01 table.tableImg img {
  max-width: 100%;
  height: auto;
}

.txt-red {
  color: #ff0000;
}

.txt-blue {
  color: #035BA6;
}

.txt-green {
  color: #30944a;
}

#mainContents .snsFront {
  display: none;
}

.alt {
  display: none;
}

.dummymovie {
  width: 100%;
  height: auto;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    border: 2px solid rgba(255,255,255,0.7);
    cursor: pointer;
    border-radius: 5px;
    z-index: 10000;
}
#pageTop i {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    font-size: 20px;
}

/* ---------- 全ページ共通ヘッダー上書き処理 ---------- */
#header_temp, #footer_temp {
  margin: 0;
}

/* ---------- 追加 スライダー ---------- */
.head-related .flexslider {
  border: none;
  background: url("../img/bg-pat-bk1.png") repeat top center rgba(53, 137, 196, 0.2);
  padding: 10px 60px 30px;
  margin-bottom: 10px;
  min-height: 350px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.head-related .flexslider .slides li {
  background-color: #FFF;
}

.head-related .flex-direction-nav a {
  opacity: 0.5;
  width: 40px;
  height: 0;
  padding: 40px 0 0;
  font-size: 0;
  overflow: hidden;
  text-indent: 200%;
}
.head-related .flex-direction-nav a:before {
  content: none;
}
.head-related .flex-direction-nav .flex-prev {
  left: 10px;
  background: url("../img/arrow-left.png") no-repeat center center;
}
.head-related .flex-direction-nav .flex-next {
  right: 10px;
  background: url("../img/arrow-right.png") no-repeat center center;
}

.head-related .flex-control-nav {
  bottom: 10px;
  left: 0;
}

.head-related .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.2);
}
.head-related .flex-control-paging li a.flex-active {
  background-color: #fff;
}
.head-related .flex-control-paging li a:hover {
  background-color: rgba(53, 137, 196, 0.7);
}

.head-related {
  background: url("../img/bg-relatedpro.jpg") no-repeat right center #000;
}
.head-related .box-heading {
  margin-bottom: 10px;
}
.head-related .banners {
  margin: 0 -16px;
}
.head-related .banners ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 16px;
}
.head-related .banners ul > li {
  display: table-cell;
}
.head-related .banners ul > li a {
  background-color: #111;
}
.head-related .banners ul > li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------------------------
フォーム
---------------------------- */
#formBox table {
  background-color: transparent;
}
#formBox th,
#formBox td {
  border: 1px solid #023962;
}
#formBox th {
  background-color: rgba(13,29,54,0.8);
}
#formBox td {
  padding: 8px;
  background-color: rgba(0,0,0,0.5);
}
#formBox td.item {
  padding: 4px 8px;
  background-color: rgba(64,110,150,0.8);
}
#formBox input,
#formBox textarea,
#formBox select {
  padding: 8px 4px;
  width: 100%;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
}

/* ---------- カテゴリー1：ファイナルファンタジーXVとは ---------- */
.matome_category_262 #contents-heading {
  background: url("../img/header-contents1-bg.jpg") no-repeat top center #0e1916;
}
.matome_category_262 #contents.articles {
  background-image: url("../img/bg-cate01.jpg");
}

/* ---------- カテゴリー2：インタビュー ---------- */
.matome_category_263 #contents-heading {
  background: url("../img/header-contents2-bg.jpg") no-repeat top center #202410;
}
.matome_category_263 #contents.articles {
  background-image: url("../img/bg-cate02.jpg");
}
/* ---------- カテゴリー3：関連作品 ---------- */
.matome_category_265 #contents-heading,
.matome_category_266 #contents-heading,
.matome_category_267 #contents-heading,
.matome_category_268 #contents-heading {
  background: url("../img/header-contents3-bg.jpg") no-repeat top center #0f0d23;
}
.matome_category_265 #contents.articles,
.matome_category_266 #contents.articles,
.matome_category_267 #contents.articles,
.matome_category_268 #contents.articles {
  background-image: url("../img/bg-cate03.jpg");
}