/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.tipso_bubble {
    position: absolute;
	text-align: left;
	border-radius: 6px;
	z-index: 11100;
	padding: 10px;
}
.tipso_style{
	cursor: help;
	border-bottom: 1px dotted;
}
.tipso_content {
  	word-wrap: break-word;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}
.tipso_bubble.top > .tipso_arrow {
   	border-top-color: #000;
   	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
    border-bottom-color: #000;
    border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
    border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
    top: 50%;
	left: 100%;
	margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
    border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
    top: 50%;
	right: 100%;
	margin-top: -8px;
}

/* 火災オリジナル */
.tipso_content table {border: none; font-size: 14px;}
.tipso_content table tr th, .tipso_content table tr td {border-bottom: 1px solid #fff; border-collapse: collapse; line-height: 1.2em;}
.tipso_content table tr th {width: 50px;}
.tipso_content table tr.end th, .tipso_content table tr.end td {border-bottom: none;}
.tipso_content ul {margin: 0; padding: 5px 0 5px 20px;}
.tipso_content li { list-style: outside disc;}
.tipso_content .link {font-size: 14px; text-align: right; margin: 10px 0;}
.tipso_content .link a {color: #fff; text-decoration: underline;}
.tipso_content div {font-size: 14px; margin: 10px 0;}

