@charset "UTF-8";
/*
*******************************************************************************************************
# 物件一覧
********************************************************************************************************/

/*-----------------------------
	上部パンくず
-------------------------------*/
.wrp_breadcrumb {
	padding: 10px;
	background-color: #e6e8ec;
	line-height: 1.7;
}
.wrp_breadcrumb a {
	position: relative;
	margin-right: 23px;
	font-size: 11px;
	display: inline-block;
	color: #111111;
}
.wrp_breadcrumb a:after {
	position: absolute;
	content: '＞';
	top: 50%;
	right: -18px;
	color: #111111;
	font-size: 10px;
	text-indent: 0;
	line-height: 0;
}
.wrp_breadcrumb span {
	font-size: 11px;
	display: inline-block;
}

/*-----------------------------
	上部件数部分
-------------------------------*/
.box_head_search_list {
	padding-top: 0;
}
.box_head_search_list .ttl_page {
	padding: 0 10px;
}
.box_head_search_list .ttl_page > span {
	font-size: 11px;
	font-weight: normal;
}
.box_head_search_list .maincontent_header_lead {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    line-height: 1.6;
}
.box_madori {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.7;
}
.box_madori .box_madori_title {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	width: 4em;
}
.box_madori.type_condition .box_madori_title {
	width: 7em;
}
.box_madori .box_madori_text {
	display: table-cell;
	vertical-align: top;
}
.grep_condition {
	width: 240px;
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
}
.grep_condition a {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}


.btn_group_wrap {
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	background-color: #fff;
}
.btn_group_wrap_inner {
	border-radius: 0;
}
.mod_select_content {
	width: 240px;
}
.btn_group_wrap .btn_group {
	padding-top: 25px;
	padding-bottom: 25px;
}
.btn_group_wrap dl {
	margin-top: 0;
}

/*-----------------------------
	すべて選択するボタン
-------------------------------*/
.wrp-select-all {
	padding-bottom: 15px;
	position: relative;
}
.btn_group_wrap .select_all:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -12px;
	left: 10px;
	width: 0;
	height: 0;
	border-top: 13px solid #4ab900;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-bottom: 0px solid transparent;
	z-index: 100;
}
#contentFooter .btn_group_wrap .select_all:before {
	content: '';
	display: block;
	position: absolute;
	bottom: auto;
	top: -12px;
	left: 10px;
	width: 0;
	height: 0;
	border-bottom: 13px solid #4ab900;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 0px solid transparent;
	z-index: 100;
}
#contentFooter .wrp-select-all {
	padding-top: 15px;
}
.btn_group_wrap .select_all {
	display: inline-block;
	position: relative;
	background-color: #4ab900;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	float: left;
	border-radius: 3px;
	padding: 5px 10px;
}
.btn_group_wrap .select_all label .box_check {
	width: 30px;
}
.wrp-select-all {
	margin-left: 10px;
	margin-left: 10px;
}


/*-----------------------------
	物件一覧のボックスの上部
-------------------------------*/
.block_sec_article_info {
	margin-top: 33px;
	/*border-bottom: 1px solid #b5b5b5;*/
}
.block_sec_article_info.first {
	margin-top: 0;
	border-top: 1px solid #003899;
}
.article_outline .walking_time {
	background-color: #fff;
	border-radius: 0;
}

.article_outline .walking_time li:before {
	content: none;
}
.article_outline .walking_time {
	padding: 0;
}
.wrp_walking_time {
	margin-top: 10px;
}
.wrp_walking_time .type {
	display: inline-block;
	padding: 3px 9px;
	color: #ffffff;
	background: #013b96;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	font-size: 10px;
	font-weight: normal;
}

