.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
body {
    color: #002853;
    line-height: 1.5;
    font-family: 'メイリオ','Meiryo',sans-serif;
    font-size: 12px;
}



/*オートコンプリート*/
.autocomplete_option_ul{
    position: absolute;
    z-index: 10;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.autocomplete_option_value{
    margin-top: -1px;
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}
.autocomplete_option_value:hover{
    background-color: #e7e7e7;
}



/* ヘッダー */
#header_part {
    width: 100%;
    margin: 0 auto;
}
#header_part_map {
	width: 960px;
}
#all_top_wrap {
    margin: 0 auto;
    padding: 10px 0;
    width: 960px;
	height: 60px;
}
.logo {
    margin: 10px 20px 0 20px;
    float: left;
    text-align: left;
}
#top_banner {
    margin: 10px 0 0 10px;
    float: left;
    text-align: center;
    font-size: 14px;
}
#top_left {
    margin: 10px 0;
    width: 280px;
    height: 35px;
    float: right;
}
#top_left #question {
    float: left;
    font-size: 12px;
    display: block;
    background-image: url(/img/icon-triangle.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: center;
    padding: 0 0 0 15px;
    width: 110px;
}
#top_left #flow {
    float: left;
    font-size: 12px;
    display: block;
    background-image: url(/img/icon-triangle.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: center;
    padding: 0 0 0 15px;
    width: 125px;
}
#top_left #publication {
    float: left;
    font-size: 12px;
    display: block;
    margin: 0 0 0 125px;
    background-image: url(/img/icon-triangle.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: center;
    padding: 0 0 0 15px;
    width: 125px;
}
#top_left a {
    color: #002853;
    text-decoration: none;
}
#list {
	position: relative;
    float: right;
    display: block;
    background-color: #002853;
    color: #ffffff;
    width: 122px;
    height: 35px;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #c5c2c2;
    line-height: 35px;
    margin: 10px 20px 10px 0;
}
#list:hover {
    box-shadow: 4px 4px 10px #c5c2c2;
}
#list p {
    margin: auto;
    color: #ffffff;
    background-image: url(/img/icon-menu.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-y: center;
    text-align: center;
    margin-left: 10px;
	font-size: 12px;
}
#list a {
    text-decoration: none;
}
.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #ec2552;
    border: 1px solid #ec2552;
    color: #ffffff;
    text-align: center;
    display: none;
}
#tab-wrap {
    width: 960px;
    height: 48px;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: 1px solid #00479d;
}
#tab-wrap .tab {
    width: 200px;
    height: 35px;
    margin: 0 0 0 24px;
    padding: 10px 0 2px 0;
    float: left;
    display: block;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 4px 4px 0 0;
}
#tab-wrap .tab:hover {
    border-top: 1px solid #00479d;
    border-left: 1px solid #00479d;
    border-right: 1px solid #00479d;
}
#tab-wrap .tab_click {
    width: 200px;
    height: 35px;
    padding: 10px 0 2px 0;
    float: left;
    display: block;
    text-align: center;
    background-color: #00479d;
    border: 1px solid #00479d;
    border-radius: 4px 4px 0 0;
}
.tab_first  {
	margin: 0;
}
#tab-wrap .tab_click a {
	color: #fff;
	text-decoration: none;
}
#tab-wrap .tab a {
	color: #fff;
	text-decoration: none;
}
#tab-wrap .tab p {
    text-align: center;
    color: #00479d;
}



/* パンくずリンク */
#breadcrumb_part {
    width: 960px;
    margin: 10px auto;
}
#breadcrumb_part_map {
    width: 960px;
    margin: 10px 0 0 15px;
}
.breadcrumb{
	width: 960px;
    margin: 0 auto;
}
.breadcrumb li{
    display:inline;
    list-style: none;
    font-weight: normal;
}
.breadcrumb li:after{
    content: '>';
    padding: 0 3px;
}
.breadcrumb li:last-child:after{
    content: '';
}
.breadcrumb li a {
    text-decoration: underline;
    color: #002853;
}
.breadcrumb li a:hover {
    color: #ec2552;
}



