@charset "utf-8";

/* ############################# */
/*                               */
/* Title: css for top page       */
/* create date: 2014-10-23       */
/* Last Modify: 2024-05-07       */
/*                               */
/* ############################# */

.topMainContents p {
	font-family: 'Lato', sans-serif;
	font-size: 140%;
	margin: 0 0 1em 0;
	font-weight: 300;
}
.topMainContents p.subHeading {
	font-family: 'Roboto Condensed', sans-serif;
	color: #1D1F85;
	font-size: 200%;
	margin: 0 0 0.5em 0;
}
.topMainContents .salesBox,
.topMainContents .rentalBox {
	overflow: hidden;
	background: url(../img/top/bg_div_contents_top.png) no-repeat center bottom;
	padding-bottom: 8em;
	margin-bottom: 3em;
}
.topMainContents .rentalBox {
	margin-bottom: 8em;
}
.topMainContents .salesBox div {
	float: left;
	width: 50%;
}
.topMainContents .salesBox div.imgBox {
	float: right;
	margin-top: 0.5em;
}
.topMainContents .rentalBox div {
	float: right;
	width: 50%;
}
.topMainContents .rentalBox div.imgBox {
	float: left;
	margin-top: 0.5em;
}
.topMainContents .salesBox div {
	position: relative;
}
.topMainContents .salesBox div a,
.topMainContents .rentalBox div a {
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
	padding: 1em;
	width: 70%;
	background: #43A8AD;
	background-image: linear-gradient(to bottom, #43A8AD, #3D989C);
	border-radius: 5px;
	box-shadow: 0px 4px 0px #30777A;
}
.topMainContents .salesBox div a:hover,
.topMainContents .rentalBox div a:hover {
	opacity: 0.7;
}

