@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	margin: 0 20px 70px;
}

#about h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}

#about h2 img {
	width: 140px;
}

/* ---------------------------------------------------------
	CSS Document greeting
--------------------------------------------------------- */

#greeting .container {
	margin: 0 20px 70px;
	text-align: left;
}

#greeting figure {
	text-align: center;
}

#greeting figure > span {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

#greeting figcaption {
	margin-top: 15px;
	line-height: 1.5;
}

#greeting figcaption span {
	font-size: 24px;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	padding: 1px 20px 20px;
	background: #f2f2f2;
}

#company h2 {
	margin: -18px 0 30px;
	padding-left: 10px;
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 10px;
	color: #1fa50a;
}

#company dl {
	margin-bottom: 5px;
	padding: 15px;
	background: #fff;
	text-align: left;
}

#company dt {
	font-weight: bold;
}
