@charset 'utf-8';
/*------------------------------------------------

CSSリセット

------------------------------------------------*/
body {
	color: #333;
	width:100%;
	font-size: 75%;
	font-family:'Helvetica Neue', Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
	line-height: 1.4;
}
* html body {	/* for IF6 */
	font-family:'Helvetica Neue', Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif;
}
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*imgのborderは個別に指定*/
abbr, acronym, fieldset {
	border: 0
}
li {
	list-style-type: none
}
a {
	text-decoration: none
}
a:link {
	color: #36C;
	text-decoration:none;
}
a:visited {
	color: #36C;
	text-decoration:none;
}
a:hover {
	color: #F60;
	text-decoration:underline;
}
a:active {
	color:#0033cc;
}
/*---------------------------

 背景画像設定

----------------------------- */
body {
	width: 100%;
	background:url(../img/bg.jpg) no-repeat center 40px #fff fixed;
	/*text-align:center;*/
}


/*imgのボーダー個別制御*/
#top img, #oneCol img, #category img, #twoColumnSolid img, #twoColumnWide img, #oneCol img {
	border: none;
}
/* */


body#mainBody {
	/*background: url(./../img/fireembrem_bk.jpg) no-repeat center top #000;*/
}

#container {
	margin:0 auto;
	width: 990px;
	height: 100%;
	text-align:center;
	/*background:#fff;*/
}
#mainBody #contents {
	margin:0 auto;
	padding:0px;
	width: 990px;
	height: 100%;
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
	padding-bottom: 0;
	background: transparent;
}
	


/*---------------------------

 パンくず

----------------------------- */


#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 {
	width: 685px;
	margin: 10px 0;
	text-align:left;
	float:left;
	color: #666;
}

#centerColumn {
	float:right;
	width: 460px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#rightColumn {
	margin: 10px 0 10px 0;
	float: right;
	text-align: left;
	height: auto;
	width: 300px;
	background-color: #FFF;
}
#leftColumn {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	width: 200px;
}

/*---------自由HTMLエリア---------*/

.freeArea {
	margin: 0;
	width: 990px;
	height: 350px;
	position: relative;
}
.freeArea .inner, .freeArea.center .inner {
	padding: 0;
}
.freeArea .inner a
{
	display: block;
	overflow: hidden;
	width: 990px;
	height: 350px;
	text-indent: -9999px;
	background: url(../img/header.png) no-repeat transparent;
}
.freeArea.center {
	margin:0;
	width: 990px;
	background:#D1FCF7;
}

/*---------------------------

 ２カラムTOP

----------------------------- */

body.twoCol #mainContents {
	width: 990px;
	background: url(../img/bg2.png) repeat-y;
	padding: 0;
	margin: 0;
}
body.twoCol .freeArea {
	width: 990px;
	padding: 0;
	margin: 0;
}
body.twoCol .freeArea .inner, body.twoCol .freeArea.center .inner {
	padding: 0;
	margin: 0;
}
body.twoCol .freeArea.center {
	margin:0;
	width: 990px;
}
body.twoCol #centerColumn {
	float:right;
	width: 740px;
	padding: 20px;
	margin: 0;
	box-sizing: border-box;
}
body.singleImgBody #centerColumn {
	width: 100%;
}
body.twoCol #leftColumn {
	float: left;
	width: 250px;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}


/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/

.centerBox01 {
	padding: 10px;
	line-height: 1.6;
	font-size: 110%;
	background: none;
	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: none;
}
.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;
	margin-top: 10px;
	padding: 35px 180px 35px 20px;
	min-height: 20px;
	font-size: 1.6em;
	background: url(../img/midashi.jpg) right center no-repeat;
	color: #fff;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	border: 1px solid #fff;
	box-sizing: border-box;
}
.articleHeader2 {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 110%;
	background: #fff;
	color: #F60;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
}
.pageLead {
	margin-bottom: 10px;
	padding: 2px 0;
	background: none;
	border-bottom: none;
	line-height: 1.5em;
	color: #39C;
}
#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;
}


/*---------更新情報リスト---------*/
.newlist01 {
}
.newlist01 .date {
	margin: 0 0 0 10px;
	padding:0;
	font-size: 90%;
	color:#999;
}
.newlist01 li {
	padding: 5px 0 5px 60px;
	border-bottom: dotted 1px #ccc;
}
.newlist01 li.update {
	background: url(../img/icon01.png) no-repeat transparent 0 50%;
}
.newlist01 li.new {
	background: url(../img/icon02.png) no-repeat transparent 0 50%;
}
/*-------------------------------------------------
左カラム 
-------------------------------------------------*/