/* ショルダーラベル */
#shoulder_label_part {
    width: 960px;
    margin: 10px auto;
}
#shoulder_label_part_map {
	margin: 9px 15px;
    float: left;
}
.shoulder_label {
}
.shoulder_label_normal {
    padding: 0 0 0 10px;
    color: #002853;
    border-left: solid 5px #002853;
    font-size: 16px;
    font-weight: bold;
}
.shoulder_label_parking {
    padding: 0 0 0 30px;
    color: #002853;
    background-image: url(/img/icon_p_for_bg.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
}



/* 今見てる人 */
#watching_now_part {
    width: 960px;
    margin: 0 auto;
}
#watching_now_part_map {
	margin: 9px 0;
    float: left;
}
.watching_now {
    padding: 3px 0 3px 40px;
    float: right;
    font-size: 12px;
    background-image: url(/img/icon_eye.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 5px -2px;
    color: #686868;
}
.watching_now p span {
    color: #EC2552;
    font-weight: bold;
}



/* 電話問合せ */
.tel_inquiry1 {
    width: 958px;
    clear: both;
    margin: 10px auto;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
}
.tel_inquiry1:hover {
    border: 1px solid #00479d;
}
.tel_inquiry1 p {
    margin: 10px 0 10px 20px;
    font-size: 14px;
    padding: 0 38px;
    background-image: url(/img/icon_tel.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-y: 3px;
}
.tel_inquiry1 p .blue_border {
    margin: 0 30px 0 5px;
    padding: 5px 15px;
    border: 1px solid #00479d;
    font-weight: bold;
    color: #00479d;
}
.tel_inquiry1 p .red_line {
    text-decoration: underline;
    color: #ec2552;
    margin: 0 0 0 40px;
    font-weight: bold;
    font-size: 18px;
}
.tel_inquiry2 {
    margin: 0px 15px -20px 5px;
    border: 2px solid #004599;
    border-radius: 8px;
    float: right;
}
.tel_inquiry2 p {
    height: 25px;
    margin: 6px 0 0 10px;
    font-size: 12px;
    padding: 0px 20px 0px 30px;
    background-image: url(/img/icon_tel.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    float: right;
}
.tel_inquiry2 p .blue_border {
    margin: 0 15px 0 10px;
    padding: 0 4px;
    font-weight: bold;
    color: #00479d;
    border: 1px solid #00479d;
}
.tel_inquiry2 p .red_line {
    text-decoration: underline;
    color: #ec2552;
    font-weight: bold;
}



/* バナー */
#right_banner_part {
    width: 200px;
    background-color: rgba(0, 40, 83, 0.75);
    position: fixed;
    bottom: 10px;
    right: 0;
}
.right_banner_inner .inquiry_comment {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin: 10px auto 10px auto
}
.right_banner_inner .guide_icon {
    border: solid 1px #c5c2c2;
    width: 170px;
    border-radius: 8px;
    background-color: white;
    margin: 10px auto;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
}
.right_banner_inner .guide_icon span {
    font-size: 14px;
    text-decoration: underline;
}
.right_banner_inner .guide_icon p {
    font-size: 10px;
    text-align: center;
    margin: 5px auto;
}
.right_banner_inner .inquiry_banner_link_btn {
    margin: 15px auto;
}
.right_banner_inner .mail_inquiry_btn {
    width: 170px;
    height: 45px;
    margin: 0 auto;
    background-color: #ec2552;
    border-radius: 8px;
    border: 1px solid #002853;
}
.right_banner_inner #mail_inquiry {
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 0 0 0 20px;
    text-decoration: none;
    line-height: 45px;
    background-image: url(/img/icon_mail_white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.right_banner_inner .tel_inquiry_btn {
    width: 170px;
    height: 55px;
    margin: 10px auto;
    background-color: #69788c;
    border-radius: 8px;
    border: 1px solid #002853;
}
.right_banner_inner #tel_inquiry {
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 0 0 0 20px;
    text-decoration: none;
    line-height: 30px;
    background-image: url(/img/icon_tel_white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.right_banner_inner #tel_inquiry_number {
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    text-decoration: underline;
    font-weight: bold;
    margin: -3px 0 0 0;
}
.right_banner_inner a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
.right_banner_inner a:hover {
    opacity: .8;
}
.right_banner_inner a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1), rgba(255,255,255,0)100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}
#bottom_banner_part {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 40, 83, 0.75);
    text-align: center;
    position: fixed;
    bottom: 0;
}
.bottom_banner_inner {
    display: inline-block;
}
.bottom_banner_inner .inquiry_comment {
    margin: 20px 0;
    padding: 0 0 0 40px;
    color: #fff;
    font-size: 14px;
    background-image: url(/img/icon_arrow_hand.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position-y: center;
    float: left;
}
.bottom_banner_inner .mail_inquiry_btn {
    width: 230px;
    margin: 15px 0 0 20px;
    border: 1px solid #002853;
    border-radius: 8px;
    background-color: #ec2552;
    float: left;
}
.bottom_banner_inner #mail_inquiry {
    padding: 5px 10px 5px 30px;
    color: #fff;
    background-image: url(/img/icon_mail_white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 15px;
}
.bottom_banner_inner .tel_inquiry_btn {
    width: 270px;
    margin: 15px 0 0 20px;
    border: 1px solid #002853;
    border-radius: 8px;
    background-color: #69788c;
    float: left;
}
.bottom_banner_inner #tel_inquiry {
    padding: 5px 10px 5px 25px;
    color: #fff;
    background-image: url(/img/icon_tel_white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px
}
.bottom_banner_inner #tel_inquiry_number {
    color: #fff;
    padding: 0 0 0 7px;
    font-weight: bold;
    text-decoration: underline;
}
.bottom_banner_inner a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
.bottom_banner_inner a:hover {
    opacity: .8;
}
.bottom_banner_inner a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1), rgba(255,255,255,0)100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}
@keyframes shiny { 0% { left: -30%;} 20% { left: 120%;} 100% { left: 120%;}}
@-webkit-keyframes shiny { 0% { left: -30%;} 20% { left: 120%;} 100% { left: 120%;}}
@-moz-keyframes shiny { 0% { left: -30%;} 20% { left: 120%;} 100% { left: 120%;}}



