@charset "utf-8";
/* CSS Document */

/* movie setup mq.css*/

@media screen and (max-width: 640px) {
	#contents div {
		width: auto!important;
	}

	html>body #enq {
	    width: auto;
	}

	#contents table {
	    width: auto;
	    margin-left: 0;
	    margin-bottom: 20px;
	}

}