/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	padding: 0;
	*zoom: 1;
	max-width: 1100px!important;
    margin: 0 auto!important;
	position: relative;

}




/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	margin: 0 auto 0px;
    width:100%;
	overflow:visible;!important
/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 5px;
	width: 100%;
}


#head_flash
{
	margin: 0px;
	z-index: -1;
}

#top_mainspace
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: justify;
	width: 100%;
	height: 100%;
	background-color: #222;
	overflow:hidden;

}



	
div.slider {
    display:block;
    margin: 0 auto;
    width: 100%;
}
 

	
	
	
	div.controlWrap {
    width:900px;
    display:block;
    position:relative;
    margin:0 auto;
}
 
 
 div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
    display:block;
    width:20px;
    height:32px;
    position:absolute;
    background: url('../images/controls.png') 0 32px no-repeat;
    color:#fff;
    top:5px;
    left:20px;
    text-indent:-9999px;
	z-index: 2000;

}
 
div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:30px;
    height:30px;
    position:absolute;
	background: url('../images/controls.png') -43px 32px no-repeat;
    color:#fff;
    top:10px;
    right:20px;
    text-indent:-9999px;
	z-index: 2000;

	}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 80;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	display: block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#CBC5C0;
	}
	
	
	
.bx-pager a img {  
opacity: 0.5;  
filter: alpha(opacity=50);  
}  
.bx-pager a.active img {  
opacity: 1;  
filter: alpha(opacity=100);  
}  
	

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	z-index: 9999;

	background: url('../images/controls.png') no-repeat 0 32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('../images/controls.png') no-repeat -43px 32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 10%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;	width: 10px;
	height: 11px;
	outline: 0;
	background: url('../images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: 100px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('../images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/*ショップブランドスライダー*/


#brand_description .bx-wrapper .bx-pager.bx-default-pager a:hover,
#brand_description .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#9bd156;
	}
	


#archive_top .bx-wrapper {
	padding: 0;
	*zoom: 1;
	max-width: 100%!important;
    margin: 0 auto!important;
	height: 380px;
	width: 600px!important;

	position: relative;
	overflow:hidden;

}


#archive_top ul.shopbrand_slider {
    display:block;
    width:860px;
    height:404px;
	z-index: -9999;
	opacity:1;
	margin-bottom:50px;
}


#archive_top .bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 10%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	z-index: 99;
	text-indent:9999px;

}

#archive_top .bx-wrapper .bx-pager.bx-default-pager a:hover,
#archive_top .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#ffc26a;
	}
	

/* DIRECTION CONTROLS (NEXT / PREV) */

#archive_top .bx-wrapper .bx-prev {
	left: 10px;
	z-index: 99999;

	background: url('../images/controls.png') no-repeat 0 32px;
}

#archive_top .bx-wrapper .bx-next {
	right: 10px;
	background: url('../images/controls.png') no-repeat -43px 32px;
}

div.shopbrand_slider2 {
    width:600px;
    display:block;
    margin:40px auto;
}
 
ul.shopbrand_slider2 li {/*メインスライダー*/
    display:block;
    width:600px;
    height:400px;
}
 
ul.shopbrand_slider2 li img{
    display:block;
    width:100%;
    height:auto;
}

ul.bxslider02 li a {/*サムネイル*/
    display:block;
    width:65px;
    height:60px;
}
 
ul.bxslider02 li a img{/*サムネイルの画像*/
    display:block;
    width:65px;
    height:auto;
}
 
div.controlWrap {
    width:640px;
    display:block;
    position:relative;
    margin:0 auto;
}
 
div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
    display:block;
    width:13px;
    height:19px;
    position:absolute;
	background: url('../images/controls.png') no-repeat 0 32px;
    color:#fff;
    top:20px;
    left:20px;
    text-indent:-9999px;
}
 
div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:13px;
    height:19px;
    position:absolute;
	background: url('../images/controls.png') no-repeat -43px 32px;
    color:#fff;
    top:20px;
    right:20px;
    text-indent:-9999px;
}
#archive_top .bx-pager a img {  
opacity: 0.5;  
filter: alpha(opacity=50);  
}  
#archive_top .bx-pager a.active img {  
opacity: 1;  
filter: alpha(opacity=100);  
}  


/*楽譜スライダー*/

#newScore .bx-wrapper {
	padding: 0;
	*zoom: 1;
	max-width: 100%!important;
    margin: 0 auto!important;
	height: 360px;

	position: relative;
	overflow:hidden;

}


#newScore ul.score_slider {
    display:block;
    width:860px;
    height:404px;
	opacity:1;
}
#newScore ul.score_slider li{

	margin: 3px; 
	padding: 10px; 
	list-style-position: outside; list-style-image: none; list-style-type: none; 
	width: 28%; 
	float: left; 
	border: solid 2px #b8b8b8; 
	background-image: url('../../images/testimg/fumendai.png'); 
	background-repeat: no-repeat; background-size: 100% auto;

}
#newScore  .sp .bx-wrapper {
	padding: 0;
	*zoom: 1;
	max-width: 100%!important;
    margin: 0 auto!important;
	height: 360px;

	position: relative;
	overflow:hidden;

} 
#newScore .sp ul.score_slider {
    display:block;
    width:100%;
    height:304px;
	z-index: -9999;
	opacity:1;
}
#newScore .sp ul.score_slider li{
    display:block;
    width:100%;
 
}



.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	display: block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/*ショップブランドスライダー*/


/*sp size*/
@media (max-width:750px){
#archive_top .bx-wrapper {
	padding: 0;
	*zoom: 1;
	max-width: 100%!important;
    margin: 0 auto!important;
	height: 260px;

	position: relative;
	overflow:hidden;

}
div.controlWrap {
    display:none;
  
}
#newScore .bx-wrapper {
	padding: 0;
	*zoom: 1;
	max-width: 100%!important;
    margin: 0 auto!important;
	height: 260px;

	position: relative;
	overflow:hidden;

}
	
#newScore ul.score_slider {
    display:block;
    width:100%;
    height:auto;
	z-index: -9999;
	opacity:1;
}
	
#newScore ul.score_slider li{
	margin: 3px; 
	padding: 2%; 
	list-style-position: outside; list-style-image: none; list-style-type: none; 
	width: 96%; 
	float: left; 
	border: solid 2px #b8b8b8; 
	background-image: url('../../images/testimg/fumendai.png'); 
	background-repeat: no-repeat; background-size: 100% auto;

}
#newScore ul.score_slider li .slider_box{

	display: block; box-sizing: border-box; line-height: 9px; overflow: hidden; text-align: center; position: relative;
}
#newScore ul.score_slider li .slider_box img {width: 50%; height: 50%; padding: 3% 25%;
	}
	}
