@charset "UTF-8";

/* -------------------------------- 

	base

-------------------------------- */
#content { padding-top:3rem !important;}

article header {
	display:block;
	width:1000px;
	height:23rem;
	position:relative;
	margin:0 auto 5rem;
	border:6px solid #c3e07f;
}
article header h1 {
	background-image: url("../images/program/flathome/title_flathome.png") ;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto !important;
	width: 25rem;
	height: 7.6rem;
}

#content section {
	width:740px;
	margin:0 auto 7rem;;
}

#content p {
	font-size:1.4rem;
	letter-spacing:0.1rem;
	line-height:1.8;
	margin-bottom:2.8rem;
}


/* -------------------------------- 

Style

-------------------------------- */

section h2 {
	margin:2rem 0 2rem;
	background:#000;
	color:#fff;
	padding:.8rem 2rem;
	display:inline-block;
	font-size:1.4rem;
}
section h3 {
	font-weight:bold;
	margin:2.5rem 0 2rem;
}

/* -------------------------------- 

DL UL

-------------------------------- */

#content section ul.img {
	margin-bottom:3rem;
}
#content section ul.img li {
	float:left;
  margin: 0 2.5em 0 0;
	}
#content section ul.img li:last-child {
	margin-right:0;
}




#content section ul.programFlat {
	padding-left:3rem;
}
#content section ul.programFlat li {
  margin: 0 0 .7rem;
	list-style: decimal;
	padding-left:.5rem;
}


