@charset "UTF-8";
/*------------------------------------------------------------
Layout
------------------------------------------------------------*/
.l-container:after {
  display: block;
  clear: both;
  content: "";
}

.main {
  width: 100%;
  width: 845px;
  float: left;
}

.side_bar {
  float: right;
  width: 205px;
}

/*------------------------------------------------------------
p-list1
------------------------------------------------------------*/
.p-list1 {
  margin-top: 25px;
}

.p-list1 .mansion_entry {
  border-top: 3px solid #948a54;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0;
  cursor: pointer;
}

.p-list1 .mansion_entry:hover .img_descrip img {
  opacity: 0.8;
}

.p-list1 .mansion_entry .head .left {
  padding-left: 13px;
}

/*------------------------------------------------------------
p-list2
------------------------------------------------------------*/
.p-list2 {
  margin-top: 0px;
}

/*------------------------------------------------------------
main
------------------------------------------------------------*/
/*------------------------------------------------------------
listinfo
------------------------------------------------------------*/
.listinfo {
  display: table;
  width: 100%;
}

.listinfo:after {
  display: block;
  clear: both;
  content: "";
}

.col {
  display: table-cell;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col_1 {
  /*width: 17em;*/
	padding-top:5px;
	float:left;
}

.col_1{
  line-height: 28px\9; /* IE10以下 */
}

@media all and (-ms-high-contrast: none){
  .col_1{
    line-height: 28px;/* IE10以上 */
  }
}

@media screen and (max-device-width: 1024px) {
 .col_1 { line-height: 28px; }
}

.col_1 p {
  float: left;
}

.col_1 .text1 {
  font-size: 15px;
}

.col_1 .text1 span {
  font-size: 24px;
  color: #da171e;
  font-weight: bold;
  letter-spacing: -1px;
}

.col_1 .text2 {
  margin-left: 7px;
  margin-top: 8px;
}

.col_1 .text2{
  margin-top: 2px\9;  /* IE10以下 */
}

@media all and (-ms-high-contrast: none){
  .col_1 .text2{
    margin-top: 2px;/* IE10以上 */
  }
}

@media screen and (max-device-width: 1024px) {
 .col_1 .text2 { margin-top: 2px; }

}

.col_2 {
  /*width: 17em;*/
	padding-left:10px;
	float:left;
}

.col_2 p {
  float: left;
}

.js_custom_select option{
  font-size: 15px;
}

p.text1,
p.text2{
font-size: 13px;	
}

	/* -- item_select_wrapper --  
.listinfo .item_select_wrapper {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}*/

/* item_select 
.listinfo .item_select {
	width: 100%;
}

/* item_select (original) 
.listinfo select.item_select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: 0;
	padding: 0;
	border: 0;
	margin: 0;
}

/* item_select (original - skin) */
.listinfo .item_select_wrapper select.item_select_0 {
	width: 100%;
}

.listinfo .item_select_wrapper select.item_select_1 {
	width: 73px;
}

.listinfo .item_select_wrapper select.item_select_2 {
	width: 180px;
}

/* item_select (custom) 
.listinfo .item_select.customSelect {
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
	width: 100%;
	font-size:14px;
}

	/*
.customSelectInner{/*下の色*

	box-sizing: border-box;
	width: 100%;
	line-height: 34px;
	height:34px;
	text-align: left;
	padding-left:10px;
	
	/*position:relative;*
	display: block;
	border-radius:3px;
	border:1px solid #C1C1C1;
	background:#E4E4E4;
	color:#2d2d2d;
	z-index:0;
}

.customSelectInner:after {/*上の色*
	position:absolute;
	display: block;
	content:'';
	border-radius:3px;
	background:#fff url(/mansion/library/images/bg_customselect.png) right center no-repeat;
	width:100%;
	height:30px;
	z-index:-1;
	top:0;
	left:0;
}*/

/* item_select (custom) - customSelectInner */
.customSelectInner {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border:1px solid #C1C1C1;
	border-radius:3px;
	line-height: 34px;
	height:34px;
	text-align: left;
	padding-left:7px;
	font-size:14px;
	background:#fff url(/mansion/library/images/bg_customselect.png) right center no-repeat;
}

/*
.col_2 select {
  float: left;
  -webkit-appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  height: 34px;
  padding: 8px 0px 8px 11px;
  font-size: 14px;
  color: #2d2d2d;
  border: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.col_2 select::-ms-expand {
  display: none;
}

.col_2 select.select1 {
  background: url(/mansion/library/images/icon_50.png) 0 0 no-repeat;
  width: 75px;
}

.col_2 select.select2 {
  background: url(/mansion/library/images/icon_51.png) 0 0 no-repeat;
  width: 123px;
	padding-right:40px;

	-webkit-appearance:menulist-button;
}*/

.col_2 .text1 {
	margin:5px 8px 0 0;
}

.col_2 .text2 {
  padding-top: 12px;
	margin-right:5px;
	font-weight: 600;
}

.col_2 .text2 br{display: none;}

.col_2 .select1 {
  margin-right: 8px;
}

.col_2 .select2 {
  width: 125px;
  padding: 5px 7px;
}

.col_3 {
  text-align: right;
	width:320px;
}

@media screen and (max-device-width: 1024px) {
 .col_2 .text2 {padding-top: 5px;}
 .col_2 .text2 br{display: block;}
 .col_3 { width:330px;}

}


/*------------------------------------------------------------
.pagenation
------------------------------------------------------------*/
.pagenation {
  text-align: right;
  display: inline-block;
}

.pagenation:after {
  display: block;
  clear: both;
  content: "";
}

.pagenation .page {
  display: inline-block;
  float: left;
  margin-left: 3px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #2d2d2d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/mansion/library/images/icon_52.png) 0 0 no-repeat;
}

.pagenation .page:hover,
.pagenation .page.current{
  background-image: url(/mansion/library/images/icon_53.png);
}

.pagenation .start {
  margin-left: 3px;
  width: 49px;
  padding-left: 4px;
  background: url(/mansion/library/images/icon_54.png) 0 0 no-repeat;
}

.pagenation .start:hover,
.pagenation .start.current {
  background-image: url(/mansion/library/images/icon_55.png);
}

.pagenation .start:nth-child(1) {
  margin-left: 0px;
}

.pagenation .end {
  width: 49px;
  padding-right: 0px;
  background: url(/mansion/library/images/icon_56.png) 0 0 no-repeat;
}

.pagenation .end:hover,
.pagenation .end.current {
  background-image: url(/mansion/library/images/icon_57.png);
}

/*------------------------------------------------------------
listtab
------------------------------------------------------------*/
.listtab {
  border-bottom: 1px solid #948a54;
  margin: 30px 0;
  height: 37px;
}

.listtab a,
.listtab em{
  text-decoration: none;
  color: #2d2d2d;
  float: left;
  background-color: #f9f9f9;
  border: 1px solid #d2d2d2;
  text-align: center;
  line-height: 36px;
  border-bottom: none;
  font-weight: bold;
	font-style: normal;
}

.listtab a i,
.listtab em i{
  color: #988a5d;
  margin: 5px 7px 0 0;
}

.listtab a .btn,
.listtab em .btn{
  width: 190px;
  height: 36px;
}

.listtab a .btn img,
.listtab em .btn img{
  margin: 7px 5px 0 0;
}

.listtab a .btn .img_map_hover,
.listtab em .btn .img_map_hover{
  display: none;
}

.listtab a.active,
.listtab em.active,
.listtab a:hover {
  background-color: #948a54;
  color: #fff;
  border: 1px solid #948a54;
}

.listtab a.active i,
.listtab em.active i,
.listtab a:hover i {
  color: #fff;
}

.listtab a.active .img_map, 
.listtab a:hover .img_map, 
.listtab em.active .img_map, 
.listtab em:hover .img_map {
  display: none;
}

.listtab a.active .img_map_hover,
.listtab a:hover .img_map_hover,
.listtab em.active .img_map_hover,
.listtab em:hover .img_map_hover{
  display: inline-block;
  margin-top: 8px;
}

.listtab.bottom {
  border-top: 1px solid #948a54;
  border-bottom: 0px;
}

.listtab.bottom a {
  border-top: none;
  border-bottom: 1px solid #d2d2d2;
}

.listtab.bottom a.active, .listtab.bottom a:hover {
  border: 1px solid #948a54;
  border-top: 0px;
}

/*------------------------------------------------------------
entry
------------------------------------------------------------*/
.mansion_entry {
  border-top: 3px solid #948a54;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0;
  cursor: pointer;
}

.mansion_entry:hover .head {
  border-right: 1px solid #968a59;
  border-left: 1px solid #968a59;
  background: #eeece2;
}

.mansion_entry:hover .head .left a{
	color:#dd1c11;
}

.mansion_entry:hover .wrap {
    border-color: #948a54;
    background: #eeece2
}

.mansion_entry:hover .img_descrip img {
  opacity: 0.8;
}

.mansion_entry .head {
  background-color: #eeece1;
  width: calc(100% - 2px);
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

.mansion_entry .head:after {
  display: block;
  clear: both;
  content: "";
}

.mansion_entry .head .left {
  padding: 14px 0 10px 47px;
  float: left;
  position: relative;
}

.mansion_entry .head .left:after {
  display: block;
  clear: both;
  content: "";
}

.mansion_entry .head .left .checkbox_wrapper {
  float: left;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 13px;
  width: 22px;
  height: 0;
  padding-top: 22px;
  overflow: hidden;
  background: url(/mansion/library/images/bg_checkbox.png) 0 0 no-repeat;
  margin-right: 5px;
}

.mansion_entry .head .left .checkbox_wrapper.skin_checked {
  background-position: 0 -27px;
}

.mansion_entry .head .left .checkbox_wrapper input {
  opacity: 0;
}

.mansion_entry .head .left h2 {
  float: left;
  margin-right: 10px;
}

.mansion_entry .head .left a {
  font-size: 20px;
  font-weight: bold;
  color: #005fd1;
  text-decoration: none;
}

.mansion_entry .head .left span {
  font-size: 13px;
  color: #fff;
  background-color: #948a54;
  padding: 2px 6px;
  border-radius: 2px;
  margin: 0px 0 0 10px;
  height: 19px;
  line-height: 19px;
  float: left;
  min-width:43px;
  text-align: center;
}

.mansion_entry .head .right {
  float: right;
  padding: 6px 6px 2px 0;
}

.mansion_entry .head .right .item_button_inner {
  float: left;
}

.mansion_entry .head .right .c-btnvoid2{
	float: left;
}

.mansion_entry .head .right .c-btnvoid2 span {
  display: inline-block;
  background: url(/mansion/library/images/icon_13.png) 0 47% no-repeat;
  /*padding: 0 0 2px 25px;*/
	padding: 1px 0 0 25px;
}

.mansion_entry .head .right .c-btnvoid2:hover span {
  background-image: url(/mansion/library/images/icon_12.png);
}

.mansion_entry .head .right .c-btnvoid2 a{
  margin-left: 10px;
	
	display:inline-block;
  border-top: solid 2px #4D4D4D;
  border-right: solid 2px #4D4D4D;
  border-left: solid 2px #4D4D4D;
  border-bottom: solid 2px #2D2D2D;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;

	width:99px;
	height:35px;
	line-height: 31px;
	text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  color: #fff!important;
  text-decoration: none;
  background-color: #4D4D4D;
  cursor: pointer;
}

.mansion_entry .head .right .c-btnvoid2 a:hover{
	color:#2d2d2d!important;
	  background-color: #ffffff;
  border: solid 2px #4D4D4D;
}

.mansion_entry .wrap {
	position: relative;
  padding: 10px;
  border: 1px solid #d2d2d2;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: calc(100% - 22px);
}


/**/

.mansion_entry .wrap .button {
	position: absolute;
	right:10px;
	bottom:10px;
  text-align: right;
  margin-top: 10px;
}

.mansion_entry .wrap .button .c-btn2 {
  padding: 5.5px 11px;
  border: 2px solid #2d2d2d;
}

.mansion_entry .wrap .button .c-btn2 span {
  background: url(/mansion/library/images/icon_03.png) 0 47% no-repeat;
  display: inline-block;
  padding: 0 0 0 20px;
}

.mansion_entry .wrap:hover .c-btn2 {
  opacity: 1;
  background-color: #FFF !important;
  color: #2d2d2d;
}

.mansion_entry .wrap:hover .c-btn2 span {
  background: url(/mansion/library/images/icon3_hover.png) 0 47% no-repeat;
}

/* --------------- type01 -------------------- */

.c-btn_type1 {
  background-color: #F9F9F9;
  padding: 7px 12px;
  border-radius: 3px;
  color: #005fd1;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

.mansion_entry .wrap .button .c-btn_type1 {
  padding: 5.5px 11px;
  border: 2px solid #F9F9F9;
}

.mansion_entry .wrap .button .c-btn_type1 span {
  background: url(/mansion/library/images/arrow_blu.png) right center no-repeat;
  display: inline-block;
  padding: 0 20px 0 0;
}

.mansion_entry .wrap:hover .c-btn_type1 {
  opacity: 1;
  background-color: #FFF !important;
	border: 2px solid #fff;
  color: #dd1c11;
}

.mansion_entry .wrap:hover .c-btn_type1 span {
  background: url(/mansion/library/images/arrow_blu_on.png) right center no-repeat;
}
/* ------------------------------------------- */

/* --------------- type02 -------------------- */

.c-btn_type2 {
  background-color: #F9F9F9;
  padding: 7px 12px;
  border-radius: 3px;
  color: #005fd1;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

.mansion_entry .wrap .button .c-btn_type2 {
  padding: 5.5px 11px;
  border: 2px solid #F9F9F9;
}

.mansion_entry .wrap .button .c-btn_type2 span {
  background: url(/mansion/library/images/link_icon.png) right center no-repeat;
  display: inline-block;
  padding: 0 20px 0 0;
}

.mansion_entry .wrap:hover .c-btn_type2 {
  opacity: 1;
  background-color: #FFF !important;
	border: 2px solid #fff;
  color: #dd1c11;
}

.mansion_entry .wrap:hover .c-btn_type2 span {
  background: url(/mansion/library/images/icon_hover_cpn16.png) right center no-repeat;
}
/* ------------------------------------------- */
/* --------------- type03 -------------------- */

.c-btn_type3 {
  background-color: #686036;
  padding: 7px 12px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

.mansion_entry .wrap .button .c-btn_type3 {
  padding: 5.5px 11px;
  border: 2px solid #686036;
}

.mansion_entry .wrap .button .c-btn_type3 span {
  background: url(/mansion/library/images/arrow_whi.png) right center no-repeat;
  display: inline-block;
  padding: 0 20px 0 0;
}

.mansion_entry .wrap:hover .c-btn_type3 {
  opacity: 1;
  background-color: #FFF !important;
  color: #686036;
}

.mansion_entry .wrap:hover .c-btn_type3 span {
  background: url(/mansion/library/images/arrow_whi_premium_on.png) right center no-repeat;
}
/* ------------------------------------------- */
/* --------------- type04 -------------------- */

.c-btn_type4 {
  background-color: #948a54;
  padding: 7px 12px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

.mansion_entry .wrap .button .c-btn_type4 {
  padding: 5.5px 11px;
  border: 2px solid #948a54;
}

.mansion_entry .wrap .button .c-btn_type4 span {
  background: url(/mansion/library/images/icon_blank_whi.png) right center no-repeat;
  display: inline-block;
  padding: 0 20px 0 0;
}

.mansion_entry .wrap:hover .c-btn_type4 {
  opacity: 1;
  background-color: #FFF !important;
  color: #948a54;
}

.mansion_entry .wrap:hover .c-btn_type4 span {
  background: url(/mansion/library/images/icon_blank_whi_on.png) right center no-repeat;
}
/* ------------------------------------------- */


.mansion_entry .detail {
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 15px;
}

.mansion_entry .detail p {
  font-size: 15px;
}

.mansion_entry .number {
  border-bottom: 1px dotted #d2d2d2;
  margin-top: 12px;
  padding-bottom: 12px;
}

.mansion_entry .number:after {
  display: block;
  clear: both;
  content: "";
}

.mansion_entry .number .title {
  font-size: 13px;
  text-align: center;
  width: 114px;
  float: left;
  margin-right: 20px;
  line-height: 23px;
  height: 23px;
}

.mansion_entry .number .col_left {
  float: left;
}

.mansion_entry .number .col_left .title {
  background: url("https://www.nomu.com/mansion/library/images/listing/bg_right.png") 0 47% no-repeat;
}

.mansion_entry .number .col_left .price {
  font-size: 14px;
  float: left;
}

.mansion_entry .number .col_left .price span {
  font-size: 24px;
  color: #dd1c11;
  font-weight: bold;
}

.mansion_entry .number .col_right {
  float: right;
}

.mansion_entry .number .col_right .title {
  background: url("https://www.nomu.com/mansion/library/images/listing/bg_red.png") 0 47% no-repeat;
  color: #FFF;
}

.mansion_entry .number .col_right .num {
  font-size: 13px;
  float: left;
  margin-right: 10px;
}

.mansion_entry .number .col_right .num span {
  font-size: 22px;
  color: #dd1c11;
  font-weight: bold;
}

.mansion_entry .number .col_right.fail .title {
  background-image: url("/mansion/library/images/listing/bg_fail.png");
  background-repeat: no-repeat;
}

.mansion_entry .number .col_right.fail p span {
  color: #a3a3a3;
}

.mansion_entry .descrip {
  margin-top: 10px;
}

.mansion_entry .descrip:after {
  display: block;
  clear: both;
  content: "";
}

.mansion_entry .descrip .img_descrip {
  float: left;
  width: 265px;
  height:180px;
  border-radius: 2px;
  border: solid 1px #968a59;
  overflow:hidden;
  position:relative;
}

.mansion_entry .descrip .img_descrip img{
  width:265px;
  position:absolute;
  top:-10px;
  overflow:hidden; 
}

.mansion_entry .descrip .img_descrip.none {
	width: 265px;
	height: 199px;
	border:solid 1px #d2d2d2;
	background:#F9F9F9 url(/mansion/library/images/icon_noimg.svg) center center no-repeat;
	background-size: 50%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.mansion_entry .descrip .infor_descrip {
  margin-left: 290px;
  padding-top: 5px;
}

.mansion_entry .descrip .infor_descrip .title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.mansion_entry .descrip .infor_descrip .body {
  font-size: 15px;
}

.mansion_entry .descrip .infor_descrip .btn_descrip {
  margin-top: 10px;
	padding-bottom:65px;
}

.mansion_entry .descrip .infor_descrip .btn_descrip button {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 75px;
  height: 30px;
  background-color: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
}

.mansion_entry .descrip .infor_descrip .btn_descrip p {
  float: left;
  margin: 0 15px 0 10px;
  line-height: 30px;
}

/*------------------------------------------------------------
icon info
------------------------------------------------------------*/
.iconinfo {
  border-top: 2px solid #948a54;
  margin-top: 50px;
}

.iconinfo:after {
  display: block;
  clear: both;
  content: "";
}

.iconinfo h2 {
  font-size: 18px;
  padding: 20px 0;
}

.iconinfo a.link{
	color:#005fd1;
	text-decoration: none;
}

.iconinfo a.link:hover{
	color:#D20C19;
}


/*
.iconinfo table {
  border-collapse: collapse;
}

.iconinfo table tr td {
  border: 1px solid #d2d2d2;
	width:50%;
	vertical-align: middle;
	margin: 10px;
}

.iconinfo table tr td h3 {
  font-size: 13px;
  background-color: #4a8db4;
  border-radius: 3px;
  color: #fff;
  float: left;
  width: 25.95%;
  padding: 5px;
  text-align: center;
  margin: 10px;
  height: 25px;
  line-height: 25px;
}

.iconinfo table tr td p {
  font-size: 15px;
  float: left;
  width: 62.05%;
}*/

.iconinfo a.click_right {
  float: right;
  margin: 30px 0;
  color: #005fd1;
  text-decoration: none;
  background: url("/mansion/library/images/arrow_right_black.png") 0 47% no-repeat;
  padding: 0 0 0 12px;
}

.iconinfo a:hover.click_right {
	color:#dd1c11;
}


/* item_section_table */
.iconinfo .item_section_table {
	width: 100%;
}

/* item_section_table - th / td */
.iconinfo .item_section_table th,
.iconinfo .item_section_table td {
	box-sizing: border-box;
	text-align: left;
	padding: 9px 12px;
	border: 1px solid #d3d3d3;
}

/* item_section_table - th */
.iconinfo .item_section_table th {
	width: 25.95%;
	font-weight: bold;
	background-color: #f0f0f0;
}

/* item_section_table - item_before */
.iconinfo .item_section_table .item_before {
	color: #dd1c11;
	font-weight:bold;
}
.iconinfo .item_section_table .item_after {
	color: #1565c0;
}

/* item_icon_table */
.iconinfo .item_icon_table {
	width: 100%;
}

/* item_icon_table - th / td */
.iconinfo .item_icon_table th,
.iconinfo .item_icon_table td {
	vertical-align: middle;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 1px solid #d3d3d3;
}

/* item_icon_table - th */
.iconinfo .item_icon_table th {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 0;
}

/* item_icon_table - item_label */
.iconinfo .item_icon_table .item_label {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	font-size: 93%;
	line-height: 24px;
	border-radius: 2px;
}

/* item_icon_table - item_label (skin) */

.iconinfo .item_icon_table .item_label.skin_icn{
	font-size: 13px;
	padding: 2px;
	text-align: center;
	color: #fff;
	background-color: #948a54;
	font-weight:bold;
	white-space: nowrap;
}


.iconinfo .item_icon_table .item_label.skin_new {
	color: #f03c78;
	font-weight:bold;
}
.iconinfo .item_icon_table .item_label.skin_newprice {
	width: auto;
	padding: 1px 3px;
	line-height: 22px;
	color: #ef3c9d;
	background-color: #fff1f1;
	font-weight:bold;
}
.iconinfo .item_icon_table .item_label.skin_renovation {
	color: #fff;
	background-color: #f39521;
}
.iconinfo .item_icon_table .item_label.skin_ownerreport {
	color: #fff;
	background-color: #50ae8f;
}
.iconinfo .item_icon_table .item_label.skin_movie {
	color: #fff;
	background-color: #2fc1e5;
}
.iconinfo .item_icon_table .item_label.skin_openroom,
.iconinfo .item_icon_table .item_label.skin_tour,
.iconinfo .item_icon_table .item_label.skin_opening {
	line-height: 22px;
	color: #f5406d;
	border: 1px solid #f87f96;
	background-color: #fff1f1;
}
.iconinfo .item_icon_table .item_label.skin_service {
	color: #fff;
	background-color: #0b93b2;
}
.iconinfo .item_icon_table .item_label.skin_support {
	color: #fff;
	background-color: #fd761d;
}
.iconinfo .item_icon_table .item_label.skin_requested {
	border: 1px solid #d3d3d3;
	background-color: #f0f0f0;
}

/* item_icon_table - td */
.iconinfo .item_icon_table td {
	width: 320px;
	line-height: 1.2;
	padding-right: 20px;
	padding-left: 3px;
	border-left-width: 0;
}

/* item_icon_table - td - item_link */
.iconinfo .item_icon_table .item_link {
	display: inline-block;
	line-height: 1.2;
	padding-right: 19px;
	background: url(/common/images/icon_new_window_large.png) right center no-repeat;
	margin-left: 14px;
}

/* item_icon_table - td - item_link */
.iconinfo .item_icon_table .no_margin {
	margin-left: 0px!important;
}

/*------------------------------------------------------------
reccomend
------------------------------------------------------------*/
.p-list1 #recCarousel_rec {
  margin-top: 30px;
}

.p-list1 #recCarousel_rec,
.p-list1 #recCarousel_sale {
  width: 845px;
}

.p-list1 .recCarousel li {
  margin-left: 15px;
  clear: none !important;
}


.p-list1 .recCarousel li:nth-child(n + 5) {
  display: none;
}

.p-list1 .recCarousel li:nth-child(5n+1) {
  clear: none;
  margin-left: 15px;
}

.p-list1 .recCarousel li:nth-child(4n+1) {
  clear: left;
  margin-left: 0px;
}

.p-list1 .recCarousel ul.open li:nth-child(n + 5) {
  display: block;
}

/*------------------------------------------------------------
selection
------------------------------------------------------------*/
.selection {
  background-color: #e0edf5;
  padding: 50px;
  margin-top: 60px;
  margin-bottom: -60px;
}

.selection:after {
  display: block;
  clear: both;
  content: "";
}

.selection .img_selection {
  width: 100%;
  margin-bottom: 50px;
}

.selection .post {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background-color: #fff;
  float: left;
  width: 21.29%;
  text-align: center;
  height: 230px;
  margin: 0 25px;
  text-decoration: none;
}

.selection .post:nth-last-child(4) {
  margin-left: 0;
}

.selection .post .img_post {
  margin: 10px;
  overflow: hidden;
  height: 119px;
}

.selection .post .txt_post {
  height: 5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selection .post .txt_post p {
  width: 100%;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.selection .post:hover {
  background-color: #948a54;
}

.selection .post:hover .txt_post p {
  color: #fff;
}

.selection .post_v {
  margin-right: 0;
}

/*------------------------------------------------------------
Side
------------------------------------------------------------*/
.side_block {
  background-color: #f9f9f9;
  margin-bottom: 25px;
}

.side_block .side_block_body.last select {
  -webkit-appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0px;
  height: 35px;
  padding: 8px 0px 8px 11px;
  font-size: 14px;
  color: #2d2d2d;
  border: 0px;
  width: 182px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/mansion/library/images/select_bg2.png) 0 0 no-repeat;
}

.side_block .side_block_head {
  background-color: #2d2d2d;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 8px 0;
}

.side_block .block_box_ensenhead {
  border-right: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	border-bottom: solid 1px #D2D2D2;
	padding:9px 10px 8px 10px;
	font-weight: 600;
	font-size:14px;
	background: #F0F0F0;
}

.side_block .block_box_ensen {
	background: #F0F0F0;
	font-weight: 600;
	padding:5px 10px;
	font-size:14px;
	border-right: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
}

.side_block .block_box_ensen.bordertop {
	border-top: solid 1px #d2d2d2;
}

.side_block .side_block_head .side_block_title {
  font-size: 15px;
  color: #fff;
}

.side_block .side_block_head .side_block_title.search {
  background: url(/mansion/library/images/listing/white_search_icon.png) no-repeat 7% center;
  padding-left: 37px;
}

.side_block .side_block_body {
  padding: 10px 10px 10px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  border-top: 0px;
}

.side_block .side_block_body.noborder {
	border-bottom:none;
}

.side_block .side_block_body.last {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.side_block .side_block_body .text01 {
  color: #2d2d2d;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d2d2;
  -webkit-box-shadow: 0px 1px 0px #fff;
          box-shadow: 0px 1px 0px #fff;
  margin-bottom: 7px;
}

.side_block .side_block_body .text02 {
  padding-bottom: 7px;
}

.side_block .side_block_body .text03 {
  text-align: center;
	margin-top:7px;
}

.side_block .side_block_body .text03 span.red_text {
  font-size: 24px;
  color: #da171e;
  font-weight: bold;
  margin-left: 15px;
}

.side_block .side_block_body .text04 {
  color: #2d2d2d;
  margin-bottom: 7px;
}

.side_block .side_block_body .btn_white, .side_block .side_block_body .c-btn3,
.side_block .side_block_body .btn_white, .side_block .side_block_body .c-btn4{
  margin: 0 auto;
  display: block;
  width: 135px;
  min-width: 135px;
  border-radius: 3px;
  padding: 8px 0 7px;
  min-height: initial;
	font-size:14px;
}

.side_block .side_block_body .btn_white {
  border: 1px solid #948a54;
  background-color: #fff;
  -webkit-box-shadow: inset 0px -2px 0px 0px #e4e4e4;
  box-shadow: inset 0px -2px 0px 0px #e4e4e4;
  outline: none;
  cursor: pointer;
  color: #948a54;
}

.side_block .side_block_body .btn_white:hover {
  color: #dd1c11;
  border-color: #dd1c11;
  -webkit-box-shadow: inset 0 0 0 0;
          box-shadow: inset 0 0 0 0;
}

.side_block .side_block_body .c-btn3,
.side_block .side_block_body .c-btn4{
  margin-top: 1px;
}


.side_block .side_block_body .change_link2{
	text-align: center;
}

.side_block .side_block_body .change_link {
  padding-top: 10px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0px -1px 0px #d2d2d2;
          box-shadow: 0px -1px 0px #d2d2d2;
  margin-top: 15px;
	text-align: center;
}

.side_block .side_block_body .change_link a,
.side_block .side_block_body .change_link2 a{
	color:#005fd1;
	text-decoration: none;
}

.side_block .side_block_body .change_link a:hover,
.side_block .side_block_body .change_link2 a:hover{
	color:#dd1c11;
}

.side_block .side_block_body .change_link a.click_right,
.side_block .side_block_body .change_link2 a.click_right{
  background: url("/mansion/library/images/arrow_right_black.png") 0 47% no-repeat;
  padding: 0 0 0 12px;
}


.side_block .side_block_body .margintop {
  margin: 10px auto 0;
}

.side_block .block_box {
  color: #2d2d2d;
  border: 1px solid #d2d2d2;
  border-top: 0px;
}

.side_block .block_box .block_box_head {
  background-color: #f0f0f0;
}

.side_block .block_box .block_box_head .block_box_title {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 13px 10px;
}

.side_block .block_box .block_box_body {
  padding: 15px 10px;
}

.side_block .block_box .block_box_body select {
  -webkit-appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0px;
  height: 35px;
  padding: 8px 0px 8px 11px;
  font-size: 14px;
  color: #2d2d2d;
  border: 0px;
  width: 182px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/mansion/library/images/select_bg2.png) 0 0 no-repeat;
}

.side_block .block_box .block_box_body select::-ms-expand {
  display: none;
}

.side_block .block_box .block_box_body .checkbg label {
  background-image: url(/mansion/library/images/check_off.png);
  background-repeat: no-repeat;
  position: relative;
  padding-top: 4px;
  padding-left: 27px;
  padding-bottom: 4px;
  cursor: pointer;
}

.side_block .block_box .block_box_body .checkbg input {
  width: 1px;
  height: 1px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  margin: 0;
  outline: none;
  opacity: 0;
  display: inline;
  position: absolute;
}

.side_block .block_box .block_box_body .checkbg input[type="checkbox"]:checked + label {
  background-image: url(/mansion/library/images/check.png);
}

.side_block .block_box .block_box_body .checkbg.check1 {
  margin-top: 12px;
}

.side_block .block_box .block_box_body .checkbg.check2 .row + .row {
  margin-top: 7px;
}

.side_block .block_box .block_box_body .checkbg.check2 label {
  padding: 0 0 0 27px;
  display: inline-block;
}

.side_block .block_box .block_box_body input.search[type="text"] {
  width: 100%;
  max-width: 145px;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
  outline: none;
  height: 25px;
  /*background: url(/mansion/library/images/listing/icon_search.png) no-repeat;*/
  background-color: #fff;
  background-position: 97% center;
  border-radius: 2px;
  padding: 4px 5px 4px 10px;
  font-size: 14px;
}

/*------------------------------------------------------------
p-20
------------------------------------------------------------*/
.p-20 {
  margin-top: 20px;
}

/*------------------------------------------------------------
check summary
------------------------------------------------------------*/
.check_summary {
  margin-top: 30px;
}

.check_summary p {
  display: inline-block;
  background: url(/mansion/library/images/check.png) 0 47% no-repeat;
  padding: 0 0 0 30px;
}

.check_summary .c-btnvoid {
  display: inline-block;
  vertical-align: middle;
  width: 8em;
  margin-left: 20px;
}

.check_summary .c-btnvoid span {
  padding-left: 30px;
}

/* ---------------------------------------------
*   Popup 
--------------------------------------------- */
#overlaypop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10001;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
}

.popup {
  width: 1080px;
  /*display: none;*/
   /*position: fixed;*/
	position: absolute;
  top: 50%;
  left: 50%;
  /*overflow: hidden;*/
  z-index: 10002;
	margin-top:-270px;
	margin-left: -540px;
  text-align: left;
  background-color: #fff;
  /*height: 85%;*/
  /*overflow: scroll;*/
  /*margin-top: -35%;*/
}

@media screen and (max-width: 1080px){
	.popup {
		  width: 1080px;
	position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10002;
	margin-top:-480px;
	margin-left: -480px;
  text-align: left;
  background-color: #fff;
	}
	.popup .close_btn {
  position: absolute;
 background: url("/mansion/library/market_price/images/map/bt_close_premium.png") left top no-repeat;
  width:44px;
	height:44px;
  top:-18px;
	right:0px;
	/*right:-15px;*/
  z-index: 9000;
}

.popup .close_btn:hover{
	background: url("/mansion/library/market_price/images/map/bt_close_premium.png") left bottom no-repeat;
}
}

.popup .close_btn {
  position: absolute;
  background: url("/mansion/library/market_price/images/map/bt_close_premium.png") left top no-repeat;
  width:44px;
  height:44px;
  top:-18px;
  right:-15px;
  z-index: 9000;
}

.popup .close_btn:hover{
	background: url("/mansion/library/market_price/images/map/bt_close_premium.png") left bottom no-repeat;
}

.popup .close_btn a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
    width:44px;
	height:44px;
}

/*
#search .windowClose{
	position:absolute;
	background: url("/common/images/bt_close.png") left top no-repeat;
	width:44px;
	height:44px;
	top:0px;
	right:7px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
}

#search .windowClose:hover{
	background: url("/common/images/bt_close.png") left bottom no-repeat;
}*/

.popup .search_form {
  position: relative;
  padding: 0px 20px 20px 20px;
  margin-top: 0;
  /*dummy*/
  /*/.dummy*/
}


/*------------------------------------------*/
.popup .search_form .sstfBtn {
	position: relative;
	width:100%;
  margin-bottom: 20px;
  margin-top: 30px;
}

.popup .search_form .flow_bt {position:relative; overflow:hidden;}
.popup .search_form .flow_bt ul { position:relative; left:50%; float:left;}
.popup .search_form .flow_bt li { position:relative; left:-50%; float:left;}

.popup .search_form .flow_bt .redcount {
  color: #da171e;
  font-size: 20px;
  padding-right: 5px;
  font-weight: bold;
  line-height: 36px;
}

.popup .search_form .flow_bt .sstfBtnSearch a {
  display: block;
  border: solid 2px #da171e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 188px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff!important;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #da171e;
	margin-right:10px;
}

.popup .search_form .flow_bt .sstfBtnSearch a:hover {
  background-color: #fff;
  color: #da171e!important;
}

.popup .search_form .flow_bt .sstfBtnStation a {
  display: block;
  border: solid 2px #5C5C5C;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 188px;
  padding-left: 10px;
  line-height: 35px;
  text-align: center;
  color: #fff!important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #5C5C5C;
}

.popup .search_form .flow_bt .sstfBtnStation a:hover {
  background-color: #fff;
  color: #5C5C5C!important;
}

/*------------------------------------------*/

.popup .search_form .sstfBtn .sstfBtnLeft {
  float: left;
  width: 450px;
  text-align: right;
  line-height: 36px;
}

.popup .search_form .sstfBtn .sstfBtnLeft .redcount {
  color: #da171e;
  font-size: 20px;
  padding-right: 5px;
  font-weight: bold;
}

.popup .search_form .sstfBtn .sstfBtnCenter {
  float: left;
  padding: 0 13px;
  width: 188px;
  height: 36px;
}

.popup .search_form .sstfBtn .sstfBtnCenter a {
  display: block;
  border: solid 2px #da171e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 188px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #da171e;
}

.popup .search_form .sstfBtn .sstfBtnCenter a:hover {
  background-color: #fff;
  color: #da171e;
}

.popup .search_form .sstfBtn .sstfBtnRight {
  float: left;
  height: 36px;
  margin-left: 20px;
}

.popup .search_form .sstfBtn .sstfBtnRight a {
  display: block;
  border: solid 2px #5C5C5C;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 188px;
  padding-left: 10px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #5C5C5C;
}

.popup .search_form .sstfBtn .sstfBtnRight a:hover {
  background-color: #fff;
  color: #5C5C5C;
}

.popup .search_form .boxpopup {
  width: 100%;
}

.popup .search_form #myModal {
  z-index: 100004;
  width: 100%;
  /*height: 100%;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px;
}

.popup .search_form #myModal.railway {
	padding: 30px 20px;
}


.popup .search_form #myModal .close_btn2 {
  position: absolute;
  background: url("/mansion/library/images/listing/btn_close.png") left top no-repeat;
  width: 31px;
  height: 30px;
  top: 10px;
  right: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 9000;
}

.popup .search_form #myModal .close_btn2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  height: 30px;
}

.popup .search_form #myModal .back {
	position: absolute;
	top:0;
	left:0;
  color: #005fd1;
  float: left;
  width: 158px;
  height:42px;
  line-height: 42px;
  padding-left: 30px;
  background: url(/mansion/library/images/icon_back.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 1000;
}

.popup .search_form #myModal .back:hover{
  background: url(/mansion/library/images/icon_back_on.png) 0 0 no-repeat;
	color:#dd1c11;
}


.popup .search_form #myModal .head{
	position: relative;
  margin-bottom: 20px;
	width:100%;
	height:42px;
}

.popup .search_form #myModal .head .red_span {
  background-color: #da171e;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  width: 70px;
  display: inline-block;
  text-align: center;
  margin-left: 30px;
}

.popup .search_form #myModal .head .red_text {
  color: #da171e;
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
}

.popup .search_form #myModal .foot .sstfBtn {
	width:100%;
	height:42px;
	overflow: hidden;
	margin-top:0px;
	margin-bottom:0px;
}

.popup .search_form #myModal .foot .sstfBtn .sstfBtnLeft {
  float: left;
  width: 450px;
  text-align: right;
  line-height: 36px;
}

.popup .search_form #myModal .foot .sstfBtn .sstfBtnLeft .redcount {
  color: #da171e;
  font-size: 20px;
  padding-right: 5px;
  font-weight: bold;
}

.popup .search_form #myModal .foot .sstfBtn .sstfBtnCenter {
  float: left;
  padding: 0 13px;
  width: 188px;
  height: 36px;
}

.popup .search_form #myModal .foot .sstfBtn .sstfBtnCenter a {
  display: block;
  border: solid 2px #da171e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 188px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #da171e;
}

.popup .search_form #myModal .foot .sstfBtn .sstfBtnCenter a:hover {
  background-color: #fff;
  color: #da171e;
}

.popup .search_form #myModal ul li {
  list-style: none;
}

.popup .search_form #myModal ul li input {
  width: 22px;
  height: 22px;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  background-image: url(/mansion/library/images/listing/no_check.png);
  position: relative;
  outline: none;
  top: 7px;
}

.popup .search_form #myModal ul li input[type="checkbox"]:checked {
  background-image: url(/mansion/library/images/listing/check.png);
}

.popup .search_form #myModal ul li.top_li {
  background-color: #e9e9e9;
  line-height: 32px;
  padding: 3px 15px;
  font-weight: 600;
}

.popup .search_form #myModal ul li.middle_li {
  padding: 10px 15px 0;
}

.popup .search_form #myModal ul li.middle_li a {
  font-weight: 600;
}

.popup .search_form #myModal ul li.bottom_li {
  padding: 10px 10px 15px 28px;
  border-bottom: 1px solid #d2d2d2;
}

.popup .search_form #myModal ul li.bottom_li dt {
  float: left;
  width: 154px;
  padding-right: 10px;
  margin-bottom: 10px;
}

/* ---------------------------------------------
*   Favorite Popup 
--------------------------------------------- */
.module_alert {
  width: 280px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  z-index: 9999;
  margin: 0 auto;
	 -webkit-box-shadow: 0px 0px 4px 2px #dedede;
         box-shadow: 0px 0px 4px 2px #dedede;

}

.module_alert .popup_delete {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  	border:1px solid #948a54;
  box-shadow:0px 0px 5px 0px #948a54;
-moz-box-shadow:0px 0px 5px 0px #948a54;
-webkit-box-shadow:0px 0px 5px 0px #948a54;
}

.module_alert .popup_delete .alert_upper {
  position: relative;
  text-align: center;
  padding: 18px 0;
  border-bottom: 1px solid #d2d2d2;
}

.module_alert .popup_delete .alert_upper .item_text {
  font-size: 115%;
  font-weight: bold;
}

.module_alert .popup_delete .alert_upper .item_text span{
color:#dd1c11;
}

.module_alert .popup_delete .alert_lower {
  padding: 11px 0 10px;
  text-align: center;
}

.module_alert .popup_delete .alert_lower a {
  font-weight: bold;
  color: #1565c0;
	text-decoration: none;
}

.module_alert .popup_delete .alert_lower a:hover {
	color:#dd1c11;
}



.contact_card {
  background: white;
  border: 1px solid #948a54;
  padding: 5px;
}

.contact_card_conts {
  border: 1px solid #d9d9d9;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 12px;
}

.contact_card_conts h3 {
  text-align: center;
  font-size: 16px;
  background: #f9f9f9;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  margin-top: -10px;
  margin-bottom: 20px;
}

.contact_card .contact_card_conts .c-btn1 {
  width: 245px;
  margin: 10px auto 0 auto;
}
.contact_card .contact_card_conts .c-btn1_inr{
	display: flex;
}
.contact_card .contact_card_conts p {
  margin-top: 8px;
  padding: 0 10px;
}

/* ---------------------------------------------
*   searcharea
--------------------------------------------- */

.searcharea a {
  color: #1565c0;
}

.searcharea a:hover {
	color:#dd1c11;
}

.searcharea .infor {
  font-size: 15px;

  position: relative;
  padding-top: 20px;

}

.searcharea .infor:after {
  display: block;
  clear: both;
  content: "";
}

.searcharea .infor:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: -2px;
}

.searcharea .infor .table {
  border-radius: 3px;
  background: #FFF;
}

.searcharea .infor .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}

.searcharea .infor .title a{
	color:#2d2d2d;
	text-decoration: none;
}

.searcharea .infor .title a:hover{
	color:#dd1c11;
}

.searcharea .infor .title i {
  font-size: 21px;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: middle;
}

.searcharea .infor ul:after {
  display: block;
  clear: both;
  content: "";
}

.searcharea .infor li {
  float: left;
  padding-right: 12px;
  list-style: none;
  margin-bottom: 5px;
}

.searcharea .infor li a {
  text-decoration: none;
}

.searcharea .infor .table {
  border: 1px solid  #d9d9d9;
  border-top: 0px;
}

.searcharea .infor .table .row {
  display: table;
  width: 100%;
  border-top: 1px solid  #d9d9d9;
}

.searcharea .infor .table .row .label {
  display: table-cell;
  float: left;
  background: #e0edf5;
  color: #948a54;
  height: 40px;
  position: relative;
  width: 105px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
}

.searcharea .infor .table .row .label:before {
  border-left: 10px solid #e0edf5;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
  height: 0;
  left: 115px;
  position: absolute;
  width: 0;
}

.searcharea .infor .table .row .content_row {
  display: table-cell;
  padding-left: 20px;
}

.searcharea .infor .table .row .content_row:after {
  display: block;
  clear: both;
  content: "";
}

.searcharea .infor .table .row .content_row p {
  float: left;
  padding: 10px 6px 6px 0;
}

.searcharea .infor .table .row .content_row ul {
  float: left;
  margin-right: 15px;
}

.searcharea .infor .table .row .content_row ul li {
  list-style: none;
  float: left;
  padding: 10px 6px 0 6px;
}

.searcharea .infor .table .row .content_row ul li a {
  text-decoration: none;
}

.searcharea .infor .table .row .block {
  float: left;
}

.seolink{
	overflow: hidden;
}

.seolink a.click_right {
  float: right;
  margin: 30px 0;
  color: #005fd1;
  text-decoration: none;
  background: url("/mansion/library/images/arrow_right_black.png") 0 47% no-repeat;
  padding: 0 0 0 12px;
}

.seolink a:hover.click_right {
	color:#dd1c11;
}

.alertbox{
	border:solid 2px #DE1C12;
	border-radius:3px;
	text-align: center;
	padding:20px;
}

.alertbox span{
	font-weight:bold;
	font-size:20px;
	display: block;
	color:#DE1C12;
	margin-bottom:10px;
}

.alertbox p{
	display: block;
}

.searchSet_premium{
	background: #eeece1;
	margin-bottom: -40px;
	padding-bottom: 20px;
}
.searchSet_premium .areas{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 0.5rem 0 0 1rem;
}
.searchSet_premium ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	list-style: none;
	width: 90%;
}
.searchSet_premium .title{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
	border-left: 4px solid #948a54;
	padding-left: 14px;
}
.searchSet_premium .ttl{
	font-weight: bold;
	margin: 0;
	width: 8%;
}
.searchSet_premium li{
	margin: 0 10px;
}
.searchSet_premium a{
	text-decoration: none;
}
.searchSet_premium .extract_premium {
	line-height: 2;
	border-bottom: 1px solid #d9d9d9;
}
.searchSet_premium .extract_premium .ttl {
	display: inline-block;
	font-weight: bold;
	width: auto;
}
.searchSet_premium .extract_premium a {
	padding: 0 12px;
	color: #1565c0;
	display: inline-block;
}
.searchSet_premium .extract_premium span.act { 
	color: #333; 
	display: inline-block;
	*display: inline;
	*zoom: 1; 
	padding: 0 12px; 
	font-weight:bold;
}
.searchSet_premium .areas_wrap .areas_wrap_title{
	margin: 1rem 0 0;
	font-weight: bold;
}
