/* 20171010 */
div#temp_message_box {
	border: none;
	background-color: inherit;
}
dl.messagebox dt {
	margin: 1em 0.5em 0.5em 0;
	padding-left: 10px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #da5601;
	border-left-width : 7px;
	border-left-style : solid;
	border-left-color : #da5601;
}
dl.messagebox dd .img_box {
	text-align: center;
}
dl.messagebox dd img {
	margin: 1em 0;
}

