@charset "utf-8";
/*コンセプト*/
#service .h3_service01 {				/*（仮）青空設計のオープンシステムをお勧めします。青空と「夢のマイホームづくり」 してみませんか？*/
	margin-left: 10px;
	margin-top: 20px;
}
#service .image {
	width: 620px;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
#service .image .left {
	display: inline;
	float: left;
	width: 290px;
}
#service .image .right {
	display: inline;
	float: right;
	width: 290px;
}
/*業務内容*/
#service .naiyou {
	width: 650px;
	margin-left: 10px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
#service .naiyou .left , #service .naiyou .middle {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-left: 5px;
}
#service .naiyou .middle {
	margin-left: 20px;
}
#service .naiyou ul {
	margin: 0px;
	padding: 0px;
	color: #00479d;
}
#service .naiyou li {
	margin-bottom: 15px;
	font-size: 130%;
	font-weight: bold;
}
#service .naiyou .right {
	display: inline;
	float: right;
	width: 225px;
}
/*サービス紹介*/
#service .introduction {
	width: 650px;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
}
#service .introduction .left {
	display: inline;
	float: left;
	width: 315px;
}
#service .introduction .right {
	display: inline;
	float: right;
	width: 315px;
}
#service .introduction .work {
	width: 315px;
}
#service .introduction .work .pic {
	display: inline;
	float: left;
	width: 120px;
}
#service .introduction .work .pic img {
	border: 1px solid #666666;
}
#service .introduction .work .sentence {
	display: inline;
	float: right;
	width: 180px;
}
#service .introduction .work .sentence h3 {
	font-size: 110%;
	color: #1d2088;
}
#service .introduction .work .sentence p {
	line-height: 130%;
	margin-top: 5px;
}
/*リンク*/
#service .introduction a {
	color: #0000FF;
	text-decoration: underline;
}
#service .introduction a:hover {
	color: #F08200;
	text-decoration: none;
}