

/* Basic */

	body, input, select, textarea {
		font-size: 12pt;
		line-height: 1.5em;
	}
	
	span#tel  a[href^="tel:"]:hover  /* */
			{
				color: #5f5;
				/*font-weight: bold;	*/
				font-size: 13pt;     /*  */
				line-height: 0.9em ;  /*  */
				margin-left: -0.4em;
				/* text-decoration:underline;  */
				/* cursor: none; */
				
			}	
			
	span#mail	a[href^="mailto:"]:hover
			{
				color: #5f5;
				font-size: 13pt;     /*  */
				line-height: 0.9em ;  /*  */
				margin-left: -0.42em;
			}
			
			
	span#mail_s	a[href^="mailto:"]:hover
			{
				color: #5f5;
				font-size: 13pt;   /*  */
				line-height: 0.9em ;  /*  */
			/*	margin-left: -0.4em;	*/
				margin-left: -0.9em;
				display: inline-block; 
				transform: translate(3.0em, 0em);
			}