@CHARSET "Shift_JIS";

/*==============================================================================
 * デフォルトスタイルシートの上書き
 *----------------------------------------------------------------------------*/
body, div, p, pre, blockquote, th, td,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
iframe, object, embed {
    margin: 0;
    padding: 0;
    border: none;
}
ul, ol {
    list-style-position: outside;
    list-style-type: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    margin: 0;
    font-size: 1em;
}
* {
    word-break: break-all;
}
*:first-child+html table {
    border-collapse: collapse;
}
*:first-child+html p {
    overflow: visible;
}
* html table {
    border-collapse: collapse;
}
th, td {
    vertical-align: middle;
}
address, cite, caption, th, del, ins,
abbr, acronym, dfn, em, strong,
code, kbd, samp, var {
    border: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}
img {
    border: none;
    vertical-align: baseline;
}
a img {
    vertical-align: text-bottom;
}
* html a img {
    vertical-align: baseline;
}
br {
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
form, fieldset, input, textarea {
    margin: 0;
}
form, fieldset {
    padding: 0;
}
fieldset {
    border: none;
}
form p {
    margin: 0;
    padding: 0;
}

/*==============================================================================
 * フォントカラー・サイズ
 *----------------------------------------------------------------------------*/

body {
	font-size: 80%;
	color: #666;
	background-color: #FFF !important;
}

a:link {
    color: #026cd1;
}
a:visited {
    color: #004a95;
}
a:hover, a:active {
    color: #76afe6;
}

/*==============================================================================
 * 枠組み
 *----------------------------------------------------------------------------*/

#container {
	width: 990px;
	margin: 10px auto;
}

#mainArea {
	width:685px;
	float: left;
	margin-top:10px;
}

#right {
	width: 300px;
	float: right;
	margin-top:10px;
}

	#left {
	width: 160px;
	margin: 0 5px 0 0;
	float: left;
}

*html #left {
	margin: 0;
}

#center {
	width: 520px;
	float: right;
}

/*==============================================================================
 * フォントなど
 *----------------------------------------------------------------------------*/

.textSgray {
	font-size: 80%;
	color: #999;
}


.textMgray {

	color: #999;
}



/*==============================================================================
 * readmore
 *----------------------------------------------------------------------------*/

/*青い三角*/
.readMore.Triblue {
	padding: 5px 0 0 0;
	width: 99%;
	position: relative;
	height: 15px;
}

.readMore.Triblue p{
	position: absolute;
	right: 0;
	bottom: 5px;
	background: url(/guc/img/cominy_top/listmark_triblue.gif) no-repeat 0 5px;
	margin: 10x 0;
	padding: 0 0 0 15px;
}



/*==============================================================================
 * ファミ通ヘッダー（灰色）
 *----------------------------------------------------------------------------*/
#famiHeader {
    margin: 0 0 0 0;
    background: #ddd;
    color: #999;
}

#famiHeader ul {
    padding: 3px 0;
    width: 990px;
    margin: 0 auto;
}

#famiHeader ul li{
    margin: 0 1em 0 0;
    display: inline;
}

/*==============================================================================
 * 中央カラム #center
 *----------------------------------------------------------------------------*/

/* インフォメーションボックス
 *----------------------------------------------------------------------------*/
#infoBox {
	margin: 0 0 10px 0;
	width: 449px;
	padding-left: 79px;
	border: 1px solid #c2e5f9;
	background: url(/guc/img/cominy_top/infobox_bk.gif) no-repeat left 50%;
}

#infoBox dl{
	margin: 10px;
	line-height: 1.3;
}

#infoBox dl dd{
	margin: 5px 0;
	padding: 0 0 0 85px;

}
#infoBox dl dt{
	margin-top: 2px;
	width: 80px;
	float: left;
}

*html #infoBox dl dd{
	padding: 0 0 0 55px;

}

*html #infoBox dl dt{
	margin-top: 2px;
	width: 60px;
	float: left;
}

/*----------------------------------------------------------------------------*/

