@charset "shift_jis";
/* Updated 2019/04/04,T */
/* Updated 2017/03/23,T */

/*#regist .player*/
#mainVisual{
	padding: 40px 0;
	background: url(/sns/resources/images/index_bg_01.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
#regist .player{
	margin: 0 auto;
	background: #009879;
	width: 393px;
	padding: 14px 0 8px 0;
	border-radius: 12px;
	position: relative;
}
/*jsCarouselBook01*/
.jsCarouselBook01{
	position:relative;
}
.jsCarouselBook01 .bx-controls-direction > a{
	font-size: 0;
	display: block;
}
.jsCarouselBook01 .bx-controls-direction a.bx-prev{
	padding-right: 50px;
	background: url(/sns/resources/images/pre.gif) 0 50% no-repeat;
	width: 40px;
	height: 464px;
	position: absolute;
	top: 0;
	left: 0;
	-ms-background-size: 40px 120px;
	-moz-background-size: 40px 120px;
	-webkit-background-size: 40px 120px;
	background-size: 40px 120px;
}
.jsCarouselBook01 .bx-controls-direction a.bx-next{
	padding-left: 50px;
	background: url(/sns/resources/images/next.gif) 100% 50% no-repeat;
	width: 40px;
	height: 464px;
	position: absolute;
	top: 0;
	right:0;
	-ms-background-size: 40px 120px;
	-moz-background-size: 40px 120px;
	-webkit-background-size: 40px 120px;
	background-size: 40px 120px;
}
.jsCarouselBook01 .bx-controls-direction a.disabled{
	display:none;
}
.jsCarouselBook01 .bx-pager > div {
	display: inline-block;
	margin: 0 7px;
}
.jsCarouselBook01 .bx-pager {
	position: static;
	text-align: center;
	width: auto;
	height: auto;
	margin-top:10px;
}
.jsCarouselBook01 .bx-pager .bx-pager-link {
	display: block;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background: url(/kojin/common/images/btn_carousel_normal01.png) 0 0 no-repeat;
	-ms-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.jsCarouselBook01 .bx-pager .bx-pager-link.active {
	background: url(/kojin/common/images/btn_carousel_active01.png) 0 0 no-repeat;
	-ms-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}

