@charset "UTF-8";
.container {
  width: 980px;
  margin: 0 auto;
}

/*---------------------------
ヘッダー
----------------------------- */
#contents {
  width: 100%;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #0c4798;
  padding-top: 15px;
  position: relative;
}
#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: #0c4798;
}
#contents a:visited {
  color: #8123bc;
}
#contents a:hover {
  color: #d43ba7;
}
#contents .socialBtn a {
  color: #0271B7;
}

/*---------------------------
 パンくず
----------------------------- */
#topicPath {
  font-size: 81.25%;
  padding: 10px 0 0;
  margin-bottom: 15px;
}
#topicPath ul li {
  display: inline;
  padding-right: 5px;
}
#topicPath ul li span {
  padding-left: 5px;
}
#topicPath ul li.current {
  background: none;
}
#topicPath a {
  color: #8123bc;
}
#topicPath a:visited {
  color: #8123bc;
}
#topicPath a:hover {
  color: #d43ba7;
}

/*---------自由HTMLエリア---------*/
.freeArea {
  background: #ddd;
  text-align: left;
  height: 150px;
}
.freeArea .inner {
  padding: 10px;
}
.freeArea.center {
  background: #D1FCF7;
}
.freeArea.center .inner {
  padding: 10px;
}

/*---------------------------

 ２カラムTOP

----------------------------- */
/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/
.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;
}

/*---------テーブル---------*/
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;
}

#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;
}

/*-------------------------------------------------
左カラム
-------------------------------------------------*/
/*---------デフォルト---------*/
.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;
}
#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;
}

/*-------------------------------------------------

画像単体ページ

-------------------------------------------------*/
.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;
}

.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;
  }
}
/*---------------------------

ヘッダー調整

----------------------------- */
.freeArea, #rightColumn, .leftHeaderTop, .htmlFreeB {
  margin-bottom: 10px;
  padding: 10px;
  color: #333;
  background-color: #ddd;
  font-size: 14px;
  font-weight: bold;
}

/* ====================================================================== */
/* 独自設定 */
/* ====================================================================== */
/*---------------------------
 レイアウト
----------------------------- */
.bsbb, .widecol, #centerColumn, #leftColumn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widecol {
  width: 980px;
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.widecol:before, .widecol:after {
  content: "";
  display: table;
}
.widecol:after {
  clear: both;
}

.half-col {
  width: 50%;
  float: left;
}

body {
  background: url("../img/bg.jpg") no-repeat top center #9cc8e4;
  min-width: 980px;
  background-attachment: fixed;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

#mainContents {
  width: 980px;
}

.freeArea .inner {
  padding: 10px;
}
.freeArea.center {
  margin: 0 0 10px 5px;
  width: 980px;
  float: left;
  background: #D1FCF7;
}
.freeArea.center .inner {
  padding: 10px;
}

#contentInner {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.twoCol #contents #mainContents #centerColumn {
  float: right;
  width: 710px;
  margin: 0;
  padding: 0;
}

.twoCol #contents #mainContents #leftColumn {
  float: left;
  width: 240px;
  margin: 0;
  padding: 0;
}

/*---------------------------
ヘッダー
----------------------------- */
#contents {
  font-family: "メイリオ", Meiryo, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: transparent;
  background-image: url(../img/bg_left.png), url(../img/bg_right.png);
  background-repeat: no-repeat;
  background-position: top left,top right;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #292929;
  padding: 15px 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: #0c4798;
}
#contents a.visited {
  color: #8123bc;
}
#contents a:hover {
  color: #d43ba7;
}
#contents [class*="btn-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------
 パンくず
----------------------------- */
#topicPath {
  font-size: 81.25%;
  margin-bottom: 15px;
  color: #292929;
}
#topicPath a {
  color: #0c4798;
}
#topicPath a:visited {
  color: #0c4798;
}
#topicPath a:hover {
  color: #d43ba7;
}

/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/
#contents .textBox01 {
  background: transparent;
  border: none;
  margin: 0;
  padding: 30px;
  line-height: 1.6;
  font-size: 87.5%;
  color: #292929;
  text-align: justify;
}
#contents .textBox01 p {
  margin: 0 0 1.4em;
  text-align: justify;
}
#contents .textBox01 a {
  color: #0c4798;
  text-decoration: underline;
}
#contents .textBox01 a:visited {
  color: #8123bc;
}
#contents .textBox01 a:hover {
  color: #d43ba7;
}

