@charset "utf-8";

#indexSection .item{
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
#indexSection .itemDescriptions{
	box-sizing:border-box;
	max-width:500px;
	margin-left:10px;
	margin-bottom:5px;
	font-size: 1.5rem;
	line-height:150%;
	text-indent: 1em;
}
#typingCount{
	text-align:right;
}
#indexSection .itemImage {
	text-align:center;
	margin-top:30px;
	margin-left:10px;
}

#indexImage-skillCheck{
	box-sizing:border-box;
	position:relative;
	width: 100%;
	margin-top:5px;

}
#indexImage-skillCheck:before {
	content:"";
	display: block;
	padding-top: 150px;
}

#indexImage-skillCheck a{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	border:#617be3 1px solid;
	border-radius:12px;
	overflow: hidden;
}
#indexImage-skillCheck a:hover{
	border-color:#ff66b3;
}
#indexImage-skillCheck img{
	left: 0;
	top: 0;
	position: absolute;
}
#indexImage-skillCheck img:hover{
	top:-152px;
}


/* #classicSection */
#classicSection{
	margin-bottom:0;
}
#classicSection .item{
	display:flex;
	margin-top:10px;
	line-height: 100%;
}
#classicSection .itemDetail{
	margin-left:5px;
	line-height:150%;
	flex-basis:72.5274726%;
	flex-basis:72%;
}
#classicSection .itemTitle{
	padding-top:2px;
	font-size: 1.8rem;
	font-weight:bold;
}
#classicSection .itemDescription{
	padding-left:2px;
}
#classicSection .itemSubDetail{
	margin-left:20px;
}

#classicSection .itemGameList{
	margin:0;
	margin-left:20px;
	padding:0;
	line-height:200%;
}
/*
#classicSection .itemGameList li{
	display: inline-block;
	margin-right:15px;
}
*/
#classicSection .itemGameList .tagName{
	display: inline-block;
	margin-left:15px;
	min-width:40px;
	text-align:center;
	font-size: 1.4rem;
}
#classicSection .itemGameList .labelPink{
}

#classicSection .newUpdateDate, #classicSection .subCaption, #recommendSection .newUpdateDate, #recommendSection .subCaption{
	display: inline-block;
	color:#f69;
	font-weight:bold;
	font-size: 1.2rem;
	font-family:monospace;
	margin-left:5px;
}
#classicSection .itemDescription a{
	font-weight:bold;
}
#classicSection .itemImage{
	box-sizing:border-box;
	position:relative;
	width: 100%;
	margin-top:2px;
	flex-basis:27.4725274%;
	flex-basis:28%;
	align-self:flex-start;
}
#classicSection .itemImage:before {
	content:"";
	display: block;
	padding-top: 102px;
}

#classicSection .itemImage a{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	border:#617be3 1px solid;
	border-radius:8px;
	overflow: hidden;
}
#classicSection .itemImage a:hover{
	border-color:#ff66b3;
}
#classicSection .itemImage img{
	left: 0;
	top: 0;
	position: absolute;
}
#classicSection .itemImage img:hover{
	top:-102px;
}
@media screen and (max-width:729px){
	#classicSection .itemImage:before {
	 	/* 100px / 200px*/
		padding-top: 50%;
	}
	#classicSection .itemImage img{
		width:100%;
	}
	#classicSection .itemImage img:hover{
		top:calc(-100% - 3px);	/* img-height:304px */
	}
}





#classicSection .banners{
	position:relative;
	display:flex;
	line-height: 100%;
	margin:10px 0 8px;
	width:100%;
}
#classicSection .banners:before {
	content:"";
	display: block;
	padding-top: 80px;
}
#classicSection .banners a{
	margin-left:4px;
	flex-grow:1;
	position:relative;
	border:#617be3 1px solid;
	border-radius:8px;
	overflow: hidden;
}
#classicSection .banners a:hover{
	border-color:#ff66b3;
}
#classicSection .banners a:first-child{
	margin-left:0;
}
#classicSection .banners img{
	position: absolute;
	left: 0;
	top: 0;
}
#classicSection .banners img:hover {
	top:-82px;
}

