@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"brushes"

Cascading Style Sheet Setting File

Ver.20170105

------------------------------------------------------------------------------------------------------------------------

********************************************************************************************************** |READ ME| **/
/** | Interdental | >> ********************************************************************************* >> START **/
.brushes_wrap #Main{
    height: 58px!important;
}

.brushes_wrap #Brushes{
height: auto!important;
}
.Footer_up{
	margin-top: -7px;
}
/*#Brushes .panels .panel01 {
    position: relative;
    min-width: 1180px;
    background: url(../img/bru_bg_light.png)no-repeat center top #15a4b9;
    background-size: auto 100%;
}
#Brushes .panels .panel02 .bg{
	min-width:1180px;
	height:640px;
	background:url("../img/bru_img_main_02.png")no-repeat center top;
	background-size:auto 100%;
}
*/
@media  (max-width: 1024px){

}

@media  (max-width: 658px){
	.brushes_wrap #Brushes{
		height: auto!important;
		}

		.brushes_wrap #Main {
		height: 0px!important;
	}
	}

/** | Movie | >> ********************************************************************************* >> START **/
#brushes_Movie01, #brushes_Movie02{
	position: relative;
	width: 100%;
	height: auto!important;
	max-width: 100%;
	min-width: 1180px;
}
#brushes_Movie02{
	margin-top: -7px;
}
#PlayBtn4, #PlayBtn5 {
	/*display: block!important;*/
	cursor: pointer;
}

.brushes_wrap #Footer {
	margin-top: -8px;
}

@media  (max-width: 1024px){
#brushes_Movie01, #brushes_Movie02{
	min-width:641px;
}
}
@media  (max-width: 658px){
	.brushes_wrap{
		overflow: hidden;
	}
	#brushes_Movie01, #brushes_Movie02{
		width: 100%;
		min-width: fit-content;
	}
}