@charset "utf-8";
/* CSS Document */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
	padding-right: 20px;
}

.container{
	width: 1050px;
	}
	
.main{
	width: 1000px;
	margin: 40px auto;
	}	
	
.after:after{
  display: block;
  clear: both;
  content: "";
}

.clearfix{
	display: block;
	}
	


/*--- 分譲実績ページ ---*/

.container .bread{
	display: block;
	background-color: #EEE4D6;
	height: 30px;
	line-height: 30px;
	text-align: left;
	margin-left: 15px;
	float: left;
	}
	
.container .bread ol{
	float: left;
	padding: 0 5px;
	}	

.container .bread ol li{
	color: #654E26;
	display: inline;
	font-size: 11px;
	}
	
.container .bread ol li a{
	color: #654E26;
	font-size: 11px;
	}	


.container .t_title .p_title{
	font-family: "フォーク M";
	font-size: 30px;
	color: #654E26;
	border-bottom: 2px dotted #654E26;
	margin: 0 400px 20px 400px;
	padding-bottom: 15px;
	}
	
.container .t_title .p_title2{
	font-family: "フォーク R";
	font-size: 16px;
	color: #654E26;
	}


.main h4{
	display: inline-block;
	font-family: "フォーク M";
	font-size: 18px;
	color: #654E26;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(image/01.png);
	background-repeat: repeat-x;
	background-position: 0 65%;
    height: 50px;
	}
	
.main .construct{
	margin-top: 60px;
	}	

.main .construct .photoList ul{
	padding-left: 0;
	margin-left: -34px;
	}

.main .construct .photoList ul li{
	float: left;
	margin-left: 34px;
	margin-bottom: 20px;
	}
	
.main .construct .photoList ul li p{
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	}	