@charset "UTF-8";

html,body {
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
	color: #333333;
	background-color: #FFFFFF;
	overscroll-behavior: none;
}

* {
	font-family: "メイリオ", Meiryo;
}

body {
	width: 100%;
	height: 100%;
}

html {
	overflow-x: auto;
	overflow-y: scroll;
	height: 100%;
	min-height: 100%;
}

a:VISITED,
a:LINK {
	color: #0055FF;
}

table.z0400_layout,
td.z0400_layout {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

form {
	height: 100%;
}

#main {
	height: 100%;
}

#z04_flex_area {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#z04_header_area,
#z0400_simple_header_area {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFE5E5;
	height: 47px;
	width: 100%;
	z-index: 3000;
	position: fixed;
}

#z04_header_layout{
	height: 47px;
	width: 100%;
}

table.z04_header_layout{
	height: 47px;
	width: 100%;
}

#z04_logo_area{
	vertical-align: top;
	min-width: 161px;
	padding: 0px;
}

td.z04_logo_area{
	vertical-align: top;
	min-width: 161px;
	padding: 0px;
}

img.z0400_logo {
	border: 0;
	margin-left: 25px;
	margin-right: 23px;
	padding-top: 9px;
}

#z04_header_button_area {
	height: 47px;
	width: 100%;
}

#z04_band_right {
	vertical-align: top;
}

td.z04_band_right {
	vertical-align: top;
}

#z04_customer_name {
	color: #333333;
	width: 100%;
	padding-top: 6px;
}

#z04_clear_button1_area,
#z04_clear_button2_area,
#z04_clear_button3_area,
#z04_clear_button4_area,
#z04_customer_button_area,
#z04_inquiry_button_area,
#z04_logout_button_area,
#z04_help_button_area,
#z04_gnavi_button_area {
	width: 0%;
	vertical-align: middle;
	padding: 0px;
	text-align: right;
	white-space: nowrap;
}

#z04_width_size_area {
	padding: 0px 0px 0px 25px;
}

.z0400_help_button {
	padding-top: 17px !important;
	font-size: 8pt !important;
	position: relative;
	padding-right: 4px !important;
	padding-left: 4px !important;
}

.z0400_help_button:after {
	content: "？";
	color: #333333;
	font-size: 10pt;
	position: absolute;
	top: 1px;
	right: 14px;
}

.z0400_help_button:disabled:after {
	color: #757575;
}

.z0400_header_button {
	background: linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%);
	border-radius: 6px;
	box-shadow: 0px 2px 1px rgba(4,0,0,.5);
	color: #333333;
	font-size: 13pt;
	padding: 3px 16px 0px 16px;
	margin: 6px 0px 5px 10px;
	height: 36px;
	cursor: pointer;
}

.z0400_header_button:active {
	background: linear-gradient(to bottom, #F2F2F2 0%, #D9D9D9 100%);
	box-shadow: none;
}

.z0400_header_button:disabled {
	background: #BFBFBF;
	border: none;
	box-shadow: none;
	color: #757575;
	cursor: default;
}

.z0400_gnavi_menu_button {
	background: url("../image/menu_l.png?20180326") no-repeat ,linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%) !important;
	background-size: 16px 15px, 100% 100% !important;
	background-position: 16px 9px, 0px, 0px !important;
	padding: 3px 16px 0px 40px !important;
	width: 130px;
}

.z0400_gnavi_menu_button:active {
	background: url("../image/menu_l.png?20180326") no-repeat ,linear-gradient(to bottom, #F2F2F2 0%, #D9D9D9 100%) !important;
	background-size: 16px 15px, 100% 100% !important;
	background-position: 16px 9px, 0px, 0px !important;
	padding: 3px 16px 0px 40px !important;
	box-shadow: none;
}

.z0400_gnavi_menu_button:disabled {
	background: url("../image/menu_l.png?20180326") no-repeat ,#BFBFBF !important;
	background-size: 16px 15px, 100% 100% !important;
	background-position: 16px 11px, 0px, 0px !important;
}

.z0400_gnavi_close_button {
	background: url("../image/close_navi_l.png?20180326") no-repeat ,linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%) !important;
	background-size: 16px 15px, 100% 100% !important;
	background-position: 16px 9px, 0px, 0px !important;
	padding: 3px 16px 0px 40px !important;
	width: 130px;
	text-align: left;
}

