@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}


/*-------------------------------- */
/* #new link color (light blue)
 -------------------------------- */

.blink a:link{
	color: #0c3575;
}

.blink a:visited{
	color: #0c3575;
}

.blink a:hover{
	text-decoration: none;
	color: #ff0000;
}


/*-------------------------------- */
/* #header
 -------------------------------- */
.personal {
	background: #00ff00;
}
.personal > div+ div {
	background: #ff00ff;
}


/*------------------------------ */
/* #content
 -------------------------------- */
#content {
	margin: 0 auto;
	width: 950px;
	font-size:14px;
}


/*------------------------------ */
/* #columnC
 -------------------------------- */
#columnC {
	width: 100%;
	padding-top: 20px;
	/padding-top: 0px;
}

/*
 // listC_Titleframe
 */
#columnC .listC_Titleframe {
	width: 100%;
	border-top: 3px solid #bddd0e;
	position: relative;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height:61px;
}

#columnC .listC_Titleframe .listC_Title {
	padding: 18px 0px 18px 70px;
    padding-top:20px\9;
	line-height: 24px;
	font-size: 28px;
	font-weight:bold;
}
#columnC .listC_Titleframe .listC_Title.manshion-icon {
	background: transparent url(/images/rn_common/icon_mansion.png) no-repeat 15px center;
	*background: transparent url(/images/rn_common/icon_mansion.png) no-repeat 15px 15px;
}

#columnC .listC_Titleframe .listC_Title.house_n-icon {
	background: transparent url(/images/house_n/icon_house_n.png) no-repeat 20px center;
	*background: transparent url(/images/house_n/icon_house_n.png) no-repeat 20px 15px;
}

#columnC .listC_Titleframe .listC_Title.land-icon {
	background: transparent url(/images/land/icon_land.png) no-repeat 20px center;
	*background: transparent url(/images/land/icon_land.png) no-repeat 20px 15px;
}

#columnC .listC_Titleframe .listC_Title.house-icon {
	background: transparent url(/images/house/icon_house.png) no-repeat 20px center;
	*background: transparent url(/images/house/icon_house.png) no-repeat 20px 15px;
}


#columnC .listC_Titleframe .listC_Title .pickupcut {
	width: 100%;
}

.listC_Icon {
	float: right;
	margin-bottom: 10px;
}
.listC_Icon .pickup-icn_bg {
	background: #d34833;
	color: #fff;
	padding: 5px;
	line-height: 14px;
	font-size:85.7%;
	float: left;
	font-weight: bold;
}
.listC_Icon .pickup-link {
	margin: 0 20px 0 10px;
	float: left;
}


/*------------------------------ */
/* #columnL
 -------------------------------- */
#columnL {
	float: left;
	margin-right: 10px;
	width: 720px;
}


/*------------------------------ */
/* #columnR
 -------------------------------- */
#columnR {
	float: left;
	width: 220px;
}

.clearfix:after {/*float*/
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px; /*IE6??7*/
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}


/* ==========================================================
 　common (original)
 ========================================================== */

/* linkbox */
.linkbox {
	cursor: pointer;
}

/* line-height */
.lhgt_1_2 {
	line-height: 1.2;
}
.lhgt_1_3 {
	line-height: 1.3;
}

/* color */
.fc_deepred {
	color: #d34833;
}

/* font-size */

.fs_8{font-size:57.1%;}
.fs_9{font-size:64.3%;}
.fs_10{font-size:71.4%;}
.fs_11{font-size:78.6%;}
.fs_12{font-size:85.7%;}
.fs_13{font-size:92.9%;}

.fs_14{font-size:100%;}/* 基準値 */

.fs_15{font-size:107.1%;}
.fs_16{font-size:114.3%;}
.fs_17{font-size:121.4%;}
.fs_18{font-size:128.6%;}
.fs_19{font-size:135.7%;}
.fs_20{font-size:142.9%;}
.fs_21{font-size:150.0%;}
.fs_22{font-size:157.1%;}
.fs_23{font-size:164.3%;}
.fs_24{font-size:171.4%;}

