
.header *,
.humberger-menu *,
.footer-wrapper *,
.footer *,
.copyright *,
.navigation * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header,
.humberger-menu,
.footer-wrapper,
.footer,
.copyright,
.navigation {
  font-size: unset;
  font-weight: unset;
  line-height: normal;
  box-sizing: border-box;
}
:where(img) {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

:where(ul, ol) {
  list-style: none;
}



body {
  background-color: #FFF;
	min-width:1150px;
}


/****************************************************
 詳細ページ物件表示ベース Style
****************************************************/
article, aside, hgroup, header, footer, figure,  figcaption, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
a {
	color: #069;
}
a:hover {
	color: #666;
	text-decoration: none;
}

div#mainContainer {
	width:950px;
	padding-right:200px;
	position:relative;
	margin:0 auto;
}

/*---------------------------------------------------
 メインボックス
 幅指定
---------------------------------------------------*/
div#detailMain {
	clear: both;
	width:  910px;
	padding:10px 10px 0;
	margin: 10px 0;
	border:10px solid #EEEFEF;
	border-radius: 8px;
}

/*---------------------------------------------------
 テキストリンク設定
---------------------------------------------------*/
div#detailMain a {
	color: #039;
}

div#detailMain a:hover {
	color: #06C;
	text-decoration: none;
}

/*---------------------------------------------------
 物件名 表示ボックス
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h2 {
	font-size: 25px;
	font-weight: 700;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 5px 0;
	color: #000;
	/* [disabled]background-color: #666; */
}

/*---------------------------------------------------
 コメント 表示ボックス
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h3 {
	width: 885px;
    font-size: 15px;
    padding: 0px 5px 5px 15px;
    margin-top: 10px;
    color: #000;
    background: -moz-linear-gradient(top, #fff, #F3F3F3);/* FF3.6+ */
    background: -webkit-linear-gradient(top, #fff, #F3F3F3);/* Chrome10+, Safari5.1+ */
    background: linear-gradient(#FFF, #F3F3F3);
    margin-bottom: 10px;
    border-left: 5px solid #FC8F25;
    border-bottom: 1px solid;
}
/*---------------------------------------------------
 オープンハウス 表示ボックス（売買のみ）
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h4.openInfo {
	font-size: 13px;
	padding: 5px;
	color: #FFF;
	background-color: #FF3737;
}
/*---------------------------------------------------
 商談中 表示ボックス（売買のみ）
 背景色・文字色・文字サイズ等
---------------------------------------------------*/
div#detailMain h4.stageInfo {
	font-size: 13px;
	padding: 5px;
	color: #FFF;
	background-color: #B1B901;
}

/*===================================================
 物件概要エリア
 幅変更
===================================================*/
div#detailMain #infoArea {
	float: right;
	width: 500px;
	margin: 10px 0;
}

/*===================================================
 物件概要表示テーブル
 色指定
===================================================*/
div#detailMain #infoTable {
	background-color: #999;
}
/*---------------------------------------------------
 項目名
---------------------------------------------------*/
div#detailMain #infoTable th {
	background-color: #EEEEEE;
	color: #333;
	/* [disabled]width: 8.5em; */
	width:10em;
	text-align: center;
}
/*---------------------------------------------------
 データ部
---------------------------------------------------*/
div#detailMain #infoTable td {
	background-color: #fff;
	color: #000;
	padding: 2px 4px;
}
/*---------------------------------------------------
 マイリスト、印刷ボタン設置部
---------------------------------------------------*/
div#detailMain #infoTable td.mylistBtn {
	padding: 3px 0;
	text-align: center;
}
/*---------------------------------------------------
 マンスリー表示（賃貸）
---------------------------------------------------*/
div#detailMain #infoTable p.monthInfo {
	text-align: center;
}
/*---------------------------------------------------
 アイコン画像
---------------------------------------------------*/
div#detailMain #infoTable img.iconImage {
	margin-left:1px;
}

/*---------------------------------------------------
 お問合わせ先タイトル
---------------------------------------------------*/
div#detailMain #infoTable td.titleCategory {
	background-color: #FF3737;
	color: #FFF;
}
div#detailMain #infoTable td.titleCategory a {
	color: #FFF;
}
/*---------------------------------------------------
 センタリング
---------------------------------------------------*/
div#detailMain #infoTable td.alCenter {
	text-align: center;
}
/*---------------------------------------------------
 業者からのお知らせ部
---------------------------------------------------*/
div#detailMain #infoTable td.cInfoTd {
	width: 400px;
}
div#detailMain #infoTable td.infoBox {
	text-align: center;
}
div#detailMain #infoTable td.infoBox img {
	display: inline-block;
	margin: 2px 0;
}

/*---------------------------------------------------
 お問合わせ先
---------------------------------------------------*/
div#detailMain .customerInfo {
	/* [disabled]border: 1px solid #F63; */
	margin: 3px;
	padding: 3px;
	line-height: 1.5;
	background-color: #FFFF99;
	text-align: left;
}
/* タイトル文字 */
div#detailMain .customerInfo span {
	font-weight: 700;
	color: #000;
	display: block;
	text-align: center;
}


/*===================================================
 物件写真表示エリア1（外観・間取り）
===================================================*/
div#detailMain #pictArea1 {
	width: 400px;
	float: left;
	text-align: left;
	margin: 10px 0;
}

div#detailMain #pictArea1 img {
	display: block;
	border: 1px solid #999;
	margin-bottom: 10px;
}
/*---------------------------------------------------
 詳細URL表示部
---------------------------------------------------*/
div#detailMain .detailURL {
	text-align: center;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px;
}

/*===================================================
 追加写真エリア
===================================================*/
div#detailMain #pictArea2 {
	clear: both;
	text-align: center;
	width: 900px;
	padding:10px;
}

