@charset "UTF-8";
/* CSS Document */

/*================================================
 *  共通デザイン
 ================================================*/

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.modal_window {
    margin:2% auto;
    width:96%;
}
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:none;.
	background:#fff;
    border: 1px solid #ccc;
}
tr {
	width:100%;
    border-top:1px solid #ccc;
}
#SearchAreaTitle th {
    display:none;
}
th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	background:#F5F5F5;
	font-weight:bold;
	box-sizing: border-box;
	vertical-align: middle;
}
td {
	padding:10px;
	text-align:left;
	box-sizing: border-box;
	vertical-align: middle;
    /*display:block;*/
}
#SearchAreaContents td,
#SearchLineContents td {
    display: block;
}
.SearchTableArea td,
#SearchLineContents td {
    border-bottom:none;
}
input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.JyugaiKind {
    display:none;
}
.address_set h3,
.line_set h3 {
    font-size: 18px;
    font-weight: bold;
    color:#ea5203;
    text-align: left;
}

.SearchTableArea #SearchAreaTitle th,
.SearchTableLine #SearchLineTitle th {
	background-image: url(/file/images/icon_arrow_bottom.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 98px 11px;
}

.DistName,
.LineDistName {
    display: none;
	/*margin-bottom: 0.25em;
	padding: 2px 5px;
	color: #fff;
	font-size: 16px;
	background: #999;
	clear:both;*/
}
.AddressDistName {
	margin: 1em 0 0.25em;
	padding: 2px 5px;
	color: #fff;
	/*font-size: 16px;*/
	background: #999;
	clear:both;
}
.PrefName,
.LineCompanyName {
	font-weight:bold;
	clear:both;
	display:block;
	margin: 10px auto;
	/*font-size: 15px;*/
	color:#666;
    border-bottom: 2px solid #666;
    padding-bottom: 5px;
}
.PrefName label {
	display: inline-block;
	width:100%;
}
.AreaBlock1 .PrefBlock li {
	/*font-size: 14px;*/
}
.LineComapnyBlock > ul > li {
	/*margin-bottom: 0.25em;
	font-size: 14px;*/
}
.LineComapnyBlock > ul > li label {
	display: inline-block;
	width:100%;
	padding:2px 2px 2px 10px;
	box-sizing: border-box;
}
.LineComapnyBlock > ul > li > ul > li {
	width : calc(100% / 3) ;
}
.SearchArea .AreaBlock0 .DistGroupBlock {
	width: 100%;
}
.PrefBlock {
	clear:both;
	display:block;
	margin:-10px 0 25px 0px;
	/*width:100%;*/
}
.PrefBlock > div {
	clear:both;
	display:block;
	font-weight: bold;
	padding: 10px 0 0;
}
.PrefBlock li {
   display:inline-block; 
}
.AddressBlock {
	clear:both;
	display:block;
	margin:0 0 0px 20px;
	/*width:100%;*/
}
.Address2Block {
	clear:both;
	display:block;
	margin:0 0 0px 20px;
	/*width:100%;*/
}
.AreaBlock1 .PrefBlock li,
.AddressBlock li,
.Address2Block li {
	/*margin:0 10px 0 0;
	width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;*/
	width:20%;
	float:left;
}
.PrefBlock label,
.PrefSelect label {
	width:100%;
	display: inline-block;
	padding:2px 2px 2px 10px;
	box-sizing: border-box;
}
.PrefName label:hover,
.PrefBlock label:hover,
.LineComapnyBlock label:hover,
.PrefSelect label:hover {
	background: #eee;
}
.StationBlock {
	clear:both;
	display:table !important;
	margin:0 0 0 20px !important;
	width: 100%;
}
.LineComapnyBlock > li {
	/*margin:0 10px 0 0;
	width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;*/
	width:100%;
}
.Station .StationBlock li {
	/*margin:0 10px 0 0;
	width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;
	width : calc(97% / 3) ;*/
	float:left;
    width:20%;
}
.AreaBlock2 .PrefBlock > li,
.areacate2 .Address1_Select {
	width:100%;
	clear: both;
}
.AreaBlock2 .PrefBlock > li > ul > li {
	width : calc(100% / 3) ;
}
.AreaBlock3 li {
	
}
.AreaBlock3 .PrefBlock > li {
	width:100%;
}
.AreaBlock3 .PrefBlock > li > ul > li {
	width:100%;
}
.AreaBlock3 .PrefBlock > li > ul > li > ul > li {
	width:25%;
}
.SearchMoreButton {
	/*clear:both;
	display:block;*/
	text-align:center;
}
.area_select_button,
.search_button_area {
	clear: both;
	text-align: center;
	margin:0 auto 5px;
}
.area_select_button li,
.search_button_area li {
	display: inline-block;
	margin:10px auto 0;
}
.search_button_area li:last-child {
	display: none;
}

