/*===========================================================================*/
/*              ページ　スタイル                                             */
/*===========================================================================*/

/*------------------------------------*/
/*  コンテンツ　ページタイトル 　　   */
/*------------------------------------*/
.title {
	color: #333333;
	width: 100%;
	height: 28px;
	background: url('../img/bg_title_top.gif');
	/*border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.title p {
    font-size: 140%;
	font-weight: bold;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.title p:first-letter { font-size: 80%; }

.title img {
    vertical-align: middle;
    width: 25;
    height: 25;
    border: 0;
    margin: 0px 0px 0px 8px;
}

/*------------------------------------*/
/*  　物件　リスト BOX 　　　　　　　 */
/*------------------------------------*/
.item_bukken_box {
    float: left;
    width: 99%;
    text-align: left;
	color: #333333;
	font-size: 100%;
	padding: 0px 0px 0px 8px;
	/*border: 1px solid #FF0000;*/
}

.item_bukken_box tr {
	list-style:none;
    /*background: #339933;
    color: #FFFFFF;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

.item_bukken_box td {
	/*background: url('../img/allow3.gif') no-repeat 0 2px;*/
	line-height: 180%;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 10px;
}

.item_bukken_box p {
	font-size: 100%;
	line-height: 16px;
	margin: 0px 0px 3px 0px;
}

.item_bukken_box img {
	vertical-align:text-top;
}

.item_bukken_box_title tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.item_bukken_box_title td {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}
.item_bukken_box_title h4 {
    display: block;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
    font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: 0px none;
	padding: 4px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
	white-space: nowrap;
    /*text-shadow: #CCC 2px 1px 1px;
	background-color: transparent;
	text-transform:lowercase;*/
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background: #339;
}


/*---------------------------------*/
/*  　リスト行　背景               */
/*---------------------------------*/
/*odd、evenはjq/ddsmoothmenuと共存できない*/
/*.item_list_bg li.odd {
    background-color: #EDEDED;
    }
.item_list_bg li.even {
    background-color: #FFFFFF;
    }
*/
/*nth-childはIE9以降のみ有効*/
.item_list_bg li:nth-child(2n) {
    background-color: #EDEDED;
    }
.item_list_bg li:nth-child(2n-1) {
    background-color: #FFFFFF;
    }

.item_list_bg tr:nth-child(2n-1) {
    background-color: #EDEDED;
    }
.item_list_bg tr:nth-child(2n) {
    background-color: #FFFFFF;
    }

/*------------------------------------*/
/*  　マップサイズ設定 　　　　　　　 */
/*------------------------------------*/
#map {
    float: left;
    width: 486px;
    height: 400px;
	margin: 0px 0px 0px 0px;
    border: 1px solid #DDDDDD;
}

/*------------------------------------*/
/*  　フォト　リスト　 　　　　　　　 */
/*------------------------------------*/
#photos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#photos li {
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 10px;
}

/*------------------------------------*/
/*  コーナー　タイトル　　　　　　　   */
/*------------------------------------*/
.item_title {
    display: block;
    float:left;
	width: 870px;
	margin: 8px 0px 8px 0px;
    padding: 4px 0px 4px 16px;
    border-left: 8px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.item_title h3 {
    float:left;
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
    font-size: 16px;
	font-weight: bold;
	color: #009;
	text-shadow: #CCC 1px 1px 1px;
    line-height: 120%;
    margin: 0px 0px 0px 0px;
}