body {
	　　background-color: #CCC;
	　　color: #000;
font-family: "Swis721 Cn BT",
               "Helvetica Neue",
               Helvetica,
               "Noto Sans JP",
               "Hiragino Kaku Gothic ProN",
               "Yu Gothic",
               Meiryo,
               sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	font-size: 20px;
}

#main_contact {
	padding: 15px;
	font-size: 18px;
	width: 60%;
	margin: auto;
	float: none;
	height: auto;
}

#footer {
	float: none;
	width: auto;
	clear: both;
	font-size: 12px;
	text-align: center;
}

@media (max-width : 400px ){
	body {
		font-size: 13px; /* スマホ用の文字サイズ */
	}
	#main_contact {
		font-size: 12px; /* スマホ用の文字サイズ */
		width: 80%;
		margin: auto;
	}
}

