@charset "utf-8";


.rental{
	}

.rental p{
	text-align:justify;
	}	
.rental h3{
	background: url(../img/i_arrow.gif) no-repeat top left;
	padding-bottom:10px;
	padding-left:30px;
	margin-bottom:10px;
	font-size:15px;
	font-weight:600;
	color:#0986af;
	border-bottom:1px dotted #c0c0c0;
	}

.rental-left{
    width: 450px;
    float: left;
}
.rental-right{
    width: 450px;
    float: right;
}
.rental-left h3{
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #0986af;
    border-radius: 2px;
    background: #f2f6fa;
}
.rental-right h3{
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #d35757;
    border-radius: 2px;
    background: #fef0f0;
}

.case{
    margin: 20px 0;
}
.case p{
    font-size: 1em;
}
.case p.case-head{
    font-size: 1.1em;
    font-weight: 600;
    color: #0986af;
}



table.about-archive{
	width:500px;
	}
table.about-archive th{
	background:#f6f6f6;
	width:100px;
	padding:10px 0 10px 20px;
	font-size:14px;
	text-align:left;
	border:1px solid #c0c0c0;
	}

table.about-archive td{
	padding:10px;
	font-size:14px;
	border:1px solid #c0c0c0;
	}

#archive-main{
	width:425px;
	float:right;
	}
#archive-main h3{
	background: url(../img/i_arrow.gif) no-repeat top left;
	padding-bottom:10px;
	padding-left:30px;
	margin-bottom:10px;
	font-size:15px;
	font-weight:600;
	color:#0986af;
	border-bottom:1px dotted #c0c0c0;
	}
#archive-main p{
	font-size:15px;
	line-height:1.8;
	}

.archive p.name{
	font-size:15px;
	font-weight:600;
	color:#0986af;
	}
.archive p.sub-txt{
	font-size:13px;
	margin:5px 0;
	font-style:italic;
	}
.archive .archive-txt{
	line-height:1.6;
	}

.archive .archive-txt span{
	font-weight:600;
	font-size:100%;
	line-height:2.0;
	}

.topics{
    width:960px;
    margin:0 auto;
}
.topics-box4{
    border: 2px solid #015487;
    margin: 20px 0;
    padding: 20px 0 20px;
}
