@charset "utf-8";
/* CSS Document */



.bathroomdryerItems .item .detail table td.power ul {
    height: 112px;
}



/*タブレット*/
@media screen and (max-width : 767px){
	
	
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	

}





