body {
	background: #a3d29c;
	font-family: 'M PLUS Rounded 1c';
	color: #555;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.container {
	background: #fff;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 8px;
	box-sizing: border-box;
}
.site-title {
	color: #10a24f;
	font-size: .9em;
	margin: 0;
}
.large {
	font-size: 1.25em;
}
.ml10 {
	margin: 0 0 0 10px;
}
.mr10 {
	margin: 0 10px 0 0;
}
.mlr10 {
	margin: 0 10px;
}
.mlr50 {
	margin: 0 50px;
}
.mtb20 {
	margin: 20px 0;
}
.mtb50 {
	margin: 50px 0;
}
.mt0 {
	margin-top: 0;
}
.mb0 {
	margin-bottom: 0;
}
.mb50 {
	margin-bottom: 50px;
}
.mt50 {
	margin-top: 50px;
}
.mtb0 {
	margin-top: 0;
	margin-bottom: 0;
}
.site-top-background {
	position: relative;
}
.site-top-background a {
	color: #888;
	text-decoration: none;
}
.site-top-background a:hover {
	color: #800;
}
.text-green {
	color: #00a450;
}
.line {
	background: url(topic-line.jpg);
	background-repeat: no-repeat;
	background-position: bottom -2px left 0px;
	background-size: contain;
}
.site-menu ul {
	display: flex;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
	margin: 0;
}
.site-menu li {
	margin: 0 10px;
	width: 128px;
	height: 32px;
	text-align: center;
	background: url(sub-menu.png);
	background-repeat: no-repeat;
	background-position: bottom 5px center;
}
.site-menu a {
	color: #888;
	font-weight: 700;
	text-decoration: none;
}
.site-menu a:hover {
	color :#810;
}
@media only screen and (max-width: 656px) {
	.title-header-text {
		top: 21%;
		left: 7%;
		font-size: 2.5vw;
	}
	.title-header {
		background: url(t-header.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: calc(100vw / 4);
		position: relative;
	}
}
@media only screen and (min-width: 657px) {
	.title-header-text {
		top: 36px;
		left: 42px;
		font-size: 16px;
	}
	.title-header {
		background: url(t-header.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 165px;
		position: relative;
	}
}
.title-header-text {
	position: absolute;
	color: #333;
	font-weight: 700;
	user-select: none;
}
.title-line {
	background: url(title-line.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
	width: 75%;
	min-width: 200px;
}
.title-line2 {
	background: url(title-line2.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
	width: 50%;
	min-width: 200px;
}
.bold {
	font-weight: bold;
}
.google-map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google-map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.jiritsu-table {
	border: 2px solid #080;
	border-collapse: collapse;
	width: 85%;
	margin: 0 auto;
}
.jiritsu-table th{
	background: #9f9;
	border: 1px solid #080;
}
.jiritsu-table td{
	background: #cfc;
	border: 1px solid #080;
}
.gijiroku-table {
	border-collapse: collapse;
	width: 100%;
}
.gijiroku-table tr{
	border-bottom: 1px solid #9c9
}
.gijiroku-kako-table {
	border-collapse: collapse;
	width: 100%;
	background: #cff;
	border: 2px solid #0cc;
}
.gijiroku-kako-table tr:first-child{
	background: #9ff;
}
.gijiroku-kako-table th{
	border: 1px solid #0cc;
}
.gijiroku-kako-table td{
	border: 1px solid #0cc;
}
.jigyousho-table {
	margin: 0 auto 40px auto;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999;
	font-size: 80%;
}
.jigyousho-table th{
	border: 1px solid #999;
}
.jigyousho-table td{
	border: 1px solid #999;
}