@charset "utf-8";
/* CSS Document */
/* フォーサーズファームウェアコンテンツで使用 */

/*背景黄色の注意書きで使用 */
.caution{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color:#FF0;
	padding:1%
}
