@charset "utf-8";
/* ============================== */
/*            popup               */
/* ============================== */
#coverLayer {
	display: none;
	position: fixed;
	z-index: 2;
	left: -2px;
	top: -2px;
	background-color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity:0.65;
	opacity:0.65;
}

.correct_item {
	position: fixed;
	top: 0px;
	display: none;
	z-index: 10;
	width: 644px;
	margin: 10px 110px 110px 110px;
	padding: 18px;
	border: 2px solid #FF0000;
	background-color: #fff;
}
	
	.correct_item .form_table {
	width: 310px;
	}
		.correct_item .confirm_th { border: 1px solid #FFF; border-bottom: none; }
		.correct_item .cell_td { width: 70%; }
		
	.correct_comp_btn {
		display: block;
		width: 106px;
		height: 33px;
		margin: 20px auto auto;
		padding: 0;
		background: url(/images/icons/loan_simulation/correct_comp_btn.gif) no-repeat center top;
	}
		.correct_comp_btn span {
			display: none;
			font-size: 9px;
		}
	.correct_comp_btn:hover { background-position: center bottom; }
	* html .correct_comp_btn { background-color: #fff;}

	a.correct_close_btn {
		display: block;
		/* float: right; */
		position: absolute;
		right: 4px;
		top: 4px;
		height: 21px;
		margin: 0;
		padding: 4px 12px 4px 20px;
		color: #000;
		font-size: 10px;
		line-height: 21px;
		font-weight: normal;
		text-decoration: none;
		
	}
	a.correct_close_btn:hover { background-position: left -45px; }

	.correct_item select { margin-right: 4px; }

* html, 
* html body { 
	width: 100%;
    height:100%;
	text-align: center;
    /*overflow-y: hidden;
	overflow-x: auto;*/
} 
* html #container { 
	width: 100%;
    height:100%; 
    overflow-y:scroll; 
}
* html #coverLayer {
	display: none;
	position: absolute;
	z-index: 2;
	width: 110%;
	height: 3000px;
	left: -2px;
	top: 0;
}
* html .correct_item { 
    position:absolute;
	left: 0;
	top: 30px;
    /* bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1); */
}
* html h1 { width: 950px; text-align: left; }
* html h3 { width: 950px; text-align: left; }


* html #page_title p { width: 950px; text-align: left; }
* html .p_head { width: 950px; text-align: left; }
* html .confirm_pre p { width: 950px; text-align: left; }
* html .foot_ex { width: 950px; text-align: left; }

.p_ttl {
	font-size:16px;
	font-weight:bold;
	}

.form_table02 {
	width:220px;
	height:250px;
	float:left;
	}

.form_table02 .text16{
	font-size:14px;
	font-weight:normal;
	width:90px;
	height:10px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	}

.form_table02 .text16b{
	font-size:14px;
	font-weight:normal;
	width:40px;
	height:10px;
	text-align:left;
	margin:0;
	vertical-align:middle;
	height:0;
	}

.form_table02 .text12r {
	font-size:10px;
	color:#FF0000;
	padding:0;
	vertical-align:top;
	}

.form_table02 .loan_link {
	font-size:10px;
	}

.form_table02 .textarea{
	width:15px;
	height:10px;
	margin:0;
	padding:0;
	vertical-align:middle;
	}

.calcu {
	float:left;
	width:70;
	padding:80px 30px 0 30px;
	}

.result_box {
	background-color:#fcfad0;
	float:left;
	width:280px;
	padding:10px;
	}
	
.result_box .roan_result_01 {
	font-weight:normal;
	font-size:14px;
	width:200px;
	}

.result_box .roan_result_02 {
	font-weight:normal;
	font-size:14px;
	width:200px;
	margin-right:3px;
	}

.result_box .roan_result_03 {
	font-weight:normal;
	font-size:14px;
	width:200px;
	margin-right:1px;
	}

.result_box .roan_result_04 {
	font-weight:normal;
	font-size:14px;
	width:200px;
	margin-right:28px;
	}
	
.result_box ul {
	font-size:16px;
	font-weight:bold;
	margin:0 0 20px 35px;
	line-height:1.5em;
	}

.result_btn .btn01 {
	float:left;
	}

.result_btn p {
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	margin-left:35px;
	}

.result_btn .btn02 {
	float:left;
	margin-left:10px;
	}

.result_box .text12{
	clear:left;
	font-size:12px;
	padding-top:5px;
	}

.result_box span {
	width:150px;
	}

/* ============================== */
/*住宅ローン支払いシミュレーション*/
/* ============================== */

#simulation_popbox {
	width: 726px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00a33d;
	border-left-color: #00a33d;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #414141;
}

#simu_result_box_title {
	background-image: url(/images/icons/loan_simulation/result_title.gif);
	height: 42px;
	width: 100px;
	padding-left: 660px;
	padding-top: 4px;
}

.form_table03 { 
	width:716px;
	border:1px solid #ffffff;
	border-collapse:collapse;
	margin-bottom:5px;
	} 

.form_table03 td {
	padding:3px;
	border:1px solid #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #414141;
	}

.result_txt03 { text-align:center; vertical-align:middle; }
.result_txt04 {
	vertical-align: bottom;
}

.result_txt04 a {
	font-size:12px;
	margin-left:20px;
	}

.txt18B {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	}
.txt10 {
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	}	

#roan_simulation {
	margin-bottom:20px;
	}



/*住宅ローン支払いシミュレーションをするの三角部分*/
.comTb01 .roan_sankaku {
	background:url("/images/icons/loan_simulation/sankaku_s.gif") no-repeat scroll 0 0 transparent;
	font-size:11px;
	padding:2px 0 0 10px;
	}
