@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2013-12-02
 * Editor:    contents kinoshita
 * Modified:  2014-00-00 by:
 *
 * ***********************************************************
 */


/* Font-size Adjustment
--------------------------------------------------------------
 *
 *    77% = 10px  |  122% = 16px  |	167% = 22px
 *    85% = 11px  |  129% = 17px  |	174% = 23px
 *    92% = 12px  |  136% = 18px  |	182% = 24px
 *    100% = 13px |  144% = 19px  |	189% = 25px
 *    107% = 14px |  152% = 20px  |	197% = 26px
 *    114% = 15px |  159% = 21px  |
 *
--------------------------------------------------------------
*/


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

	Top

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

#container { background:url(../images/top/bg_mainCut.jpg) no-repeat center 132px; }

#mainCut {
	width:1000px;
	margin:0px auto;
}


/*	contents
------------------------------------------------------------*/
#contents {
	padding-top:18px;
	font-size:92%;
}

/*----------- primary -----------*/
.msg {
	margin-bottom:2.0em;
	padding:20px;
	border:1px solid #C8C8E0;
}
.msg h2 { margin-bottom:1.0em; }

.propInfo { margin-bottom:3.5em; }

.propInfo h2 {
	margin-bottom:10px;
	padding-bottom:0.5em;
	border-bottom:1px dotted #222284;
}
.propInfo .detail {
	float:right;
	margin-top:-38px;
}
.propInfo ul { margin-left:-12px; }

.propInfo ul li {
	position:relative;
	float:left;
	width:176px;
	margin-left:12px;
	padding-bottom:30px;
}
.propInfo .category {
	margin-bottom:2px;
	color:#FFF;
	text-align:center;	
}
.propInfo .category.item01 { background:#809724; }/* 土地 */

.propInfo .category.item02 { background:#A77134; }/* マンション */

.propInfo .category.item03 { background:#B2B200; }/* アパート */

.propInfo .category.item04 { background:#C272A0; }/* 一戸建て */

.propInfo .category.item05 { background:#7676B1; }/* オフィスビル */

.propInfo .category.item06 { background:#428459; }/* 飲食店舗 */

.propInfo .category.item07 { background:#DA7272; }/* 駐車場 */

.propInfo .pic {
	width:176px;
	height:117px;
	margin-bottom:0.5em;
}
.propInfo h3 {
	margin-bottom:0.3em;
	font-size:114%;
}
.propInfo li dl { font-size:92%; }

.propInfo li dl dt {
	float:left;
	padding:0px 0.3em;
	border:1px solid #C8C8E0;
}
.propInfo li dl dd {
	margin-bottom:0.2em;
	padding:1px 0px 1px 3.3em ;
}
.propInfo .price {
	font-size:114%;
	color:red;
}
.propInfo .itemDtl {
	position:absolute;
	bottom:0px;
}
.information {  }

.information h2 {
	margin-bottom:10px;
	padding-bottom:0.5em;
	border-bottom:1px dotted #222284;
}
.information .detail {
	float:right;
	margin-top:-38px;
}
.information dl dt { float:left; }

.information dl dd {
	margin-bottom:0.5em;
	padding:0px 0px 0.5em 6.5em;
	border-bottom:1px solid #F1F1F7;
}


















