<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@media screen and (max-width:768px){

/* =========================================================

   共通・未分類

========================================================= */

article, aside, details, figcaption, figure,
footer,  hgroup, menu, nav, section {
	display: block;
}
html{
    overflow-y: scroll;
    zoom: 1 !important;
}
html,body {
	position: relative;
	margin: 0;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
}
h1{
	background: #2F2514;
	padding: 3px 2%;
	color: #fff;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
input, textarea, dt, dd{
	margin: 0;
	padding: 0;
    clear: both;
}
ol, ul{
	list-style:none;
	color: black;
	margin: auto;
	padding: 0;

}
a{
	text-decoration:none;
}
a:focus {
	outline:none;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{
    text-align: left;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.float_r {
	float: right;
}
.float_l {
	float: left;
}
.both{
	clear:both;
}
.smart_border{
	border:none !important;
}

#main {
	margin-bottom: 60px;
}
.red {
	color:#FF0000;
}
.redbold {
	color:#FF0000;
	font-weight:bold;
}
a.red:link {
	color:#FF0000;
}
.container-top{
	padding: 0px 5px 0 5px;
}
ul li.arrow {
	background-image: url(/mobile_img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.li-height{
	height: 200px;
}

.bg1 {
	padding: 5px;
}
.main {
	margin: 0px;
}
.main ul {
	border-top: 0;
	margin: 0px;
	font-size:12px;
	-webkit-border-radius: 0px;
}
.main ul li {
	color:#FFF;
	font-size: 12px;
	border-bottom: 1px solid #c0c0c0;
	list-style-type: none;
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#f5f5f5));
}
.main ul li:first-child {
	background-image: url(/mobile_img/m-title.jpg);
	border: 0;
	height: 45px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0px;
}
.main ul li:last-child { 
	list-style-type: none;
	-webkit-border-radius: 0;
}
.main ul li a img{
	float: left;
	display: block;
	margin: -4px 10px -4px -1px;
}
.main ul li.arrow2 {
	background-image: url(/mobile_img/chevron2.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.m-title{
	font-size: 20px;
	font-weight: bold;
}
.m-title2{
	font-size: 16px;
	font-weight: bold;
}
.nav-portfolio {
	margin: auto;
}
.nav-portfolio ul {
	border: 0px;
	-webkit-border-radius: 0;
	padding: auto;
}
.nav-portfolio ul li img {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 147px;
	height: 60px;
}
.nav-portfolio ul li {
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
}
.nav-portfolio ul:after {
	content: '';
	display: block;
	clear: both;
	padding: 0px;
}
.nav-portfolio a {
	display: block;
	text-decoration: none;
}
.nav-portfolio a:after {
	display: block;
	content: attr(title);
	font-size: 12px;
	width: 120px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0px;
}
.contact-form {
	margin: -20px 10px 10px 10px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	background-color: #ececec;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#ECECEC));
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
}
.contact-form dl {
	margin-bottom: 20px;
}
.contact-form dt {
	font-weight: bold;
}
.contact-form dd {
	margin-bottom: 10px;
}

/*************************************
input
*************************************/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea{
	outline: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    height:40px;
    line-height:20px;
    font-size: 14px !important;
	margin:0px 0px 5px 0;
	padding:0 .5em;
	font-size:1.2em;
	border:1px solid rgba(0,0,0,.3);
	border-radius:2px;
	box-shadow:1px 1px 5px -1px rgba(0,0,0,.3) inset;
	background-color:#FFF4F4;
	border: 1px solid #FFB0B0;
    width: 100%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
	box-shadow:1px 1px 5px -1px rgba(0,0,0,.5) inset, 0 0 2px 2px rgba(125,0,0,.5);
}
textarea{height:6em; line-height:1.2em; padding-right:0;}
input[type="checkbox"]{
	-webkit-transform:scale(1.5,1.5);
	transform:scale(1.5,1.5);
	vertical-align:middle;
    margin-right: 5px;
    line-height: 20px;
}
.listCheck input[type="checkbox"]{
	width:auto;
	height:auto;
    margin-right: 5px;
    line-height: 20px;
}
input[type="radio"]{
	-webkit-transform:scale(1.5,1.5);
	transform:scale(1.5,1.5);
	vertical-align:bottom;
    margin-right: 5px;
    line-height: 20px;
}

input[type="reset"] {
	margin: 0 auto 5px;
	width: 90%;
	height: 50px;
	color: #fff;
	display: block;
	letter-spacing: 1px;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
}
.button_bg input {
	background: #FF7505;
	box-shadow: 0 5px #EC6C00;
}
.button_bg input[type="reset"] {
    background: #999;
    box-shadow: 0 5px #666;
    margin-top: 15px;
    height: 30px;
    border-radius: 5px;
}
input[type="submit"]  .button_main {
	background: #FF7505;
	box-shadow: 0 5px #EC6C00;
}
.button_main {
	
	background: #FF7505;
	box-shadow: 0 5px #EC6C00;
}
input[type="submit"]  .button_sub {
	background: #999;
	box-shadow: 0 5px #666;
	margin-top: 10px;
	height: 30px;
}
.button_sub {
	background: #999;
	box-shadow: 0 5px #666;
	margin-top: 10px;
	height: 30px;
}

input[type="submit"] {
	margin: 0 auto 5px;
	padding:10px 0;
	width: 90%;
	color: #fff;
	display: block;
	-webkit-appearance: none;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
}
input[type="submit"].toiawase {
	padding: 2px 10px 5px 10px;
	font-size: 23px;
	border: 1px solid #FFFFFF;
	width: auto;
	color: #FFFFFF;
	background-color: #808080;
	background-image: linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
	background-image: -o-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
	background-image: -moz-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
	background-image: -webkit-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
	background-image: -ms-linear-gradient(bottom, #46D100 41%, #2BFF2B 94%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.41, #46D100),
	color-stop(0.94, #2BFF2B)
	);
}
textarea {
	padding: 5px;
	width: 100%;
	font-size: 16px;
}
select {
	padding: 5px;
	font-size: 15px;/* 20141222変更 */
}
.submit {
	text-align: center;
}
.jCarousel {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: margin 0.5s ease-in-out; 
}
.jCarousel li {
	text-align: center;
}
.jCarousel li img {
	padding-top: 10px;
}
.tenpo1{
	color:#F00;
	font-size:20px;
}
.tenpo {
	margin: 0px;
	background-color: #FFF;
	font-size: 16px;
	color: #F90;
	line-height: 20px;
	font-weight: bold;
}
.tenpo2{
	color: #390;
	font-size:18px;
}
.tenpo2 a{
	color: #390;
	font-size:18px;
	text-decoration:none;
}
.tenpo ul {
	border-top: 0;
	margin: 0px;
	font-size:12px;
	-webkit-border-radius: 0px;
	background-color:#FFF;
}
.tenpo ul li {
	color:#FFF;
	font-size: 12px;
	list-style-type: none;
	background-color:#FFF;
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
}
.tenpo ul li:first-child {
	background-color:#FFF;
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0px;
}
.tenpo ul li:last-child { 
	list-style-type: none;
	-webkit-border-radius: 0;
}
.tenpo ul li a img{
	float: left;
	display: block;
	margin: -4px 10px -4px -1px;
}
.button_bg {
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F0F0F0;
}
form {
	margin-bottom:0px;
	position:relative;
}
/******************
*スマホSNSボタン用*
*******************/
.sns_button{
	line-height:40px;
	margin-top:20px;
	margin-left:5px;
}

/* =========================================================

   物件検索　/search.php

========================================================= */

.search_block {
    width: 97%;
    margin: 10px auto;
    overflow: hidden;
    font-size: 13px;
    background: #FFF !important;
}
.search_block input[type="radio"] {
    vertical-align: middle !important;
}
.search_block input[type="checkbox"]{
    margin-right: 8px;
}

.search_block label{
    border: 1px dashed #CCC;
    width: 94%;
	padding: 7px 1%;
    font-weight:normal;
    font-size: 13px;
	line-height: normal;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    display: block;
    vertical-align: middle;
}
.yachin_block label {
    margin-top: 10px;
    display: inline-block;
    width: 40%;
}
.search_waku {
	width:100%;
}
.search_waku tr td {
	width:50%;
}
.search_list {
	width:98%;
	margin:10px auto;
}
.search_submit2 {
    width: 100%;
    display: block;
    background-color: rgba(51,51,51,0.8);
    position: fixed;
    bottom: 61px;
    z-index: 999;
}
.search_submit2 a,
.search_submit2 input[type="submit"] {
    font-size: 20px;
    background: #FF9900;
    display: block;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px #A66400;
    border: none;
    width: 50%;
    letter-spacing: 1px;
    margin: 10px auto 10px auto;
    text-align: center;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-appearance: none;
	-webkit-appearance: none;
}
.search_submit2 a i {
	padding-right: 10px;
}
.search_submit2 a span {
	font-weight:bold;
}
.is-fixed{
	display:none !important;
}
label {
    border: 1px solid #CCC;
    width: 94%;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 1%;
    margin: 1%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    vertical-align: middle;
    float: left;
    text-indent: 5px;
}
label.border_none {
	border: none !important;
}
#lineBtnArea, #stationBtnArea {
	width: 100%;
}
#lineBtnArea input, #stationBtnArea input {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	width: 50%;
	height: 40px;
	line-height: 30px;
}
input[type="checkbox"] {
	width: auto;
	vertical-align:middle;
}
#total_rooms_num {
	color: red;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* =========================================================

   学区検索　school_list

========================================================= */

.school_h2 {
    font-size: 18px;
    text-align: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 45px;
    margin: 0px;
    padding: 0px;
}

.school_h2 img{
    width:100%;
    margin: 0px;
    font-weight: normal;
}

.school_h2 h2 p{
    display:none;
    margin: 0px;
    padding: 0px;
}

.school_h2 h2 .t1{
    font-size: 20px;
    line-height: 20px;
}

.school_h2 h2 .t2{
    font-size: 32px;
    line-height: normal;
}

.school_h2 h2 .t3{
    font-size: 15px;
    line-height: 17px;
}

.school_h2 h2 .t4{
    font-size: 13px;
    line-height: 17px;
    color:#FF0000;
}

.school {
    width: 96%;
    background-color: #F4F4F4;
    overflow: hidden;
    margin: 10px auto;
}

.school ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow:hidden;
}

.school ul li{
    overflow: hidden;
    padding: 0;
    border:none;
}

.school .inner{
    overflow: hidden;
}

.school h3{
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    text-indent: 10px;
    font-weight: normal;
    text-align: left;
    border-left: 7px solid #333333;
    border-bottom: 1px solid #333333;
    line-height: normal;
}

.school .inner .chilled{
    width: 49%;
    float: left;
    margin:0 0 15px 0;
    border: 1px solid #333333;
    box-sizing:border-box
}

.school .inner .chilled:first-child{
    margin:0 2% 15px 0;
}

.school .inner li a{
    height:40px;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    padding:0;
    margin:0;
}

.school .inner .chilled span{
    display: block;
    padding: 0px;
    line-height:40px;
}

.school_2 {
    background-color: #F4F4F4;
    overflow: hidden;
    margin: 10px auto;
    padding: 10px;
}

.school_2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.school_2 .inner .chilled{
    float: left;
    margin: 0 3% 5% 0;
}

.school_2 .inner li a{
    display: block;
    border: solid 2px #999999;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    margin:0;
}

.school_2 .inner .chilled span{
    display: block;
    padding: 0px 42px;
}

.gakku_comment {
    color: #F00;
    font-size:13px;
    width: 480px;
    margin:0px;
    padding: 0px;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* =========================================================

   物件問合せ　mail

========================================================= */

.mail_form{
    width: 94%;
    margin: 3px auto;
}

.mail_form_label label{
    width: 45% !important;
}
.b_mail_wrap .hissu:after {
    content: "必須";
    font-size: 12px;
    padding: 1px 7px;
    margin-left: 10px;
    vertical-align: middle;
    background: #FFE8E5;
    color: #f00;
    border: 1px solid #f00;
    box-sizing: border-box;
    border-radius: 3px;
}
.mail_form .error:not(:empty){
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 11px 5%;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 4vw;
    font-weight: bold;
    border: solid 1px #F00;
    box-sizing: border-box;
    background: #F00;
    border-radius: 5px;
}
.mail_form .error:not(:empty):before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #ff0000;
    z-index: 2;
}
.mail_contact {
    display: none;
}
.b_mail_wrap .mail_form dt {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
}
.mail_form dd {
    overflow: hidden;
}
.mail_bikou {
    margin: 5% 0 2%;
    font-size: 3.3vw;
}
.mail_bikou b {
    font-size: 16px !important;
}
.b_mail_wrap input[type="text"],
.b_mail_wrap input[type="tel"],
.b_mail_wrap input[type="email"],
.b_mail_wrap input[type="password"],
.b_mail_wrap textarea {
    background-color: #f5f9fc;
    border: 1px solid #ccdae4;
}

/*-- 確認画面 --*/

.sp_mail02_ul{
	width:96%;
	margin:10px auto;
}

.sp_mail02_ul li{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
	padding:8px 0 8px 10px;
}

.sp_mail02_ul li:first-child{
	border: 1px solid #ccc;
}

.sp_mail02_ul li span:nth-child(1){
	float:left;
}

.sp_mail02_ul li span:nth-child(2){
	display: block;
	margin-left: 150px;
}


/* =========================================================

   一般問合せ　/inquiry.php

========================================================= */

.sma_inquiry td {
	padding-left: 3px;
	padding-right: 0;
	width: 80%;
}
.sma_inquiry th {
	padding-left: 3px;
	padding-right: 3px;
	width: 20%;
}
.sma_inquiry label input[type="checkbox"] {
	margin: -2px 0 0 0;
	float: left;
}
.sma_inquiry label input[type="radio"] {
	margin: -2px 0 0 0;
}
.sma_inquiry label {
	border: none;
	float: none !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 44% !important;
	padding: 5px 0 !important;
	margin: 0 !important;
	font-weight: normal;
}
.form_caution {
    width: 93%;
    margin: 15px auto;
    padding: 15px 4%;
    background: #fff4f4;
    border: 1px solid #efc1c1;
    color: #f00;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
}
.inquiry_wrap .toggle_wrap {
    width: 100%;
    padding: 10% 0;
}
.inquiry_wrap .toggle_wrap td{
    border-bottom:none;
}
.inquiry_wrap .toggle {
    background-color: #F7A805;
    padding: 3% 0;
    width: 80%;
    margin: 0 auto !important;
    border-radius: 5px;
    border-bottom: 2px solid #de9807;
}
.inquiry_wrap .toggle span {
    text-decoration: none !important;
}
.inquiry_wrap .toggle span b {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.inquiry_wrap .hissu:after {
    content: "必須";
    font-size: 12px;
    padding: 1px 7px;
    margin-left: 10px;
    vertical-align: middle;
    background: #FFE8E5;
    color: #f00;
    border: 1px solid #f00;
    box-sizing: border-box;
    border-radius: 3px;
}
.inquiry_wrap input[type="text"],
.inquiry_wrap input[type="tel"],
.inquiry_wrapinput[type="email"],
.inquiry_wrapinput[type="password"],
.inquiry_wrap textarea{
    background-color: #f5f9fc;
    border: 1px solid #ccdae4;
}
.inquiry_wrap .mail_form dt{
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
}


/* =========================================================

   お気に入り　favorite.php

========================================================= */

.favo_ul{
	margin-bottom:10px;
}
.favo_ul li {
	border-bottom: 1px solid #ccc;
}
.favo_ul li a {
	display: block;
	padding: 5px;
	box-sizing: border-box;
}
/*旧お気に入りボタン
.okini-right{
	position:absolute;
	top:0px;
	right:7px;
	z-index:99;
}
*/

/* =========================================================

   閲覧履歴　footprint
   
========================================================= */

.rireki_page_wrap .rireki_block{
    margin-top: 30px;
}
.rireki_page_wrap .rireki_container{
    width:100%;
    margin:0px auto;
}
.rireki_page_wrap .rireki_title_sp{
    display:none;
}
.rireki_page_wrap .ko_title {
    display: none;
}
.rireki_page_wrap .rireki_block ul{
    position: relative;
    list-style-position: outside;
    width: 84%;
    overflow: auto;
    padding: 10px 2%;
    margin: 0px auto 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px 1px #ccc;
    -moz-box-shadow: 0 0 3px 1px #ccc;
}
.rireki_page_wrap .rireki_block ul:hover{
    background:#FFFAF0; /*★マウスオーバー時の背景色*/
}
.rireki_page_wrap .rireki_block ul li{
    text-align:left;
}
.rireki_page_wrap .rireki_block_yachin,
.rireki_page_wrap .rireki_block_madoriname,
.rireki_page_wrap .rireki_block_address,
.rireki_page_wrap .rireki_block_access,
.rireki_page_wrap .rireki_block_comment {
    font-size: 12px;
    margin-bottom: 10px;
}
.rireki_page_wrap .rireki_block_title {
    background: #eee;
    height: 35px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.rireki_page_wrap .rireki_block_title a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rireki_page_wrap .rireki_block_title a span {
    position: absolute;
    top: 17px;
    left: 6%;
    width: 88%;
    font-size: 14px;
    color: #0044FF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rireki_page_wrap .rireki_block_img{
    text-align: center !important;
    width: 45%;
    padding: 0 3% 10px 0;
    float:left !important;
}
.rireki_page_wrap .rireki_block_img img{
    width: auto;
    max-height: 130px;
}
.rireki_page_wrap .rireki_block_yachin span{
    color:#FF0000;
    font-size:16px;
    font-weight:bold;
}
.rireki_page_wrap .rireki_block_comment {
    clear:both;
    background: #eee;
    border-radius: 3px;
    padding: 10px 3%;
    margin-bottom: 0px !important;
}


/********************************************
  
    マイ条件検索
  
*********************************************/

.my_title {
    width: 90%;
    margin: 0 auto 20px;
}
.my_title_top {
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 140%;
    font-size: 5vw;
    color: #0C53A0;
    font-weight: normal;
    text-align: left;
    padding: 3% 0 1%;
    vertical-align: bottom;
}
.my_title_bottom {
    color: #666666;
    text-align: left;
    padding: 0;
    line-height: 140%;
    vertical-align: top;
    font-size: 3.5vw;
}
.my_sh_row{
	width: 90%;
    margin: 0 auto 20px;
}
.my_title_top{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height:30px;
	font-size:24px;
	color:#0C53A0;
	font-weight:normal;
	padding-left:100px;
	text-align:left;
	padding:20px 0 0;
	vertical-align:bottom;
}
.my_title_bottom{
	padding-left:100px;
	color:#666666;
	text-align:left;
	padding:0 0 0;
	line-height:22px;
	vertical-align:top;
}
.my_sh_title {
	padding: 15px 4%;
    width: 96%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.my_sh_date {
    font-size: 3.5vw;
	margin-bottom: 10px;
    color: #888;
    width:100%;
}
.my_sh_edit{
	width:100%;
	display: flex;
    align-items: center;
}
.my_sh_edit span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #888;
    line-height: normal;
}
.my_sh_edit a {
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    border: 1px dotted #f90;
    border-radius: 5px;
    padding: 9px 2% 9px 2.5%;
    margin-right: 2%;
}
.my_sh_title i {
    color: #f90;
}
.my_sh_remove {
    float: right;
}
.my_sh_remove a i {
	color: #888;
    font-size: 16px;
}
.my_sh_main {
    overflow: hidden;
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
}
.my_sh_main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.my_sh_main ul span {
    display: block;
}
.my_sh_condition {
    padding: 15px 4%;
    font-size: 3vw;
    width: 100%;
}
.my_sh_condition li {
    width: 100%;
}
.my_sh_condition li&gt;span {
    border: 1px solid #0e55a2;
    border-radius: 3px;
    color: #0e55a2;
    background: #f8fbff;
    display: inline-block;
    padding: 2px 2%;
    font-size: 10px;
    width: 18%;
    text-align: center;
}
.my_sh_condition&gt;span {
    border: 1px solid #0e55a2;
    border-radius: 3px;
    color: #0e55a2;
    background: #f8fbff;
    display: inline-block;
    padding: 2px 2%;
    font-size: 10px;
    width: 18%;
    text-align: center;
}
.my_sh_condition li p {
    margin: 5px 0 10px;
}
.my_sh_condition p {
    margin: 5px 0 10px;
}
.my_sh_condition br {
    display: none;
}
.my_sh_search {
    margin-bottom: 5px !important;
}
.my_sh_search a {
    background: #FF9900;
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}
iframe#TB_iframeContent {
    height: auto !important;
    width: 100%;
}
iframe#TB_window{
	top: 70% !important;
}
/********************************************
  
    物件詳細
  
*********************************************/

.page-title{
    border-bottom: 2px solid #2F2514;
	margin: 0 0 10px;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#f5f5f5)); */
    line-height: 18px;
    font-size: 3.4vw;
    font-weight: bold;
    color: #333;
    text-align: left;
    padding: 5px 2%;
}
.page-title span{
    padding-right: 2%;
}
#body-s #photo {
    text-align: center;
}
.img_gallary_btn {
	position: relative;
	background-color: rgb(235,235,235);
	border-radius: 4px;
	/* color: #fff; */
	width: 95%;
	text-align: center;
	margin: 10px auto;
	line-height: 32px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbbbbb;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, .3); */
}
.img_gallary_btn a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.sp_fav{
    width: 88%;
    margin: 10px auto;
}
.sp_fav img{
    width: 100%;
}
.sh-point{
	font-size:12px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px;
	margin:0px;
}
.sh-point span{
	padding: 2px 3px;
	font-weight: bold;
	background-color: #FF8C00;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	margin-right: 10px;
}
.sho_koumoku{
	width:100%;
	font-size:14px;
	margin-top:0px;
	empty-cells: show;
}
.sho_koumoku th{
	width:30%;
	color: #666;
	font-size:11px;
	font-weight:bold;
	background: #f7f7f7;;
	border-bottom:1px solid #CCC;
}
.sho_koumoku td{
	width:70%;
	border-bottom:1px solid #CCC;
	font-size:14px;
	empty-cells: show;
}
.sho-kakaku{
	font-weight: bold;
	color: red;
	font-size: 18pt;
}
.sho-free-txt {
    list-style: none;
    margin: 0 0 3px;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: none !important;
    color: #000;
}
.sho-free-txt li {
    list-style: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #000;
}
.sho-free-txt li b {
    font-weight: normal;
    margin-right: 4%;
}
.sho-free-txt li br {
    content: " ";
    display: none;
}

li.f-border {
    margin: 0 0 5px;
    padding: 0 0 5px;
}

.sho-free-txt li:first-child {
    float: none;
}
.sho_text_wrap {
    font-size: 3vw;
    padding: 0 3%;
    margin: 15px 0px;
}

/*-- 問合せボタン --*/

.shosai_btn-s {
	width: 96%;
	padding: 10px 2%;
	background: #F5F5F5;
	overflow: hidden;
}
.shosai_btn-s p {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 5px 0;
	clear: both;
}
.shosai_btn-s .shosai_inq {
	float: left;
	width: 65%;
}
.shosai_btn-s .shosai_tel {
	float: right;
	width: 33%;
}
.shosai_btn-s .shosai_inq input,
.shosai_btn-s .shosai_tel .shosai_tel_a {
	width: 100%;
}
.shosai_reserve a {
    background: #d90d33;
    box-shadow: 0 5px #a30724;
    color: #FFF;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 12px;
    margin-bottom: 3%;
    outline: 1px solid #ffffff;
    outline-offset: -4px;
    border-radius: 4px;
    animation: flash 1s linear infinite;
}
@keyframes flash {
  0%{
	color:#FFF;
  }
  50%{
    color:#fff031;
  }
}
.shosai_reserve i {
    margin-right: 5px;
    font-size: 20px;
}
.shosai_mail_btn {
	position: relative;
	background-color: rgb(235,235,235);
	border-radius: 4px;
	/* color: #fff; */
	width: 95%;
	text-align: center;
	margin: 10px auto;
	line-height: 32px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #bbbbbb;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, .3); */
}
.shosai_mail_btn a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.sho-contain {
	display: inline-block;
	background-color: #f5f5f5;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 5px;
	width: 230px;
	height: 230px;
	border: 1px solid #f5f5f5;
	background-size: contain;
}


/*-- 詳細類似物件 --*/

.sh_ruiji_wrap {
	overflow-x: auto;
    white-space: nowrap;
    padding: 2%;
}
.sh_ruiji_block {
    overflow: hidden;
	display: inline-block;
    vertical-align: top;
    width: 150px;
    padding: 2%;
    margin: 2% 2% 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.sh_ruiji_img {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    object-fit: cover;
}
.sh_ruiji_wrap li{
    font-size: 3vw;
}
.mli-com {
	margin-top:10px;
	padding-left: 15px;
	font: 12px;
}
.mli-kakaku{
	font-size: 20px;
	line-height:25px;
	font-weight: bold;
	color: red;
}
.mli-koumoku{
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
}
.mli-title{
	padding:2px 5px;
	font-weight: bold;
	background-color: #FF8C00;
	color: #fff;
	font-size: 12px;
	line-height:25px;
}
.mli-koumoku-waku{
	margin-left:5px;
	font-size:12px;
	line-height:16px;
}
.mli-roomtitle {
    color: #0000EE;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mli_yachin {
    font-size: 4vw;
    font-weight: bold;
    color: red;
}
a .mli-changesearch{
	padding:3px 5px;
	font-weight: bold;
	text-decoration: none;
	text-overflow: ellipsis;
	background-color: #007fff;
	color: #fff;
	font-size: 14px;
	line-height:25px;
}

/*-- 詳細閲覧履歴 --*/

#body-s  .rireki_block {
    padding: 10px 3% 10px;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}
#body-s  .rireki_block ul {
    overflow: hidden;
	display: inline-block;
    vertical-align: top;
    width: 180px;
    padding: 2%;
    margin: 2% 2% 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#body-s  .rireki_block_img {
    height: 100px !important;
    width: 100%;
    text-align: center;
}
#body-s  .rireki_block_img img {
    height: auto !important;
    max-height: 100px;
}
#body-s .rireki_block_title {
    background: #eee;
    padding: 3px 4%;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
#body-s .rireki_block_title {
    color: #0000EE !important;
}
#body-s .rireki_block_yachin {
    font-size: 4vw;
    font-weight: bold;
    color: red;
}
#body-s .rireki_block_madoriname,
#body-s .rireki_block_access {
    font-size: 12px;
}
#body-s .rireki_block_access br {
    display: none;
}
#body-s .rireki_block_comment {
    background: #eee;
    padding: 5px 2%;
    height: 50px;
    white-space: normal;
    margin-top: 5px;
}
#body-s .rireki_block_comment p {
    margin: 0;
    font-size: 10px;
}

