@charset "utf-8";


/* CSS Document */
@import url("../../css/style.css");


div.refurbishment h4{
	clear:both;
	margin:0 0 20px 0;
}
div.refurbishment p span{
	color:#349fda;
	font-weight:bold;
}
div.refurbishment p{
	margin:0 0 20px 0;
}
section#about_kaisyu{
	margin-bottom:30px;
}

ul#flow{
}
ul#flow:after{
	display:block;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	font-size:0;
}

ul#flow li{
	float:left;
	margin:0 0 10px 0;
}
ul#flow li:nth-child(2n){
	margin-left:10px;
}