/* 相場情報 */
.market_price_area {
	width: 100%;
    border: 1px solid #00479d;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    margin: 60px 0 30px 0;
}
.market_price_label {
    padding: 5px 15px 5px 40px;
    box-sizing: border-box;
    border: 1px solid #00479d;
    border-radius: 8px 8px 0 0;
    color: #fff;
    background-color: #00479d;
    background-image: url(/img/icon_money.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: 5px;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    top: -37px;
    left: -1px;
}
.market_price_table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.market_price_table th {
	border: solid 1px #c5c2c2;
	height: 30px;
	vertical-align: middle;
	background-color: #e7e7e7;
}
.market_price_table td {
	border: solid 1px #c5c2c2;
	height: 30px;
    vertical-align: middle;
}



/* 上部テキスト */
#upper_text_part {
	width: 960px;
    margin: 10px auto 0;
}
.upper_text_text {
    color: #989898;
}



/* 下部テキスト */
#lower_text_part {
	width: 960px;
    margin: 20px auto 0;
    box-sizing: border-box;
    border-top: 1px solid #00479d;
}
.lower_text_title {
	width: 100%;
	height: 90px;
	padding: 20px;
	box-sizing: border-box;
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}
.lower_text_title div {
	height: 30px;
	margin: 20px 0 0 300px;
	font-size: 16px;
	font-weight: bold;
}
.lower_text_text {
	padding: 0 30px 20px 30px;
 	line-height: 20px;
	font-size: 13px;
}



