@charset "UTF-8";
/* CSS Document */

.popup_help {
  padding: 0 3px;
  color: #66f;
  font-weight: bold;
  cursor: pointer;
}
.popup_help_window {
	width: 150px;
	position: absolute;
	padding: 6px 15px;
	background-color: #fff;
	border: 1px solid #00f;
	display: none;
	color: #00f;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #006;
	white-space : pre-line ;
}