a.btnGray {
padding: 6px 10px;
background: #aaa;
border-radius: 4px;
font-weight: bold;
font-size: 100%;
text-align: center;
text-decoration: none;
display: inline-block;
color: #fff;
margin: 0 auto;
border:1px #aaa solid;
-webkit-appearance: none;
}
a.btnGray:hover {
background:#333;
border:1px #333 solid;
}

#form1 {
	text-align: center;
}

/*会員登録*/
.AddressSetPrefBlock,
.LineSetBlock,
.LineSelect {
	border-bottom: 1px solid #ccc;
	/*padding: 10px;*/
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.LineCompany {
	width: 100%;
	font-weight:bold;
}
.PrefSelect {
	/*margin-bottom: 0.25em;
	border-bottom: 2px solid #666;*/
}
.PrefSelect span {
	font-weight:bold;
}
.areacate0 .Address1 .Address1_Select,
.areacate1 .Address1 .Address1_Select .Address2_Select {
    float:left;
    width:25%;
}
.areacate0 .Address1 .Address1_Select label,
.areacate1 .Address1 .Address1_Select .Address2_Select label,
.areacate2 .Address1 .Address1_Select .Address2 .Address2_Select label {
    width: 100%;
    display: inline-block;
    padding: 2px 2px 2px 10px;
    box-sizing: border-box;
}
.areacate0 .Address1 .Address1_Select label:hover,
.areacate1 .Address1 .Address1_Select .Address2_Select label:hover,
.areacate2 .Address1 .Address1_Select .Address2 .Address2_Select label:hover {
	background: #eee;
}
.areacate1 .Address1 .Address1_Select {
    width:100%;
    display:block;
    clear: both;
}
.Address1 {
	margin:0 0 0 20px;
}
.Address2 {
	margin:0 0 0 20px;
}
.Address3 {
	margin:0 0 0 20px;
}
.address3_block {
	margin:0 0 0 20px;
}
.areacate2 .Address1 .Address1_Select .Address2 .Address2_Select {
	float:left;
	width:100%;
    clear: both;
}
.areacate2 .Address1 .Address1_Select .Address2 .Address2_Select .Address3_Select{
	float:left;
	width:20%;
}
.areacate3 .Address1 .Address1_Select .Address2 .Address2_Select {
	float:left;
	width:100%;
}
.areacate3 .Address1 .Address1_Select .Address2 .Address2_Select .address3_block .Address3_Select {
	float:left;
	width:25%;
	box-sizing: border-box;
}
/*.areacate2 .Address1_Select {
	clear: both;
}*/

.LineDistBlock .LineSelect label {
    display: inline-block;
    width: 100%;
    padding: 2px 2px 2px 10px;
    box-sizing: border-box;
}
.LineDistBlock .LineSelect label:hover {
	background: #eee;
}

.search_button {
    text-align: center;
    margin: 30px auto;
    color: #9a0a0a;
}
.search_button li {
    list-style: none;
}
.search_button li #SearchResultCountAjax {
    font-weight:bold;
    font-size:1.3em;
    margin: 0 5px 0 0;
}
.search_button input {
    text-align: center;
    background: #9a0a0a;
    padding: 5px 10px;
    display: inline-block;
    border: none;
    color: #fff;
}
.search_button input:hover {
    background: #888;
}