.z0400_gnavi_close_button:active {
	background: url("../image/close_navi_l.png?20180326") no-repeat ,linear-gradient(to bottom, #F2F2F2 0%, #D9D9D9 100%) !important;
	background-size: 16px 15px, 100% 100% !important;
	background-position: 16px 9px, 0px, 0px !important;
	padding: 3px 16px 0px 40px !important;
	box-shadow: none;
}

.z0400_gnavi_close_button:disabled {
	background: url("../image/close_navi_l.png?20180326") no-repeat ,#BFBFBF !important;
	background-size: 16px 15px, 100% 100% !important;
	background-position: 16px 11px, 0px, 0px !important;
}

#z04_title_full_area {
	padding: 47px 0px 1px 0px;
	background: #FFF2F2;
	box-shadow: 0 0 6px rgba(4,0,0,.5);
	position: fixed;
	z-index: 2500;
	height: 44px;
	width: 100%;
	top: 0px;
}

#z04_title_area {
	padding: 6px 0px 0px 25px;
	font-size: 18pt;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	height: 44px;
}

#z0400_scroll_full_area {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 91px 0px 0px 0px;
	width: 100%;
	flex: 1 0 auto;
}

#z0400_scroll_area {
}

#z0400_scroll_full_area_template {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	flex: 1 0 auto;
}

.z0400_hide {
	display: none;
}

#z04_message_area_h {
	position: fixed;
	z-index: 2000;
	box-shadow: 0 0 6px rgba(4, 0, 0, 0.5);
	background-color: #FFFFFF;
	top:91px;
	width: 100%;
}

#z04_message_area_h_inner {
	padding: 16px 25px 16px 25px;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#z04_message_area_h_list {
	margin: 0px;
	padding: 0px;
	height: 88px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 13pt;
	color: #CC0000;
	list-style-type: none
}

#z04_message_area_h_list li {
	padding-left: 42px;
	padding-right: 12px;
	position: relative;
	background: url(../image/error_l.png?20180326) no-repeat;
	background-size: 20px 20px;
	background-position: 12px 2px;
}

#z04_message_area_h_list li:first-child {
	margin-top: 0;
}

#z04_message_area {
	display: block;
	margin: 16px 25px 16px 25px;
	background-color: #FFFFFF;
}

.z04_message_area_no_margin {
	margin: 0px 25px 0px 25px !important;
}

#z04_message_area_inner {
	border: 1px solid #CC0000;
	border-radius: 4px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#z04_message_area_list {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-size: 13pt;
	color: #CC0000;
	list-style-type: none;
}
#z04_message_area_list li {
	margin-top: 6px;
	padding-left: 40px;
	padding-right: 16px;
	position: relative;
	background: url(../image/error_l.png?20180326) no-repeat;
	background-size: 20px 20px;
	background-position: 12px 2px;
}
#z04_message_area_list li:first-child {
	margin-top: 20px;
}
#z04_message_area_list li:last-child {
	margin-bottom: 20px;
}

#z04_content_area {
	background: #FFFFFF;
}

#z04_content_waiting {
	padding-top: 47px;
	margin-left: auto;
	margin-right: auto;
	flex: 1 0 auto;
	width: 100%;
}

table.z0400_notice {
	background-color: #FFFCF2; 
	border: 3px #FFC400 solid;
	border-radius: 6px;
	width: 100%;
	border-collapse: separate;
}

.z0400_notice_icon {
	background-image: url("../image/attention_l.png?20180326");
	background-size: 36px 33px;
	background-repeat: no-repeat;
	height: 33px;
	width: 36px;
}

