﻿@charset "utf-8";

/* default style clear
------------------------------------------- */
@import url("reset.css");


/* all style
------------------------------------------- */
@import url("base.css");


/* editor style
------------------------------------------- */
@import url("editor.css");


.err_msg {
	font-weight: bold;
	color: #F00;
}
.require {
	font-weight: normal;
	font-size:10px;
	color: #F00;
}

/* エディタ内で使用するスタイルの指定
------------------------------------------------*/
/* FOR_EDITOR */
/*数字番号付きリスト（listNumber）*/ .listNumber ol { list-style-type: decimal; margin-left: 25px; }
/* /FOR_EDITOR */