@charset "utf-8";
/*検索結果*/
#h_result{
	width:640px;
	position:relative;
	margin-bottom:16px;
}
#h_result h3{
	background:url(../img/search_h.jpg) no-repeat left top;
	height:44px;
	text-indent:-9999px;
}
#h_result .result_num{
	position:absolute;
	right:10px;
	bottom:7px;
}
#h_result .result_num span{
	font-size:123.1%;
	font-weight:bold;
	color:#669900;
}
#purpose_comment{
	border: 1px solid #EAEAEA;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	color:#6C4E35;
	background-color:#FAF8EE;
	width:628px;
	padding:5px;
}
#purpose_comment h4{
	height:30px;
	line-height:30px;
	font-size:1.2em;
	border-bottom:solid 1px #EAEAEA;
}
#purpose_comment .comment{
	padding-top:10px;
	border-top:solid 1px #FFFFFF;
}
.empty_comment{
	width:640px;
	height:26px;
	line-height:26px;
	position:relative;
}
.back_toppage{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	border:solid 1px #EAEAEA;
	background-color:#FAF8EE;
	width:7em;
	height:24px;
	line-height:24px;
	padding:0.2em 0.5em;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
}
#result_set{
	width: 594px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #FB8A3B;
	position:relative;
	behavior: url(ie-css3.htc);
	margin-bottom:18px;
	border-radius: 3px;
}
#result_set .h{
	height:30px;
	line-height:30px;
	position:relative;
}
#result_set .h .title{
	margin-left:5px;
	font-weight:bold;
	font-size:146.5%;
	color: #0000FF;
	text-decoration: underline;
}
#result_set .h .title a{
	color: #0000FF;
}
#result_set .h .title a:hover{
	color: #C1C1FF;
	text-decoration: none;
}
#result_set .access{
	position: absolute;
	right: 10px;
	top: 0px;
}
#result_set .access_num{
	font-size:20px;
	font-weight:bold;
	color:#8AB91A;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFF5D6;
}
#result_set .point{
	height:21px;
	padding:2px;
	background-color:#F3F3F3;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #CCC;
	line-height:25px;
}
.point .icon_point{
	height:19px;
	border:solid 1px #ccc;
	background-color:#FFF;
	font-size:92.1%;
	line-height:21px;
	text-align:center;
	float:left;
	margin-left:5px;
	color:#666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(border-radius.htc);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#result_set .top{
	padding:5px;
}
#result_set .image,#result_set .spec, #graph_outer{
	float:left;
}
#result_set .image{
	width:100px;
	height:100px;
	margin-right:6px;
}
.image:hover{
	opacity:0.6;
}
#result_set .table{
	width:470px;
}
#result_set table.convenience{
	width:160px;
	float:left;
	margin-left: 10px;	
}
#result_set .convenience th{
	width:130px;
	height:24px;
	background-color:#FAF8EE;
	text-align:center;
	color:#666;
	font-weight:normal;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #CCC;
}
#result_set .convenience td{
	width:347px;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
#result_set .table th{
	width:118px;
	height:22px;
	border:solid 1px #7B938F;
	text-align:center;
	background-color:#95ACAE;
	line-height:24px;
	color:#FFFFFF;
	text-shadow:-1px -1px 0px #7B938F;	
}
#result_set .table td{
	width:118px;
	height:22px;
	border:solid 1px #CCC;
	text-align:center;
	line-height:24px;
	background-color:#FFF;
}

#result_set .bottom{
	border-top:solid 1px #EAEAEA;
	float:left;
	padding:5px;
	display:block;
}
#result_set .payment {
	padding:10px;
	line-height:30px;
}
#result_Set .payment .caution{
	font-size:77%;
	color:#666;
}
#result_set .payment span{
	color:#669900;
	font-weight:bold;
	font-size:2.2em;
}
#result_set .comment{
	width:470px;
	background-color:#F2F2F2;
	margin-right:10px;
	float:left;
	padding-left:5px;
}
#result_set .comment ul li{
	color:#6C4E35;
	height:30px;
	line-height:30px;
	border-bottom:dotted 1px #CCC;
	text-overflow:ellipsis;
	background:url(../img/icon_check.gif) no-repeat left center;
	padding-left:18px;
}
#result_set .btn_area{
	float:left;
	width:470px;
}
#result_set .btn_area .btn_apply a{
	background:url(../img/simu_apply_btn.png) no-repeat left top;
	width:129px;
	height:32px;
	display:block;
	text-indent:-9999px;
	margin-bottom:5px;
	margin-right:5px;
	float:right;
}
#result_set .btn_area .btn_apply a:hover{
	opacity:0.5;
}
#result_set .btn_area .btn_discription a{
	background:url(../img/simu_detail_btn.png) no-repeat left top;
	width:129px;
	height:32px;
	display:block;
	text-indent:-9999px;
	margin-right:5px;
	margin-bottom:5px;
	float:right;
}
#result_set .btn_area .btn_discription a:hover{
	opacity:0.5;
}
#result_set .btn_area .btn_hikaku a{
	background:none;
	color:#006699;	
	text-align:right;
}
#result_set .btn_area .btn_hikaku a:hover{
	background:none;
	color:#FE7D27;	
	text-align:right;
}
#result_box {
	width: 634px;
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
}
#result_box .left {
	padding-top:9px;
	float: left;
	width: 493px;
}
#result_box .right {
	padding-top:4px;
	padding-left:4px;
	float: right;
	width: 133px;
	background-color:#EAF5C2;
}
#result_box .h {
	background-image: url(../img/h_name_bg1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 564px;
	line-height: 40px;
	padding-top : 16px;
	padding-left: 70px;
	margin-top:-16px;
	position: relative;
}
#result_box .h .access {
	height: 30px;
	position: absolute;
	top: 20px;
	right: 4px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