table.z0400_notice td.z0400_message {
	padding: 16px 12px 16px 0px;
}

.z0400_separator {
	background-color: #eeeeee; 
	border-collapse: collapse;
	border: 0 none;
	margin: 30px 0px 30px 0px;
	width: 100%;
	height: 14px;
}

.z0400_required_icon {
	background-image: url("../image/required_l.png?20180326");
	background-size: 47px 21px;
	background-repeat: no-repeat;
	height: 21px;
	width: 47px;  
}

.z0400_another_icon_black {
	background-image: url("../image/another_win_black_l.png?20180326");
	background-size: 17px 15px;
	background-repeat: no-repeat;
	height: 15px;
	width: 17px;  
	cursor: pointer;
}

.z0400_another_icon_blue {
	background-image: url("../image/another_win_blue_l.png?20180326");
	background-size: 17px 15px;
	background-repeat: no-repeat;
	height: 15px;
	width: 17px;  
	cursor: pointer;
}

.z0400_help_icon {
	background-image: url("../image/help_l.png?20180326");
	background-size: 22px 21px;
	background-position: center;
	background-repeat: no-repeat;
	height: 7mm;
	width: 7mm;
	cursor: pointer;
}

.z0400_help_icon2 {
	background-image: url("../image/help02_l.png?20180326");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	height: 7mm;
	width: 7mm;
	cursor: pointer;
}

.z0400_title_large {
	font-size: 16pt;
	font-weight: bold;
	padding: 12px 12px 9px 12px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #E60012 #CCCCCC;
	border-width: 1px 1px 4px 1px;
	border-radius: 5px;
	background-color: #FFF2F2;
	margin: 16px 0px 24px 0px;
	height: 18px;
	line-height: 18px;
}

.z0400_title_small:before {
	background-color: #E60012;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 26px;
	margin-right:10px;
	vertical-align: middle;
	width:4px;
}

.z0400_title_small {
	font-weight: bold;
	margin: 24px 0px 16px 0px;
	height: 26px;
	line-height: 26px;
}

.z0400_explanation {
 	background-color: #FFF2F2; 
 	border: 0px;
 	width: 100%;
 	border-collapse: separate;
}

.z0400_complete_message {
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
	display: table;
	margin-top: 36px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}

table.z0400_completion_notice {
	background-color: #F7FCFF; 
	border: 1px #00AAFF solid;
	border-radius: 6px;
	width: 100%;
	border-collapse: separate;
}

