@charset "UTF-8";

#bldg{
	width:954px;
	margin-top:20px;
}

#bldg h1.top{
	padding:10px;
	background-color:#e02020;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:normal;
	letter-spacing:1px;
	font-size:1.2em;
	color:#ffffff;
}





/*　解体工事　*/
section.wrap{
	width:954px;
	margin-top:30px;
}

/*
section.wrap h1{
	padding-left:10px;
	background: linear-gradient(transparent 60%, #FC7373 60%);
	font-size:1.1em;
	letter-spacing:1px;
}

section.wrap p:first-of-type{
	width:954px;
	margin-top:10px;
	overflow:hidden;
	line-height:1.4em;
}
 
section.wrap p:first-of-type img{
	float:left;
	box-sizing:border-box;
	width:250px;
	height:200px;
	margin-right:1em;
	border:#CCCCCC solid 1px;
	background-color:#efefef;
}

section.wrap p:last-of-type{
	width:954px;
	margin-top:10px;
}

section.wrap p:last-of-type a{
	display:inline-block;
	padding:5px 10px;
	border:solid 1px #e02020;
	border-radius:5px;
	background-color:#FFDE46;
	text-decoration:none;
	font-size:0.9em;
	color:#333333;
	letter-spacing:3px;
	text-indent:3px;
}

section.wrap p:last-of-type a:hover{
	background-color:#e02020;
	color:#ffffff;
}
*/


section div.box{
width:954px;
margin-top:15px;
padding:15px 27px;
box-sizing:border-box;
border:#dfdfdf solid 5px;
}

section div.box ul{
overflow:hidden;
padding-left:2px;
font-size:0.9em;
}

section div.box ul li{
list-style:circle;
list-style-position:inside;
float:left;
width:33.3%;
line-height:2em;
}

section div.box ul li a{
color:#000000;
}

section div.box ul li a:hover{
text-decoration:none;
}