.contentsBox a{
	font-weight:bold;
}

#classicSection .tagNames{
	margin-top: 8px;
	margin-bottom: 10px;
	line-height:200%;
}

#classicSection .tagNames a{
	display:inline-block;
	font-size: 1.6rem;
	padding: 1px 5px;
	line-height:180%;
	margin-top:4px;
}
#classicSection .tagNames .textButton{
	padding-top:0px;
	padding-bottom:0px;
	line-height:180%;
}

#recommendSection{
	margin-top:30px;
	margin-bottom:30px;
}

#recommendSection .item{
	margin:15px;
	line-height: 100%;
}
#recommendSection .itemImage{
	float:left;
	line-height: 100%;
}
#recommendSection .itemImage img{
	width:80px;
	height:80px;
}

#recommendSection .itemDetail{
	margin-left:90px;
	line-height:150%;
}
#recommendSection .itemDetail:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#recommendSection .itemTitle{
	font-size: 1.6rem;
	font-weight:bold;
}

#rankingSection{
	margin-top:28px;
	margin-bottom:0px;
}

#rankingSection .gameListTable{
	margin-bottom:0;
}
#rankingSection .moreArea{
	padding-top:0;
}

@media screen and (max-width:729px){
	#recommendSection .item{
		margin:15px 5px;
	}
}


#marks{
	margin-top:20px;
}

.pr728x280{
	margin-top:20px;
}


.itemImageSmall{
    background: url(/img/index/indexSeries.png?v=263) no-repeat;
	width: 80px;
	height: 80px;
	background-position: 0 0;
}
#itemImageSmall-56433{
}
#itemImageSmall-daily{
	background-position-x: -82px;
}
#itemImageSmall-51682{
	background-position-x: -164px;
}
#itemImageSmall-word{
	background-position-x: -246px;
}
#itemImageSmall-51754{
	background-position-x: -328px;
}
#itemImageSmall-50172{
	background-position-x: -410px;
}
#itemImageSmall-88515{
	background-position-x: -492px;
}
#itemImageSmall-92532{
	background-position-x: -574px;
}
#itemImageSmall-94381{
	background-position-x: -656px;
}
#itemImageSmall-277434{
	background-position-x: -738px;
}

#rapidSslBanner{
	background: url(/img/index/banner_sprite2.png?v=214) no-repeat;
	width: 90px;
	height: 50px;
	background-position: -670px -210px;
	margin:0 auto;
}

#champTitleMini{
	background: url(/img/cup/champTitleMini-1.png) no-repeat;
    height:40px;
    width:200px;
    position:relative;
    margin:auto;
    margin-bottom:15px;
    margin-top:-5px;
    line-height:100%;

}
#champTitleMini .champTitle{
    position:absolute;
    bottom:1px;
    right:5px;
    color:#fff;
    font-size: 1.2rem;
}
#champTitleMini .champPlayerName{
    padding:6px 0 2px 60px;
    color:#333;
    font-weight:bold;
    font-size: 1.6rem;
}

@media screen and (max-width:729px){

	#indexImage-skillCheck:before {
		/* #indexImage-skillCheckの縦横比 */
		/* 152px / 728px
		padding-top: 20.8791208%;*/
	 	/* 150px / 728px */
		padding-top: 20.604396%;
	 	/* 150px / 726px
		padding-top: 20.661157%;*/
	}
	#indexImage-skillCheck img{
		width:100%;
	}
	#indexImage-skillCheck img:hover{
		top:calc(-100% - 3px);	/* img-height:304px */
	}

	#classicSection .banners:before {
		/* 80px / 728px */
	 	padding-top: 10.9890109%;
	}
	#classicSection .banners img{
		width:100%;
	}
	#classicSection .banners img:hover{
		top:calc(-100% - 3px);	/* img-height:304px */
	}
}

@media screen and (max-width:599px){
	#indexSection .item{
		flex-direction:column;
	}
	#indexSection .itemDescriptions{
		margin:0 5px;
	}
	#indexSection .itemImage{
		width:100%;
		margin:10px auto;
	}
}
