/* CSS Document */
@media only screen and (max-width:600px){
div.contactWaku .txtArea, div.contactWaku .mapArea{
	float:none;
	width:100%;
}

	table#toiawase th, table#toiawase td{
		display:block;
		width:100%;
	}
	
	
}

@media only screen and (max-width: 600px) {
    table#toiawase th,
    table#toiawase td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media only screen and (max-width:480px){
.br-sp { display:inline; }
}

/* iphone 縦 */
@media only screen and (max-width:380px){
/*table#toiawase th{
	width:40%;
}*/
}