@charset "utf-8";


#wrapper {
	height: 1300px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/concept/roof.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper p {
	text-align: center;
}
#concept {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border-top: 1px dashed rgba(255,255,255,1.00);
	margin-top: 30px;
	padding-top: 20px;
	color: rgba(255,255,255,1.00);
	font-size: 13pt;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	line-height: 20pt;
}
#concept .bold {
	font-weight: bold;
}
#concept a {
	color: rgba(255,255,255,1.00);
}
