#index{
}

#index #rightslot{
	position:relative;
}

#index #visual{
	width:100%;
	position:relative;
}

#index #visual > img.bg{
	width:90%;
	display:block;
	height:auto;
	margin:0 auto;
}


#index h2#theme{
	width:88%;
	margin:15px 6% 0 0;
	float:right;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}

#index h2#day{
	width:70%;
	margin:0 8% 30px 0;
	float:right;
	position:absolute;
	top:10%;
	right:0;
}

#index h2#info{
	width:46%;
	margin:0 8% 0 0;
	float:right;
	position:absolute;
	top:18%;
	right:0;
}

#index h2#theme img,
#index h2#day img,
#index h2#info img{
	width:100%;
	height:auto;
}


/* whatsnew
--------------------------------------------------------------------------------------*/
#index #whatsnew{
	width:68%;
	padding:2% 2%;
	margin:0 0 0 10%;
	text-align:left;
	background-color:rgba(255,255,255,0.9);
	position:absolute;
	left:0;
	bottom:2%;
	border-radius:10px;
	box-sizing:border-box;
}

#index #whatsnew h3{
	width:96%;
	margin:0 0 10px 0;
	padding:1.2% 2%;
	line-height:1;
	background-color:#1a456f;
	font-weight:500;
	text-align:left;
	color:#fff;
	border-radius:5px;
	box-sizing:border-box;
}

#index #whatsnew dl{
	width:98%;
	height:110px;
	overflow:auto;
	text-align:left;
	margin:0;
	padding:1% 2% 0 0;
	position:relative;
	font-size:0.9em;
	box-sizing:border-box;
}

#index #whatsnew dt{
	width:10em;
	margin:0 0 5px 0;
	padding:0;
	float:left;
	clear:both;
	position:relative;
	color:#000;
	font-weight:700;
	font-family:"BIZ UDPGothic",sans-serif;
}

#index #whatsnew dd{
	margin:0 0 5px 10.5em;
	position:relative;
	overflow:hidden;
	text-align:left;
}


/* banner
--------------------------------------------------------------------------------------*/
#index #banner{
	clear:both;
	width:68%;
	margin:40px auto 50px auto;
	padding:2%;
	text-align:center;
	background-color:rgba(255,255,255,0.9);
	border-radius:10px;
	box-sizing:border-box;
}

#index #banner h3{
	width:96%;
	margin:0 auto 20px auto;
	padding:1.2% 2%;
	line-height:1;
	background-color:#1a456f;
	font-weight:500;
	text-align:left;
	color:#fff;
	border-radius:5px;
	box-sizing:border-box;
}

#index #banner figure{
	width:96%;
	margin:0 auto;
	text-align:center;
}

#index #banner figure img{
	width:100%;
	max-width:100%;
	height:auto;
}

#index #banner figcaption{
	margin-top:15px;
	text-align:center;
	line-height:1.8;
}

#index #banner figcaption span{
	font-size:0.85em;
}


/* SP
--------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

#index #rightslot{
	position:relative;
}

#index #visual{
	position:relative;
	width:100%;
}

#index #visual > img.bg{
	width:100%;
	height:auto;
	margin:0;
}


#index h2#theme{
	width:98%;
	margin:15px 1% 0 1%;
	float:none;
	position:absolute;
	top:0;
	left:0;
	right:auto;
}

#index h2#day{
	width:82%;
	margin:0 9% 30px 9%;
	float:none;
	position:absolute;
	top:11%;
	left:0;
	right:auto;
}

#index h2#info{
	width:60%;
	margin:0 5% 30px 0;
	float:right;
	position:absolute;
	top:18%;
	right:0;
}


#index h2#theme img,
#index h2#day img,
#index h2#info img{
	width:100%;
	height:auto;
}


/* whatsnew
--------------------------------------------------------------------------------------*/
#index #whatsnew{
	width:90%;
	margin:0 3%;
	padding:2%;
	left:0;
	bottom:4%;
	box-sizing:border-box;
	border-radius:10px;
}

#index #whatsnew h3{
	width:96%;
	margin:0 0 10px 0;
	padding:2%;
	line-height:1;
	font-weight:700;
	box-sizing:border-box;
}

#index #whatsnew dl{
	width:96%;
	height:70px;
	overflow:auto;
	margin:0;
	padding:1% 2% 0 2%;
	font-size:0.9em;
	box-sizing:border-box;
}

#index #whatsnew dt{
	width:auto;
	margin:0 0 5px 0;
	padding:0;
	float:none;
	clear:both;
}

#index #whatsnew dd{
	margin:0 0 5px 0;
}


/* banner
--------------------------------------------------------------------------------------*/
#index #banner{
	clear:both;
	width:90%;
	margin:40px 3% 50px 3%;
	padding:2%;
	box-sizing:border-box;
}

#index #banner h3{
	width:96%;
	margin:0 0 15px 0;
	padding:2%;
	line-height:1.4;
	box-sizing:border-box;
}

#index #banner figure{
	margin:0;
	text-align:center;
}

#index #banner figure img{
	width:100%;
	max-width:100%;
	height:auto;
}

#index #banner figcaption{
	margin-top:10px;
	line-height:1.6;
	word-break:break-all;
	font-size:0.8em;
}

#index #banner figcaption span{
	font-size:0.85em;
}
#index #rightslot{
	overflow:hidden;
}

#index #banner{
	margin:20px 3% 20px 3%;
}
}