/* 新規入会用ボックス
/*----------------------------------------------------------------------------*/
#registBox {
    background: #FCFBF5;
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0;
    padding: 15px;
}
.serviceMsgBox {
	text-align: center;
	margin-bottom: 10px;
}
.serviceMsgBox img {
	width: 420px;
	height: 90px;
}
.registBtnBox {
    margin-top: 10px;
}
.leftBtnBox {
    float: left;
    width: 210px;
    margin-left: 24px;
}
.rightBtnBox {
    float: left;
    width: 210px;
    margin-left: 26px;
}
.registBtnBox a {
    display: block;
    text-decoration: none;
}
.registBtnBox .btnNew,
.registBtnBox .btnTwitter {
    background: url(/guc/img/cominy_top/regist_btn.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 62px;
    text-indent: -9999px;
    width: 214px;
}
.registBtnBox .btnNew {
    background-position: 0 0;
/*    margin-left: 20px;*/
}
.registBtnBox .btnNew:hover {
    background-position: 0 -66px;
}
.registBtnBox .btnTwitter {
    background-position: -220px 0;
/*    margin-left: 55px;*/
}
.registBtnBox .btnTwitter:hover {
    background-position: -220px -66px;
}
.socialBmBtn {
	display: inline-block;
	margin-bottom: 10px;
}
.socialBmBtn li {
	float: left;
	margin-right: 5px;
}
.socialBmBtn:after,
.registBtnBox:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
}


/* 中央カラム用ボックス
 *----------------------------------------------------------------------------*/

.centerBox {
	margin: 0 0 10px;
	width: 100%;
}

