@charset "utf-8";


/* Mobile Layout: 480px and below. */
#スマートフォン {
}



































































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

@media only screen and (min-width: 481px) {

	
#タブレット {
}









	
	
	
	
	
	
	
	
	

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

@media only screen and (min-width: 769px) {

#パソコン {
}
.content .con1200 .colome2 {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-bottom: 50px;
}









	




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

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

	




		
}