.contentsMatome_foot + #topicPath {
  margin-bottom: 0;
}

/*---------テキストボックス、画像など---------*/
/*---------テーブル---------*/
/*-------------------------------------------------
センターカラム 　見出し
-------------------------------------------------*/
/*---------見出し　テキストを隠す場合---------*/
/*---------見出し四角---------*/
.centerHeader01 {
  height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}

/*---------見出し角丸---------*/
/*-------------------------------------------------
右カラム
-------------------------------------------------*/
.right-box {
  margin: 0 0 30px;
}
.right-box .box-heading {
  padding: 0;
  text-align: center;
}

/*-------------------------------------------------
シングルページ　見出し
-------------------------------------------------*/
.pageHeader01 {
  background-image: -moz-linear-gradient(90deg, #cb4878 0%, #e05f8e 100%);
  background-image: -webkit-linear-gradient(90deg, #cb4878 0%, #e05f8e 100%);
  background-image: -ms-linear-gradient(90deg, #cb4878 0%, #e05f8e 100%);
  text-shadow: 0.5px 0.866px 0px rgba(152, 74, 8, 0.23);
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 150%;
  line-height: 1.2;
  border: none;
  min-height: 20px;
  padding: 40px 16px 50px;
  font-weight: bold;
  position: relative;
  margin: 0;
}
.pageHeader01:before, .pageHeader01:after {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  position: absolute;
  background-repeat: no-repeat;
}
.pageHeader01:before {
  background-image: url("../img/entry-heading_top.png");
  background-position: right top;
  right: -2px;
  top: -4px;
}
.pageHeader01:after {
  background-image: url("../img/entry-heading_bottom.png");
  background-position: left bottom;
  bottom: 5px;
  left: -2px;
}

.articleHeader2 {
  margin: 30px 0 16px;
  padding: 0.6em 0.8em 0.55em;
  font-size: 142.85714%;
  line-height: 1.4;
  color: #a6155d;
  font-weight: bold;
  background: url("../img/header2_bg.jpg") repeat top left;
  border: 0;
  border-top: 2px solid #bf5489;
  border-bottom: 2px solid #bf5489;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.articleHeader2:first-child {
  margin-top: 0;
}
.articleHeader2 a {
  color: #a6155d;
}
.articleHeader2 a:visited {
  color: #contentsVisited;
}
.articleHeader2 a:hover {
  color: #d43ba7;
}

#centerColumn > .articleHeader2 {
  background: rgba(255, 255, 255, 0.2);
  color: #292929;
  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:before, #centerColumn > .articleHeader2:after {
  content: none;
}
#centerColumn > .articleHeader2 a {
  color: #292929;
}

.textBox01 .clearfix:first-child + h2.articleHeader2 {
  margin-top: 0;
}

.pageLead {
  background: transparent;
  margin-bottom: 5px;
  padding: 16px;
  font-size: 75%;
  line-height: 1.6;
  border-bottom: 1px solid #333;
  color: #292929;
  -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: 0;
  margin-bottom: 0;
}

#contentsMatome {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
#contentsMatome .date {
  font-size: 75%;
  color: #999;
  float: right;
  text-align: right;
  width: inherit;
  padding: 0;
  line-height: 22px;
  margin: 20px 30px 0 0;
}
#contentsMatome .snsArticle .snsTop {
  margin: 20px 0 0 30px;
}

/*---------個別URL---------*/
/*---------更新情報リスト---------*/
.newList {
  padding: 0;
  color: #292929;
  border-bottom: none;
}
.newList .date {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 68.75%;
  color: #999;
  font-size: 12px;
}
.newList li {
  padding: 9px;
  border-bottom: 1px solid #9fd1f0;
}
.newList li.update, .newList li.new {
  background: transparent;
}
.newList li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}

/*-------------------------------------------------
左カラム 
-------------------------------------------------*/
/*---------デフォルト---------*/
#leftColumn .leftHeader01.round {
  display: none;
}

