@charset "utf-8";
/* 不動産用語集用css */
#rewords{
	border: solid 1px #ccc;
	box-sizing: content-box;
	padding: 10px 20px 10px 15px;
	position:relative;
	background: #fff;
	margin-bottom: 20px;
}
#rewords::before{
	content:"";
	width: 100%;
	padding: 0 1px;
	border-top: solid 4px #c03;
	position:absolute;
	top:-4px;
	left:-1px;
}
#rewords .rewords_title{
	color: #c03;
	font-weight: bold;
	font-size: 1.167em;
	display:inline-block;
	margin-bottom: 10px;
}
#rewords  .rewords_top_link{
	position: absolute;
	right: 20px;
	top: 10px;
}
#rewords  .rewords_links li{
	width: 23%;
	margin-right: 1%;
	margin-bottom:5px;
	display:inline-block;
}


/*不動産用語集用(マンスリー)css*/
#rewords.w_monthly{
	width:516px;
	margin: 0 auto 0 0;
	box-sizing:content-box;
	border-top: solid 4px #036;
}
#rewords.w_monthly::before{
	border-top: solid 4px #036;
}
#rewords.w_monthly  .rewords_top_link{
	position:static;
	text-align:left;
	margin-top: 10px
}
#rewords.w_monthly .rewords_title{
	display: block;
	text-align:left;
	color:#036;
}
