@charset "UTF-8";

img {
    border: none;
}

html, body, #wrapper {
    height: 100%;
    width: 100%;
}

#wrapper {
    position: relative;
}

#home-contents {
    height: 186px;
    left: 50%;
    margin-left: -212px;
    margin-top: -93px;
    position: absolute;
    top: 50%;
    width: 424px;
}

@media screen and (max-width: 424px) {
	body {
		margin: 0;
	}
	#home-contents {
	    height: auto;
	    left: 5%;
	    margin: 0px auto;
	    position: absolute;
	    top: 35%;
	    width: 90%;
	}
	#home-contents table {
		width: 100%;
	}
	#home-contents td {
		width: 50%;
	}
	#home-contents td img {
		max-width: 100%;
		height: auto;
	}
}
