@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	
}
 
@media only screen and (max-width: 967px) {
	#headinfo1 {float: right;}
	.box {width: 100%;}
	.contentcontact {float: left !important; }
 }
 
@media only screen and (min-width: 480px) and (max-width: 767px) {
 
}
@media only screen and (max-width: 479px) {
	
}