@import "../css/standard.css";

/* メイン
-------------------------------------------------- */
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.container2 {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 920px;
	position: relative;
}
.container2 h3 {
	font-size: 55px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 30px;
	color: #AC6700;
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B2D9FF;
}
.container2 p {
	font-size: 40px;
	line-height: 1.7em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.staff_bt img {
	margin-left: -28px;
	margin-top: 25px;
}
