@charset "UTF-8";

#common-contents h2{
	background:url(common-contents/h2.gif) no-repeat;
}


#common-contents div{
	min-height:565px;
}

#common-contents nav ul li a{
	opacity:0;
	-webkit-transition:opacity .3s linear;
	-o-transition:opacity .3s linear;
	-moz-transition:opacity .3s linear;
	-ms-transition:opacity .3s linear;
	transition:opacity .3s linear;
}
#common-contents nav ul li a:hover,
#common-contents nav ul li a:focus{
	opacity:1;
	-webkit-transition:opacity .3s linear;
	-o-transition:opacity .3s linear;
	-moz-transition:opacity .3s linear;
	-ms-transition:opacity .3s linear;
	transition:opacity .3s linear;
}



/*--------------------------------------------------------
	漫才
	--------------------------------------------------------*/
#common-contents nav ul li#contents-manzai{
	background:url(common-contents/contents-manzai.gif) bottom;
}

#common-contents nav ul li#contents-manzai a,
body.bodyManzai #common-contents nav ul li#contents-manzai{
	background:url(common-contents/contents-manzai.gif) top;
}


/*--------------------------------------------------------
	かべがみ
	--------------------------------------------------------*/
#common-contents nav ul li#contents-wallpaper{
	background:url(common-contents/contents-wallpaper.gif) bottom;
}
#common-contents nav ul li#contents-wallpaper a,
body.bodyWallpaper #common-contents nav ul li#contents-wallpaper{
	background:url(common-contents/contents-wallpaper.gif) top;
}


/*--------------------------------------------------------
	バナー
	--------------------------------------------------------*/
#common-contents nav ul li#contents-banner{
	background:url(common-contents/contents-banner.gif) bottom;
}
#common-contents nav ul li#contents-banner a,
body.bodyBanner #common-contents nav ul li#contents-banner{
	background:url(common-contents/contents-banner.gif) top;
}

/*--------------------------------------------------------
	icon
	--------------------------------------------------------*/
#common-contents nav ul li#contents-icon{
	background:url(common-contents/contents-icon.gif) bottom;
}

#common-contents nav ul li#contents-icon a,
body.bodyIcon #common-contents nav ul li#contents-icon{
	background:url(common-contents/contents-icon.gif) top;
}

/*--------------------------------------------------------
	iphone
	--------------------------------------------------------*/
#common-contents nav ul li#contents-iphone{
	background:url(common-contents/contents-iphone.gif) bottom;
}

#common-contents nav ul li#contents-iphone a,
body.bodyIphone #common-contents nav ul li#contents-iphone{
	background:url(common-contents/contents-iphone.gif) top;
}

/*--------------------------------------------------------
	PSP
	--------------------------------------------------------*/
#common-contents nav ul li#contents-psp{
	background:url(common-contents/contents-psp.gif) bottom;
}

#common-contents nav ul li#contents-psp a,
body.bodyPsp #common-contents nav ul li#contents-psp{
	background:url(common-contents/contents-psp.gif) top;
}

/*--------------------------------------------------------
	PSVITA
	--------------------------------------------------------*/
#common-contents nav ul li#contents-psvita{
	background:url(common-contents/contents-psvita.gif) bottom;
}

#common-contents nav ul li#contents-psvita a,
body.bodyPsvita #common-contents nav ul li#contents-psvita{
	background:url(common-contents/contents-psvita.gif) top;
}

/*--------------------------------------------------------
	まんが
	--------------------------------------------------------*/
#common-contents nav ul li#contents-manga{
	background:url(common-contents/contents-manga.gif) bottom;
}

#common-contents nav ul li#contents-manga a,
body.bodyManga #common-contents nav ul li#contents-manga{
	background:url(common-contents/contents-manga.gif) top;
}



/*--------------------------------------------------------
	じゅんびちゅう
	--------------------------------------------------------*/
#common-contents nav ul li.commingSoon{
	background:url(common-contents/commingSoon.gif);
	display:block;
	width:170px;
	height:75px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0em;
	font-size:0;
}

