@charset "UTF-8";

body#edit-mode #content .box p.message {
    font-size: 131%;
    font-weight: bold;
    padding: 0.3em 0;
    text-align: center;
}

body#edit-mode #content p#sample {
	margin-bottom: 0.5em;
}

body#edit-mode #content p#sample span.error,
body#edit-mode #content p#sample span.caution,
body#edit-mode #content p#sample span.attention {
	padding: 0.5em 0 0.5em 18px;
	background-position: 0;
	background-repeat: no-repeat;
	color: #000;
}

body#edit-mode #content p#sample span.error {
	background-image: url("../img/error.gif");
}

body#edit-mode #content p#sample span.caution {
	background-image: url("../img/caution.gif");
}

body#edit-mode #content p#sample span.attention {
	background-image: url("../img/attention.png");
}

body#edit-mode #content p#errMessage {
	margin-bottom: 1.0em;
	line-height: 1.3;
}

body#edit-mode #content p#errMessage span.error,
body#edit-mode #content p#errMessage span.caution,
body#edit-mode #content p#errMessage span.attention {
	padding: 0.5em 0 0.5em 18px;
	background-position: 0;
	background-repeat: no-repeat;
	color: #000;
}

body#edit-mode #content p#errMessage span.error {
	background-image: url("../img/error.gif");
}

body#edit-mode #content p#errMessage span.caution {
	background-image: url("../img/caution.gif");
}

body#edit-mode #content p#errMessage span.attention {
	background-image: url("../img/attention.png");
}

body#edit-mode #content #mail-excerpt {
    height: 200px;
}

body#edit-mode #content #mail-ref,
body#edit-mode #content #mail-in {
	height: 500px;
	overflow: scroll;
}

body#edit-mode #content #mail-ref {
	padding: 1px;
	border: 1px solid #ccc;
	float: left;
	width: 378px;
	background: #f3f3f3;
	font-family: "ＭＳ ゴシック", monospace;
}

body#edit-mode #content #mail-in {
	float: right;
	width: 360px;
}

body#edit-mode #content #mail-window #mail-in {
	background-color: #fff !important;
}

body#edit-mode #content #mail-excerpt.wide {
    width: 544px;
}

body#edit-mode #content #mail-in.wide {
	width: 100%;
}

body#edit-mode #content #mail-excerpt,
body#edit-mode #content #mail-ref li,
body#edit-mode #content #mail-in {
	line-height: 16px;
	font-size: 12px;
}


body#edit-mode #content #mail-in[readonly] {
	background-color: grey;
}

body#edit-mode #content #mail-ref ol {
}

body#edit-mode #content #mail-ref li {
	padding-left: 18px;
	display: block;
	background-color: #ddd;
	white-space: nowrap;
}

body#edit-mode #content #mail-ref ol.large > li {
	padding-left: 34px;
}

body#edit-mode #content #mail-ref li.error,
body#edit-mode #content #mail-ref li.caution,
body#edit-mode #content #mail-ref li.attention {
	background-repeat: no-repeat;
	background-position: 1px;
}

body#edit-mode #content #mail-ref li.error {
	background-image: url("../img/error.gif");
}

body#edit-mode #content #mail-ref li.caution {
	background-image: url("../img/caution.gif");
}

body#edit-mode #content #mail-ref li.attention {
	background-image: url("../img/attention.png");
}

body#edit-mode #content #mail-ref li.error.caution {
	background-image: url(../img/error.gif), url(../img/caution.gif) !important;
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 0, 5% 0;
}

body#edit-mode #content #mail-ref li.caution.attention {
	background-image: url(../img/caution.gif), url(../img/attention.png) !important;
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 0, 5% 0;
}

body#edit-mode #content #mail-ref li code {
	padding-left: 1px;
	border-left: 1px solid #ccc;
	display: block;
	color: #000;
	background: #f3f3f3;
	font-family: "ＭＳ ゴシック", monospace;
}

* html body#edit-mode #content #mail-ref li code {
	height: 1%;
}

*:first-child + html body#edit-mode #content #mail-ref li code {
	height: 1%;
}

body#edit-mode #content #mail-ref li code em,
body#edit-mode #content #mail-ref li code strong {
	font-style: normal;
	font-weight: normal;
}

body#edit-mode #content #mail-ref li code strong {
	background: #ccc;
}

body#edit-mode #content #mail-ref li code strong span {
	background-color: #f99;
}

body#edit-mode #content #mail-ref li code em {
	padding: 0 3px;
	color: #000;
	background-color: #ff0;
}

body#edit-mode li.control div {
	width: 100%;
}

body#edit-mode li.control input.submit,
body#edit-mode li.control button {
	min-width: 150px;
	padding: 0.25em 0;
	border: 1px solid grey;
}

body#edit-mode .submit.big {
	width: 300px;
	background-color: #22a3df;
	color: white;
}