.article_outline .pic_room,.article_outline .txt_supplement {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.article_outline .txt_supplement {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.article_outline .txt_supplement li {
	margin-top: 0;
}
.article_outline .txt_supplement li span {
	font-size: 17px;
}
.article_outline .pic_room {
	width: 125px;
	padding-right: 9px;
}
.article_outline .pic_room p {
	width: 125px;
}
.article_outline_inner {
	display: table;
	width: 100%;
	padding-top: 15px;
}
.sec_detail_otherroom {
	margin-bottom: 0;
}
.sec_detail_otherroom_lists {
	border-bottom: 1px solid #b5b5b5;
}
.sec_detail_otherroom_lists .sec_detail_otherroom_item {
	border-top:1px solid #b5b5b5;
}
.sec_detail_otherroom {
	border-top: 0;
}
.sec_detail_otherroom .box_otherroom {
	border-bottom: 0;
}
.list_otherroom_detail .txt_otherroom {
	box-sizing: border-box;
	display: table;
	width: 100%;
	line-height: 1.5;
	margin-bottom: 2px;
	table-layout: fixed;
}
.list_otherroom_detail .list_otherroom_detail_th, 
.list_otherroom_detail .list_otherroom_detail_td {
	display: table-cell;
	vertical-align: top;
	word-wrap: break-word;
	white-space: normal;
}
.list_otherroom_detail .list_otherroom_detail_th {
	width: 3em;
}
.list_otherroom_detail .txt_otherroom.column2 .list_otherroom_detail_th {
	width: 100px;
}
.sec_detail_otherroom .link_campaign .pic_campaign img,
.sec_detail_otherroom .link_campaign .pic_campaign {
	width: 33px;

}
.sec_detail_otherroom .list_otherroom {
	background: url('/sp/campus_renew/img/common/arrow.png') right center no-repeat;
	background-size: 9px 14px;
}
.sec_detail_otherroom .wrp_detail_equipment .detail_equipment li .type {
	display: inline-block;
	padding: 3px 9px;
	color: #ffffff;
	background: #28b0ef;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: 9px;
	font-weight: bold;
}
.sec_detail_otherroom .wrp_detail_equipment .detail_equipment li img {
	width: 75px;
}
.sec_detail_otherroom .list_otherroom .link_campaign_text {
	box-sizing: border-box;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	color: #023a9b;
	line-height: 1.4;
	font-size: 12px;
}
/*
.sec_detail_otherroom .box_otherroom .link_inner {
	padding-top: 15px;
	padding-bottom: 15px;
}*/

.sec_detail_otherroom .list_otherroom .txt_otherroom .status_icon_new{
	width: 33px;
}
.sec_detail_otherroom .list_otherroom .txt_otherroom .status_icon_shinchiku{
	width: 28px;
}
.sec_detail_otherroom .list_otherroom .txt_otherroom img {
	display: inline-block;
	margin-right: 8px;	
}
.sec_detail_otherroom .box_otherroom .inner_cell {
	width: 40px;
}
/*-----------------------------
	もっとみるボタン
-------------------------------*/
.more_check {
	background-color: #eff2f4;
	border-bottom: 1px solid #b5b5b5;
}
.more_check .more_check_inner {
	box-sizing: border-box;
	position: relative;
	display: table;
	padding: 18px 10px;
	width: 100%;
}
.more_check .more_check_inner > p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: url('/sp/campus_renew/img/common/arrow.png') right center no-repeat;
	background-size: 9px 14px;
	font-weight: bold;
}
.more_check a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.sec_detail_otherroom .list_otherroom .detail_equipment li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.link_inner .bnr_bukkendable {
	margin-top: 15px;
}
.link_inner .bnr_bukkendable a {
	display: block;
}
.link_inner .bnr_bukkendable img {
	width: 250px;
}
.block_sec_article_info .block_sec_article_info_titledable {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #01a0e2;
}
.block_sec_article_info .block_sec_article_info_titledable img {
	width: 300px;
}
.link_inner .bnr_bukkennormal {
	margin-top: 15px;
}
.link_inner .bnr_bukkennormal a {
	display: block;
}
.link_inner .bnr_bukkennormal img {
	width: 250px;
}




.facility_bukken .btn_contact {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.facility_bukken .btn_contact a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.facility_bukken .btn_contact a:after {
	display: block;
	content: "";
	background-image: url(/static/sp/area/images/bg_result_btn_contact.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 50px 40px;
	width: 50px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.facility_bukken .bnr_cp {
	margin: 20px auto 0;
	width: 300px;
}
.facility_bukken #fixedSearchBtn .mod_box_area {
	text-align: center;
}
.facility_bukken #fixedSearchBtn a {
	width: 145px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
}
.facility_bukken #fixedSearchBtn .off a {
	border-color: #C6CAD1;
	background-color: #FFFFFF;
	color: #72819B;
}
.facility_bukken #fixedSearchBtn .off a:before {
	border-color: #FFFFFF;
}
.facility_bukken #fixedSearchBtn a:first-child {
	margin-right: 10px;
}
.btn_group_wrap.position_bottom {
	padding: 0;
	padding-top: 20px;
	background-color: #fff;
}
.btn_group_wrap.position_bottom .btn_group {
	border-bottom: 1px solid #cccccc;
}
.btn_group_wrap .select_all .box_check input ,
.sec_detail_otherroom .box_otherroom .box_expand_inner input {
	background-color: #fff;
	border-color: #378900;
}
.box_head_search_list .grep_condition {
	border-bottom: 1px solid #cccccc;
}
.mod_select_content select {
	font-size: 14px;
}
.bottom_bnr_area {
	background-color: #fff;
	text-align: center;
}
.bottom_bnr_area img {
	width: 300px;
}
.article_outline .txt_supplement li.bukken_name {
	font-size: 14px;
}
div#contentFooter {
	background-color: #fff;
	padding-bottom: 33px;
}



/*-----------------------------
	tsuiki start
-------------------------------*/
/* ページャー */
.mod_pager .prev, .mod_pager .next {
    padding: 0;
    width: 45px;
}
.mod_pager li {
    padding: 0 4px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #013b96;
    font-size: 16px;
    font-weight: bold;
}
.mod_pager li a {
	text-decoration: underline;
}
.wrp_pager {
	margin: 26px 0;
	text-align: center;
}
.mod_pager {
	margin: 0 10px;
	padding: 6.5px 0;
}
.mod_pager a,
.mod_pager .current {
	font-size: 18px;
}
.mod_pager a:hover,
.mod_pager .current {
	color: #ff5a00;
}
.mod_pager .mod_btn_s {
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #013b96;
	border-radius: 6px;
	font-size: 14px;
	color: #013b96;
	overflow: hidden;
}
.mod_pager .mod_btn_s:hover {
	color: #ff5a00;
	opacity: 1;
}
.mod_pager .mod_btn_s:before {
	border-right-color: #e0e7f2;
	border-bottom-color: #e0e7f2;
	border-radius: 0;
}
.mod_pager .prev,
.mod_pager .next {
	margin: 0;
}
#contentsTopInner .mod_pager .prev a:hover,
#contentsTopInner .mod_pager .next a:hover {
	opacity: 1;
}
.mod_pager .prev {
	float: left;
	margin-right: 5px;
}
.mod_pager .next {
	float: right;
	margin-left: 5px;
}
.mod_pager .page_num {
	display: inline-block;
	padding: 6.5px 0;
}

#contentMain_zero {
	margin-top: 0;
}
