@charset "UTF-8";

#wrapper nav ul li:nth-of-type(6){
	width:135px;
	padding:9px 0;
	border:1px solid #e02020;
	background-color:#FC7373;
	font-weight:bold;
	text-align:center;
	letter-spacing:5px;
	text-indent:5px;
}


#bldg{
	width:954px;
	margin-top:20px;
	padding-bottom:20px;
	background-color:#eeeeee;
}

#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;
}

#bldg .box{
	width:860px;
	margin:20px auto 0;
	padding:10px 20px;
	background-color:#ffffff;
	border-top:#e02020 solid 5px;
}

#bldg .box dt{
	overflow:hidden;
	padding:5px;
	font-size:20px;
	border-bottom:#e02020 dotted 1px ;
}

#bldg .box dt span{
	float:right;
	padding-top:8px;
	font-size:12px;
}

#bldg .box dd{
	padding-top:10px;
	line-height:1.4em;
}

#bldg .box dd a{
	color:#477CE0
}
	
#bldg .box dd a:hover{
	text-decoration:none;
	color:#e02020;
}





/*
#bldg div.bldgbox{
	width:954px;
	margin-top:20px;
}

#bldg div.bldgbox div.inbox{
	width:954px;
	overflow:hidden;
}

#bldg div.bldgbox div.inbox div{
float:right;
width:250px;
margin-left:1em;
text-align:center;
}

#bldg div.bldgbox div.inbox div img{
	box-sizing:border-box;
	width:250px;
	height:200px;
	border:#CCCCCC solid 1px;
}


#bldg div.bldgbox div.inbox div a{
	display:inline-block;
	margin-top:10px;
	padding:5px 2px;
	border:solid 1px #e02020;
	border-radius:5px;
	background-color:#FFDE46;
	text-decoration:none;
	font-size:0.84em;
	color:#333333;
}

#bldg div.bldgbox div.inbox div a:hover{
	background-color:#e02020;
	color:#ffffff;
}


#bldg div.bldgbox div.inbox > p{
line-height:1.4em;
}


#bldg div.bldgbox nav{
	width:954px;
	box-sizing:border-box;
	margin-top:20px;
	border:#e02020 solid 1px;
	padding:10px 15px;
}

#bldg div.bldgbox nav ul{
	display:-webkit-flex;
	display:flex;
	 -webkit-justify-content:flex-start;
	 justify-content:flex-start;
}



#bldg div.bldgbox nav ul li{
	position:relative;
	display:inline-block;
	width:auto;
	margin:0;
	padding:0 15px;
	border:none;
	background-color:#ffffff;
	font-weight:normal;
	text-align:left;
	letter-spacing:0;
	text-indent:0;
	font-size:14px;
}

#bldg div.bldgbox nav ul li::before{
	position:absolute;
	width:12px;
	height:12px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#ff8c00;
	top:0;
	left:0;
	content:"";
}

#bldg div.bldgbox nav ul li a{
	position:relative;
	display:inline-block;
	width:auto;
	padding:0;
	background-color:#ffffff;
	text-decoration:none;
	text-align:left;
	letter-spacing:0;
	text-indent:0;
	color:#000000;
	font-size:14px;
}

#bldg div.bldgbox nav ul li a::before{
	position:absolute;
	top:6px;
	left:-14px;
	box-sizing: border-box;
	width:5px;
	height:5px;
	border:5px solid transparent;
	border-top:4px solid #fff;
	content:""
}
#bldg div.bldgbox nav ul li a::after{
	position:absolute;
	top:2px;
	left:-11px;
	width:2px;
	height:4px;
	border-left: 4px solid #fff;
	content:""
}

#bldg div.bldgbox ul li a:hover{
	width:auto;
	padding:0;
	border:none;
	background-color:#ffffff;
	font-weight:normal;
	color:#ff8c00;
}

解体工事
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;
}
*/

