@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}



/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#link {
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 96%;
	float: left;
	clear: both;
}
#link ul {
	margin-left: 0px;
	padding-left: 0px;
}
#link ul li {
	margin-bottom: 20px;
	list-style-type: none;
	font-size: 0.8em;
}
ul li a {
	font-size: 1.4em;
	text-decoration: none;
}



































































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#タブレット {
}
#link ul li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}









	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
#パソコン {
}
#link {
	max-width: 1200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}







	
	
	
	
	
	
	
	
	
	
	
	
	
	

	


}	
/* WideDesktop Layout: 1233px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1233px) {
#ワイドパソコン {
}

	




		
}
