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

/*-----------------
分譲地 bunjyo
-----------------*/
h3.bunjo_h3{
	border-left: 10px solid #0075FF;
	font-weight: bold;
	color: #0075FF;
	font-size: 1.2em;
	line-height: 40px;
	text-indent: 1em;
}
#bunjo .section {
	margin: 1em 0;
	overflow: hidden;
}
#bunjo .listTBL {
	position: relative;
	font-size: 1.0em;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	background-color: #FFFFCC;
	border-radius: 0.5em;
	padding: 2% 1%;
	overflow: hidden;
	display: flex;
	flex-wrap:wrap;
	box-sizing: border-box;
}
/*#bunjo .listTBL td {
	width: 96%;
	padding: 10px 2% 10px 2%;
	display: block;
}*/
#bunjo .item {
	cursor: pointer;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	background-color: #FFFFFF;
	border-radius: 0.5em;
	box-shadow: 0 0 3px 0 #ccc;
	padding: 0.5em;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 92%;
	margin: 2% 4%;
	float: left;
}
#bunjo .kanbai {
	left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
}
#bunjo .kanbai10 {
	left: 50%;
    position: absolute;
    top: 10%;
	transform: translate(-50%,-50%);
	width: 50%;
}
#bunjo .item .flag {
	position: absolute;
}
#bunjo .item .name {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 180%;
	margin-left: 35px;
	border-bottom: 1px dotted #999;
}
#bunjo .item .name .new {
	background:hsla(359,100%,50%,1.00);
	border-radius:0.5em;
	font-size: 0.8em;
	font-weight: bold;
	margin: 2px;
	padding:2px 5px;
	color:#FFFFFF;
	float:right;
	overflow:hidden;
	display:block;
	line-height:1.25em;
	text-indent:0;
	    font-family: 'Oswald', sans-serif;
}
#bunjo .item .address {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px dotted #999;
	font-size: 1.0em;
	line-height: 1.4em;
}
#bunjo .item .img {
	width: 70%;
	margin: 20px auto 10px;
	text-align: center;
}
#bunjo .item .img img {
	max-width: 420px;
	width: 100%;
	border: 1px solid #ccc;
 
}
#bunjo .item dl {
	display: block;
	overflow: hidden;
	margin: 0;
	    font-size: 0.8em;
}
#bunjo .item dl dt, #bunjo .item dl dd {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2.0em;
}
#bunjo .item dl dt {
	background-color: #0075ff;
	width: 4em;
	padding: 0 0.5em;
	margin-right: 0.5em;
	color: #FFF;
	font-weight: bold;
}
#bunjo .item dl.line1 {
	border-bottom: 1px dotted #999;
}
#bunjo .item dl.line1 dt, #bunjo .item dl.line1 dd {
	float: left;
}
#bunjo .item dl.line1 dd {
	margin: 0 1em 0 0;
}
#bunjo .item dl.line2 {
}
#bunjo .item dl.line2 dt {
	float: left;
}
#bunjo .item dl.line2 dd {
	margin-left: 0;
	border-bottom: 1px dotted #999;
}
#bunjo .item dl.line2 dd.kakaku {
	font-size: 1.0em;
	font-weight: 600;
}
#bunjo .more {
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px auto 10px auto;
	width: 90%;
	text-align: center;
	font-size: 1.0em;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	background-color: #77B5FF;
	text-align: center;
	padding: 8px;
	background-image: url(/common/images/gurade.png);
	background-repeat: repeat;
	background-position: left center;
	overflow: hidden;
}
#bunjo .more a{
	color: #fff;
}
#bunjo .more a:hover{
	color: #333333;
}
#bunjo #BackNumber {
	height: 300px;
	overflow: scroll;
}
#bunjo .bnTBL {
	width: 100%;
}
#bunjo .bnTBL tr th {
	border-top: 1px solid #999;
	padding: 0 0.5em;
}
#bunjo .bnTBL tr td, #bunjo .bnTBL tr th {
	padding: 0.5em;
	border-bottom: 1px solid #999;
}
#bunjo .bnTBL tr td.kukaku {
	text-align: center;
}
#bunjo .bnTBL tr td.img {
	padding: 3px;
	margin: 0;
}
#bunjo .bnTBL tr td.img img {
	width: 50px;
}
#bunjo .bnTBL thead th {
	background-color: #d5ecff;
}
#bunjo h4 {
	background: #b2dcc6;
	display: block;
	padding: 5px 5px 5px 1em;
	margin: 0px 0px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.0em;
}

