@charset "utf-8";
/**
 * nekoneko-slider.css ver1.0
 * 
 * Copyright 2015, Yusaku Tsumura
 * 
 * Released under the MIT license - http://opensource.org/licenses/mit-license.php
 * 
 * Requirements
 * jquery.js , nekoneko-slider-1.0.js
 */



#neko_wrap	{ height:260px; position:relative;}
#nekoneko	{
    height: 260px;
    position:absolute;
    text-align: center;
	z-index:10;
	width:100%;
	padding-top:0;
}



#nekoneko	{ width:100%; margin:0 auto; position:relative; overflow:hidden;}
#nekoneko .wraping_banner {  position: absolute;}
#nekoneko .box	{ position:absolute; width:960px;}
#nekoneko .box img	{ display:block; margin:0; padding:0;}


#nekoneko .wraping_banner.active	{ z-index:3;}
#nekoneko .wraping_banner.not_active	{ z-index:2;}
#nekoneko .wraping_banner.static	{ z-index:1;}

.n-shadow	{ position:absolute; top:0; z-index:11; clear:both; width:100%; height:260px; background:transparent url(../img/top/shadow.png) 0 0 repeat-x;}
.n-cover	{ position:absolute; top:0; z-index:12; width:100%; height:260px;}
.n-cover .box	{ width:960px; margin:0 auto; position:relative;  overflow:visible;}
.n-cover .n-right	{ position:absolute; right:-960px; width:100%; height:260px; background:url(../img/top/blue.png) 0 0 repeat-x;}
.n-cover .n-left	{ position:absolute; left:-960px; width:100%; height:260px; background:url(../img/top/blue.png) 0 0 repeat-x;}