/* margin-bottom */
.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb15 { margin-bottom: 15px; }
.mgb20 { margin-bottom: 20px; }

/* text-align */
.al_center{
	text-align:center;
}


/* ==========================================================
 　original
 ========================================================== */

/* --------------------------------------
 　listC_Titleframe
 -------------------------------------- */

/* listC_Title_img
 * ------------------------- */
.listC_Title_img {
	display: inline-block;
	font-weight: normal;
	margin:18px 0 0 10px;
	/* ie7 */
	*display: inline;
	*zoom: 1;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	height:25px;
	line-height:25px;
	font-size:13px;
	vertical-align: middle;

	float:left;
}

/* listC_Title_caption
 * ------------------------- */
.listC_Title_caption {
	float: right;
	padding: 17px 13px 15px 0;
	font-size:11px;
	text-align:left;
}

.listC_Title_caption p.text{
	line-height:1.3;
}



/* --------------------------------------
 　mansion_index_search
 -------------------------------------- */

.mansion_index_search {
	height: 374px;
	background: url(/images/rn_common/bg_main.png) no-repeat left top;
	margin-top: -20px;
	margin-bottom: 20px;
	overflow: hidden;
	/* ie7 */
	*zoom: 1;
}

/* index_search_head
 * ------------------------- */
.index_search_head {
	padding: 5px 5px 1px;
	overflow: hidden;
	/* ie7 */
	*zoom: 1;
}

/* search_head_title */
.search_head_title {
	float: left;
	width: 230px;
	padding: 16px 0 6px 60px;
	padding-top:16px\9;
	background: url(/images/rn_common/icon_search.png) no-repeat 20px 16px;
	font-size:145%;
	font-weight:bold;
}

.search_head_title span{
	font-size:120%;
}

/* search_head_lasttime */
.search_head_lasttime {
	float: right;
	width: 413px;
	margin-top:20px;
	height:36px;
}

.search_head_lasttime ul li{
	float:left;
	font-weight:bold;
}

.search_head_lasttime ul li.kansai{
	line-height:36px;
	width:150px;
	height:36px;
	text-align:center;
}

.search_head_lasttime ul li.kansai a{
	color:#303030;
	text-decoration:underline;
}

.search_head_lasttime ul li.kansai a:hover{
	text-decoration:underline;
	color:#ff0000;
}

.search_head_lasttime ul li.search_txt{
	font-size:76%;
	color:#FFF;
	line-height:1.2;
	width:95px;
	margin-top:6px;
	padding-left:15px;
}

.search_head_lasttime ul li.search_link{
	width:152px;
	line-height:2.5;
	font-size:12px;
	text-decoration:underline;
	padding-top:3px;
}

.search_head_lasttime ul li.search_link a{
	color:#ffffff;
}
.search_head_lasttime ul li.search_link a:hover{
	text-decoration:none;
	color:#f0ff9c;
}


/* index_search_body
 * ------------------------- */
.index_search_body {
	padding: 2px 5px;
	overflow: hidden;
	/* ie7 */
	*zoom: 1;
}

/* search_body_map
 * ------------------------- */
.search_body_map {
	float: left;
	position: relative;
	width: 486px;
	height: 289px;
	margin:8px 0 0 7px;
	background: url(/images/rn_common/img_map.png) no-repeat 0px 0px;
}

.search_body_map.kansai {
	float: left;
	position: relative;
	width: 486px;
	height: 289px;
	background: url(/images/rn_common/img_map_kansai.png) no-repeat 0px 0px;
}

.search_body_map .item_saitama ul.map,
.search_body_map .item_chiba ul.map,
.search_body_map .item_tokyo ul.map,
.search_body_map .item_kanagawa ul.map,
.search_body_map .item_osaka ul.map,
.search_body_map .item_kyoto ul.map,
.search_body_map .item_hyogo ul.map,
.search_body_map .item_nara ul.map{
	margin:0 0 0 5px;
}


