@charset "shift_jis";

div.manageBox02 {
	border:1px solid #FF9900;
	background-color:#FFFF99;
	padding:10px;
	}
	

/*自動芝刈り機サービス*/
.shibaS h3 {
    color: #fff;
    width: 165px;
	background-color: #2ba555;
    border: 1px solid #2ba555;
    border-radius: 30px;
    padding: 5px 0 5px 15px;
}
.specBox {
	float: right;
	width: 370px;
	margin: 15px 0 0 0;
}
.specTxt {
	float: left;
	height: 2em;
	padding-right: 10px;
}
.priceTable table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px;
}
.priceTable th {
	color: #fff;
	text-align: center;
	border: 1px solid #e5e5e5;
	background: #aed6f7;
	padding: 10px 40px;
}
.priceTable td {
	text-align: right;
	border: 1px solid #e5e5e5;
	padding: 10px 40px;
	width: 367px;
}
.priceTable td.number {
	text-align: left;
}
.priceTable td.tac {
	text-align: center;
}
