@charset "utf-8";
/* CSS Document */
.row1item1b {
				display:none;
			}

@media only screen and (max-width: 480px) { 
	.row1item1 {
				display:none;
			}
			.row1item1b {
				display:block;
			}
	
}