/**
 * 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
 */
 
/*========================================================================================*/
/* PC */
/*========================================================================================*/

@media screen and (min-width: 641px) {

/*mov*/

#mov_area{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/com/mov_bg.png);
	z-index:10000;
	display:none;
}

#player{
	position:fixed;
	width:100%;
	height:100%;
	top:50%;
	left:50%;
	margin:-288px 0 0 -512px;
}

#cover{
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	display:block;
	left:0;
	top:0;
}

#topplayer{

}

.youtube_mute{
	display:block;
	position:fixed;
	top:10px;
	left:10px;
	width:22px;
	height:33px;
	cursor:pointer;
	z-index:9000;
	background:url(../img/com/onoff.png) no-repeat left top;
text-indent:100%;
white-space:nowrap;
overflow: hidden;
	display:none;

}

.mute_on{
	background:url(../img/com/onoff.png) no-repeat right top !important;
}

#skip_btn{
	position:fixed;
	bottom:10px;
	right:10px;
	width:132px;
	height:31px;
	z-index:8000;
	text-align:right;
	cursor:pointer;
		display:none;

}

#message{
	width:100%;
	font-size:72%;
	margin-bottom:10px;
	color:#fff;
	display:none;
}
/**/

 
#mainimg{
	width:1140px !important;
	margin:0 auto;
	height:400px;
	background:#fff;
	clear:both;
	position:relative;
}

#slide li{
	width:1140px !important;
	height:400px;
	position: absolute;
	top:0;
}

 
.bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0; *zoom: 1; width:1140px !important; height:400px;}
.bx-wrapper img { width:1140px !important; height:400px; max-width: 100%; display: block; }

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

.bx-wrapper .bx-viewport {
	left: -5px;
	/*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: 45px;*/
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/home/slider/bx_loader.gif) center center no-repeat #5D0404;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
}

.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 {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	background:url(../img/home/slider/slide_dot.png) no-repeat top center;
text-indent:120%;
white-space:nowrap;
overflow: hidden;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(../img/home/slider/slide_dot.png) no-repeat bottom center;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -4px;
	background: url(../img/home/slider/controls.png) no-repeat left top;
}

.bx-wrapper .bx-next {
	right: 5px;
	background: url(../img/home/slider/controls.png) no-repeat right top;
}

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

.bx-wrapper .bx-next:hover {
	background-position: right bottom;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 48%;
	margin-top: -16px;
	outline: 0;
	width: 25px;
	height: 47px;
	z-index: 100;
text-indent:120%;
white-space:nowrap;
overflow: hidden;
}

/*--add songs--*/
.songs{width:100%; margin:1em auto 2em;}
.songs div{width:50%; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; height:236px;}
.songs .youtube{float:left;}
.songs .music{padding:15px; text-align:center; border:1px #999 solid;
background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
float:right;
}
.songs .music h5{text-shadow:1px 1px 2px #CCC,-1px -1px 2px #FFF;}
.songs .music li{margin:5px auto;}
.songs .music a{padding:5px 0; display:block; width:90%; color:#FFF; font-weight:bold; margin:0 auto;
background: rgba(243,226,199,1);
background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(50%, rgba(193,158,103,1)), color-stop(51%, rgba(182,141,76,1)), color-stop(100%, rgba(233,212,179,1)));
background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
background: -o-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
border-radius: 8px; 
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border:1px #630 solid;
text-shadow:1px 1px 1px#333;}
.songs .music a:hover{background:#fee; color:#630; text-shadow:none;}

}

/*========================================================================================*/
/* SP */
/*========================================================================================*/


@media screen and (max-width: 640px) {
	
	/*mov*/

#mov_area{
	display:none;
}

#player{
	display:none;
}

#cover{
	display:none;
}

#topplayer{
	display:none;
}

#mute_btn{
	display:none;
}

#skip_btn{
	display:none;
}

#message{
	display:none;
}


/**/
	

.bx-wrapper { position: relative; margin: 0 auto 25px; padding: 0; *zoom: 1; }
.bx-wrapper img { max-width: 100%; display: block; }

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

.bx-wrapper .bx-viewport {
	left: 0px;
	/*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:　-10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/home/slider/bx_loader.gif) center center no-repeat #5D0404;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
}

.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 {
	display: block;
	width: 5px;
	height: 5px;
	margin: 0 5px;
	outline: 0;
	background:#A9A09D;
	-webkit-background-size:5px auto;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
text-indent:120%;
white-space:nowrap;
overflow: hidden;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url(../img/home/slider/controls.png) no-repeat left top;
	background-size:25px 47px;
	-webkit-background-size:25px 47px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(../img/home/slider/controls.png) no-repeat right top;
	background-size:25px 47px;
	-webkit-background-size:25px 47px;
}

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

.bx-wrapper .bx-next:hover {
	background-position: right bottom;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	margin-top: -16px;
	outline: 0;
	width: 12px;
	height: 23px;
	z-index: 100;
text-indent:120%;
white-space:nowrap;
overflow: hidden;
}

/*--add songs--*/
.songs{width:100%; margin:1em auto 2em;}
.songs div{width:50%; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; height:236px;}
.songs .youtube{float:left;}
.songs .music{padding:15px; text-align:center; border:1px #999 solid;
background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
float:right;
}
.songs .music h5{text-shadow:1px 1px 2px #CCC,-1px -1px 2px #FFF;}
.songs .music li{margin:5px auto;}
.songs .music a{padding:5px 0; display:block; width:90%; color:#FFF; font-weight:bold; margin:0 auto;
background: rgba(243,226,199,1);
background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(50%, rgba(193,158,103,1)), color-stop(51%, rgba(182,141,76,1)), color-stop(100%, rgba(233,212,179,1)));
background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
background: -o-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
border-radius: 8px; 
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border:1px #630 solid;
text-shadow:1px 1px 1px#333;}
.songs .music a:hover{background:#fee; color:#630; text-shadow:none;}

}

