
#logo{
	padding:2em;
}

.border-r{
	border:solid thin #c0c0c0;
	border-radius: 0.3em;
	margin-top:0.3em;

}

/*メインコンテンツ（レフトコンテンツ）*/

.contentsLeft h2{
	text-align:center;
	margin-bottom:0.5em;	
	background:#ffffff;
	border:solid thin #006400;	
	border-left:solid 1em #006400;
	border-right:solid 1em #006400;
}

.contentsLeft h2{
	border:none;
	background-color: transparent;
}


td{
	background-color:#ffffff;
}

.color-red{
	color:red;
}

.text-r{
	text-align:right;
}

/*個別ページ*/

.index .middle_item p:nth-last-child(2){
	text-align:right;
}

@media screen and (min-width:800px) {
	.index .introduction p{
		font-size:1.2em;
	}
	.index .introduction h2{
		font-size:1.5em;
	}
}

@media screen and (max-width:800px) {
	.index .column-2 > div {
		width:100%
	}
}

.index .column-2 > div h3{
	text-align:center;
	margin:0.5em;
}

.index .column-3 > div p{
	text-align:center;
}

.index .column-3 > div img{
	width:50%;
}

.index .infotable h3{
	text-align:center;
}

.index .infotable table{
	margin-bottom:2em;
}



.button{
	display: block;
	text-decoration: none;
	color:#ffffff;
	background: #ffa500;
	text-align: center;
	border-radius: 1em;
	border: none;
	 margin-left: 0.3em;
	margin-right: 0.3em;
	box-shadow: 0.2em 0.2em 1em #999999;
	font-size:1.3em;
}


.mantoman .infotable td ,.mantoman .infotable th{
	text-align:center;
}

.mantoman .infotable .fee td{
	width:34%;
}

@media screen and (max-width:800px) {
	.school .column-2 > div {
		width:100%
	}
}





.contact .ggmap {
	padding-bottom: 190%;
}





