/* ÆË¾÷ */
.popup_window { border: 1px solid #666; background: white; z-index:999999999}
.popup_window .popup_title { font-size: 9pt; font-weight: bold; padding: 3px 10px; background: #333; color: white; display: none; }
.popup_window .popup_content_wrap { padding: 0; margin: 0 0 20px 0; background: white; }
.popup_window .popup_content_wrap .popup_content { padding: 5px 10px; }
.popup_window .popup_content_wrap .popup_image { }
.popup_window .popup_close_wrap { text-align: left; background: #333; position: relative; height: 20px; position: absolute; bottom: 0px; width: 100%; }
.popup_window .popup_close_wrap form { padding: 0; margin: 0; }
.popup_window .popup_close_wrap .popup_close_button { position: absolute; right: 5px; top: 1px; font-size: 9pt; cursor: pointer; color: white; }
