@charset "UTF-8";			/*スタイルシートで使う文字エンコーディングを定義*/

.contact{					/*お問合せ、お見積り要素*/
	margin-left:270px;		/*左余白270pxで表示*/
	margin-right:10px;		/*右余白10pxで表示*/
	padding-top:10px;		/*上余白10pxで表示*/
}


.contact h1{				/*お問合せ、お見積りの見出し文字の要素*/
	color:#ff1463;			/*文字の色”赤”*/
}