div#detailMain #pictArea2 li {
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
	width: 215px;
}

div#detailMain #pictArea2 li img {
	width: 213px;
	height: 213px;
}

div#detailMain #pictArea2 p {
	border:1px solid silver;
	border-bottom:none;
	background-color: #EEEEEE;
	color: #000;
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
	width: 215px;
	height: 36px;
}
/*===================================================
 地図表示エリア
===================================================*/
div#detailMain #gmap {
	margin-top: 10px;
	/* [disabled]margin-bottom: 10px; */
	clear: both;
	border: 1px solid #999;
}
div#detailMain #gmap p {
	padding: 5px;
	font-size: 11px;
}


/* クリアフィックス */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

div#detailMain .clear {
	clear: both;
}

/***** headBox *****/
div#headBox {
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding:0 200px 10px 0;
}

div#headBox img {
	display: block;
	margin: 0;
	padding: 0;
}

/***** header *****/
header {
	padding: 12px 0 0 0;
}

header h1 {
	width: 530px;
	margin:0;
	padding:0;
}

p.headCome {
	height: 27px;
	text-align: center;
	line-height: 27px;
}

p.headHome {
	position: absolute;
	left: 16px;
	top: 12px;
}


/***** headCate *****/
div#headCate {
	width: 411px;
	position: absolute;
	right: 200px;
	top: 39px;
	padding: 10px 0;
}


/***** headCate1 *****/
#headCate1 h1 {
	margin:0;
	padding-bottom: 12px;
}

/***** headCate2 *****/
section#headCate2 {
	height: 101px;
	padding-top: 37px;
}
#headCate2 h1 {
	margin:0;
	padding:0;
}

#headCate2 p {
	padding: 5px 0 0 5px;
	float: right;
}


/***** nav *****/
nav ul {
	width: 410px;
	height: 120px;
}

nav li {
	float: left;
	margin:0;
	padding:0;
}

/***** snsBox *****/
div#snsBox {
	overflow:hidden;
	zoom:1;
}

/***** contactBoxHomedo *****/
div.contactBoxHomedo {
	width: 950px;
	height: 115px;
	margin: 0 auto 15px auto;
	clear: both;
	background: url(https://www.homedo.jp/img/contactBox_bg.png) repeat-x bottom;
}

.contactBoxHomedo figure {
	float: left;
}

.contactBoxHomedo p {
	float: right;
}

p.contactBoxHomedo_tel {
	padding: 11px 25px 4px 0;
	font-size:0;
}

.contactBoxHomedo ul {
	float: right;
}

.contactBoxHomedo li {
	width: 210px;
	padding: 0 1px 0 3px;
	float: left;
}

.contactBoxHomedo h2 {
	line-height: 20px;
	padding-left: 10px;
	background: url(https://www.homedo.jp/common/img/icon03.png) no-repeat left center;
	text-align: left;
}

/***** pageTop *****/
p.pageTop {
	width: 933px;
	margin: 0 auto;
	padding: 15px 17px 15px 0;
	text-align: right;
	background: url(https://www.homedo.jp/common/img/icon02.gif) no-repeat right center;
}

/***** sideCube *****/
#sideArea,
#sideCube {
	width:180px;
}
#sideTitle {
  margin-bottom: 10px;
}


/***** footer *****/
footer {
	clear:both;
	padding-top: 26px;
	border-top: 1px solid #F00;
	background: #F7F7F7;
}
footer img {
	display: block;
	margin: 0;
	padding: 0;
}

footer h1 {
	text-align:left;
	margin:0;
	padding:0;
}


/***** footerBox *****/
div#footerBox {
	width: 950px;
	margin: 0 auto;
	padding: 0 200px 0 0;
	position: relative;
}

#footerBox a {
	color: #000;
	text-decoration: none;
}

#footerBox a:hover {
	color: #F00;
	text-decoration: none;
}

p.footAddress {
	padding: 12px 0;
	line-height: 18px;
}

#footerBox ul {
	width: 165px;
	float: left;
}

#footerBox li {
	padding: 2px 0 2px 16px;
	font-size: 10px;
	line-height: 18px;
	background: url(https://www.homedo.jp/common/img/icon01.gif) no-repeat left center;
}

p.copyRight {
	padding: 20px 0;
	font-size: 10px;
	color: #666;
	clear: both;
}

#footerBox figure {
	text-align: center;
	position: absolute;
	right: 200px;
	top: 0;
}


/*============================
  動画
============================*/
.movieLink {
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
}

.imgMovie {
    width: 81px;
    height: 34px;
    margin: 2px 8px 2px 0;
    border: 0 none;
    vertical-align: middle;
}


/* side scube */

.scube-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 5px;
  padding-bottom: 15px;
  justify-content: center
}

.scube-item {
  border: 1px solid #DDDDDD;
  width: 174px;
  position: relative;
}

.scube-item:hover img {
  opacity: 0.7;
}

.scube-comment {
  border-bottom: 1px solid #DDDDDD;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #AA8B36;
  position: relative;
}

.scube-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
}

.scube-property {
  display: flex;
  flex-direction: column;
  gap: 0
}

.scube-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  
}

.scube-text {
  border-top: 1px solid #DDDDDD;
  
}

/* 金額の数値*/
.scube-price {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #FF6600;
  background: #FFFFFF;
  font-weight: bold;
  padding: 4px 0 2px;
}

/* 金額の単位（万、円）*/
.scube-price .unit {
  font-size: 0.6em;
  color: #333;
}

.scube-info {
  padding: 4px 0 2px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  background: #EEEEEE;
  line-height: 1.4;
  flex-grow: 1;
}

.scube-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#contents {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#main {
  margin: 0;
}
