/*---------------------------------------
メイン
-----------------------------------------*/

.txt01 {
	line-height: 1.8;
	margin-bottom: 30px;
}

.box01,
.box02 {
	width: 320px;
	margin-bottom: 45px;
}

.box01 p,
.box02 p {
	margin-top: 10px;
}

.box01 p a {
	color: #333;
	text-decoration: none;
	background: url(../../images/common/icon01.gif) left center no-repeat;
	padding-left: 20px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 128.6%;
	font-weight: bold;
}

.box01 p a:hover {
	color: #008262;
	text-decoration: underline;
}

.columnLeft.box01 {
	margin-left: 10px;
}

.columnLeft.box02 {
	margin-left: 15px;
	margin-Right: 15px;
}

.columnRight.box01 {
	margin-right: 10px;
}

#contentContainer .box {
	border: 3px solid #bdbdbd;
	border-radius: 3px;
	padding: 15px;
	margin-top: 75px;
}

#contentContainer .box dl {
	margin-bottom: 20px;
}

#contentContainer .box dt {
	font-size: 114.7%;
	font-weight: bold;
	background: url(../../images/common/icon01.gif) left 4px no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
}

#contentContainer .box dd {
	width: 28%;
	float: left;
	margin-bottom: 5px;
	padding-left: 5%;
}

#contentContainer a.btn01 {
	background: url(../images/rental/bg_btn.gif) repeat-x;
	height: 48px;
	display: inline-block;
	line-height: 48px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 128.6%;
	border: 1px solid #128569;
	padding: 0 20px;
	border-radius: 7px;
}

#contentContainer a:hover.btn01 {
	opacity: 0.6;
}