﻿@charset "shift_jis";

/*******************************************************************************/
/* Popup */

.loan-panel {
	position:absolute;
	top:-1000px;
	left:-1000px;
	background: transparent url(../img/popup_loan_bg_t.gif) no-repeat;
	width: 530px;
	cursor: pointer;
	padding-top: 10px;
}

.loan-panel .main {
	background: transparent url(../img/popup_loan_bg_b.gif) 0 100% no-repeat;
	font-size: 1.1em;
	padding: 0 10px 10px;
}

.loan-panel table {
	border: 0;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	width: 95%;
	height: 100%;
}
html>body .loan-panel table { width: 100%; height: 100%; }

.loan-panel table.loan {
	border: 1px solid #000000;
}

.loan-panel table td.title {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

.loan-panel table td.select {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
}

.loan-panel table td.head {
	text-align: center;
	border: 1px solid #000000;
	white-space: nowrap;
	background: #999999;
	padding: 2px;
	color: #000000;
}

.loan-panel table td.loany {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
	white-space: nowrap;
	background: #CCCCCC;
	padding: 2px;
	color: #000000;
}

.loan-panel table td.bonus {
	text-align: right;
	border: 1px solid #000000;
	background: #CCCCCC;
	padding: 2px;
	color: #000000;
}

.loan-panel table td.detail {
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
}

.loan-panel table td.footer {
	border: 0;
	font-size: 10px;
	padding: 3px 0 3px 0;
	color: #000000;
}

.loan-panel_close {
	cursor: hand;
}

