@charset "UTF-8";
/* CSS Document */

.nav
{
	width: 300px;
	margin-top:20px;
	float:left;
}


.sideTel {
	border:2px solid #004381;
	border-radius:10px;
	color: #004381;
	font-size: 1.5em;
	font-weight: 600;
	padding:10px;
	text-align:center;
}

.sideTel img{
	width: 25px;
	height: auto;
	margin-right: 10px;
}

.speed2 {
	text-align: center;
	font-size: 0.6em;
	color: #fff;
	padding: 5px;
	background: #910028;
	border-radius: 50px;
	margin-top: 10px;
}

.sideform {
	border:2px solid #004381;
	border-radius:10px;
	color: #004381;
	font-size: 1em;
	font-weight: 600;
	padding:10px;
	text-align:center;
		margin-top: 10px;
	}

.sideform a {
	color: #004381;
	text-decoration: none;
}



.sideform a:link {
	color: #004381;
	text-decoration: none;
}

.sideform a:visited　{
	color: #004381;
	text-decoration: none;
}


.sideTitle {
	color: #004381;
	font-size: 1em;
	font-weight:600;
	margin-top:20px;
	border-bottom:2px solid #004381;
	}

.sideinfoCon {
	margin-top:20px;
}

.sideInfo img{
	width:90%;
	height:auto;
	margin-top:20px;
	text-align:center;
}


.fixed {
    position: absolute;
}