#result_box .h .access p span {
	color: #669900;
	font-size:182%;
	font-weight:bold;
}
#result_box .h a {
	text-decoration: none;
	font-size: 182%;
	font-weight:bold;
	color:#333333;
}
#result_box .h a:hover {
	color:#669900;
}
#result_box .image {
	float: left;
	height: 64px;
	width: 100px;
	margin-right: 11px;
	margin-left: 12px;
}
#result_box table.spec {
	width: 370px;
	float: right;
}
#result_box table.spec tr th {
	line-height: 22px;
	height: 30px;
	width: 6em;
	vertical-align: middle;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}
#result_box table.spec tr th span{
	background-color:#A0BCC7;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(border-radius.htc);
	display:block;
}
#result_box table.spec tr td {
	line-height: 22px;
	padding-left: 10px;
	vertical-align: middle;
	padding-right: 10px;
}
#result_box .icon{
	background-image: url(../img/icon_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 109px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-left: 21px;
}
#result_box .icon.off{
	background-position: left -28px;
}
#result_box .icon p.icon1 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 85px;
}
#result_box .icon p.icon2 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -16px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon3 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -32px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon4 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -48px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon5 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -64px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon6 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -80px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon7 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -96px;
	height: 16px;
	width: 85px;
}

#result_box .icon p.icon8 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -112px;
	height: 16px;
	width: 85px;
}
#result_box .icon p.icon9 {
	background-image: url(../img/context_icon1.png);
	background-repeat: no-repeat;
	background-position: left -128px;
	height: 16px;
	width: 85px;
}
#result_box .icon p.off{
	opacity:0.5;
}
#result_box .comment {
	color:#666;
	background-color:#FFFFFFFCC;
	height: 87px;
	width: 483px;	
	padding-left:5px;
	margin-top:3px;
	margin-left: 4px;
	padding-top:8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(border-radius.htc);
}
#result_box h4{
	text-indent:-9999px;
}
#result_box .comment h4 {
	background-image: url(../img/result_box_midashi.png);
	background-repeat: no-repeat;
	background-position: left -44px;
	height: 12px;
	margin-bottom:5px;
	width: 420px;
}
#result_box .comment p{
	padding-left:10px;
}
#result_box .convenience {
	border: 2px solid #CCC;
	margin-left: 4px;
	margin-top: 5px;
	width: 300px;
	float: left;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
}
#result_box .convenience p {
	float: left;
	background-image: url(../img/convenience.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con1 {
	background-position: left top;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con2 {
	background-position: left -32px;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con3 {
	background-position: left -64px;
	height: 32px;
	width: 40px;
	margin-left: 8px;
}
#result_box .convenience p.con4 {
	background-position: left -96px;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con5 {
	background-position: left -128px;
	height: 32px;
	width: 40px;
}
#result_box .convenience p.con6 {
	background-position: left -160px;
	height: 32px;
	width: 40px;
	margin-left: 3px;
}
#result_box .convenience p.off{
	opacity:0.3;
}
#result_box .convenience h4.repay {
	background-image: url(../img/result_box_midashi.png);
	background-repeat: no-repeat;
	background-position: left -18px;
	height: 13px;
	width: 104px;
	margin-left: 23px;
}
#result_box .convenience h4.loan {
	background-image: url(../img/result_box_midashi.png);
	background-repeat: no-repeat;
	background-position: left -31px;
	height: 13px;
	width: 104px;
	margin-left: 23px;
}

#result_box .convenience table tr th {
	line-height: 28px;
	text-align: center;
	height: 30px;
	background-color: #F3F4F0;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#result_box .convenience table tr td {
	line-height: 28px;
	text-align: center;
	background-color: #FFFFFF;
	width: 130px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 82px;
	padding-right: 10px;
	padding-left: 10px;
}
#result_box .convenience table tr th.clear {
	line-height: 28px;
	text-align: center;
	height: 30px;
	background-color: #F3F4F0;
	width: 150px;
	border-right-style: none;
}
#result_box .convenience table tr td.clear {
	border-right-style: none;
}