.search_body_map .item_saitama ul.map li,
.search_body_map .item_chiba ul.map li,
.search_body_map .item_tokyo ul.map li,
.search_body_map .item_kanagawa ul.map li,
.search_body_map .item_osaka ul.map li,
.search_body_map .item_kyoto ul.map li,
.search_body_map .item_hyogo ul.map li,
.search_body_map .item_nara ul.map li{
	float:left;
	width:93px;
	height:47px;
}



/* common */
.search_body_map .item_saitama,
.search_body_map .item_chiba,
.search_body_map .item_tokyo,
.search_body_map .item_kanagawa,
.search_body_map .item_other,
.search_body_map.kansai .item_osaka,
.search_body_map.kansai .item_kyoto,
.search_body_map.kansai .item_hyogo,
.search_body_map.kansai .item_nara,
.search_body_map.kansai .item_other_kansai{
	position: absolute;
	width: 197px;
	font-size:110%;
	font-weight:bold;
	color:#555555;
}
.search_body_map .title,
.search_body_map.kansai .title{
    /padding-top: 1px;	
    text-align: center;
}

:root *> .search_body_map .title,
:root *> .search_body_map.kansai .title{
	padding: 7px 0 0 0;
}

.search_body_map .link,
.search_body_map.kansai .link{
	text-align: center;
	letter-spacing: -.40em;
}
.search_body_map .link a,
.search_body_map.kansai .link a{
	display: inline-block;
	width: 57px;
	padding:8px 0 10px 34px;
	padding:10px 0 10px 34px\9;
	text-align: left;
	color: #303030;
	letter-spacing: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:bold;
	/* ie7 */
	*display: inline;
	*zoom: 1;
}
.search_body_map .link a:hover,
.search_body_map.kansai .link a:hover{
	color: #fff;
}

/* item_saitama */
.search_body_map .item_saitama {
	top: 8px;
	top: 13px\9;
	left: 17px;
}

/* item_chiba */
.search_body_map .item_chiba {
	top: 46px;
	top: 51px\9;
	left: 271px;
}

/* item_tokyo */
.search_body_map .item_tokyo {
	top: 103px;
	top: 108px\9;
	left: 46px;
}

/* item_kanagawa */
.search_body_map .item_kanagawa {
	top: 197px;
	top: 202px\9;
	left: 17px;
}

/* item_other */
.search_body_map .item_other {
	top: 237px;
	left: 289px;
	text-align:center;
}

/* ------- kansai ------ */

/* item_oosaka */
.search_body_map.kansai .item_osaka {
	top: 102px;
	top: 107px\9;
	left: 233px;
}

/* item_kyoto */
.search_body_map.kansai .item_kyoto {
	top: 7px;
	top: 12px\9;
	left: 271px;
}

/* item_hyogo */
.search_body_map.kansai .item_hyogo {
	top: 36px;
	top: 41px\9;
	left: 14px;
}

/* item_nara */
.search_body_map.kansai .item_nara {
	top: 197px;
	top: 202px\9;
	left: 271px;
}

/* item_other */
.search_body_map.kansai .item_other_kansai {
	top: 236px;
	left: 3px;
	text-align:center;
}


/* search_body_panel
 * ------------------------- */
.search_body_panel {
	padding-top: 14px;
	margin-left: 508px;
}

/* panel_list */
.panel_list {
	margin-bottom: 20px;
	padding-left:15px;
	overflow: hidden;
	/* ie7 */
	*zoom: 1;
}

/* panel_list_head */
.panel_list_head {
	line-height: 1.2;
	/*background: url(/images/rn_common/icon_new.png) no-repeat 86% 0px; */
	margin-bottom: 15px;
}
.panel_list_head .title {
	font-weight: bold;
	font-size:114.3%;
}
.panel_list_head .caption {
	font-size:78.6%;
}

/* panel_list_body */
.panel_list_body .list_item {
	padding-left: 14px;

	line-height:1.5\9;
	background: url(/images/rn_common/icon_arrow1.png) no-repeat left center;
	margin-bottom: 6px;
}
.panel_list_body .list_item a {
	margin-right: 5px;
}

