@charset "utf-8";

/* 住宅ローン試算表トップページ用 */

#contents div.menu {
	margin-top: 15px;
}

#contents div.menu dl {
	width: 210px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#contents div.menu dl dt {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#contents div.menu dl dd {
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	height: auto;
	width: auto;
}

/* 表びきで探せる借入可能額早見表ボタン ロールオーバー処理 */
#contents div.menu dl dt#loan_table {
	width: 200px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#contents div.menu dl dt#loan_table a {
	width: 200px;
	height: 130px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}

#contents div.menu dl dt#loan_table a:hover {
    text-decoration: none;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

/* かんたん借入可能額計算ボタン ロールオーバー処理 */
#contents div.menu dl dt#loan {
	width: 200px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#contents div.menu dl dt#loan a {
	width: 200px;
	height: 130px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: 0px -130px;
	outline: none;
}

#contents div.menu dl dt#loan a:hover {
    text-decoration: none;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: -200px -130px;
}

/* かんたんローン計算ボタン ロールオーバー処理 */
#contents div.menu dl dt#loan_easy {
	width: 200px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#contents div.menu dl dt#loan_easy a {
	width: 200px;
	height: 130px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: 0px -260px;
	outline: none;
}

#contents div.menu dl dt#loan_easy a:hover {
    text-decoration: none;
	background-image: url(../images/button_loan.gif);
	background-repeat: no-repeat;
	background-position: -200px -260px;
}

/* 銀行ローン金利表 */
#contents div.menu2 {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
	width: 710px;
}

#contents div.menu2 div#loan_bank {
	width: 650px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}

#contents div.menu2 div#loan_bank a {
	width: 650px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_loan_bank.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
}

#contents div.menu2 div#loan_bank a:hover {
	text-decoration: none;
	background-image: url(../images/button_loan_bank.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}


/* ボタン基本 開始 */
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* ボタン基本 終了 */

/* ボタン拡張 開始 */
.button {
	font-size: 161.6%;
	font-weight: bold;
	position: relative;
	background-color: #CCCCCC;
	border-radius: 4px;
	color: #ffffff;
	line-height: 65px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 3px 3px 2px #CCC;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-indent: 40px;
}

.loan {
	width: 300px;
	height: 150px;
	background-image: url(../images/btn_loan.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 30px;
	margin-right: 40px;
}

.loan-easy {
	width: 300px;
	height: 150px;
	background-image: url(../images/btn_loan_easy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.loan-table {
	width: 650px;
	height: 50px;
	background-image: url(../images/btn_loan_table.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.loan-bank {
	width: 650px;
	height: 50px;
	background-image: url(../images/btn_loan_bank.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

.button:hover {
	background-color: #CCCCCC;
	box-shadow: 3px 3px 2px #aaa;
}

.button:active {
	top: 3px;
	left: 3px;
	box-shadow: none;
}
/* ボタン拡張 終了 */

/*リンクされた文字*/
a.button {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	text-indent: -9999px;
}

/*未訪問のリンク*/
a.button:link {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

/*訪問後のリンク*/
a.button:visited {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

/*マウスをのせたとき*/
a.button:hover {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

/*クリック中*/
a.button:active {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}
/* ボタン 終了 */
