@charset "utf-8";
p.logo{
	width:140px;
	height: 25px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	display:inline;
}
div#floating-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background-color: #00b0f0;
	border: 1px solid #00b0f0;
	z-index: 9999;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#floating-menu a {
	color: #000;
	margin: 0px 0px 0px 20px;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
	float:right;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}
h1 {
	margin: 80px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
img.logo {
	float: right;
	margin: -75px 20px 0px 0px;
	max-width: 100px;
}
div#floating-menu img {
	display:none;
}
div.center {
	width: 100%;
	text-align:center;
}
hr {
	width: 100%;
	height: 3px;
	background-color: #00b0f0;
	border: none;
	color: #00b0f0;
	margin: 30px 0px;
}
th {
	text-align:right;
}
td {
	text-align:left;
}
table {
	text-align:center;
}
th, td{
	vertical-align: top;
}
table.table1 th{
	width:200px;
	padding: 10px;
}
table.table1 td{
	width:auto;
	padding: 10px;
}
table.table2 th{
	width:300px;
	padding: 10px;
}
table.table2 td{
	width:auto;
	padding: 10px 100px 10px 10px;
}
p.text1{
	background-color:#ff0;
	max-width:470px;
	margin: 0px auto 20px;
	border: solid 1px #000;
}

.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list1{
	counter-reset:li;   
}
 
.list1 li{
	position:relative;
	display: block;
	padding:10px 0px 10px 30px; 
	margin-left:0px !important;
}
 
li.list1-count:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 30px;
	color:#bbb;
	font-family:'Goudy Bookletter 1911',Georgia,serif;
}