/*-- 近隣スポット情報 --*/

.shosai_spot_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2%;
}
.shosai_spot_row {
    width: 49%;
    border: 1px solid #ccc;
    background: #FFF;
    border-radius: 3px;
    margin-bottom: 2%;
    padding: 5px 2%;
    box-sizing: border-box;
}
.shosai_spot_row img {
    height: 120px;
    max-width: 170px;
    object-fit: cover;
}
.shosai_spot_title {
    background: #F2F2F2;
    line-height: 24px;
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shosai_spot_img {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shosai_spot_item {
    font-size: 12px;
    height: 35px;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    clear: both;
}

/*棟詳細
div.t_shosai_kushitsu{
	width:100%;
	height:auto;
	background:#F2F2F2;
	margin:0px;
	padding:10px auto;
	overflow:hidden;
	box-sizing:border-box;
}
div.t_shosai_kushitsu2{
	width: 94%;
	margin: 10px auto;
	padding: 5px 0;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: none;
	-webkit-box-shadow:0px 0px 1px 1px #CCC;
	-moz-box-shadow:0px 0px 1px 1px #CCC;
	box-shadow:0px 0px 1px 1px #CCC;
}
div.t_shosai_kushitsu2 h2{
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.sma_top_b img{
	max-width:150px;
	max-height:100px
}
*/


/* shosai */
/*ADD 20160808KANEKO*/

.shosai_btn {
	width: 96%;
	padding: 10px 2%;
	background: #F5F5F5;
}
.shosai_btn p {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 5px 0;
}
.shosai_inq form {
	margin: 0;
}
.shosai_inq input ,.shosai_tel .shosai_tel_a {
	margin: 0 auto 5px;
	width: 90%;
	height: 50px;
	color: #fff;
	display: block;
	letter-spacing: 1px;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
}
.shosai_inq input {
	background: #FF7505;
	box-shadow: 0 5px #EC6C00;
}
.shosai_tel .shosai_tel_a {
	background: #007FBD;
	box-shadow: 0 5px #006CA3;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
}

.shosai_tel i{
    margin: 5px 5px 5px 0px;
    font-size: 15px;
}

/*棟詳細　未使用？*/

.t_shosai_kushitsu{
	width:100%;
	height:auto;
	background:#F2F2F2;
	margin:0px;
	padding:10px auto;
	overflow:hidden;
	box-sizing:border-box;
}

.t_shosai_kushitsu2{
	width: 94%;
	margin: 10px auto;
	padding: 5px 0;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: none;
	-webkit-box-shadow:0px 0px 1px 1px #CCC;
	-moz-box-shadow:0px 0px 1px 1px #CCC;
	box-shadow:0px 0px 1px 1px #CCC;
}

.t_shosai_kushitsu2 h2{
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/********************************************
  
    物件一覧
  
*********************************************/

/*一覧画像の比率指定CSS*/
.contain {
	display: inline-block;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 1%;
	width: 98%;
	height: 120px;
	border: 1px solid #f5f5f5;
	background-size: contain;
	/*background-color: #f5f5f5;*/
}


.sma_list {
	width: 100%;
	background: #efefef;
	overflow: hidden;
}
.sma_list ul {
	width: 100%;
	border: none;
	background: none;
	overflow: hidden;
}
.sma_list &gt; ul &gt; li {
	width: 94%;
	margin: 15px auto;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 3px 2px 0 #999;
	-moz-box-shadow: 0 3px 2px 0 #999;
	box-shadow: 0 3px 2px 0 #999;
}
.sma_list_link {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size:12px;
	background-color: #faecdb;
	margin: 0px 5px 5px 5px;
}
.sma_list_link img{
	float:right;
}
.sma_list_link a {    
	padding: 0;
	line-height: 26px;
	color: blue;
	text-decoration: underline;
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-indent:80px;
	height:150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sma_list_link p {
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0;
}
.sma_list_link p span {
	display: block;
	padding: 0 5px;
	line-height: 20px;
	margin-right: 5px;
	background: #FF9600;
	color: #fff;
	float: left;
}
.sma_list_link p img {
	vertical-align: bottom;
	margin: 0;
}
.sma_list_l {
	width: 48%;
}
.sma_list_r {
	width: 50%;
	line-height: 20px;
	margin: 5px auto;
	color: #333;
}
.sma_list_r2 {
	width: 55%;
	height:100%;
	line-height: 18px;
	color: #333;
	background: url(/mobile_img/chevron.png) no-repeat 100% 40%;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
.sma_list-koumoku {
	color: #1A99D7;
}
.sma_list-kakaku {
	color: #f00;
	font-weight: bold;
	/*font-size: 17px;*/
}
#coment-form label {
	width:45%;
}
/* list選択中項目 20150114 */
.list_selected {
	width: 94%;
	margin: 5px auto;
	border: 1px solid #ccc;
	padding: 5px;
	background: #f5f5f5;
	border-radius: 5px;	/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;		/* Firefox用 */
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;	/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 2px #ccc;	/* Safari,Google Chrome用 */  
}
.list_selected b {
	display: block;
	text-align: center;
	color: #FF9600;
	width: 100%;
	margin: 0 auto 3px;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #aaa;
	font-size: 13px;
	letter-spacing: 2px;
}
.list_selected b img {
	height: 13px;
	vertical-align: baseline;
	margin-right: 5px;
}
.list_s_left {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
    color: #666;
    margin: 10px 3%;
}
.list_s_btn {
    display: flex;
    justify-content: space-between;
    margin: 0 3% 5px;
}
.list_s_btn a {
    border: 1px solid #666;
    border-radius: 500px;
    padding: 3px 14%;
    background: #fff;
    color: #333;
    text-decoration: underline;
}

/*空室表示部分*/

.kushitsu_list{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
	clear:both;
	overflow:hidden;
	position:relative;
	left:0px;
}

.kushitsu_list ul{
	width:100%;
	margin:0px !important;
	padding:0px !important;
	border:none !important;
}

.kushitsu_list li{
	background: url(/mobile_img/arrow_black.png) no-repeat 95% 50%;
	background-size: 5px auto;
	position:relative;
	width:100%;
	border-bottom:solid 1px #CCC;
	box-shadow: none;
}

.kushitsu_list li:first-child{
	border-top:solid 1px #CCC;
}

.kushitsu_list li a{
	display:block;
	width:100%;
	padding: 10px;
	box-sizing: border-box;
	color: #333;
}

.shosai_tower_block ul{
	border: none;
}

.sp_kushitsu_kaisu {
	display: block;
	float: left;
	background-color: #eee;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	margin-right: 10px;
}

.tower_list{
	-webkit-box-shadow:0px 0px 1px 1px #CCC;
	-moz-box-shadow:0px 0px 1px 1px #CCC;
	box-shadow:0px 0px 1px 1px #CCC;
}

.kushitsu_display{
	color:#333;
	font-size:12px;
	font-weight:normal;
	line-height:30px;
	width:100%;
	background:#ccc;
	box-sizing: border-box;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}

.kushitsu_list_contain {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px;
	width: 85px;
	height: 85px;
	/*border: 1px solid #f5f5f5;*/
	background-size: contain;
	/*background-color: #f5f5f5;*/
}

.kushitsu_list_l {
	/*width: 30%;*/
	height:95px;
	/*padding: 10px 0px;*/
}

.kushitsu_list_r {
	width: 60%;
	height: 90px;
	line-height: 18px;
	color: #333;
	background: url(/mobile_img/chevron.png) no-repeat 100% 40%;
	/* margin: 15px 0px 0px 15px; */
	padding: 15px 0px 0px 0px;
	overflow: hidden;
	font-size: 13px;
}

/*-- ページャー --*/

.page ul {
    border: 0;
    margin: 20px auto;
    width: 94%;
}
.page li {
    display: inline-block;
}
.page li strong {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 3vw;
    color: #666;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 3px #999;
    box-sizing: border-box;
}
.page a {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 3vw;
    color: #666;
    background: #ddd;
    box-shadow: 0 3px #999;
}
.sub-t{  
	padding:.2em .3em;
	font-size: 14px;
	line-height: 20pt;
	font-weight: bold;
	color: #FFF;
	background:#326598;/*sma_color_01*/  /* top サブタイトル　背景色*/
}

/* =========================================================

   物件一覧・詳細共通

========================================================= */

.global-header {
	width: 100%;
	color: #666;
	position: relative;
	padding: 0 1%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 10px;
	border:none;
}
.nav-page{
	width: 100%;
	color: #333;
}
.nav-page div{
    display: inline-block;
}
.nav-page a {
	color: #333;
	line-height: 18px;
	text-decoration: none;
	border: 1px solid #326598;
	border-radius: 3px;
	background: #fffaf4;
	display: inline-block;
	padding: 1px 5px;
	margin: 5px 1px;
}
.nav-page-left {
	position: absolute;
	top: auto;
	left: 10px;
}
.page-heading {
	margin: 0 auto;
	width: 170px;
	overflow: hidden;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0 1px #FF8C00;
}
.list_menu {
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 35px;
	margin: 20px 0px 0px 0;
	color: #333333;
	clear: both;
	background: #ddd;
	border-bottom: #666 2px solid;
	/*background-color:#326598;/*sma_color_01*/ /* h2 背景色 */
}


}</pre></body></html>