@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 35px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 10px;
	left: 12px;
}
#main #title-area .update {
	top: 18px;
	right: 8px;
}

/* main-inner */
#main #main-inner {
	border:none;
}

/* main-visual */
#main .main-visual {
	position:relative;
	height:769px;
	background: url(../img/main_visual_bg.jpg) no-repeat;
}
#main .main-visual .mv01 {
	position:relative;
	top: 23px;
	left: 17px;
}
#main .main-visual .mv02 {
	position:absolute;
	top: -10px;
	left: 32px;
	z-index:10;
}

/* article01 */
#main .article01 {
	position:relative;
	height:1112px;
	background: url(../img/article01_bg.jpg) no-repeat;
}
#main .article01 dl.gameimg01,
#main .article01 dl.gameimg02,
#main .article01 dl.gameimg03,
#main .article01 dl dt,
#main .article01 dl dd{
	position:absolute;
}
#main .article01 dl.gameimg01{
	top: 60px;
	left: 180px;
}
#main .article01 dl.gameimg02{
	top: 590px;
	left: 95px;
}
#main .article01 dl.gameimg03{
	top: 590px;
	left: 430px;
}
#main .article01 dl.gameimg01 dd{
	top: 35px;
	left: 300px;
}
#main .article01 dl.gameimg02 dd{
	top: 204px;
	left: 30px;
}
#main .article01 dl.gameimg03 dd{
	top: 204px;
	left: 30px;
}
#main .article01 .riki{
	position:absolute;
	top: 710px;
	left: -51px;
	z-index:11;
}
#main .article01 .fiorung{
	position:absolute;
	top: 545px;
	left: 764px;
	z-index:12;
}
#main .article01 .officialweb-btn{
	position:absolute;
	top: 900px;
	left: 50px;
}
#main .article01 .btn_note{
	position:absolute;
	top: 1010px;
	left: 80px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 32px 0;
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.f-border .f-hard {
	top: 20px;
}
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.f-soft-wrap {
	margin: 0 0 10px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	width: 443px;
	height: 55px;
	float: right;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 20px;
}
.main-footer .f-copyright {
	clear:both;
	padding-top:10px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 0 0 14px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0px 0px;
}
/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
