﻿@charset "utf-8";

body {
	font-family: HG教科書体;
	font-size: larger;
}

main {
	display: inline-block;
	text-align: left;
}

p {
	margin: 50px 0;
}

hr {
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #3cb371;
}

.navbar {
	background-color: #c1ffc1;
}

.jumbotron {
	background-color: #edffdb;
	background-repeat: repeat;
	margin-bottom: 0;
}

.titlelogo{
	font-size: x-large; 
	font-weight: bold;
}

.ulstyle {
	list-style-type: none;
}

.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%;
}
