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

/* table
=============================================== */
table.demo01 {
	margin-bottom:30px;
}

p.exp {
	margin-bottom:15px;
}

/* 
=============================================== */
@media only screen and (min-width: 769px) {
	div.info_box {
		overflow:hidden;
		zoom:1;
	}	
	div.info_box img {
		float:left;
		width:28%;
		margin-right:4%;
	}	
	div.info_box div.data {
		float:right;
		width:68%;
	}	
}

@media screen and (max-width: 768px) {
	div.info_box div.photo {
		text-align:center;
		margin-bottom:15px;
	}
	div.info_box div.photo img {
		max-width:90%;
	}
}

/* 
=============================================== */
p.name {
	font-size:1.5em;
	font-weight:bold;
    margin-bottom: 20px;
}