.leftBox01 {
  margin-bottom: 30px;
  padding: 10px;
  background: url("../img/menu_bg.png") repeat;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 100%;
}
.leftBox01 a {
  padding: 0 0 0 1em;
  background: transparent;
  display: inline-block;
}
.leftBox01 a:visited {
  color: #0c4798;
}
.leftBox01 .inner {
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1.3;
}
.leftBox01 .pagelist_head {
  display: none;
}
.leftBox01 .matome_category {
  position: relative;
  display: block;
  background: url("../img/btn_menu.png") no-repeat top right #256ac0;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 5px;
  font-weight: normal;
  color: #FFF;
  font-size: 125%;
  padding: 0.5em 0.4em 0.4em 12px;
  text-shadow: 1px 1px 2px #18529b;
}
.leftBox01 .matome_category:before {
  content: "";
  display: inline-block;
  border-width: 0.4em 0.3em;
  border-color: rgba(255, 255, 255, 0.6) transparent transparent;
  border-style: solid;
  vertical-align: middle;
  margin: 0.35em 10px 0 0;
}
.leftBox01 ul.detail {
  margin-left: 0;
  font-size: 100%;
  background-color: transparent;
}
.leftBox01 ul.detail li {
  border-bottom: 1px solid #9fd1f0;
  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 {
  background-color: transparent;
  background: none;
  padding: 0;
  margin: 0 0 16px;
}
#leftColumn .list02 li a {
  padding: 0;
  display: inline;
  color: #0c4798;
  font-weight: normal;
}
#leftColumn .list02 li a:visited {
  color: #8123bc;
}
#leftColumn .list02 li a:hover {
  color: #d43ba7;
}
#leftColumn .list02 li ul.detail li {
  border-bottom: 1px solid #fff;
  background: transparent;
  margin: 2px 0;
  color: #292929;
  line-height: 1.3;
  padding: 0.55em 0.2em 0.5em 28px;
  text-indent: -26px;
}
#leftColumn .list02 li ul.detail li:before {
  content: "";
  display: inline-block;
  background: url("../img/menu_mark.png") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -0.2em;
}
#leftColumn .list02 li ul.detail li:last-child {
  border-bottom: none;
}
#leftColumn .list02 > li {
  border: none;
  padding: 0;
  margin: 0 0 1em;
}

.bnr-official {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  height: 120px;
  background: url("../img/bnr_official.jpg") no-repeat center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bnr-official:hover {
  opacity: .8;
}

.twitter-box {
  min-height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/*-------------------------------------------------
右カラム 
-------------------------------------------------*/
.movie_box {
  width: 710px;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 40px;
}
.movie_box .box-heading {
  position: relative;
  background: url("../img/movie-heading.png") no-repeat top left;
  height: 50px;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 1px 5px rgba(0, 14, 53, 0.4);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 14, 53, 0.4);
}
.movie_box .box-heading:before {
  content: "";
  display: block;
  background: url("../img/movie-icon.png") no-repeat center;
  width: 72px;
  height: 72px;
  position: absolute;
  top: -10px;
  left: 6px;
}
.movie_box .box-body {
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background: url("../img/movie_bg.png") repeat center #debd75;
  min-height: 360px;
  padding: 30px 16px 16px;
  box-shadow: 0px 1px 5px rgba(0, 14, 53, 0.4);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 14, 53, 0.4);
}
.movie_box .box-foot {
  margin-top: 16px;
  text-align: right;
}

a.btn.btn-movie {
  display: inline-block;
  overflow: hidden;
  width: 238px;
  height: 35px;
  background: url("../img/btn-movie.png") no-repeat top left;
  -webkit-background-size: 238px 70px;
  -o-background-size: 238px 70px;
  background-size: 238px 70px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
a.btn.btn-movie:hover {
  background-position: bottom left;
}

/*-------------------------------------------------

画像単体ページ

-------------------------------------------------*/
/* ニュースリスト記事 */
#relatedList {
  padding: 0;
}
#relatedList .itemBox {
  margin: 0;
  padding: 16px;
  max-height: none;
  background: transparent;
  border-bottom: 1px solid #9fd1f0;
  color: #292929;
  min-height: inherit;
}
#relatedList .itemBox:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}
#relatedList .itemBox .textArea .newsTitle {
  font-weight: bold;
  font-size: 115%;
}
#relatedList .itemBox .icons {
  margin: -1px 0 0 5px;
  padding: 0;
  float: left;
}
#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: #0c4798;
}
#relatedList .itemBox .textArea .newsTitle a:visited {
  color: #8123bc;
}
#relatedList .itemBox .textArea .newsTitle a:hover {
  color: #d43ba7;
}
#relatedList .itemBox .textArea .newsHead {
  margin-bottom: 0.2em;
  font-size: 75%;
  line-height: 1.5;
  color: #292929;
  -ms-word-break: break-all;
  word-break: break-all;
  text-align: justify;
  -ms-text-justify: auto;
  text-justify: auto;
  max-height: inherit;
  overflow: visible;
}
#relatedList p.newsHead {
  max-height: none;
  overflow: auto;
}

