@charset "UTF-8";

body{
	visibility: hidden;
}

/* header
--------------------------- */

/*.hdrIdx{
	width:100%;
	padding:20px 20px 0;
	min-width:1260px;
	position:absolute;
	z-index:111;
}*/
.hdrIdx{
	width:1325px;
	top:20px;
	left:50%;
	margin-left:-662px;
	position:absolute;
	z-index:111;
}


/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
	
	
}
.fullSlideShow ul li {
	top:0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
	
}
.fullSlideShow ul li img {
	width: 100%;
	
}


/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -48px;
    top: 50%;
    width: 61px;
    height: 97px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 20px;
    background: transparent url(../images/index/slide/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 20px;
    background: transparent url(../images/index/slide/btnNext.png) no-repeat center center;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 5px;
	width: 14px;
	height: 14px;
	display: inline-block;
	overflow: hidden;
	background: #000;
	border-radius:50%;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.slideLogo{
	width:410px;
	height:198px;
	background:url(../images/index/slide/logo.png) no-repeat;
	margin:0 auto;
	position:absolute;
	z-index:104;
	left:50%;
	top:50%;
	margin:-99px 0 0 -205px;
}
/*ウィンドウ右に揃える.crdWrp{
	position:absolute;
	z-index:104;
}*/

.crdWrp{
	position:absolute;
	z-index:104;/*
	margin-left:152px;*/
	height:150px;
}
.crdWrp div{
	background:#fff;
	width:268px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-bottom:10px;
}
.crdWrp div a:hover{
	color:#f00!important;
}

