@charset "utf-8";
/* style.css　
--------------------------------------------------------- */
@import "common.css";
@import "pagelayout.css";
@import "printlayout.css";

.companyinfo{
	height:auto;
	font-size:26px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-decoration: none;
	
}

.compinf{
	display:flex;
	justify-content: space-between;
}

#img-box{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#img-box img{
	width:45%;
	height:45%;
	margin-bottom:60px;
}

a{
	text-decoration: none;
}

.menu{
	display:flex;
	align-items: flex-start;
	align-items: center;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}