table.z0400_table {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table.z0400_table th.z0400_category_caption {
	font-weight: bold;
	background: #F5F5F5;
	text-align: left;
}

table.z0400_table td.z0400_column_caption {
	background-color: #FFF2F2;
}

table.z0400_table td.z0400_accentuation {
	font-weight: bold;
}

table.z0400_table td {
	padding: 16px 16px;
}

table.z0400_table td.z0400_emphasis_background {
	background-color: #FFFCF2;
}

table.z0400_table tr.z0400_noline td {
	border: 0px !important;
}

table.z0400_table .z0400_noneleft {
	border-left: 0px !important;
}

table.z0400_table .z0400_noneright {
	border-right: 0px !important;
}

table.z0400_table .z0400_nonebottom {
	border-bottom: 0px !important;
}

table.z0400_table .z0400_nonetop {
	border-top: 0px !important;
}

table.z0400_table .z0400_solidtop {
	border-top: 1px solid #CCCCCC !important;
}

table.z0400_table .z0400_solidbottom {
	border-bottom: 1px solid #CCCCCC !important;
}

table.z0400_table .z0400_solidleft {
	border-left: 1px solid #CCCCCC !important;
}

table.z0400_table .z0400_solidright {
	border-right: 1px solid #CCCCCC !important;
}

table.z0400_table .z0400_solidbottom_th {
	border-bottom: 1px solid #FFFFFF !important;
}

table.z0400_table .z0400_solidright_th {
	border-right: 1px solid #E60012 !important;
}

table.z0400_table .z0400_dottedtop {
	border-top: 1px dotted #CCCCCC !important;
}

table.z0400_table .z0400_dottedbottom {
	border-bottom: 1px dotted #CCCCCC !important;
}

table.z0400_table .z0400_dottedleft {
	border-left: 1px dotted #CCCCCC !important;
}

table.z0400_table .z0400_dottedright {
	border-right: 1px dotted #CCCCCC !important;
}

table.z0400_table .z0400_solidredtop {
	border-top: 5px solid #CC0000 !important;
}

table.z0400_table .z0400_solidredbottom {
	border-bottom: 5px solid #CC0000 !important;
}

table.z0400_table .z0400_solidredleft {
	border-left: 5px solid #CC0000 !important;
}

table.z0400_table .z0400_solidredright {
	border-right: 5px solid #CC0000 !important;
}

table.z0400_table td.z0400_input {
	font-size: 13pt;
	color: #333333;
}

input[type="text"], input[type="password"] {
    font-size: 13pt;
	font-family: "メイリオ", Meiryo;
    color: #333333;
    margin: 0px;
	padding: 3px 3px 2px 3px;
	border-radius :4px;
	box-shadow :inset 0px 2px 1px 0px rgba(4, 0, 0, 0.5);
	box-sizing :border-box;
}

input[type="text"]:disabled {
	background-color: #F5F5F5;
	border :1px solid #CCCCCC;
	box-shadow: none;
	pointer-events: none;
}

input:-ms-input-placeholder {
	color: #8A8A8A;
}

.z0400_textfield {
	border :1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.z0400_textfield_sel {
	border :3px solid #298CCB;
	background-color: #FFFFFF;
}

.z0400_textfield_req {
	border :1px solid #CCCCCC;
	background-color: #FFE5E5;
}

.z0400_textfield_dis {
	border :1px solid #CCCCCC;
	background-color: #F5F5F5;
	box-shadow: none !important;
}

input.z0400_button {
	font-size: 13pt;
	color: #333333;
	font-family:"メイリオ", Meiryo;
	background: linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%);
	border-radius: 6px;
	box-shadow: 0px 2px 1px rgba(4,0,0,.5);
	padding: 3px 16px 0px 16px;
	height: 36px;
	cursor: pointer;
}

input.z0400_button:active {
	background: linear-gradient(to bottom, #F2F2F2 0%, #D9D9D9 100%);
	box-shadow: none;
}

input.z0400_button:disabled {
	background: #BFBFBF !important;
	border: none !important;
	box-shadow: none !important;
	color: #757575 !important;
	cursor: default !important;
}

.z0400_link_line {
	text-decoration: underline;
}

.z0400_link_line:HOVER {
	text-decoration: none;
}

.z0400_link_noline {
	text-decoration: none;
}

.z0400_link_noline:HOVER {
	text-decoration: underline;
}

.z0400_note {
	font-size: 13pt;
	float: left;
	margin: 0px 0px 10px 0px;
	color: #333333;
}

label.z0400_label {
	display: block;
	float: left;
	width: 30px;
	margin: 3px 5px 0px 0px;
	text-align: right;
}

#z04_approval_no_area {
	font-size: 10pt;
	text-align: right;
	margin: 0px 35px 5px 0px;
}

.z0400_display_flex_none {
	flex: none;
}

#z04_fix_bottom_area {
	width: 100%;
	flex: none;
}

div.z04_fix_bottom_area {
	width: 100%;
	flex: none;
}

#z04_button_full_area {
	background: #D9D9D9;
	height: 70px;
}

#z04_button_main_area {
	padding: 10px 25px 14px 25px;
	margin-left: auto;
	margin-right: auto;
	height: 46px;
}

#z04_button_area {
	width: 100%;
}

#z04_left_end_button_area {
	text-align: left;
}

#z04_inner_left_button_area {
	text-align: left;
}