/*==========================================================================================

毎月のお支払額から購入可能な価格を計算
ご年収から購入可能な価格を計算する
物件価格から月々の支払額を算出する

==========================================================================================*/
.simulationType{ width:100%; margin:42px 0 58px 0; }
.simulationType p{ margin:0 0 20px 0; }

.hensaiBox{ width:100%; }

.hensaiList{
width:100% !important;
border-collapse:collapse;
margin:0 auto;
font-size:114%;
}

.hensaiList tr:first-type{
border-top:1px dotted #ccc;	
}

.hensaiList th,
.hensaiList td{
border-bottom:1px dotted #ccc;
padding:15px 20px !important;
text-align:left;
font-weight:bold;
}

.hensaiList th{ background:#eee; width:35%; }
.hensaiList td{ background:#fff; width:65%; }

.hensaiList .red{ color:#f00; margin:0 0 0 5px; }
.hensaiList input[type="text"]{ margin:0 5px; }
.hensaiList select{ margin:0 5px; }

.countBtnBox{ width:100%; margin:35px auto; padding:0; text-align:center; }
.countBtnBox .countBtn,
#listBtn {
cursor:pointer; padding: 5px 10px;
background: #B92308;
border-radius: 4px;
font-weight: bold;
font-size: 122%;
text-align: center;
text-decoration: none;
display: inline-block;
color: #fff;
margin: 0 auto;
border:2px #B92308 solid;
padding: 5px 10px;}
.countBtnBox .countBtn:hover {
background:#662727;
border:2px #662727 solid;
}

#listBtn { display:none; cursor:pointer; padding: 5px 10px;
background: #B92308;
border-radius: 4px;
font-weight: bold;
font-size: 122%;
text-align: center;
text-decoration: none;
color: #fff;
margin: 0 auto;
border:2px #B92308 solid;}
#listBtn:hover {
background:#662727;
border:2px #662727 solid;
}

#listBtn p{ padding:17px 0 0 0; }
#listBtn a:link,
#listBtn a:visited,
#listBtn a:hover,
#listBtn a:active { color:#fff; }

.FormErrorView {
	color: #B92308;
	border: 1px #ff4040 solid;
	padding: 10px;
	box-sizing: border-box;
	margin:0 0 20px;
	background: #ffe5e5;
}
.FormErrorView div {
	font-weight:bold;
}
.FormErrorView .FormError {
}

/*会員登録*/
.LoginView form:first-child,
.LoginView .PasswordReissue,
.LoginView .NoLoginBox {
	border: 3px solid #ccc;
	padding:20px;
	text-align: center;
	box-sizing: border-box;
	margin:0 auto 15px;
}
.login_view_notice {
	margin:0 auto 10px;	
}
.LoginInputTitle {
	float:left;
	width:40%;
	text-align: right;
	font-weight:bold;
	margin:0 0 5px;
}
.LoginInputValue {
	float:right;
	width:57%;
	text-align: left;
	margin:0 0 5px;
}
.PasswordReissue {
	margin:10px auto;	
}
.PasswordReissue a {
display:block;
padding: 4px 0px;
background: #B92308;
border-radius: 4px;
font-weight: bold;
font-size: 115%;
text-align: center;
text-decoration: none;
width: 50%;
color: #fff;
margin: 10px auto 0;
border:none;
-webkit-appearance: none;
}
.LoginView input[type="submit"] {
padding: 6px 10px;
background: #B92308;
border-radius: 4px;
font-weight: bold;
font-size: 115%;
text-align: center;
text-decoration: none;
width: 50%;
color: #fff;
margin: 0 auto;
border:1px #B92308 solid;
-webkit-appearance: none;
}
.LoginView input[type="submit"]:hover,
.PasswordReissue a:hover {
background:#662727;
}
.LoginView .NoLoginBox form {
	margin:10px auto 0;
}
.LoginAutoCheck {
	clear: both;
	width:100%;
}

/*================================================
 *  PC向けデザイン
 ================================================*/
@media screen and (min-width:768px) {
.pc_version {
	display:block;
	}	
.sp_version {
	display:none;
}
.sLink {
	font-size: 0.8em;
	float: right;
	position: absolute;
	right: 240px;
	top: 34px;	
}
.sLink li {
	float:left;
	margin:0 0 0 5px;
}
.sLink li a {
    background: #ee0000;
    padding: 2px 5px;
    border-radius: 4px;
	display: inline-block;
	color: #fff;
}
.sLink li a:hover {
	opacity: 0.5;	
}
.login {
	position:absolute;
	top:5px;
	right:0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 2.0em;
	color:#752100;
}
.login_go {
	position:absolute;
	top:35px;
	right:0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 2.0em;
	color:#752100;
}
.login span {
	font-size:1.1em;
	font-weight:bold;
}
	
/*検索*/
table.SearchTable,
table.serchTbl {
	width:100%;
}
table.SearchTable th,
table.serchTbl th {
	width:11%;
}
table.SearchTable td,
table.serchTbl td {
}
	
.search_button {
    /*position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: rgba(102,102,102,0.8);*/
    /*color: #fff;
    width: 100%;
    text-align: center !important;
    margin: 0px !important;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;*/
}

table.SearchTable tr.search_tr_walk td br,
table.SearchTable tr.search_tr_tiku td br {
	display:none;
	}
table.SearchTable tr.search_tr_walk td label,
table.SearchTable tr.search_tr_tiku td label {
	display:inline-block;
	width:120px;
	}
	
.search_button li {
	display: inline-block;
}

.free #research_link,
.free #research {display:none;}

.TopContents a {
	width:19%;
	margin: 0.5%;
	float:left;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 1.2em;
}
.TopContents > img {
	width:19%;
	margin: 0.5%;
	float:left;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 1.2em;		
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
	/*検索*/
	table.SearchTable,
	table.serchTbl {
	}
	table.SearchTable th,
	table.serchTbl th {
	width:auto;
	display:block;
	border-bottom:none;
	padding:5px;
	}
	table.SearchTable td,
	table.serchTbl td {
	width:auto;
	display:block;
	border-bottom:none;
	}
	
.PrefBlock li,
.AddressBlock li,
.Address2Block li,
.LineComapnyBlock ul li {
	/*margin:0 10px 0 0;
	width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;*/
	width:100%;
	display:block;
}	
/*	.search_button {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: rgba(102,102,102,0.8);
    color: #fff;
    width: 100%;
    text-align: center!important;
    margin: 0px !important;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
}*/
	.search_button li {
    display: inline-block;
	margin: 0 0 5px;
	}
	.search_button li:last-of-type {
    display: block !important;
	clear: both;
	margin: 0 0 0px !important;
	}
	.search_button li:last-of-type input[type="button"] {
    padding:6px 30px !important;
	}
	.areacate0 .Address1 .Address1_Select,
    .areacate1 .Address1 .Address1_Select .Address2_Select,
    .areacate2 .Address1 .Address1_Select .Address2 .Address2_Select .Address3_Select,
	.AreaBlock1 .PrefBlock li,
	.AreaBlock2 .PrefBlock > li > ul > li,
	.AreaBlock3 .PrefBlock > li > ul > li > ul > li,
	.Station .StationBlock li,
	.areacate2 .Address1 .Address1_Select .Address2 .Address2_Select,
	.areacate3 .Address1 .Address1_Select .Address2 .Address2_Select .address3_block .Address3_Select {
	width:100%;
}
	.search_tr_walk td br,
	.search_tr_tiku td br {
	display:none;
	}
	.search_tr_walk td label,
	.search_tr_tiku td label,
	/*.FormValue span,*/
	.FormValue label {
	display:block;
	}
    input[type="submit"],
    input[type="button"]{
    border: none;
    font-size: 15px;
    padding: 5px;
    color:#fff;
    text-decoration: none;
    /*width: 20%;*/
    background:#9a0a0a !important;
    background-size: auto;
    background-size: 20px auto;
    font-weight: bold;
    -webkit-appearance: none;
    display: inline-block;
}
	
}

span#SearchResultCountAjax {
    color: #9a0a0a !important;
}