/**********
 style-info.css
**********/
#info{}

/** h2 **/
h2#title{
	background:#fff url(../info/img/h2bg.jpg) no-repeat right center;
	background-size:88%;
}

h2.title_re{
	background:#fff url(../realestate/img/h2bg.jpg) no-repeat right center!important;
}

@media only screen and (max-width: 768px) {
	h2#title{
		background-size:70%;
		padding-top:36px;
	}
	h2.title_re{
		background:#fff url(../realestate/img/h2bg.jpg) no-repeat center center!important;
		background-size:70%;
		padding-top:36px;
	}

}



#newsContents{
	padding-bottom:10px;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
	max-width:1080px;
	margin:0 auto;
	text-align:left;
}

/*********
 news
**********/
#primary{
	width:75%;
	max-width:750px;
	text-align:left;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}
#secondary{
	width:21%;
	max-width:210px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

@media only screen and (max-width:769px) {
	#primary{
		width:90%;
		margin:0 auto;
	}
	#secondary{
		width:90%;
		margin:0 auto;
	}
}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	display:block;
	width:100%;
}
ul#newsList li{
	color:#666;
	font-size:1.05em;
	margin:0 0 15px 0;
	padding:5px 0 15px 0;
	border-bottom:1px dotted #4d4d4d;
	line-height:1.4;
	list-style-type:none;
	display:block;
	width:100%;
}


.up_ymd{
	font-size:0.98em;
	padding-top:3px;
	display:block;
	color:#0054A0;
	font-size:0.9em;
	text-align:right;
}


#newsContents .title{
	font-weight:bold;
	font-size:1.1em;
	color:#333;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	/*border:1px solid #ccc;*/
	border-radius:2px;
	font-size:11px;
	line-height:100%;
	margin:0 10px 0 3px;
}

ul#newsList li.cat-0 .catName{
	background:#1D9BC4;
	color:#fff;
}

ul#newsList li.cat-1 .catName{
	background:#FFE946;
	color:#000;
}

ul#newsList li.cat-2 .catName{
	background:#0054A0;
	color:#fff;
}


.newMark{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	display:inline-block;
	padding:1px 4px;
	font-size:10.5px;
	line-height:100%;
	border:1px solid #F46B67;
	color:#F46B67;
	border-radius:2px;
}

.comment{
	display:block;
	padding:15px 0 5px 0;
	/*float:left;*/
	font-size:0.9em;
	overflow:hidden;
	width:100%;
	max-width:740px;/* 本文部分の幅 */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}


.detailText{
	font-size:1.6rem;
}


/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #0054A0;
    border-radius: 5px 5px 5px 5px;
    color: #0054A0;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #0054A0;
    border: 1px solid #0054A0;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#0054A0;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/** news datail **/
#up_ymd{
	tdisplay:block;
	color:#004E89;
	font-size:0.9em;
	text-align:right;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	width:100%;
	max-width:400px;
	height:auto;
}
.pNav{
	font-size:11px;	
}

#detail{
	padding:15px 0;
}



/** sideNavi **/

#newsSubNavi{}
#newsSubNavi ul{}
#newsSubNavi ul li{
	padding-bottom:20px;
}

#newsSubNavi ul li:last-child{
	border-bottom:none;
}

#newsSubNavi ul li a{
	display:block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	display:block;
	background:#1D9BC4;
	padding:10px 0 9px 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	width:100%;
	max-width:300px;
	margin:0 auto;
	transition: all 0.3s ease 0s;
}

#newsSubNavi ul li a:visited{}
#newsSubNavi ul li a:hover,
#newsSubNavi ul li a:active{
	color:#fff;
	opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75
}



h3#newsMidashi{
	font-size:1.1em;
	border-bottom:1px solid #333;
	color:#282828;
	padding-bottom:5px;
	margin-bottom:10px;
}


.detailUpfile{
	width:100%;
}
.detailText{
	width:100%;
}



/** **/

/**********
 re_list
**********/
#re_list{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

#re_list > div{
	display:block;
	width:31%;
	max-width:310px;
	text-decoration:none;
	color:#603813;
	margin-bottom:25px;
}


#re_list:after {
	display: block;
	content:"";
	width:31%;
	max-width:310px;
}

#re_list > div .re_listTitle{
	padding-bottom:10px;
	font-weight:bold;
	display:block;
	width:100%;
	font-size:1.2em;
}

#re_list > div p.re_listImg{
	display:block;
	text-align:center;
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
#re_list > div p.re_listImg img{
	width: 180px; /* 任意の幅を指定 */
	height: 180px;  /* 任意の高さを指定 */
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin:0 auto;
}


#re_list > div a > div{
	color:#000;
	font-size:0.96em;
	text-decoration:none;
	font-size:0.9em;
}

#re_list > div a:hover > div,
#re_list > div a:active > div{
	color:#007aaa;
    text-decoration:underline;
}

#re_list > div a:hover img{
	transition: all 0.3s ease 0s;
}
#re_list > div a:hover img,
#re_list > div a:active img{
	opacity: 0.6;  
	filter: alpha(opacity=40);  
}


@media only screen and (max-width:768px) {
	#re_list{
		max-width:760px;
	}
	#re_list div{
		display:block;
		width:100%;
		max-width:640px;
		margin:0 auto 25px auto;
	}
	#re_list div:last-of-type{
		margin-bottom:0;
	}
	
	#re_list div a{
		text-align:left;
	}
}


@media only screen and (max-width:370px) {
	#re_list{
		width:100%;
		max-width:350px;
	}
	#re_list div{
		display:block;
		width:350px;
		margin:0 auto 35px auto;
		border-bottom:1px dotted #222;
		padding-bottom:35px;
	}
	#re_list div:last-of-type{
		border-bottom:none;
		padding-bottom:0;
	}
	
}


/** topPickupInner **/
#topPickupInner{
	width:100%;
	max-width:720px;
	margin:0 auto;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


#topPickupInner a{
	display:block;
	width:48%;
	text-decoration:none;
	color:#282828;
}

#topPickupInner a img{
	display: block;
    object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE*/
    height: 220px;
    width: 100%;
}

#topPickupInner a p{
	display:block;
	width:100%;
	position:relative;
	padding-top:10px;
	text-align:left;
}

#topPickupInner a p span:after{
	content:"詳細　→";
	position:absolute;
	right:0;
	bottom:0;
	font-size:0.9em;
	color:#f0a53b;
}

#topPickupInner .linkBtn{
	display:none;
}



@media only screen and (max-width: 401px){
	
	#topPickupInner a{
		width:100%;
		margin-bottom:30px;
	}
	
	#topPickupInner a img{
		height:170px;
	}
	
	#topPickupInner .linkBtn{
		display:block;
		margin-top:10px;
		color:#fff;
	}

}


/* PC・大型タブレット：769px～1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {
/**@media only screen and (min-width: 769px) and (max-width: 1100px) {**/


}


/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {



}

@media print {





}



