@charset "UTF-8";
/* CSS Document */

/*サービス提供までの流れ
------------------------------------------------------*/

#service {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#service h2 {
	margin-bottom: 10px;
}
#service h3 {
	margin-bottom: 20px;
}
#service #flow {
	text-align: center;
}
#service #flow .flowBox {
	background-image: url(../../image/service/serviceBgMiddle.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	width: 300px;
}
#service #flow .flowBox img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#service #flow #leftFlow {
	float: left;
	width: 340px;
}
#service #flow #rightFlow {
	float: right;
	width: 340px;
}
#service #flow #leftFlow #contactBtn {
	background-image: url(../../image/service/serviceA_01.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 290px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
#service #flow #rightFlow #contactBtn {
	background-image: url(../../image/service/serviceB_01.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 290px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
#service #flow #flowC img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#service #comment {
	font-size: 12px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
}
.ind_12 {
	margin-left: 12px;
}