.t_box01 {
	width: 100%;
	float: left;
	clear: right;
	overflow: hidden;
}
.full_box .t_box01 p {
	font-size: 0.8em;
	margin: 0 0 20px 0;
	padding: 20px;
	line-height: 22px;
	background-image: url(/common/images/b4.png);
	background-repeat: repeat;
	background-position: left top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
.t_box02 {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 0.8em;
}
.tblset1 {
	width: 100%;
	text-align: center;
	margin: auto;
}
.tblset1 th {
	padding: 8px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c4c4c4;
	text-align: left;
	vertical-align: top;
	border-left: 5px solid #6FBDFF;
}
.tblset1 td {
	padding: 8px 0 10px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c4c4c4;
	text-align: left;
	vertical-align: top;
}
.tblset1 td ul {
	margin: 0px;
	padding: 0px;
}
.tblset1 td ul li{
	padding: 0 0 5px 10px;
	list-style: circle;
	list-style-position: inside;
	text-indent: -1.5em;
	margin: 0 0 0 1em;
	line-height: 1.2em;
}

/*-----------------
分譲地　周辺環境リスト 
-------------------------------------*/
dl.pic_box{
	font-size: 0.8em;
	line-height: 1.2em;
}
dl.pic_box img {
	/*display: block;*/
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
dl.pic_list {
	float: left;
	width: 47%;
	margin: 0px 1% 20px 1%;
}
dl.pic_list2 {
	float: left;
	margin: 0 18px;
	width: 180px;
	margin-bottom: 20px;
}
dl.pic_box dt {
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
dl.pic_box dd {
	overflow: hidden;
	text-align: center;
	    margin: 0px auto;
	padding: 0px;
}
p.pic_center img {
	display: block;
	margin: 0 auto;
}
.t_pic {
	margin: 1em auto;
	/*width: 400px;*/
}
.t_pic td {
	width: 25%;
	text-align: center;
}
.t_pic td img {
	border: 1px #FFFFFF solid;
	box-shadow: 0 0 2px #999;
	width: 100%;
}
/*-----------------
分譲地　TABLE
 -------------------------------------------- */
.tb_gaiyo {
	border-collapse:collapse;
	width: 100%;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
	border-right-style: none;
	border-bottom-style: none;
}
table th, table td {
	padding: 5px;
}
.tb_gaiyo th {
	background-color: #D9EDFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-left-style: none;
}
.tb_gaiyo td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-left-style: none;
}
.tb_gaiyo td.kazu {
	text-align: right;
}
.tb_gaiyo tr:nth-child(2n+0){
	background-color: #F0F8FF;
}
.tb_gaiyo a{
	text-decoration: underline;
}
.bunjolink {
	text-align: center;
	border-top: 1px dotted #CCC;
	padding: 5px 0px;
	margin: 5px 0px 0px;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	font-size: 0.8em;
}
.bunjolink br {display: none;}
.bunjolink a:hover{
	color: #F00;
}


/*#bunjo .listTBL td {
	width: 48%;
	padding: 5px 1% 5px 1%;
	display: inline-table;
	}*/
.bunjolink br {display: block;}


/*560px以上*/
@media screen and (min-width: 560px) {
#bunjo .item {
	width: 48%;
	margin: 1%;
	}
#bunjo .item .img {
	float: left;
	width: 25%;
	margin: 5px 10px 5px 10px ;
}
}

/*960px以上*/
@media screen and (min-width: 960px) {
.t_box01 {
	/*width: 560px;*/
	width: 61%;
	float: left;
	clear: right;
	overflow: hidden;
}
.t_box02 {
	clear: right;
	overflow: hidden;
	margin: 0px 0px 0px 2%;
	padding: 0px;
	float: left;
	/*width: 308px;*/
	width: 37%;
}
dl.pic_list {
	float: left;
	width: 31%;
	margin: 0px 1% 20px 1%;
}	
	}