@charset "UTF-8";

/* CSS Document */
html {

	/*overflow-y:hidden;*/
}

html {
	overflow-y: auto;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.7;
	background-color: #ffffff;
}

.lease {
	padding: 60px 0 10px;
	width: 100%;
	max-width: 537px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.lease_title {
	background: #4DA6FF;
	font-size: 18px;
	color: #fff;
	line-height: 43px;
	padding: 0 10px;
	margin: 0 0 20px;
}

.lease_table {
	width: 100%;
	font-size: 16px;
	border: 1px solid #aaa;
}

.lease_table td,
.lease_table th {
	padding: 10px 30px;
	border-bottom: 1px dashed #aaa;
}

.lease_table th {
	border-right: 1px dashed #aaa;
	text-align: left;
}

.lease_table td {
	text-align: right;
}

.lease_attentionList {
	font-size: 12px;
	margin: 20px 0 0;
}

.lease_attentionList li {
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}

.lease_deco {
	position: absolute;
	z-index: 1;
}

.lease_deco-appliance {
	right: 10px;
	top: 5px;
}

.lease_deco-hiratan {
	right: 0px;
	bottom: 10px;
}

/* All SP */
@media screen and (max-width:640px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.lease_deco-hiratan {
		display: none;
	}

	.lease_deco-appliance {
		width: 150px;
		top: 25px;
	}

	.lease_table {
		font-size: 12px;
	}

	.lease_table td,
	.lease_table th {
		padding: 10px;
	}

}