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

p.top{
	margin-bottom:50px;
}
iframe{
	max-width:100%;
	margin-top:20px;
}
#information table{
	margin-left:20px;
}
#information .photobox{
	margin-top:30px;
	margin-bottom:20px;
}
#information .photobox img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

@media screen and (min-width: 769px){
#information th{
	width:120px;
}
#information td{
	padding-bottom:20px;
}

/*駐車場*/
.parking{
	margin-top:40px;
}
.parking h6{
	background:#EEE;
	padding:5px 15px;
	margin-bottom:20px;
}
.parking p{
	margin-top:10px;
}
/*道場長紹介*/
#dojocho img{
	float:left;
	margin-right:20px;
}
#dojocho .name{
	font-weight:bold;
	margin-bottom:20px;
}
#dojocho dl{
	margin-top:20px;
}
#dojocho dt{
	width:100px;
	float:left;
}
}

@media screen and (max-width: 768px){
.parking{
	margin-top:20px;
}
.parking h6{
	background:#EEE;
	padding:5px 15px;
	margin-bottom:20px;
}
.parking p{
	margin-top:10px;
}

}