/*---------デフォルト---------*/
.leftBox01 {
	margin-bottom: 10px;
	font-size: 110%;
}
.leftBox01 .inner {
	padding: 0;
}
.leftBox01 a:link {
	color: #fff;
	text-decoration:none;
}
.leftBox01 a:visited {
	color: #fff;
	text-decoration:none;
}
.leftBox01 a:hover {
	color: #fc0;
	text-decoration:underline;
}
.leftBox01 a:active {
	color:#fff;
}

#leftColumn .leftHeader01.round {
	display: none;
}
#leftColumn .list02 li {
	margin-bottom: 5px;
	padding: 0;
}
#leftColumn .list02 li:last-child
{
	border-bottom: none;
	margin-bottom: 0;
}
#leftColumn .list02 li span.matome_category{
    margin-left: 0;
	background: #06184C;
	color: #fff;
	padding: 5px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
#leftColumn .list02 li ul.detail{
    margin-left: 0;
	padding-top: 5px;
}
#leftColumn .list02 li ul.detail li {
	padding: 0 0 0 20px;
	background:url(../img/side_indent2.png) no-repeat;
	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;
}
.only-sp
{
	display: none;
}
.side-btn ul
{
	margin-bottom: 10px;
}
.side-btn ul li
{
	margin-bottom: 10px;
}
.side-btn ul li:last-child
{
	margin-bottom: 0;
}

.side-banner ul
{
	margin-bottom: 10px;
}
.side-banner ul li
{
	margin-bottom: 10px;
}
.side-banner ul li:last-child
{
	margin-bottom: 0;
}

.htmlFreeB {
	
}
.htmlFreeB .inner {
}
.htmlFreeB .inner .left_twitter
{
	margin-bottom: 10px;
}
.htmlFreeB .inner .game-spec p
{
	margin-bottom: 0.8em;
	color: #fff;
	font-size: 0.9em;
}
.htmlFreeB .inner .game-spec p.center
{
	text-align: center;
}
.htmlFreeB .inner .game-spec p.game-title
{
	color: #FC0;
}
.htmlFreeB .inner .game-spec p img
{
	margin: 0.3em 0;
}

/*-------------------------------------------------
右カラム 
-------------------------------------------------*/

#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;
}


/* ニュースリスト記事 */

.bottom {
	border: none;
}
.textArea {
	margin:0 0 10px 70px;
	line-height:1.4;
}
* html .itemBox .textArea {
	height: auto;
}
#newsList .itemBox .textArea .newsTitle {
	/*	padding-bottom: 5px;*/
/*	height:1em; */
	font-weight: bold;
	font-size: 115%;/*	overflow:hidden; */
}
#newsList .itemBox {
	padding-bottom:0;
	min-height: 5.5em;
	max-height:none;
	border-bottom: 1px dotted #ccc;
}
#newsList .itemBox .icons {
	margin: -1px 0 0 5px;
	padding: 0;
	float: left;
}
#newsList .newsImg {
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #CCC;
	width:60px;
}
#newsList p.newsHead {
	/*	max-height: 3em !important; */
	max-height:none;
}
.timeStamp {
	color: #008000;
}
div.topNewsImgBox {
	float: left;
	width: 50px;
}
img.topNewsImg {
	width: 100%;
}
.newsImg {
	float: left;
	border: 1px solid #CCC;
}
.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;
}
}

/*---------------------------

ヘッダー調整

----------------------------- */

/*パワプロ*/

ul.top-banner
{
	margin-bottom: 20px;
}
ul.top-banner li
{
	margin-bottom: 10px;
}
ul.top-banner li:last-child
{
	margin-bottom: 0;
}
.movie-wrap
{
	margin-bottom: 20px;
	text-align: right;
}
.movie
{
	width: 560px;
	margin: 10px auto;
}
.other-movie a
{
	display: block;
	text-align: center;
	padding: 0.5em;
	background: #FC0;
	border-radius: 10emx;        /* CSS3草案 */
	-webkit-border-radius: 10em;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10em;   /* Firefox用 */
	font-size: 1.2em;
}
.image_cap
{
	color: #390;
	font-size: 0.9em;
}
		

/* 見出し */	
.textBox01 > p ~ .articleHeader2 {
	margin-top: 30px;	
}
