@charset "utf-8";
@import "cssreset-min.css";
@import "style.css";
@import "common.css";
@import "tanaka-footer.css";
/* https://www.tanaka-kinoie.co.jp/ */



/* 
=============================================== */
@media only screen and (min-width: 769px) {
	
}

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

}

/* 
=============================================== */
img {
	width:100%;
}

div.info_box {
	margin-top:50px;
}

/* table
=============================================== */

@media only screen and (min-width: 769px) {
	table.demo01 th {
		xmin-width:22.2%;
		width:200px;
	}
	
	/**/
	div.info_box {
		overflow:hidden;
		zoom:1;
		margin-bottom:20px;
	}
	
	div.info_box img {
		float:left;
		max-width:40%;
		margin-right:2%;
	}
	
	div.info_box table.demo01 {
		float:right;
		max-width:58%;
	}
}

.gmap {
	margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
	.gmap {
		margin-bottom: 50px;
	}
	.section ul {		
		overflow: hidden;		
	}	
	.section ul li {
		float: left;
		width: 48%;
		margin-bottom:0;
	}	
	.section ul li+li {
		margin-left:4%;
	}	
}

@media screen and (max-width: 640px) {
	.info_box img {
		margin-bottom: 20px;
	}
}