#z04_left_button_area {
	text-align: left;
}

#z04_left_empty_area {
	width: 100%;
}

#z04_center_button_area {
	text-align: center;
}

#z04_right_empty_area {
	width: 100%;
}

#z04_right_button_area {
	text-align: right;
}

#z04_inner_right_button_area {
	text-align: right;
}

#z04_right_end_button_area {
	text-align: right;
}

.z0400_back_button {
	background: url("../image/arrow_left_l.png?20180326") no-repeat ,linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%) !important;
	background-size: 17px 17px, 100% 100% !important;
	background-position: 16px 8px, 0px, 0px !important;
	padding: 3px 16px 0px 41px !important;
}

.z0400_back_button:active {
	background: url("../image/arrow_left_l.png?20180326") no-repeat ,linear-gradient(to bottom, #F2F2F2 0%, #D9D9D9 100%) !important;
	background-size: 17px 17px, 100% 100% !important;
	background-position: 16px 8px, 0px, 0px !important;
	padding: 3px 16px 0px 41px !important;
	box-shadow: none;
}

.z0400_back_button:disabled {
	background: url("../image/arrow_left_l.png?20180326") no-repeat ,#BFBFBF !important;
	background-size: 16px 15px, 100% 100% !important;
	background-position: 16px 11px, 0px, 0px !important;
}

.z0400_next_button {
	background: url("../image/arrow_right_l.png?20180326") no-repeat ,linear-gradient(to bottom, #FFD9D9 0%, #EDB2B2 100%) !important;
	background-size: 22px 22px, 100% 100% !important;
	background-position: right 16px bottom 10px, 0px 0px !important;
	padding: 3px 46px 0px 16px !important;
}

.z0400_next_button:active {
	background: url("../image/arrow_right_l.png?20180326") no-repeat ,linear-gradient(to bottom, #F2CECE 0%, #EDB2B2 100%) !important;
	background-size: 22px 22px, 100% 100% !important;
	background-position: right 16px bottom 10px, 0px 0px !important;
	padding: 3px 46px 0px 16px !important;
	box-shadow: none;
}

.z0400_next_button:disabled {
	background: url("../image/arrow_right_l.png?20180326") no-repeat ,#BFBFBF !important;
	background-size: 22px 22px, 100% 100% !important;
	background-position: right 16px bottom 12px, 0px 0px !important;
}

.z0400_button_size_large {
	background: linear-gradient(to bottom, #FFD9D9 0%, #EDB2B2 100%);
	border-radius: 6px;
	box-shadow: 0px 2px 1px rgba(4,0,0,.5);
	height: 46px;
	color: #333333;
	font-size: 16pt;
	font-weight: bold;
	padding: 3px 16px 0px 16px;
	position: relative;
	margin: 0px 16px 0px 0px;
	white-space: nowrap;
	cursor: pointer;
}

.z0400_button_size_large:active {
	background: linear-gradient(to bottom, #F2CECE 0%, #EDB2B2 100%);
	box-shadow: none;
}

.z0400_button_size_large:disabled {
	background: #BFBFBF;
	border: none;
	box-shadow: none;
	color: #757575;
	padding: 3px 16px 0px 16px;
	cursor: default;
}

.z0400_button_size_medium {
	background: linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%);
	border-radius: 6px;
	box-shadow: 0px 2px 1px rgba(4,0,0,.5);
	height: 36px;
	color: #333333;
	font-size: 13pt;
	padding: 3px 16px 0px 16px;
	position: relative;
	margin: 6px 16px 4px 0px;
	white-space: nowrap;
	cursor: pointer;
}

.z0400_button_size_medium:active {
	background: linear-gradient(to bottom, #F2F2F2 0%, #D9D9D9 100%);
	box-shadow: none;
}

.z0400_button_size_medium:disabled {
	background: #BFBFBF;
	border: none;
	box-shadow: none;
	color: #757575;
	cursor: default;
}

.z0400_button_hidden {
	visibility: hidden;
	cursor: default !important;
}

#z04_footer_full_area {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #F5F5F5;
}

#z04_footer_area {
	margin-left: auto;
	margin-right: auto;
}

table.z0400_footer_area {
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}
table.z0400_footer_area td {
	padding: 0px 0px 4px 0px;
}

table.z0400_footer_area table.z0400_footer_notice {
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	margin-top: 3px;
}
table.z0400_footer_area table.z0400_footer_notice td {
	padding: 0px 0px 4px 3px;
}

table.z0400_footer_area span.z0400_emphasis {
	font-weight: bold;
}

table.z0400_footer_area span.z0400_phone {
	font-size: 20pt;
	font-weight: bold;
	color: #CC0000;
}

table.z0400_footer_area span.z0400_emphasis_red {
	font-weight: bold;
	color: #CC0000;
}

table.z0400_footer_area span.z0400_normal {
	
}

#z04_full_copyright {
	margin: 0px 0px 0px 0px;
	background: #B3B3B3;
	text-align: center;
	text-decoration: none;
	height: 20px;
}

div.z04_full_copyright {
	margin: 0px 0px 0px 0px;
	background: #B3B3B3;
	text-align: center;
	text-decoration: none;
	height: 20px;
}

#z04_copyright {
	margin-left:auto;
	margin-right:auto;
	font-size: 10pt;
	height: 20px;
	line-height: 20px;
}

div.z04_copyright {
	margin-left:auto;
	margin-right:auto;
	font-size: 10pt;
	height: 20px;
	line-height: 20px;
}

#main {
	visibility: hidden;
}