.btn_hikaku a {
	background-image: url(../img/btn_hikaku1.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	margin-right: 10px;
}
.btn_hikaku a:hover {
	background-position: left -30px;
}
/*検索-詳細*/
#search_discription{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;	
	box-shadow: 0px 0px 3px #999; /* Opera 10.5+, IE */
	behavior: url(ie-css3.htc);
	behavior: url(border-radius.htc);
	margin:15px auto;
	padding:2px;
	width:908px;
}
#search_discription #btn_search a{
	position:static;
	text-indent:-9999px;
	margin:10px auto 5px auto;
}
#search_discription h2{
	background:url(../img/h_search_discription.jpg) no-repeat left top;
	text-indent:-9999px;
	width:904px;
	height:38px;
	margin:0px auto 5px auto;
}
#search_discription .checkbox{
	float:left;
	margin-right:10px;
}
#search_discription .radio{
	float:left;
	margin-right:10px;
}
#search_discription h3{
	height:30px;
	line-height:30px;
	padding-left:8px;
	background-color:#E7E4E0;
	font-weight:bold;
	color:#666;
	width:892px;
	margin:5px auto;
	border-bottom:solid 1px #CCC;
}
#search_discription table{
	width:900px;
	margin:auto;
}
#search_discription table th{
	color:#666;
	height:60px;
	line-height:60px;
	width:160px;
	border:solid 1px #D2D2D2;
	background-color:#F0F1EB;
}
#search_discription table th span{
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	width:159px;
	padding:10px;
	border-left:solid 1px #FFF;
	border-top:solid 1px #FFF;
}
#search_discription table td{
	height:40px;
	line-height:20px;
	padding-left:10px;
	border:solid 1px #EFF1F1;
	background-color:#FFF;
}
/*サイドバー*/
/*検索ページ*/
#contents.search #contents_left{
	float: left;
	width: 600px;
	margin:0px;
}
#side_search h4{
	background-image:url(../img/side_search_h.gif);
	background-repeat:no-repeat;
	background-position:left center;
	height:13px;
	padding-left:13px;
	margin-bottom: 10px;
}
#side_search h4 span{
	background-image: url(../img/search_item.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 115px;
	display:block;
	text-indent: -9999px;
}
#side_search h4 span.item2{
	background-position: left -14px;
}
#side_search h4 span.item3 {
	background-position: left -27px;
}
#side_search h4 span.item4{
	background-position: left -40px;
}
#side_search h4 span.item5{
	background-position: left -53px;
	margin-top: 25px;
}
#side_search h4 span.item6 {
	background-position: left -65px;
	}
#side_search h4 span.item7{
	background-position: left -78px;
	margin-top: 25px;
	}
#side_search h4 span.item8{
	background-position: left -91px;
	}
#side_search h4 span.item9{
	background-position: left -103px;
	}
#side_search h4 span.item10 {
	background-position: left -118px;
	}
#side_search h4 span.item11{
	background-position: left -131px;
	}
#side_search h4 span.item12{
	background-position: left -145px;
	margin-top: 25px;
	}
#side_search .content{
	background-color:#F0EEEB;
	padding:5px;
	margin-bottom:10px;
}
#job {
	width: 150px;
	height: 25px;
}
#postcode1 {
	width: 3em;
	margin-right: 5px;
}
#postcode2 {
	width: 4em;
	margin-left: 5px;
}
#loan {
	width: 3em;
	margin-right: 5px;
}
#case {
	width: 5em;
	height: 25px;
	margin-right: 5px;
}
#contents_side #btn_search a{
	position:static;
	margin:0px auto;	
}
#btn_simu a.negative_indent{
	background:url(../img/shindan_btn.png) no-repeat left top;
	width:342px;
	height:49px;
	display:inline-block;
}
#btn_simu {
	margin-top:19px;
	text-align:center;
	
}
.negative_indent{
	text-indent:-9999px;
}
#btn_simu a:hover{
	background-position:left -49px;
}
.link{
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
}
.link:hover{
	color: #9595FF;
	text-decoration: none;
	cursor: pointer;
}
.simu_result{
	background-image: url(../img/simu_result.png);
	height: 77px;
	width: 446px;
	margin-bottom: 18px;
	font-size: 14px;
	padding-top: 30px;
	padding-left: 150px;
	line-height: 2.7;
}
#shindan_form tr th{
	background-color:#42870D;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #CCC;
	font-size:15px;
	padding-left:5px;
}
#shindan_form tr td{
	border: 1px solid #CCC;
	font-size:15px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.comparison_check_matters{
	float:right;
	list-style:none;
	width:515px;
}
.comparison_check_matters li{
	background-image:url(../img/category_arrow.png);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:3px;
	padding-bottom:3px;
	border-bottom:dotted 1px #ccc;
	font-size:12px;
	text-align:left;
	background-position: left center;
}
.main_content .simulation_main_leftbox{
	float:left;
}
