@charset "utf-8";
/* CSS Document */

/*----------------------------------------*/
/*    corporate index                   　*/
/*----------------------------------------*/

ul li {
	list-style: inside;
}

.image {
	float: left;
	margin: 0 10px 10px 0;
}

@media screen and (max-width: 480px) {

	html {
		-webkit-text-size-adjust: none;
	}

	.image {
		float: none;
		clear: both;
	}
}