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

body{
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #3D3D3D;
	margin-left:30px;
	margin-right:10px;;
	
}

nav{
text-align:left;
	font-size: 15px;
	margin-top:10px;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav li{
list-style: none;
display: inline-block;
width:31%;
min-width: 80px;
}
nav li:not(:last-child){
border-right:2px solid #ddd;
	
	
}
nav a{
text-decoration: none;
color: #333;
}

nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
nav a:hover{
color:#6C7F8F;
border-bottom:2px solid #0E6F91;
}
.lead{
	margin-top:350px;
	font-weight: bold;
	
}



p#first{
	margin-top:10px;
	margin-left:16px;
	margin-right:30px;
	font-size:15px;
}

p#second{
	margin-left:10px;
}

a{
	color:#152B3E;
}

a:hover{
	color:#152B3E;
	background:#C6C6C6;
}


p#third{
	margin-left:10px;
	
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
h3{
	margin-top:100px;
	font-weight:700;
}


img{
	margin-top: 20px;
	margin-bottom: 20px;
	
}
