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

#company h3,
#policy h3,
#greeting h3 {
	font-size: 20px;
	border-bottom:1px solid #333;
	margin:0 0 20px;
}
#company h4 {
	font-size: 16px;
	margin:0 0 10px 20px;
}
#company .type1 {
	width: 660px;
	margin:0 0 40px 20px;
}
#company .history {
	margin:0 0 80px 20px;
}

.corpPolicy {
	margin:0 0 80px;
}
.corpPolicy li {
	list-style-type:disc;
	margin:0 0 0 4em;
}

.train {
	margin:0 0 20px 20px;
}

.officer span {
	display: inline-block;
	width: 100px;
}

.map {
	width:660px;
	margin: 0 auto;
}

/* ごあいさつ */
#policy p,
#policy ul {
	margin:0 0 32px;
}
#greeting .photo {
	float: left;
	width: 230px;
}
#greeting .photo img {
	width: 200px;
	height: auto;
}

#company .photo img {
	width: 100%;
	height: auto;
}

#greeting .comment {
	float: right;
	width: 450px;
}
#greeting .comment p {
	margin: 0 0 1em;
}

@media screen and (max-width: 812px) {
	#company .type1 {
		width: 100%;
		margin:0 0 1em 0;
	}
}