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


h2.categoryTitle{
	font-size:36px;
	border-bottom:3px solid #0052A5;
	margin-bottom:60px;
	font-weight:400;
}


/* パンくず */
#panArea{
	margin-bottom:30px;
	color:#999;
}

#panArea a{
	text-decoration:underline;
}

#panArea .back{
	border:#999 solid 1px;
	border-radius:5px;
}

#panArea .back a{
	padding:5px 10px;
}

/* single */
#bukken #singleProrerties #articleMain .articleHead{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:3px solid #0052A5;
}

#bukken #singleProrerties #articleMain .articleHead h2{
	font-size:36px;
}

#bukken #singleProrerties #articleMain .articleHead p{
	padding-top:30px;
}

#bukken #singleProrerties #articleMain .articleDetailSingle{
	margin-bottom:60px;
}

#bukken #singleProrerties #articleMain .articleDetailSingleContent{
	margin-bottom:30px;
}


#bukken #singleProrerties #articleMain .articleDetailSingle .detailText{
	width:480px;
}

#bukken #singleProrerties #articleMain .articleDetailSingle .detailText p.mansion{
	display:inline-block;
	color:#fff;
	background-color:#0052A5;
	padding:0 5px;
	margin-bottom:15px;
	border-radius:3px;
}

#bukken #singleProrerties #articleMain .articleDetailSingle .detailText p.tochi{
	display:inline-block;
	color:#fff;
	background-color:#cda61f;
	padding:0 5px;
	margin-bottom:15px;
	border-radius:3px;
}


#bukken #singleProrerties #articleMain .articleDetailSingle .detailText table{
	margin-bottom:15px;
}

#bukken #singleProrerties #articleMain .articleDetailSingle .detailText table th{
	width:120px;
	text-align:left;
}

#bukken #singleProrerties #articleMain .articleDetailSingle .detailImg{
	width:480px;
	text-align:center;
}

#bukken #singleProrerties #articleMain .articleDetailSingle .detailImg .imgBlock{
	border:1px solid #ddd;
	width:400px;	
	padding:45px 0;
}

#bukken #singleProrerties #articleMain .articleTable h3{
	font-size:24px;
	padding:5px;
}

#bukken #singleProrerties #articleMain .articleTable table{
	margin-bottom:60px;
}

#bukken #singleProrerties #articleMain .articleTable table{
	border:1px solid #ddd;
}

#bukken #singleProrerties #articleMain .articleTable th{
	padding:5px 10px;
	width:120px;
	text-align:left;
	border:1px solid #ddd;	
	background-color:#eee;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	box-sizing:border-box;
}

#bukken #singleProrerties #articleMain .articleTable td{
	padding:5px 10px;	
	width:360px;
	border:1px solid #ddd;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	box-sizing:border-box;
}

#bukken #articleMain #articleFlow,
#bukken #articleMain #articleComment{
	margin-bottom:60px;
}

#bukken #articleMain #articleFlow h3,
#bukken #articleMain #articleComment h3{
	font-size:20px;
	margin-bottom:30px;
}

.build-type {
	background-color: #0052A5;
	color: #fff;
	padding: 2.5px 5px;
}