@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%;
  max-width: 380px;
}

/* 
=============================================== */
#link dl {
	font-size:16px;
	line-height:1.8;
	margin-bottom: 30px;
}
#link dl dt {
	font-weight: bold;
}
/* 
=============================================== 
#link div.box {
	overflow:hidden;
	zoom:1;
	margin-bottom:50px;
}

#link div.box p {
	font-size:16px;
	line-height:1.8;
}
*/

/*
--------------------------------------------------------------------------------*/
#link ul li {
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
	
	text-align: center;
}

@media screen and (max-width:768px) {
	#link ul li:nth-child(even) {
		margin-right:0;
	}
}





@media screen and (min-width:768px) {
	#link ul li {
		float:left;
		width:17.26495%;
		margin-right:3.4188%;
		
		
	}	
	#link ul li:nth-child(5n) {
		margin-right:0;
	}
	.sp_inner ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		
		xalign-items:stretch;
		
		flex-wrap: wrap;		
	}
	
	#link ul li a img {
	}
}


#link ul li a {
	xwidth: 202px;
	xheight: 202px;
	background-color:#f2f2f2;
	border:1px solid #ddd;
	padding:1px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

/**/
#link ul li span {
	
	
	
}







