@charset "utf-8";
/* ===================================================================

 file name  :information.css
 style info :物件情報
 
=================================================================== */

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

	overwrite

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

.information .titBlock .mainTit_en {
  top: 10px;
}
.informationSect {
}
.informationSect .infoList {
  margin-bottom: 40px;
}
.informationSect .infoList .cont {
  vertical-align: top;
  padding-bottom: 21px;
}
.informationSect .infoList .cont .contIn {
  padding: 27px;
}
.informationSect .infoList .cont .contIn .thumb {
  float: left;
  width: 250px;
	margin-left:20px;
    position: relative;
}
.informationSect .infoList .cont .contIn .thumb.sold::before{
    content: "Sold out";
    display: block;
    width: 120px;
    height: 2em;
    line-height: 2;
    border-radius: 2px;
    margin: auto;
    font-size: 16px;
    color: #e60012;
    font-weight: 600;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.informationSect .infoList .cont .contIn .thumb img{
	width: 100%;
}
.informationSect .infoList .cont .contIn .listBlock {
  float: right;
  width: 645px;
  padding: 18px 0 0 31px;
}
.informationSect .infoList .cont .contIn .listBlock .caption{
  color: #34a55e;
  font-weight: bold;
  font-size: 15px;
}
.informationSect .infoList .cont .contIn .listBlock .blockTit {
  background: url(../images/common/bg_border.jpg) -8px bottom no-repeat;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.informationSect .infoList .cont .contIn .listBlock .blockTit .genre {
  display: inline-block;
  background: #34a55e;
  color: #fff;
  width: 60px;
  padding: 6px 0;
  margin-right: 17px;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  vertical-align: middle;
}

.informationSect .infoList .cont .contIn .listBlock p.contracts {
	position: relative;
    top: -54px;
    /*left: -440px;*/
 	border: 2px solid #F00;
	font-weight: bold;
	font-size: 15px;
	width: 100px;
	text-align: center;
	color: #F00;
	float: right;
}


.informationSect .infoList .cont .contIn .listBlock .blockTit2 {
  background: url(../images/common/bg_border_r.jpg) -8px bottom no-repeat;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.informationSect .infoList .cont .contIn .listBlock .blockTit2 .contracts {
	display: inline-block;
	color: #fff;
	width: 60px;
	padding: 6px 0;
	margin-right: 17px;
	text-align: center;
	line-height: 1;
	font-size: 13px;
	vertical-align: middle;
	background-color: #FF0000;
}

.informationSect .blockTit  a{
	color:#333;
}
.informationSect .blockTit  a:hover{
	text-decoration:none;
}
.informationSect .blockTit2  a{
	color:#333;
}
.informationSect .blockTit2  a:hover{
	text-decoration:none;
}
.informationSect .infoList .cont .contIn .listBlock .blockMain {
}
.informationSect .infoList .cont .contIn .listBlock .blockMain .leadTxt {
  font-size: 15px;
  margin-bottom: 6px;
}
.informationSect .infoList .cont .contIn .listBlock .blockMain .blockList {
  line-height: 1.3;
}
.informationSect .infoList .cont .contIn .listBlock .blockMain .blockList dt {
  float: left;
  clear: left;
  color: #818181;
  width: 52px;
}
.informationSect .infoList .cont .contIn .listBlock .blockMain .blockList dd {
  float: left;
  width: 710px;
}
.informationSect .infoBlock {
}
.informationSect .infoBlock .blockTit {
  padding: 0 0 9px;
  margin-bottom: 24px;
  background: url(../images/common/bg_border.jpg) left bottom no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #34a55e;
  line-height: 1;
}
.informationSect .infoBlock .contIn {
  padding: 32px 32px 41px;
}
.informationSect .contIn .blockTit {
  padding: 20 0 9px;
	margin-top:20px;
	margin-left:20px;
  margin-bottom: 24px;
  background: url(../images/common/bg_border.jpg) left bottom no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #34a55e;
  /*line-height: 1;*/
}
.informationSect .contIn .blockTit_m {
	padding: 20 0 9px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 24px;
	background: url(../images/common/bg_border_b.jpg) left bottom no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #0060FE;	  /*line-height: 1;*/
}


.informationSect .contIn .h2name{
	font-size: 23px;
  font-weight: bold;
  color: #34a55e;
}

.informationSect .contIn .h2name_m{
	font-size: 18px;
	font-weight: bold;
	color: #0060FE;
}


.informationSect .infoBlock .blockMain {
}
.informationSect .infoBlock .blockMain .txt {
}


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