body {
    word-wrap: break-word;
    word-break: break-word;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    color: #222324;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    -webkit-print-color-adjust: exact;
}

.message {
    position: relative;
}
.message.message-error {
    top: -1.5em;
    color: #ff0000b0;
    width: calc(100% - 3em);
    display: inline-block;
    /*position: absolute;*/
    left: 1.5em;
    line-height: 1em;
}
/*.message.message-error.textArea {
    top: 0;
}*/
.message.message-error::before {
    content: "\A";
    white-space: pre;
}
.message.message-whole{
    color: #ff0000b0;
    text-align: center;
    display: block;
    top: -1em;
    font-size: larger;
    font-weight: bold;
}
.message.comment {
    color: #8c8f94;
    left: 2em;
    font-weight: 100;
    font-size: smaller;
}
@media (max-width: 853px) {
	.message.comment {
	    left: 0;
	}
	.message.comment::before {
		content:"\A";
		white-space: pre;
	}
}

input:disabled:read-only,
input:disabled+label {
    cursor: default;
}

.color-white	{	color: WHITE;	}
.color-black	{	color: BLACK;	}
.color-red		{	color: RED;		}
.color-blue		{	color: BLUE;	}
.color-green	{	color: GREEN;	}