#waitmsg {
	visibility: visible;
	height: 100%;
}

#z04_wait_screen_content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.z0400_wait_body {
	visibility: hidden;
}

#z04_flow_limit_message {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin-top: 100px;
}

#z04_progress_bar {
	padding: 422px 0px 20px 25px;
	font-size: 12pt;
	text-align: left;
	color: #000000;
}

#z04_tooltip_frame {
	position: absolute;
	caption-side: top;
	color: #333333;
	direction: ltr;
	font-size: 13pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	text-shadow: none;
	text-transform: none;
	text-align-last: auto;
	text-indent: 0;
	orphans: 2;
	widows: 2;
	white-space: normal;
	word-spacing: normal;
	word-wrap: normal;
}

#z04_tooltip_back {
	width: 383px;
	position: relative;
	cursor: default;
	border-width: 0px;
	border-radius: 6px;
	background-color: #FFE5E5;
	box-shadow: 0.5px 0.5px 5px 0px rgba(0,0,0,0.5);
	z-index: 1000;
	word-break: break-all;
}

#z04_tooltip {
	width: 383px;
	border-radius: 6px;
	border-style: solid;
	border-color: #C5C3C3;
	border-width: 0px;
	border-collapse: collapse;
}

#z04_tooltip_title {
	width: 313px;
	padding: 16px 0px 16px 16px;
	background-color: #FFE5E5;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: bold;
}

#z04_tooltip_content {
	min-height: 112px;
	padding: 16px 16px 20px 16px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#z04_tooltip_close_area {
	padding: 0px 8px 0px 10px;
}

.z04_tooltip_close_btn {
	position: relative;
	margin: 0 auto;
	background: linear-gradient(to bottom, #FCFCFC 0%, #D9D9D9 100%) !important;
	border-radius: 6px;
	box-shadow: 0px 0.5px 1px 0.5px #949494;
	padding: 1px;
	width: 36px;
	height : 36px;	
	text-indent: -9999px;
	cursor: pointer;
	overflow: visible;
}

.z04_tooltip_closebtnicon_closethick {
	background-image: url("../image/close_l.png?20180326") !important;
	background-repeat: no-repeat !important;
	background-size: 16px 15px !important;
	background: none;
	width: 16px;
	height : 15px;	
}

.z04_tooltip_closebtnicon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}
