/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/12/22, 16:29:54
    Author     : ega
*/
.hide{
    display: none;
}
 
a.tgTtip {
    margin: 0;
    text-decoration: none;
    font-size: 1em;
}
 
/* クリック元装飾 */
span.tooltip1 {
    /*color: #fff;*/
    text-align: center;
    padding: 0 0.5em;
    /*background-color: green;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
}
 
/* クリック元装飾(2) */
span.tooltip2 {
    background-color: #ccc;
}
 
/* ツールチップ本体 */
p.tgToolTip {
    margin: 0;
    padding: 0.5em 1em;
    background-color: #666;
    border: 3px solid #000;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 1em;
    top: 100px;
    left: 20px;
    position: absolute;
    z-index: 100;
}
 
.dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}