/* panel_search */
.panel_search {
	overflow: hidden;
	padding:10px 0 0 10px;
	/* ie7 */
	*zoom: 1;
}

/* panel_search_head */
.panel_search_head {
	line-height: 1.2;
	margin-bottom: 5px;
}
.panel_search_head .title {
	font-weight: bold;
	font-size:114.3%;
}


/* --------------------------------------
 　mansion_index_library
 -------------------------------------- */

.mansion_index_library {
	margin-bottom: 30px;
	overflow: hidden;
	/* ie7 */
	*zoom: 1;
}

/* index_library_head
 * ------------------------- */
.index_library_head {
	margin-bottom: 8px;
}

/* index_library_body
 * ------------------------- */
.index_library_body {
	padding-left: 15px;
	overflow: hidden;
	/* ie7 */
	*zoom: 1;
}


/* --------------------------------------
 　mansion_index_recommend
 -------------------------------------- */

.mansion_index_recommend{
	/* ie7 */
	*margin-bottom:20px;
}

/* index_recommend_head
 * ------------------------- */
.index_recommend_head {
	margin-bottom: 20px;
}

/* index_recommend_body
 * ------------------------- */
.index_recommend_body {
	padding-left:15px;
}


/* --------------------------------------
 　mansion_index_condition
 -------------------------------------- */

