@charset "utf-8";

#select_call_nbr .pop_up{
	position: absolute;
	display: inline-block;
	cursor: pointer;
	background-color: #9FBFE1;
	padding-left: 10px;
	/*height:150px;*/
	width: 300px;
	line-height: 20px;
	top: 15px;
	left: 150px;
	border-radius: 9px;
	z-index: 10;
	
	}
#select_call_nbr .pop_up h1{	
	font-size:14px;
}
#select_call_nbr .pop_up p{	
	font-size:12px;
	line-height:15px;
	margin:0px 10px;
}
#main #contents #select_call_nbr {
	position: relative;
	
}


#main #contents #select_call_nbr h2 {
	font-size:18px;
	
	
}
#info01{
	position:relative;
}
.info_box h1{
	font-size: 12px;
	font-weight: bolder;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}

.info_box p{
	font-size: 10px;
	line-height: 10px;
	margin-top: -1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}


.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
