@charset "UTF-8";			/*スタイルシートで使う文字エンコーディングを定義*/

.process{					/*塗装工事の流れの要素*/
	margin-left:270px;		/*左余白270pxで表示*/
	margin-right:10px;		/*右余白10pxで表示*/
	padding-top:10px;		/*上余白10pxで表示*/
}


.process h1{				/*塗装工事の流れの見出し文字の要素*/
	color:#0000cd;			/*文字の色”青”*/
}
