@charset "utf-8";

/* *********************************************************
top.css
トップ
********************************************************* */
@import "common.css";

.wrapper-img { background: url(../img/top/bg_wrapper-img_top.jpg) no-repeat 50% 40px; }

/* #gNav：グローバルナビ
--------------------------------------------------------- */
#gNav h1 {
	position: relative;
	margin-left: -39px;
	padding: 15px 0 5px;
}
#gNav p {
	text-align: left;
	padding-bottom: 20px;
}
/* #pageBody：メインコンテンツ
--------------------------------------------------------- */
#pageBody {
	width: 800px;
	padding: 0;
}
.pageMain {
	padding: 20px;
	border-bottom: 0;
}
#mainBnr { margin-bottom: 20px; }
#topics {
	float: left;
	width: 540px;
}
#topics h1 { margin-bottom: 10px; }
#sideBnr {
	float: right;
	width: 200px;
}
#sideBnr li {
	margin-bottom: 10px;
	font-size: 93%;
	line-height: 1.2;
	text-align: center;
}
#sideBnr li a:hover, #sideBnr li a:focus {
	background: transparent;
	color: #fff;
}
#sideBnr li img {
	margin-bottom: 2px;
	vertical-align: top;
}
#sideBnr .spinoff a { color: #ed0460; }

/* #overview：製品概要
--------------------------------------------------------- */
#overview {
	padding: 25px 20px;
	border-top: 1px solid #fff;
}
.gameSpec {
	display: -moz-inline-box; /* Fx2 */
	display: inline-block;
	*display: inline; /* IE7以下 */
	*zoom: 1; /* IE7以下 */
	width: 360px;
	margin-bottom: 15px;
	vertical-align: top;
}
.gameSpec h2 {
	margin-bottom: .3em;
	color: #b3c0c7;
	font-weight: bold;
	line-height: 1.3;
}
.gameSpec h2 img {
	float: left;
	margin: 0 10px 10px 0;
}
.gameSpec_right {
	margin-left: 35px;
}
#verWin h2 img {
	/*margin: 0 19px 10px 9px;*/
	margin: 0 13px 10px 4px;/*best*/
}
#verPSP h2 img,#verPSP_fd_darlin h2 img {
	margin: 0 19px 10px 10px;
}
.gameSpec p { font-size: 93%; }
.gameSpec em { color: #ff6600; }
.gameSpec span { color: #00a8ff; }
#fd_darlin h2 ,#verPSP_fd_darlin h2 { color: #ff65a2; }
#fd_darlin span ,#verPSP_fd_darlin span { color: #ed0460; }
#verPS3_fd_pheno h2 ,#fd_pheno h2 { color: #92c787; }
#verPS3_fd_pheno span ,#fd_pheno span { color: #6cc738; }


/* .aboutPlatform：プラットフォームに関する表記
--------------------------------------------------------- */
.aboutPlatform { clear: left; }
.aboutPlatform p {
	margin-bottom: 6px;
	color: #808587;
	font-size: 85%;
	line-height: 1.2;
}
.aboutPlatform img {
	margin-right: 5px;
	vertical-align: text-bottom;
}
.aboutPlatform a:hover, .aboutPlatform a:focus { background: transparent; }

