@charset "utf-8";
/**スライド*/
.fluid_container {margin:20px 0 0 0; height:294px; width:100%;}
#camera_slide{height:294px;}

@media screen and (max-width:1060px) {
}

@media screen and (max-width:940px) {
.fluid_container{height:auto;}
}

@media screen and (max-width:680px) {
#camera_slide{height:250px;}
}

@media screen and (max-width:560px) {
#camera_slide{height:180px;}
}

@media screen and (max-width:420px) {
#camera_slide{height:140px;}
}
