@charset "UTF-8";

.kishimoto{
	display: flex;
	margin: auto;
	padding: 10px 10px 0px 10px;
	height:50px;
	text-align: center;
	}

.kishimoto>div.kishimoto_font{
margin: 0px 0px 0px 70px;
	width: 200px;
	heigth:10px;
display: flex;
  justify-content: center;
  align-items: center;
	}
	
.kishimoto>div:last-of-type{
 margin-left: auto;
	}
	
hr.hhr { 
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
	margin: 0px;
}
