@charset "utf-8";
/* CSS Document */


*{
	padding:0;
	margin:0;
	font-size:100%;
}

body {
    color: #4c4c4c;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    counter-reset: number 0;
}


img{
	width:100%;
	max-width: 1500px;
	display: block;
	margin: auto;
}

/*p{
	width:90%;
	margin:20px auto;
	max-width: 1500px;
}*/