/*-------------------------------------------------

フッター

-------------------------------------------------*/
/*************** 公式フッター ***************/
.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;
}

/* 追加 */
/*---------------------------

タイトル部分

----------------------------- */
#contents-heading {
  background-color: #FFF;
  width: 980px;
  margin: 0 auto 20px;
  position: relative;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 10px rgba(0, 14, 53, 0.4);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 14, 53, 0.4);
}
#contents-heading img.titleimg {
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#contents-heading .snsArticle .snsTop {
  margin: 0;
  padding: 0;
}
#contents-heading .snsFront {
  position: absolute;
  bottom: -40px;
  right: 0;
  margin: 0;
  padding: 0;
}
#contents-heading #leftfootinfo {
  display: none;
}
#contents-heading .head-data {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 520px;
  padding: 10px 0 10px 10px;
}

.head-data {
  font-size: 75%;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.head-data li {
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
}
.head-data i {
  font-style: normal;
  color: #0c4798;
  font-weight: bold;
}
.head-data i:after {
  content: ":";
  display: inline-block;
  color: #fff;
  margin-right: 0.15em;
  margin-left: 0.15em;
}
.head-data li {
  margin-right: 0.8em;
}

.centerHeader {
  background: transparent;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: center;
  height: inherit;
}

.recent_entry-title,
.related_entry-title {
  display: block;
  height: 0;
  font-size: 0;
  padding: 51px 0 0;
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.recent_entry-title {
  background: url("../img/news-heading.png") no-repeat top left;
}

.related_entry-title {
  background: url("../img/related-heading.png") no-repeat top left;
}

.centerBox01 {
  background: rgba(255, 255, 255, 0.6);
  color: #292929;
  padding: 0;
  margin: 0 0 50px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.footerArea.full {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  display: block;
  padding: 1em;
  margin: 3em 0 0;
}
.footerArea.full .footerHeader {
  display: none;
}
.footerArea.full > .inner {
  text-align: center;
  font-weight: normal;
  font-size: 75%;
  color: #2b3e69;
}

/* ----------------------------

記事

---------------------------- */
.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:not(.single) {
  width: 100%;
  margin: 5px auto 10px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-weight: normal;
}
.textBox01 table th, .textBox01 table td {
  padding: 0.3em 1em;
  border: 1px solid #b3b0ab;
  color: #292929;
  -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: #fff1ca;
}
.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: #efb4ae;
}
.textBox01 table tr.blue, .textBox01 table td.blue, .textBox01 table th.blue {
  background-color: #bcd9ff;
}
.textBox01 table tr.gray, .textBox01 table td.gray, .textBox01 table th.gray {
  background-color: #ccc;
}
.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: #fff;
}
.textBox01 table tr.white {
  color: #111;
  background-color: #fff;
}
.textBox01 table td.white, .textBox01 table th.white {
  color: #111;
  background-color: #fff;
}
.textBox01 table.tableImg:not(.single) {
  background: none;
  border-collapse: separate;
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
  border-spacing: 10px;
  table-layout: fixed;
}
.textBox01 table.tableImg th, .textBox01 table.tableImg td {
  border: none;
  padding: 0;
}
.textBox01 table.tableImg td {
  text-align: center;
}
#contents .textBox01 table.tableImg .image_cap,
#contents .textBox01 table.tableImg p.image_cap {
  color: #292929;
  margin-top: 0.3em;
  text-align: justify;
  font-size: 92.85714%;
}
.textBox01 table.tableImg img {
  max-width: 100%;
  height: auto;
}

.txt-red {
  color: #A92F4A;
}

.txt-blue {
  color: #20447D;
}

.txt-green {
  color: #2E7943;
}

#mainContents .snsFront {
  display: none;
}

.alt {
  display: none;
}

.dummymovie {
  width: 100%;
  height: auto;
}