.centerBox .titleArea {
	height:22px;
	padding: 10px 0 0px 10px;
	background-color: #e8f6fd;
	background: linear-gradient(to bottom, #e8f6fd, #ccebfb);
	border: 1px solid #a7d8f4;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

.centerBox .titleArea p{
	font-size: 120%;
	font-weight:bold;
}


.centerBox .contentsArea {
	border: 1px solid #a7d8f4;
	border-top: none;
	padding: 5px 10px 10px 10px;

}

*html .centerBox .contentsArea {
	padding: 5px;
}


/* タブ
 *----------------------------------------------------------------------------*/

 .tab {
 	position: relative;
 }

 .tab .tabArea {
 	width: 250px;
	 position: absolute;
	 bottom: 0;
	 right: 0;

 }

 .tab #attentionBlog {
	 width: 350px;
 }

 .tab .tabArea li{
 	margin: 0 5px 0 0;
 	padding: 6px 0 0 0;
 	width: 76px;
 	height:20px;
 	text-align: center;
	background: url(/guc/img/cominy_top/tab_blue.gif) no-repeat bottom;
	float: left;
	font-size: 12px;
 }



 .tab .tabArea li a {
	text-decoration: none;
	color: #fff;
	width: 76px;
 	height:20px;
 	display: block;

 }


  .tab .tabArea li.active {
	background: url(/guc/img/cominy_top/tab_white.gif) no-repeat bottom;
 }

  .tab .tabArea li.active a {
	color: #026cd1;

 }


/* ブログで話題のアイテム
 *----------------------------------------------------------------------------*/

.gameItems {
	width: 250px;
}

.gameItems_left, .gameItems_right {
	width: 50%;
}

.gameItems_left {
	float: left;
}

.gameItems_right{
	float: right;
}

.gameItems_left ul li {
	margin: 5px 0 7px 0;
	padding-left: 10px;
	background: url(/guc/img/cominy_top/listmark_orange.gif) no-repeat 0 5px;
}

.gameItems_right ul li {
	margin: 5px 0 7px 0;
	padding-left: 10px;
	background: url(/guc/img/cominy_top/listmark_green.gif) no-repeat 0 5px;
}


.beforeSale {
	width: 239px;
	background: url(/guc/img/cominy_top/hukidashi01.gif) no-repeat 0 0;
	padding: 6px 0 0 10px;
	height: 30px;
	color: #ff9c00;
}

.nowonSale {
	width: 239px;
	background: url(/guc/img/cominy_top/hukidashi02.gif) no-repeat 0 0;
	padding: 6px 0 0 10px;
	height: 30px;
	color: #87b401;
}

/* 開催中のイベント
 *----------------------------------------------------------------------------*/

.eventItems {
	width: 250px;
}

.eventItems_left, .eventItems_right {
	width: 100%;
}

.eventItems_left {
	float: left;
}

.eventItems_right{
	float: right;
}

.eventItems_left ul li {
	margin: 5px 0 7px 0;
	padding-left: 10px;
	background: url(/guc/img/cominy_top/listmark_orange.gif) no-repeat 0 5px;
}

.eventItems_right ul li {
	margin: 5px 0 7px 0;
	padding-left: 10px;
	background: url(/guc/img/cominy_top/listmark_green.gif) no-repeat 0 5px;
}


.castEvent {
	width: 239px;
	background: url(/guc/img/cominy_top/hukidashi01.gif) no-repeat 0 0;
	padding: 6px 0 0 10px;
	height: 30px;
	color: #ff9c00;
}

.saleEvent {
	width: 239px;
	background: url(/guc/img/cominy_top/hukidashi02.gif) no-repeat 0 0;
	padding: 6px 0 0 10px;
	height: 30px;
	color: #87b401;
}

/* 二段用
 *----------------------------------------------------------------------------*/

.centerBoxSmall.left {
	width: 255px;
	margin: 0 5px 10px 0;
	float: left;
}

*html .centerBoxSmall.left {
	margin: 0;
}


.centerBoxSmall.right {
	width: 255px;
	margin: 0 0 10px 0;
	float: right;
}

.centerBoxSmall .titleArea p{
	font-size: 120%;
	font-weight:bold;
}

.centerBoxSmall .titleArea {
	height:22px;
	padding: 10px 0 0px 10px;
	background-color: #e8f6fd;
	background: linear-gradient(to bottom, #e8f6fd, #ccebfb);
	border: 1px solid #a7d8f4;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

.centerBoxSmall .contentsArea {
	border: 1px solid #a7d8f4;
	border-top: none;
	padding: 10px;
}

/* 新着ブログ
 *----------------------------------------------------------------------------*/


.news .blogList {
	margin: 0 0 10px 0;
	min-height: 50px;
	position: relative;

}

.news .blogList .userIcon{
	position: absolute;
	left: 0;
	top:0;
	height: 50px;
	padding: 1px;
	border: 1px solid #ddd;

	}

.news .blogList .userIcon img{
	width: 50px;
	height: 50px;

	}

.news .userName,
.news .blogTitle,
.news .postTime{
	font-size: 100%;
	padding: 0 0 0 60px;
}

.news .postTime {
	font-size: 80%;
	color: #ff7e00;
}

/* 新着タイトル
 *----------------------------------------------------------------------------*/
.news .titleList {
	margin: 0 0 10px 0;
	min-height: 50px;
	position: relative;

}

.news .titleList .titleJacket{
	position: absolute;
	left: 0;
	top:0;
	height: 50px;
	width: 50px;
	text-align:center;
	padding: 1px;
	border: 1px solid #ddd;

	}

.news .titleList .titleJacket img{
	max-width: 50px;
	max-height: 50px;

	}

.news .titleName,
.news .postTime{
	font-size: 100%;
	padding: 0 0 0 60px;
}

.news .postTime {
	font-size: 80%;
	color: #ff7e00;
}



/*ランキング共通
 *----------------------------------------------------------------------------*/

.rankingBox {
	margin: 0 8px 0 0;
	float: left;

}

.ranking80 .rankingBox{width:90px; }
.ranking50 .rankingBox{width:60px; margin: 10px 25px 0 0;}

.rankingBox .userIcon {
	padding:1px;
	border: 1px solid #ddd;

	}


.ranking50 {
	position: relative;
}


.ranking50 .readmoreBox {
	width: 80px;
	position: absolute;
	bottom:0;
	right: 0;

}

.ranking50 .textSgray {
	margin: 10px 0;
	line-height: 1.3;

}

.nonDisp{
	display:none;
}

/*#cominyBlogTab a {cursor:hand;}
#sengokuBlogTab a {cursor:hand;}
#officialBlogTab a {cursor:hand;}*/


/* アイコン画像サイズ
 *----------------------------------------------------------------------------*/

.ranking80 .rankingBox .userIcon, .ranking80 .rankingBox .userIcon img {width:80px; }
.ranking50 .rankingBox .userIcon, .ranking50 .rankingBox .userIcon img {width:50px; }

.ranking80 .rankingBox .titleJacket, .ranking80 .rankingBox .titleJacket img {height:80px; text-align:center;}
.ranking50 .rankingBox .titleJacket, .ranking50 .rankingBox .titleJacket img {height:50px; text-align:center;}



/* 王冠アイコン位置
 *----------------------------------------------------------------------------*/
.rank_01,.rank_02,.rank_03,.rank_04,.rank_05,.rank_06,.rank_07,.rank_08,.rank_09,.rank_10 {
	background: url(/guc/img/cominy_top/ranking_sprite.gif) no-repeat;
	height:25px;
	margin: 5px;
	text-indent: -99999px;
}

.rank_01 {background-position: 4px 0;}
.rank_02 {background-position: 10px -31px;}
.rank_03 {background-position: 10px -60px;}
.rank_04 {background-position: 10px -91px;}
.rank_05 {background-position: 10px -126px;}
.rank_06 {background-position: 10px -154px;}
.rank_07 {background-position: 10px -184px;}
.rank_08 {background-position: 10px -214px;}
.rank_09 {background-position: 10px -243px;}
.rank_10 {background-position: 10px -272px;}


.ranking50.gameDana .rank_06 {background-position: 27px -154px;}
.ranking50.gameDana .rank_07 {background-position: 27px -184px;}
.ranking50.gameDana .rank_08 {background-position: 27px -214px;}
.ranking50.gameDana .rank_09 {background-position: 27px -243px;}
.ranking50.gameDana .rank_10 {background-position: 27px -272px;}




/*ゲーム棚ランキング
 *----------------------------------------------------------------------------*/

.gameDana .userName {
	font-size: 100%;
}

.userName {
	margin: 5px 0;
	font-size: 80%;
}

.blogTitle {
	line-height: 1.2;
}

.softNum {
	margin: 0 0 3px 0;
	text-align: center;
	font-weight: bold;
	color: #ff6c00;
}


/* ゲーム棚下段 */

.ranking50.gameDana  .rankingBox{
	width:90px;
	margin: 0 8px 0 0;
}

.ranking50.gameDana .rankingBox .userIcon {
	margin: 0 19px;
	}

*html .ranking50.gameDana .rankingBox .userIcon {
	margin: 0 0px;
	}

.ranking50.gameDana .userName {
	margin: 5px 20px;
	width: 50px;
}

/*==============================================================================
 * 左カラム #left
 *----------------------------------------------------------------------------*/

.leftBox {
	margin: 10px 0;
	border: #ccc solid 1px;
	background: #f3f3f3;
}

.leftBox.blue {
	margin: 10px 0;
	border: #ccc solid 1px;
	background: #e2faff;
}

/*ユーザーボックス
 *----------------------------------------------------------------------------*/

#userImg {
	border: 1px solid #ccc;
	margin: 10px 8px 5px 8px;

}

#btnArea {
	margin: 0 8px;

}

#btnArea ul {
	margin: 5px 0 0 0;
	width: 142px;

}

