@charset "utf-8";

/*
	レイクピアについて
*/

#about #content h1 {
	background-image: url(../../about/images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 38px;	
}

#about #content h2 {
	border-bottom: 1px dashed;
	margin-bottom: 25px;
	font-size: 18px;
	padding-bottom: 25px;
}

#about #content section {
	padding: 25px;
	overflow: hidden;
	margin-top: 30px;
}

#about #content section p {
	margin-top: 20px;
}

#about #content #section-01 {
	border: 5px solid #e60012;
	margin-top: 0px;
}

#about #content #section-01 h2 {
	border-bottom-color: #e60012;
	color: #e60012;
}

#about #content #section-01 figure {
	float: right;
	padding-left: 40px;
}

#about #content #section-02 {
	border: 5px solid #cbac00;
}

#about #content #section-02 h2 {
	border-bottom-color: #cbac00;
	color: #cbac00;
}

#about #content #section-02 figure {
	float: left;
	padding-right: 40px;
}

#about #content #section-03 {
	border: 5px solid #014099;
}

#about #content #section-03 h2 {
	border-bottom-color: #014099;
	color: #014099;
}

#about #content #section-03 figure {
	float: right;
	padding-left: 40px;
}

#about #content #section-03 dl {
	margin-top: -20px;
	overflow: hidden;
	width: 580px;
}

#about #content #section-03 dl dt {
	font-weight: bold;
	padding-top: 20px;
	float: left;
	width: 70px;
	text-align: justify;
}

#about #content #section-03 dl dd {
	padding-left: 100px;
	padding-top: 20px;
}

#about #content #section-03 p {
	margin-top: 0;
}

#about #content #section-03 .note {
	font-size: 12px;
	line-height: 1.5;
}

#about #content #section-03 .more {
	margin-top: 20px;
}
