@CHARSET "utf-8";






/* PC版土地情報ページ用CSS */


p.noLandCaption{
	text-align:center;
	font-weight:bold;
}

	/* おすすめ土地情報 */
	
h2 + .recommendLandBox{
	border-top:4px dashed #dddddd;
}
	
.recommendLandBox{
	padding:40px 0;
	border-bottom:4px dashed #dddddd;
	margin-bottom:20px;
}
	
.recommendLandBox .image{
	width:480px;
	float:left;
	text-align:center;
}

.recommendLandBox .image img:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition: .3s;
}

.recommendLandBox .content{
	width:480px;
	float:right;
}


.recommendLandBox .content .category{
	display:flex;
}

.recommendLandBox .content .category .categoryContent{
	padding:6px 18px;
	background:#eeddcc;
	color:#333333;
	margin-bottom:10px;
	margin-right:20px;
}

.recommendLandBox .content .category .land{
	background:#cceeaa;
}

.recommendLandBox .content .category .apartment{
	background:#aaccee;
}

.recommendLandBox .content .category .reborn_soleil{
	background:#eebbbb;
}

.recommendLandBox .content .category .toLandAttention{
	font-size:14px;
	padding-top:6px;
}



/*

.recommendLandBox .content .category{
	display:inline-block;
	padding:6px 18px;
	background:#eeddcc;
	color:#333333;
	margin-bottom:10px;
}

*/

.recommendLandBox .content .title{
	font-size:28px;
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
}

.recommendLandBox .content .access{
	color:#333333;
	margin:10px 0;
}

.recommendLandBox .content .price{
	color:#dd8822;
	font-weight:bold;
	margin-bottom:5px;
	font-size:24px;
}

.recommendLandBox .content .description{
	color:#333333;
	margin-bottom:8px;
}

.recommendLandBox .content .link{
	margin-top:20px;
}

.recommendLandBox .content .link a:link , .recommendLandBox .content .link a:visited{
	display:block;
	padding:10px 20px;
	text-align:center;
	font-size:22px;
	color:#ffffff;
	background:url('../img/icon/arrow_white.png') no-repeat #362e2b;
	background-position:98% center;
	text-decoration:none;
}

.recommendLandBox .content .link a:hover , .recommendLandBox .content .link a:active{
	background:url('../img/icon/arrow_white.png') #dfdddb no-repeat;
	background-position: 98% center;
	color:#362e2b;
}

.recommendLandBox .content dl.openHouseList{
	margin:12px 0;
	padding:10px 20px;
	background:#eeeeee;
	border-radius:4px;
}

.recommendLandBox .content dl.openHouseList dt{
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	padding:5px 14px;
	background:#dd8822;
	color:#ffffff;
	padding-bottom:5px;
	margin-bottom:5px;
	border-radius:2px;
}

.recommendLandBox .content dl.openHouseList dd{
	color:#333333;
}

.recommendLandBox .content .tel{
	color:#333333;
}

.recommendLandBox .content .department{
	line-height:100% !important;
	font-size:12px;
}

.recommendLandBox .content .number{
	margin-top:6px;
	font-size:20px;
}

.recommendLandBox .content .number img{
	height:16px;
	margin-bottom:0px;
}

.recommendLandBox .content .businessHours{
	margin-top:4px;
	font-size:12px;
}
	
	

		/* 注釈リスト */
		
ul.pickupObjectListBottomAttentionList{
	margin:20px 0 40px;
}
		
ul.pickupObjectListBottomAttentionList > li{		
	padding-left: 1em;
	text-indent: -1em;
	list-style:none;
	font-size:14px;
	color:#666666;
	margin-bottom:5px;
}

ul.pickupObjectListBottomAttentionList > li.clicked{
	transition:.8s;
	background:#ffddaa;
	padding:16px 20px 16px 40px;
	font-size:16px;
}




	/* いえぴた */
	
.iepitaHeadline,
.mediationHeadline{
	font-size:32px;
	color:#333333;
	font-weight:normal;
	padding-bottom:20px;
	text-shadow:
		#ffffff 2px 0px 2px,  #ffffff -2px 0px 2px,
	    #ffffff 0px -2px 2px, #ffffff 0px 2px 2px,
	    #ffffff 2px 2px 2px, #ffffff -2px 2px 2px,
	    #ffffff 2px -2px 2px, #ffffff -2px -2px 2px,
	    #ffffff 1px 2px 2px,  #ffffff -1px 2px 2px,
	    #ffffff 1px -2px 2px, #ffffff -1px -2px 2px,
	    #ffffff 2px 1px 2px,  #ffffff -2px 1px 2px,
	    #ffffff 2px -1px 2px, #ffffff -2px -1px 2px;
}
	
div.iepitaBox{
	position:relative;
	margin-bottom:60px;
}
	
div.iepitaBox img.background{
	width:100%;
}

div.iepitaBox div.iepitaContents{
	position:absolute;
	top:40px;
	left:40%;
	right:40px;
}

div.iepitaBox div.description{
	background:rgba(255,255,255,0.7);
	box-shadow:2px 2px 4px gray;
	padding:24px 30px 30px;
	margin:30px;
}

div.iepitaBox div.description div.logo{
	width:50%;
	margin:0 auto 10px;
}

div.iepitaBox div.description div.link{
	text-align:center;
}

div.iepitaBox div.description div.link a:link ,
div.iepitaBox div.description div.link a:visited{
	margin:14px 14px 20px;
	display:inline-block;
	text-decoration:none;
	background:#dd8822 url('../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	color:#ffffff;
	padding:10px 24px;
	border-radius:2px;
	box-shadow:2px 2px 4px gray;
}

div.iepitaBox div.description div.link a:hover ,
div.iepitaBox div.description div.link a:active{
	background:#eeeeee url('../img/icon/arrow_orange.png') no-repeat;
	background-position:98% center;
	color:#dd8822;
}

	/* 不動産仲介 */
	
div.mediationBox div.titleBox{
	background:url('../img/land/index/mediation.jpg') no-repeat;
	background-size:cover;
	padding:40px;
	margin-bottom:60px;
}


div.mediationBox div.titleBox div.description{
	background:rgba(255,255,255,0.7);
	box-shadow:2px 2px 4px gray;
	padding:30px;
	margin:30px 50% 40px 40px;
}


div.mediationBox div.link{
	text-align:center;
}

div.mediationBox div.link a:link ,
div.mediationBox div.link a:visited{
	margin:14px 14px 20px;
	display:inline-block;
	text-decoration:none;
	background:#dd8822 url('../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	color:#ffffff;
	padding:10px 24px;
	border-radius:2px;
	box-shadow:2px 2px 4px gray;
}

div.mediationBox div.link a:hover ,
div.mediationBox div.link a:active{
	background:#eeeeee url('../img/icon/arrow_orange.png') no-repeat;
	background-position:98% center;
	color:#dd8822;
}

div.mediationBox div.flowListBox p.caution{
	font-size:12px;
	color:#666666;
}