#btnArea ul li.right {
	float: right;
	margin: 0 ;
	width: 69px;
}

#btnArea ul li.left {
	float: left;
	margin: 0;
	width: 69px;
}

#alartArea {
	background: url(/guc/img/cominy_top/alart_box.gif) no-repeat;
	height: 18px;
	width: 111px;
	color: #fff;
	margin: 5px 0;
	padding: 5px 5px 0 30px;
	font-size:10px;
}

*html #alartArea  {
	padding: 5px 5px 0 25px;
	}

#alartArea a{
	color: #fff;
	text-decoration: none;
}

#alartArea a:hover{
	color: #ffdac6;
	text-decoration: underline;
}

#userNameArea {
	margin: 10px 0;
	text-align: center;
}

.leftBox .leftTextarea_01 {
	padding: 8px;
	font-size: 80%;
	line-height: 1.5;
}

.leftBox .leftTextarea_01 p{
	margin: 0 0 5px 0;
}

.leftBox .leftTextarea_02 {
	padding: 10px;

}



/*ログインボックス
 *----------------------------------------------------------------------------*/

.leftTextarea_02.logIn {
	}

.leftTextarea_02.logIn .loginMail {
	border:1px solid #b0cad9;
	width:130px;
	padding:4px;
	margin:2px 0 10px;
	}

.leftTextarea_02.logIn .loginPass {
	border:1px solid #b0cad9;
	width:130px;
	padding:4px;
	margin:2px 0 10px;
	}

.loginSubmit {
	border:1px solid #b0cad9;
	background-color:#daecf6;
	width:140px;
	height: 25px;
	padding:2px;
	margin:10px 0 0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;

}

.loginInput {
	vertical-align:middle;
	}
.loginText_01 {
	font-size: 80%;
	margin: 0 0 5px 5px;
}


.loginText_02 {
	padding-top: 5px; text-align: center;
	font-size: 80%;;

}


/* サイド用
 *----------------------------------------------------------------------------*/


.centerBoxSide{

	margin: 0 0 10px 0;
}

.centerBoxSide .titleArea_center {
	background: url(/guc/img/cominy_top/titlearea_side_bk.gif) no-repeat bottom;
	width: 150px;
	height:22px;
	padding: 10px 0 0px 10px;
}

.centerBoxSide .titleArea_center p{
	text-align: center;

}

.centerBoxSide .contentsArea {
	border: 1px solid #a7d8f4;
	border-top: none;
	padding: 10px;
}

/*新規会員紹介
 *----------------------------------------------------------------------------*/

