@charset "UTF-8";

@media screen and (max-device-width:810px) {
	div#content{
		display: flex;
		flex-direction: column-reverse;
		width:100%;
		margin: 6px auto 0;
	}
	div#content-inner{
		float: none;
		width:100%;
	}
	div#content-subinner{
		padding:15px;
		width:100%;
	}
	div#contactbox {
		margin-left: 10px;
		width: 95%;
	}
    /* footer */
    #footer {
        width: 97%;
        display:block;
        margin:5px;
    }
    #footer-inner {
        width: 96% !important;
        display:block !important;
        height:auto !important;
        border: 1px solid #666666;
        margin: 3px;
    }
}