.mansion_index_condition{
	margin-bottom:30px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* index_condition_head
 * ------------------------- */
.index_condition_head {
	margin-bottom: 18px;
}

/* index_condition_body
 * ------------------------- */
.index_condition_body {
	padding-left:15px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}


/* --------------------------------------
 　mansion_index_info
 -------------------------------------- */

.mansion_index_info{
	margin-bottom:25px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* index_info_head
 * ------------------------- */
.index_info_head {
	margin-bottom: 13px;
}

/* index_info_body
 * ------------------------- */
.index_info_body {
	padding-left:15px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}


/* --------------------------------------
 　mansion_index_pickup
 -------------------------------------- */

.mansion_index_pickup{
	margin-bottom:40px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* index_pickup_head
 * ------------------------- */
.index_pickup_head {
	margin-bottom: 12px;
}

/* index_pickup_body
 * ------------------------- */
.index_pickup_body {
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* mansion_index_carousel
 * ------------------------- */
.mansion_index_carousel{
	padding: 0 50px;
	position:relative;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* ca-nav
 * ------------------------- */
.ca-nav{
	line-height:2;
}
.ca-nav span{
	position:absolute;
	top:0;
	display:block;
	width:38px;
	height:0;
	padding-top:212px;
	overflow: hidden;
	cursor: pointer;
}
.ca-nav span:hover{
	background-position:left -217px;
}

/* ca-nav-prev */
.ca-nav-prev{
	left:0;
	background:url(https://www.nomu.com/images/rn_common/icon_arrow_left_sprite.png) no-repeat left top;
}

/* ca-nav-next */
.ca-nav-next{
	right:0;
	background:url(https://www.nomu.com/images/rn_common/icon_arrow_right_sprite.png) no-repeat left top;
}

/* ca-wrapper
 * ------------------------- */
.ca-wrapper{
	position:relative;
	height:212px;
}

/* ca-item
 * ------------------------- */
.ca-item{
	width:154px;
	cursor: pointer;
}

/* ca-inner */
.ca-item .ca-inner{
	width:128px;
	height:194px;
	padding:5px 5px 10px;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	line-height:1.3;
	color:#282828;
	margin:0 auto;
}
.ca-item .ca-inner:hover{
	background-color:#fcf9e6;
}

/* image */
.ca-item .ca-inner .image{
	width:128px;
	height:90px;
	overflow:hidden; 
	position:relative;
	margin-bottom:10px;
}
.ca-item .ca-inner .image img{
	width:128px;
	position:absolute;
	top:-16px;
}

/* title */
.ca-item .ca-inner .title{
	height:48px;
	font-size:92.9%;
	font-weight:bold;
}
.ca-item .ca-inner .title a{
	text-decoration:underline;
}
.ca-item:hover .ca-inner .title a{
	color:#f00;
}

/* body */
.ca-item .ca-inner .body{
	padding:0 3px;
}

/* price */
.ca-item .ca-inner .price{
	font-size:92.9%;
	margin-bottom:6px;
}
.ca-item .ca-inner .price span{
	color:#c20808;
	font-size:16px;
	font-weight:bold;
}

/* access */
.ca-item .ca-inner .access{
	font-size:85.7%;
}


/* ==========================================================
 　parts
 ========================================================== */

/* --------------------------------------
 　title
 -------------------------------------- */

/* title_border_bg
 * ------------------------- */
.title_border_bg {
	border-top: 3px solid #bddd0e;
	background: url(/images/rn_common/bg_title.png) repeat-x left top;
}

/* title */
.title_border_bg .title {
	position:relative;
	padding: 12px 0 12px 55px;
	font-size:157.1%;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 13px 13px;
}

/* skin(icon) */
.title_border_bg.icon_book .title {
	background-image: url(/images/rn_common/icon_library.png);
}
.title_border_bg.icon_recommend .title {
	padding-left:61px;
	background-image: url(/images/rn_common/icon_recommend.png);
}
.title_border_bg.icon_condition .title {
	padding-left:56px;
	background-image: url(/images/rn_common/icon_condition.png);
	background-position: 13px 6px;
}
.title_border_bg.icon_info .title {
	padding-left:56px;
	background-image: url(/images/rn_common/icon_info.png);
	background-position: 13px 12px;
}
.title_border_bg.icon_pickup .title {
	padding-left:63px;
	background-image: url(/images/rn_common/icon_pickup.png);
}

/* sublink */
.title_border_bg .sublink{
	position:absolute;
	right:0;
	display:inline-block;
	padding:5px 0 5px 11px;
	font-size: 14px;
	font-weight:normal;
	background:url(/images/rn_common/icon_arrow3.png) no-repeat left center;
	margin-right:15px;
	/* ie7 */
	*display:inline;
	*zoom:1;
}

/* title_image */
.title_border_bg .title_image{
	margin-left:5px;
}
.title_border_bg .title_image img{
	vertical-align: middle;
}


/* --------------------------------------
 　module
 -------------------------------------- */

/* module_searchword
 * ------------------------- */
.module_searchword {
	letter-spacing: -.40em;
	overflow: hidden;
	/* ie7 */
	*zoom: 1;
}

/* item */
.module_searchword input {
	float: left;
	vertical-align: middle;
	letter-spacing: normal;
}

/* keyword */
.module_searchword .keyword {
	display: block;
	width: 139px;
	height: 32px;
	padding: 0 7px;
	line-height: 32px;
	border: 1px solid #ededed;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
/*	color: #a2a2a2;*/
	font-size:85.7%;
	outline: none;
}

.module_searchword .keyword_map {
	display: block;
	width: 128px;
	height: 32px;
	padding: 0 7px;
	line-height: 32px;
	border: 1px solid #ededed;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
/*	color: #a2a2a2;*/
	font-size:85.7%;
	outline: none;
}

/* button */
.module_searchword .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 35px;
	height: 34px;
	/*padding-top:34px;*/
	border: none;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	font-size: 85.7%;
	text-indent: -99999px;
	background: url(/images/rn_common/icon_search_small.png) no-repeat center center #4d4d4d;
	overflow: hidden;
	outline: none;
	cursor: pointer;
}

/* skin */
.module_searchword.color_red .button{
	background-image: url(/images/rn_common/icon_search_small2.png);
	background-color: #d34833;
}

/* module_list_library
 * ------------------------- */
.module_list_library {
	margin-right: -15px;
	overflow: hidden;
	/* ie7 */
	*zoom: 1;
}

/* library_item */
.module_list_library .library_item {
	float: left;
	width: 162px;
	margin-right: 15px;
	cursor: pointer;
}
.module_list_library .library_item .image {
	margin-bottom: 5px;
}
.module_list_library .library_item .image img{
	max-width: 100%;
}
.module_list_library .library_item .title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
	line-height:1.2;
}
.module_list_library .library_item .title a {
	text-decoration: underline;
}
.module_list_library .library_item:hover a {
	color: #f00;
	text-decoration: none;
}
.module_list_library .library_item .caption {
	font-size: 95%;
	line-height:1.3;
}
.module_list_library .library_item:hover .caption {
	color: #666666;
}

/* module_list_recommend
 * ------------------------- */
.module_list_recommend{
	margin-right: -16px;
}

/* recommend_item */
.module_list_recommend .recommend_item {
	float: left;
	position:relative;
	width: 317px;
	padding:0 20px 0 0;
	margin-bottom:40px;
	margin-right: 15px;
	cursor: pointer;
}
.module_list_recommend .recommend_item .image {
	position:absolute;
	top:-25px;
	right:0;
}
.module_list_recommend .recommend_item .title,
.module_list_recommend .recommend_item .subtitle,
.module_list_recommend .recommend_item .caption{
	padding-left:20px;
}
.module_list_recommend .recommend_item .title {
	line-height:2;
	font-size:114.3%;
	font-weight: bold;
	margin-bottom: 12px;
	background:url(/images/rn_common/bg_text.png) no-repeat left top;
}
.module_list_recommend .recommend_item .subtitle{
	font-weight:bold;
	margin-bottom:5px;
}
.module_list_recommend .recommend_item .subtitle a {
	font-size:110%;
	text-decoration: underline;
}
.module_list_recommend .recommend_item:hover a {
	color: #f00;
}
.module_list_recommend .recommend_item .caption {

}

/* module_list_info
 * ------------------------- */
.module_list_info{
	margin-right:-20px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* info_item */
.module_list_info .info_item{
    vertical-align: top;
	display:inline-block;
	width:350px;
	margin-bottom:15px;
	margin-right:10px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}
.module_list_info .info_item .image{
	float:left;
	width: 130px;
	margin-right:5px;
}
.module_list_info .info_item .image img{
	max-width:100%;
}
.module_list_info .info_item .body{
	margin-left:95px;
}
.module_list_info .info_item .title{
	
	font-weight:bold;
	margin-bottom:5px;
}
.module_list_info .info_item .title a{
	color:#0c3575;
	text-decoration:underline;
}
.module_list_info .info_item:hover .title a{
	color:#f00;
}
.module_list_info .info_item .body .text{
	width:245px;
}

/* module_cassette_condition
 * ------------------------- */
.module_cassette_condition{
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}
.module_cassette_condition.mgb{
	margin-bottom:1px;
	/* ie7 */
	*padding-bottom:10px;
}

/* cassette_head */
.module_cassette_condition .cassette_head{
	font-weight:bold;
	margin-bottom:5px;
	font-size:115%;
}
.module_cassette_condition .cassette_head a{
	padding-right:15px;
	color:#0c3575;
	text-decoration:none;
	background:url(/images/rn_common/icon_side_arrow.png) no-repeat right center;
}
.module_cassette_condition .cassette_head a:hover{
	color:#f00;
	background-image:url(/images/rn_common/icon_arrow2_on.png);
}

/* cassette_body */
.module_cassette_condition .cassette_body{
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* cassette_list */
.module_cassette_condition .cassette_list{
	margin-right:-15px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}
.module_cassette_condition .list_item{
	float:left;
	display:table;
	width:214px;
	padding:2px;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:15px;
	margin-right:15px;
	/* ie7 */
	*display:block;
	*position:relative;
	*letter-spacing:-.40em;
}
.module_cassette_condition .list_item .image,
.module_cassette_condition .list_item .body{
	display:table-cell;
	vertical-align: middle;
	text-align:left;
	/* ie7 */
	*display:inline;
	*zoom:1;
	*letter-spacing:normal;
}
.module_cassette_condition .list_item .image{
	width:81px;
	/* ie7 */
	*height:56px;
}
.module_cassette_condition .list_item .image img{
	max-width:100%;
}
.module_cassette_condition .list_item .body{
	padding:0 6px;
	line-height:1.3;
	/* ie7 */
	*position:absolute;
	*width:115px;
	*height:56px;
	*line-height:1.4;
	*margin-top:28px;
}
.module_cassette_condition .list_item .body a{
	/* ie7 */
	*display:inline;
	*zoom:1;
	*vertical-align:middle;
	*margin-top:-18%;
	font-weight:bold;
	text-decoration:underline;
}
.module_cassette_condition .list_item:hover a{
	color:#f00;
}

/* module_attention
 * ------------------------- */
.module_attention{
	width:500px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	margin:0 auto 40px;
}

/* attention_head */
.attention_head{
	padding:3px 5px;
	border-bottom:1px solid #c0c0c0;
	color:#fff;
	
	font-weight:bold;
	background-color:#c0c0c0;
}

/* attention_body */
.attention_body{
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* attention_cassette */
.attention_cassette{
	height:132px;
	padding:10px;
	border-bottom:1px solid #c0c0c0;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}
/* cassette_image */
.attention_cassette .cassette_image{
	float:left;
	width:140px;
}
.attention_cassette .cassette_image img{
	max-width:100%;
}
/* cassette_body */
.attention_cassette .cassette_body{
	margin-left:150px;
}
.attention_cassette .cassette_body .title{
	color:#0c3575;
	
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}
.attention_cassette .cassette_body .body{
	color:#0c3575;
}
.attention_cassette .cassette_body .text{
	height:87px;
	line-height:2;
	font-size:85.7%;
}
.attention_cassette .cassette_body .link{
	text-align:right;
	
	font-weight:bold;
}
.attention_cassette .cassette_body .link a{
	color:#0c3575;
}

/* hover */
.attention_cassette:hover .cassette_body .title,
.attention_cassette:hover .cassette_body .body,
.attention_cassette:hover .cassette_body .link a{
	color:#f00;
}

/* module_link_recommend
 * ------------------------- */
.module_link_recommend{
	margin-top:15px;
	margin-bottom:25px;
	overflow: hidden;
	/* ie7 */
	*zoom:1;
}

/* link_recommend_area,link_recommend_station */
.link_recommend_area,
.link_recommend_station{
	width:458px;
	line-height:1.4;
}
.link_recommend_area .title,
.link_recommend_station .title{

	font-weight:bold;
	margin-bottom:5px;
}
.link_recommend_area a,
.link_recommend_station a{
        white-space:nowrap;
	margin-right:8px;
}

/* link_recommend_area */
.link_recommend_area{
	float:left;
}

/* link_recommend_station */
.link_recommend_station{
	float:right;
}

/* module_text_pr
 * ------------------------- */
.module_text_pr{
	padding:10px 15px;
	font-size:95%;
	background-color:#e9e9e9;
	margin:20px 0 20px 0;
}

.branchTtl{
    font-weight:bold;
    font-size:120%;
    background-color:#eeeeee;
    text-align:center;
    padding:2px 0 2px 0;
    margin-bottom:5px;
}

/*--- 新築一戸建てヘッダ　バナー ---*/
div#headBnr {
	text-align: center;
}
div#headBnr table{
	margin: 0 auto 30px auto;
}
div#headBnr li {
	display: inline;
	line-height: 1;
}
/*--- NEWアイコン ---*/
.NEWicon{
    background:#dc0909;
    color:#fff;
     font-size: 70%;
     padding: 2px 2px 1px;
      margin: 0 2px;
}


/*--- 20160912 ---*/
#nomu_cattop_item .ca-wrapper{
	position:relative;
	height:242px;
}

#nomu_cattop_item .ca-wrapper .ca-item{
	display:inline-block;
	float:left;
}
#nomu_cattop_item .ca-wrapper .ca-item .ca-inner{
	height: 225px;
}
#nomu_cattop_item .ca-wrapper .ca-item .ca-inner .body .bukkentype{
       background:#6DC6F9;
       color:#FFF;
       text-align: center;
       font-size: 89%;
       padding: 1px 0 0;
       margin: 0 4px 4px;
}