.newUser li{
	margin: 0 0 5px 0;
	min-height: 16px;
	padding-left: 35px;
	background: url(/guc/img/cominy_top/icon_new.gif) no-repeat 0 0;
	line-height: 1.2;

	}


/*==============================================================================
 * 右カラム発売スケジュールアイコン
 *----------------------------------------------------------------------------*/

#itemSchedule .icons {
    width: 35px;
    height: 13px;
    line-height:1;
    background:url(http://www.famitsu.com/common/img/icon.gif) no-repeat;
    text-indent: -9999px;
}

#itemSchedule .icon_ps2 {background-position: 0 0;}
#itemSchedule .icon_kikaku {background-position: 0 -15px;}
#itemSchedule .icon_wii {background-position: 0 -30px;}
#itemSchedule .icon_game {background-position: 0 -75px;}
#itemSchedule .icon_radio {background-position: 0 -90px;}
#itemSchedule .icon_xbox360 {background-position: 0 -120px;}
#itemSchedule .icon_blog {background-position: 0 -210px;}
#itemSchedule .icon_ps3 {background-position: 0 -420px;}
#itemSchedule .icon_3ds {background-position: 0 -330px;}
#itemSchedule .icon_nds {background-position: 0 -345px;}
#itemSchedule .icon_psp {background-position: 0 -60px;} /*-315から変更*/
#itemSchedule .icon_book {background-position: 0 -465px;}
#itemSchedule .icon_news {background-position: 0 -270px;}

 /* 発売スケジュール
  *----------------------------------------------------------------------------*/
#itemSchedule {
	width: 300px;
    position: relative;
    padding: 0 0 10px 0;
    margin: 5px 0;
    border: 1px solid #ccc;
}
#itemSchedule h4 {
    margin-bottom:7px;
    padding:7px 0 0 7px;
    height:26px;
    background:url(http://www.famitsu.com/common/img/common_sprite.gif) no-repeat 0 -176px;
    font-weight: bold;
    font-size:115%;
}

#itemSchedule .sub {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
}

#itemSchedule dl {
    margin: 5px 0 0 5px;
    position: relative;
}

#itemSchedule .icons {
    position:absolute;
    left:0;
    margin: 0;
    padding:0;
    line-height:1;
}

* html #itemSchedule .icons{
    margin-left:-45px;
}

#itemSchedule dd {
    margin:0 0 0 45px;
    padding:0;
}


/*==============================================================================
 * フッター
 *----------------------------------------------------------------------------*/

#footer {
	margin: 0 auto;
    border-top: 1px dotted #ccc;
    padding: 10px;
    width: 1010px;
    text-align: center;
    background :none;
}
#footer p {
    padding-right: 12px;
    line-height: 21px;
}

#footer .cl_center,#footer .cl_center {
    text-align: center;

}


/*==============================================================================
clearfix
 *----------------------------------------------------------------------------*/

.clear:after   {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */


/*==============================================================================
2012-06-22 追加 ： 携帯電話用
 *----------------------------------------------------------------------------*/
.alt {
left:-999px;
position:absolute;
top:-5000px;
}

/*==============================================================================
2013-04-01 追加 ： 新ヘッダー用
 *----------------------------------------------------------------------------*/
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
/*==============================================================================
2013-04-22 追加 ：  サイト運営者からの案内
 *----------------------------------------------------------------------------*/
.siteOwnerGuide {
	font-size: 12px;
}
.siteOwnerGuide.siteOwnertypeA {
	border: 2px solid #f86000;
	background-color: #FFF4F0;
	margin-bottom: 8px;
}
.siteOwnerGuide.siteOwnertypeB {
	border: 2px solid #b0cad9;
	background-color: #ECF6FD;
	margin: 8px 0;
}
.siteOwnertypeA .siteOwnerGuideList li{
	border-top: 1px solid #FFD8C0;
}
.siteOwnertypeB .siteOwnerGuideList li{
	border-top: 1px solid #b0cad9;
}
.siteOwnerGuideList li:first-child{
	border: none;
}
.siteOwnerGuide a {
	display: block;
	padding: 4px 8px;
	line-height: 1.25;
}
.siteOwnerGuide .guideTypeA {
	color: #f00;
}
.siteOwnerGuide .guideTypeB {
	color: #f00;
}
#spTopGuideOpen {
	margin-bottom: 8px;
}
.spTopGuideHideObject {
	display: none;
}
/*==============================================================================
2013-04-23 追加 ： 右カラムYahoo!広告枠
 *----------------------------------------------------------------------------*/
.yahoo_ad {
   margin-bottom:5px;
}