/* PR物件 */
.pr_property_label {
	margin: 20px 0 10px 8px;
    padding-left: 30px;
    color: #002853;
    font-size: 14px;
    font-weight: bold;
    background-image: url(/img/icon_p.svg);
    background-repeat: no-repeat;
}
.pr_property_area {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}
.pr_property_area:hover {
	border: 1px solid #00479d;
}
/* 最近見た物件 */
.checked_property_label {
	margin: 20px 0 10px 8px;
    padding-left: 30px;
    color: #002853;
    font-size: 14px;
    font-weight: bold;
    background-image: url(/img/icon_p.svg);
    background-repeat: no-repeat;
}
.checked_property_area {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}
.checked_property_area:hover {
	border: 1px solid #00479d;
}
/* 物件カード（大） */
.property_item {
    width: 280px;
    border: solid 1px #c5c2c2;
    box-sizing: border-box;
    margin: 10px auto;
}
/* 新着物件 */
.new_property_label {
	margin: 20px 0 10px 8px;
    padding-left: 30px;
    color: #002853;
    font-size: 14px;
    font-weight: bold;
    background-image: url(/img/icon_p.svg);
    background-repeat: no-repeat;
}
.new_property_area {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* 物件カード（小） */
.property_item_small {
    width: 230px;
    border: solid 1px #c5c2c2;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.property_item_title {
	width: 100%;
	border-bottom: solid 1px #c5c2c2;
	background-color: #e7e7e7;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property_item_title a {
	color: #002853;
}
.property_item_content {

}
.property_item_id {
    height: 20px;
    width: 75px;
    color: #ec2552;
    text-align: center;
    line-height: 20px;
    float: left;
    background-color: #e7e7e7;
    margin: 5px 0 5px 5px;
    padding: 5px;
}
.property_item_feature {
	margin: 5px 0;
}
.property_item_feature ul {
	display: table;
    border-collapse: separate;
    border-spacing: 5px 0;
}
.property_item_feature ul .icon {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    width: 35px;
    line-height: 12px;
    color: #e7e7e7;
    font-size: 10px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    box-sizing: border-box;
}
.property_item_feature ul .icon.on {
	background-color: #fff;
    border: solid 1px #00479d;
    color: #00479d;
}
.property_item_feature ul .icon.new {
	background-color: #fff;
    border: solid 1px #ec2552;
    color: #ec2552;
}
.property_item_address {
	margin: 5px;
	clear: both;
}
.property_item_rent {
	margin: 5px;
	clear: both;
}
.property_item_button {
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px 5px 5px;
}
.property_item_button .detail_btn {
	height: 30px;
    margin-bottom: 5px;
	color: #ec2552;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ec2552;
	border-radius: 8px;
	box-shadow: 2px 2px 4px #c5c2c2;
    box-sizing: border-box;
	display: block;
}
.property_item_button .detail_btn:hover {
	box-shadow: 4px 4px 10px #c5c2c2;
}
.property_item_button .add_btn {
    height: 30px;
    margin-bottom: 5px;
    color: white;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #c5c2c2;
    display: block;
    position: relative;
}
.considerable {
	background-color: #002853;
}
.considered {
	background-color: #c5c2c2;
}
.property_item_button .add_btn.considerable:hover {
	box-shadow: 4px 4px 10px #c5c2c2;
}
.property_item_button .add_btn .consider_btn_tooltip {
    display: none;
	height: 32px;
	padding: 0 10px;
	color: #002853;
    font-size: 12px;
    white-space: nowrap;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%,0);
	border: solid 1px #002853;
    border-radius: 12px;
    background: #fff;
	box-sizing: border-box;
}
.property_item_button .add_btn .consider_btn_tooltip:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translate(-50%,0);
	border-top:8px solid #002853;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
}
.property_item_button .add_btn .consider_btn_tooltip:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translate(-50%,0);
	border-top:8px solid #fff;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
}
.property_item_photo {
    float: left;
    width: calc(50% - 10px);
    height: 70px;
    margin: 0 5px 5px 5px;
}
.property_item_photo img {
	display: block;
	height: 100%;
    margin: 0 auto;
}



/* SEOリンク */
#seo_link_part {
	width: 960px;
	margin: 0 auto;
}
#seo_link_part .link_label_1 {
	padding: 8px;
	color: #989898;
	font-size: 12px;
	background-color: #E7E7E7;
}
#seo_link_part .link_label_2 {
	background-image: url(/img/icon_car.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position-x: 7px;
	padding: 0 35px 0;
	margin: 8px 0 0;
	color: #000000;
	font-size: 12px;
}
#seo_link_part .link_label_3 {
	font-size: 14px;
	color: #000000;
	padding: 5px 0;
	font-size: 12px;
}
#seo_link_part .link_list {
	color: #989898;
	font-size: 12px;
	padding: 8px;
	line-height: 20px;
}
#seo_link_part .link_list a {
	margin-right: 1em;
	text-decoration: underline;
	color: #989898;
}
#seo_link_part .link_list a:hover {
	color: #ec2552;
}



/* フッター */
#footer_part {
    width:  960px;
    margin: 0 auto;
}
#footer_part .footer {
    height: 60px;
    background-color: #00479d;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer_part .footer .footer_left {
	margin-left: 20px;
    float: left;
}
#footer_part .footer .footer_right {
    float: right;
}
.footer_right .corporation,
.footer_right .privacy,
.footer_right .terms_of_service,
.footer_right .sitemap {
	display: block;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    float: left;
}
.footer_right .corporation,
.footer_right .privacy,
.footer_right .terms_of_service {
    border-right: 1px solid #fff;
}
.footer_right a {
    color: #fff;
	text-decoration: underline;
}