@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*軽貨物運送業とは？*/
.box01 p.img{
	text-align: center;
	margin-bottom: 25px;
}
.box01 .text{
	margin-bottom: 45px;
}
.text p+p{
	padding-top: 26px;
}
.box01 .text p{
	text-align: center;
}
.box01 .text .red{
	color: #FF6D6D;
	font-weight: bold;
}
.box01 .btn{
	text-align: center;
}


/*最初はみんな未経験！委託ドライバーを大募集*/
#greeting {
	margin-bottom:32px;
}

/*委託ドライバーのとある一日*/
.box02 {
	border: 10px solid #fff;
	border-radius: 6px;
}
.box02 .inner {
	padding:25px 45px 0;
	background:url(../image/indexbg.jpg)center top repeat;
	border-radius: 8px;
}
.box02 .img {
	text-align: center;
	margin-bottom: 30px;
}
.box02 dl {
	overflow: hidden;
	padding-bottom: 30px;
}
.box02 dl dt {
	float: left;
	margin-right: 30px;
}
.box02 dl dd {
	font-size: 1.142em;
	overflow: hidden;
	margin-top: -5px;
}

/*新着情報*/
#content h3#news{
	margin-bottom: 16px;
}

#topics {
	height:150px;
	line-height: 1.8;
	overflow-y: scroll;
}

#topics dl {
	overflow: hidden;
	padding: 7px 0 7px 30px;
	border-bottom: 1px solid #CCCCCC;
}

#topics dl:last-child {
	border: none;
}

#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}