/* 画像コンテンツ */
body{
	font-size:16px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0px 5px;
	text-align:center;
}

/* スマホ　640px以下 */
@media only screen and (max-width: 640px) {
	.body{
		font-size:medium;
			}
}
