/* CSS Document */
/* rental */

.mainImgBox {
	background-image: url(../img/mainImg.jpg);
}

.mainImgBox h2 {
	width: 386px;
	background-image: url(../img/h2.png);
}

.inCatTitle01 {
	background-image: url(../img/sub/cat_icon01.png);
}

.inCatTitle02 {
	background-image: url(../img/sub/cat_icon02.png);
}

.inCatTitle03 {
	background-image: url(../img/sub/cat_icon03.png);
}

.inCatTitle04 {
	background-image: url(../img/sub/cat_icon04.png);
}

.inCatTitle05 {
	background-image: url(../img/sub/cat_icon05.png);
}

.inCatTitle06 {
	background-image: url(../img/sub/cat_icon06.png);
}

.inCatTitle07 {
	background-image: url(../img/sub/cat_icon07.png);
}

.inCatTitle08 {
	background-image: url(../img/sub/cat_icon08.png);
}

.inCatTitle09 {
	background-image: url(../img/sub/cat_icon09.png);
}

.businessBox ul {
	padding: 50px 157px 50px 213px;
}

.businessBox li {
	width: 154px;
	margin-right: 56px;
}

.flowArea {
	padding-top: 50px;
}

.flowArea > div {
	height: 140px;
	margin-bottom: 80px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

.flowArea .flow01 {
	background-image: url(../img/flow01.png);
	background-color: #EEEEEE;
}

.flowArea .flow02 {
	background-image: url(../img/flow02.png);
}

.flowArea .flow03 {
	background-image: url(../img/flow03.png);
	background-color: #EEEEEE;
	margin-bottom: 50px;
}

.itemBox ul {
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}

.itemBox li {
	float: left;
	width: 280px;
	margin-bottom: 10px;
}

.itemBox li:nth-child(3n) {
	margin-left: 50px;
}

.itemBox li:nth-child(3n-1) {
	margin-left: 50px;
}

.inCatTitle {
	background-position: top left;
	background-repeat: no-repeat;
}

.inCatTitle h3 {
	padding-top: 72px;
	padding-bottom: 72px;
	padding-right: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	text-align: right;
	letter-spacing: -0.04em;
}

.inCatTitle h3 .sub {
	font-size: 16px;
	font-weight: bold;
	color: #545454;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	letter-spacing: 0;
}












