@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) {

}


/* 
=============================================== */
#access div.box {
	overflow:hidden;
	zoom:1;
	margin-bottom:50px;
}

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

#access div.box ul {
	margin-bottom:20px;
}


@media only screen and (min-width:  769px) {  
	#access div.box ul {
		float:left;
		width:48%;
	}
	#access div.box p {
		float:right;
		width:48%;
	}
}

#access p.link {
	font-weight:bold;
	margin-top:20px;
}
#access p.link a {
	color:#FF6B81;
}









