@charset "utf-8";

/* ==========================================================================
(C)AQUAPLUS All Rights Reserved.
	http://aquaplus.jp/
	http://leaf.aquaplus.jp/

*/

body:before {
	display: none;
}

/* ==========================================================================
 2.デザイン - top.html専用
========================================================================== */


/* --------------------------------------------------------------------------
 エリア */

/* エリア 中央*/
.areaCenter {
	z-index: 2;
	float: left;
	margin : 0;
	width : 960px;
/*	min-height: 850px;/*PSN Right対応*/
}


/* エリア・右 */
#lnPbox {
/*	position: absolute;
	top: 0px;
	left: 50%;
	right: -300px;
	overflow-x: hidden;*/
}
#areaRight {
	float: none;
/*	margin-left: 500px;
	padding: 0 5px;*/
	width: 180px;
	line-height: 0px;
	transition: margin-left 1s ease-out;
	overflow: hidden;
	left: calc(50% + 50vw - 200px);
}

#areaRight.fixed {
	position: fixed;
	top: 0px;
}

@media (max-width: 1440px) {
	body#home #areaRight {
		left: calc(50% + 50vw - 60px);
		transition: left 0.3s;
	}
	body#home #areaRight:hover {
		left: calc(50% + 50vw - 188px);
	}
}

#areaRight ul.recommendNavi {
	margin-top: 10px;
	z-index: 10;
    position: relative;
}

#areaRight div {
	position: relative;
}
#areaRight img {
	float:left;
}






/* ---------------------------------------------------------------------------
 フッターバナーエリア 
*/
#footerRn {
	margin: 0 auto;
}
#footerRn div {
	text-align: center;
}
#footerRn a {
/*	display: block;
	float: left;*/
	margin: 6px 4px;
}
#footerRn a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}



/* ---------------------------------------------------------------------------
 feed rss類 */
body:not(.mobile) #feedNf ,
body:not(.mobile) #feedPsStore ,
body:not(.mobile) #feedNicoCh {
	opacity: 0;
}



.loading {
	display: block;
	padding: 2em 0;
	margin-top: 3px;
	text-align: center;
}



h2 a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	outline: none;
	overflow-x: hidden;
	z-index: 3;
	transition: 0.3s;
	overflow: hidden;
}

.areaCenter h2 {
	margin-top: 0px;
}

#pss-ap h2 a,
#nicoch h2 a {
	padding: 8px 0 0;
}

h2 a:hover {
	background-color: #eee;
}


#pss-ap h2 a:after ,
#nicoch h2 a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	display: inline-block;
	top: calc(50% - 10px);
	right: 10px;
	width: 22px;
	height: 22px;
	transition: 0.3s;
	border-radius: 50%;

	text-align: center;
	font-size: 22px;
	line-height: 1;
}

#pss-ap h2 a:hover:after ,
#nicoch h2 a:hover:after {
	content: "\f138";
}



/* ---------------------------------------------------------------------------
 ニュースフラッシュ */
#feedNf { min-height: 162px; }
#feedNf ul { margin-right: -10px; }
#feedNf li { margin: 0 7px 7px 0px !important; }
#feedNf	a { display: block; margin: 0; padding: 0; z-index: 1; }

#feedNf	span.date {
	display: block;
	font-size: 8pt;
	line-height: 1em;
	text-decoration: none;
	color: #333;
	position: absolute;
	left: 6px;
	top: 8px;
	text-shadow:
		-1px -1px 0 rgba(255,255,255,0.8),
		 1px -1px 0 rgba(255,255,255,0.8),
		 1px  1px 0 rgba(255,255,255,0.8),
		-1px  1px 0 rgba(255,255,255,0.8);
	z-index: 3;
}

#feedNf	a.new span.date { color: #c00; }


/*見出し*/
#news h2 a ,
#updateLog h2 a {
	top: 50%;
	width: 52px;
	height: 22px;
	margin-top: -11px;
	left: auto; 
	overflow: hidden;
	background-color: #eee;
	background-image: none;
	border-radius: 3px;

	transition-duration: 0.3s;
	color: #333 !important;
	text-shadow: none;
	text-indent: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}

#news h2 a#rss  { right: 65px; }
#news h2 a#rss:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f09e";

	width: 10px;
	margin-right: 3px;
}

#news h2 a.list ,
#news h2 a.list:before ,
#updateLog h2 a.list:before {
	display: inline-block;
	content: "\25B6";/*▶*/
	margin-right: 3px;
	font-size: 10px;
    vertical-align: top;
}

#news h2 a:hover ,
#updateLog h2 a:hover {
	background-color: #333;
	color: #fff !important;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


#news ,
#updateLog ,
#pss-ap ,
#fb-gal ,
#nicoch	{ overflow: hidden; }




/* [EOF] */