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

/* =============================================================================================== */
/* ======================================== Media Queries ======================================== */
/* =============================================================================================== */

@media screen and (max-device-width: 640px) {
input ,select {
	vertical-align: middle;
}

	#wrapper {
		width: 100%;
		margin: 0 auto;
	}
	
	.btn_accent {
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 5px;
}



	/*---------------- header ----------------*/
	#wrapper #header {
		width: 100%;
	}

	#wrapper #header #header_tab {
		margin: 0 3px 0 3px;
	}

	#wrapper #header #header_tab li {
		width: 76px;
		height: 24px;
		padding-right: 1px;
		color: #fff;
		text-align: center;
		line-height: 110%;
		background: #999;
	}

	#wrapper #header #header_tab {
		display: none;
	}

	#wrapper #header h1#headline {
		display: none;
	}

	#wrapper #header #header_info_area {
		width: 100%;
		height: 150px;
		border-left: hidden;
		border-right: hidden;
	}

	#wrapper #header #header_info_area h2#logo {
		width: 100%;
	}

	#wrapper #header #header_info_area #function {
		width: 100%;
		margin-bottom: 10px;
	}

	#wrapper #header #header_info_area #user_info {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	#user_login {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	#user_login #user_id {
	list-style-type: none;
	float: left;
	display:block;
	}
	#user_login #user_logout {
	list-style-type: none;
	float: left;
	display:block;
	}
	#user_login #user_mail {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	}
	#user_login #user_pw {
	list-style-type: none;
	margin-right: 5px;
	float: left;
	}
	#user_login #user_bt {
	list-style-type: none;
	float: left;
	}

	#wrapper #header #header_info_area #user_info p {
	}

	#wrapper #header #header_info_area #user_info a {
	}

	#wrapper #header #global_line {
		width: auto;
		border-bottom: 1px solid #999;
	}

	#wrapper #header #global_navi {
	/*		display: none; */
	width: auto;
	height: auto;
	border-left: hidden;
	border-right: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	width: auto;
	}

	#wrapper #header #global_navi ul li {
	}

	#wrapper #header #global_navi ul li img {
		float:left;
		width: 106px;
		height: 32px;
	}

#wrapper #header #global_navi li .bt{
	width: 135px;
	height: 26px;
	background-image: url(/app/static/default/img/common/btn/btn_menu_w155h45.png);
	color: #f60;
	border-bottom: 4px solid #f60;
	margin-left: 0px;
	padding: 5px 0px;
}

	/*---------------- main ----------------*/
	#wrapper #contents #main {
		width: 100%;
		margin-bottom: 20px;
	}

	.section {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
			padding-left: 0;
			padding-right: 0;
			min-height: 120px; /* 高さの最低値指定 */
			height: auto !important; /* 高さの最低値指定 */
			height: 120px; /* 高さの最低値指定 */
	}

	#wrapper #contents #main .pager_02_area {
		width: 100%;
		height: auto;
	}

	#wrapper #contents #main .pager_02_area ul.pager {
		margin: 10px 0 10px 0;
	}

	#list_area {
		width: 100%;	
	}

	#list_area #list_head ul#caption li {
		width: 80px;
		font-size: 13px;
		background: url(/app/static/default/img/common/tab/tab2_bg_link_w80h28.png) no-repeat 0 0;
	}

	#list_area #list_head ul#caption li#active {
		background: url(/app/static/default/img/common/tab/tab2_bg_activ_w80h28.png) no-repeat 0 0;
	}

	#list_area #list_head	#number_display {
		margin-right: 0;
	}

	#list_area #list_head	#order_display {
	margin-right: 0;
	}

	#list_area #list_head #order_display form {
		margin-right: 4px;
	}

	#list_area #list_head	#number_display form select,
	#list_area #list_head	#order_display form select {
		font-size: 9px;
	}

	#list_area #list_head	#number_display span,
	#list_area #list_head	#order_display span {
		display: none;
	}

	#list_item_name ul li {
		height: 12px;
		font-size: 10px;
		padding: 4px 0 4px 0;
		background: #dceaff;
		line-height: 14px;
	}
	

	#list_area #list_body .list_row {
		font-size: 10px;
		line-height: 14px;
		/*width: 320px;*/
	}
	
	.list_row ul.result1 li {
		height: 30px;
		adding: 4px 0 4px 0;
	}

	/* share (list_item_name, list_body) 配置移動ＮＧ(CSSの反映タイミングの為) */
/*
	#list_area #list_body ul li.item_estate_no { width: 44px; }
	#list_area #list_body ul li.item_img { width: 37px; }
	#list_area #list_body ul li.item_category { width: 39px; }
	#list_area #list_body ul li.item_station { width: 38px; }
	#list_area #list_body ul li.item_width { width: 32px; }
	#list_area #list_body ul li.item_floor { display: none; }
	#list_area #list_body ul li.item_hire { width: 46px; }
	#list_area #list_body ul li.item_bond { width: 32px; }
	#list_area #list_body ul li.item_price { width: 46px; }
	#list_area #list_body ul li.list_end { }
	#list_area #list_body ul li.item_img img {
		width: 35px;
		height: 25px;
	}
*/	

	#list_area #list_body .list_row ul.result1 li .auction {
		padding-left: 2px;
		font-size: 75%;
		color: #0053ce;
	}

	

#list_area #list_body .list_row ul.result3 {
	background: #ecf3ff;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
}

#list_area #list_body .list_row ul.result3 li {
	height: 32px;
	line-height: 32px; /* centering-vertical */
}

#list_area #list_body .list_row ul.result3 li.address {
	float: left;
	width: 258px;
	padding-left: 24px;
	border: 0px;
	background: url(/app/static/default/img/common/icon_list2_w12h12.png) no-repeat 8px center #ecf3ff;
}
#list_area #list_body .list_row ul.result3 li.btn {
	width:314px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	border-lefr: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(/app/static/default/img/common/icon_arrow_w14h14.png) no-repeat 19px center #ecf3ff;
}

#list_area #list_body .list_row ul.result3 li.btn a {
	margin-left: 0px;
}

#list_area #list_body .list_row ul.result3 li.btn img {
	vertical-align: middle;
}


	.data_table_admin,
	.data_table_search,
	.data_table_property {
		width: 100%;
		}

	.data_table_admin table,
	.data_table_search table,
	.data_table_property table {
		width: 100%;
	}

	.data_table_admin table td,
	.data_table_search table td {
		font-size: 12px;
	}

.cell_login_th {
	width: 120px;
}
.cell_login_td {
	width: auto;
}

	.cell_w02 {
		width: 22%;
	}
	
	.cell_w03 {
		width: 28%;
	}


	.btn_form {
		width: 100%;
	}
	
	.btn_form_02 {
		width: 100%;
	}

	.btn_form input {
		width: auto;
	}

	.btn_form_02 input {
		width: auto;
	}

	.data_table_admin input,
	.data_table_search input,
	.data_table_admin select,
	.data_table_search select,
	.data_table_property input,
	.data_table_property select {
			max-width: 240px;
			font-size: 10px;
	}
	
	.input_w00 {
		width: 28px;
	}
	
	.input_w01 {
		width: 49px;
	}
	
	.input_w02 {
		width: 70px;
	}

	.input_w03 {
		width: 98px;
	}

	.input_w04 {
		width: 140px;
	}
	
	.input_w05 {
		width: 200px;
	}
	
	
	p.sample_text {
		width: auto;
		float: left;
	}
	p.sample_text_2 {
		width: auto;
		float: left;
		/*font-size:10px;*/
	}
	
	
	#rule_01_area {
		font-size: 9px;
		width: 70%;
		height: 80px;
	}
	#rule_01_area p#rule_title {
		font-size: 12px;
	}
	#rule_01_area  dl dt {
		font-size: 10px;
	}

	#rule_02_area {
		font-size: 9px;
		width: 70%;
		height: 80px;
	}
	#rule_02_area p#rule_title {
		font-size: 12px;
	}
	#rule_02_area  dl dt {
		font-size: 10px;
	}
	
	
	div#search_area {
		width: auto;
	}

	div#search_area div#search_head {
		width: auto;
	}

	div#search_area div#search_body h3.accordion {
		width: auto;
	}
div#search_area div#search_body div.condition_area td li {
	float: left;
	margin-right: 5px;
	white-space: normal; /* IE7 hack */
}

#focus_area {
	margin: 10px;
}
.focus_title {
	width: 20%;
	float: left;
}
.focus_body {
	width: 78%;
	float: left;
}

	.detail_area .detail_head {
		min-height:24px;
		width: 100%;
		padding: 10px 0px;
		margin: 0px;
		background: #fff0e7;
		border-bottom: 1px solid #ffd2a4;
	}
	
	.detail_area .detail_head p.shop_title {
		float:left;
		width:auto;
	margin: 0px;
	padding: 0px 5px;
		line-height: 120%;
	}
	.detail_area .detail_head p.shop_title span.property_id {
		padding: 0 10px 0 5px;
	margin: 0px;
	}
	
	.detail_area .detail_head span.shop_status {
	clear:left;
	float: left;
	width: auto;
	margin: 0px;
	padding: 5px;
	text-align: left;
	}
	
	
	.detail_area .detail_body .detail_left {
		padding: 5px 0px 0px 0px;
		width: 298px;
		clear: both;
	}
	
	.detail_area .detail_body .detail_left a.image_main {
		text-align: center;
	}
	
	.detail_area .detail_body .detail_left a.image_main img {
	}
	
	.detail_area .detail_body .detail_left a.chart {
		text-align: center;
	}
	
	.detail_area .detail_body .detail_left a.chart img {
		width: 280px;
	}
	
	.detail_area .detail_body .detail_right {
		width: 298px;
		clear: both;
		margin: 20px 0 0 0;
	}
	
	
	.detail_area .detail_body .detail_right .shop_thumbnail {
		width: 298px;
		clear: both;
		margin: 0;
		padding: 0 0 3px 0;
		text-align: center;
	}
	
	.detail_area .detail_body .detail_right .shop_thumbnail img {
		width: 52px;
		margin: 0 1px 2px 1px;
	}
	
	.detail_area .detail_body .detail_right .shop_text {
		width: 298px;
		clear: both;
	}
	
	
	.detail_area .detail_body .detail_right table.shop_data {
		width: 298px;
		clear: both;
	}

	.detail_area .detail_guide {
		width: 100%;
		height: 100%;
	}
	
.title_02 {
	border-left: 4px solid #ff9900;
	margin: 0px 10px 10px 10px;
	padding: 2px 0 2px 10px;
	font-size: 14px;
	font-weight: bold;
}
p.comment {
	margin: 20px 10px 10px 10px;
	padding: 4px 0;
}

.data_table {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}


	table.data_table_01 {
		width: 100%;
	}
	
	table.data_table_02 {
		width: 100%;
	}
	
	table.data_table_03 {
		width: 100%;
	}


	/*---------------- list_area ----------------*/
	#list_area {
	width: 100%;	
	}
	
	#list_area #list_head ul#caption li {
		width: 80px;
		font-size: 13px;
	}
	
	#list_area #list_head #number_display {
		margin-right: 0;
	}
	
	#list_area #list_head	#number_display form select,
	#list_area #list_head	#order_display form select {
		font-size: 8px;
	}
	
	#list_area #list_head	#number_display span,
	#list_area #list_head	#order_display span {
		display: none;
	}
	
	/* share (list_item_name, list_body) */

	/*#list_area #list_body ul li.item_estate_no { width: 44px; }*/
/*
	#list_area #list_body ul li.item_img { width: 79px; }
	#list_area #list_body ul li.item_category { width: 39px; }
	#list_area #list_body ul li.item_station { width: 38px; }
	#list_area #list_body ul li.item_width { width: 32px; }
	#list_area #list_body ul li.item_floor { display: none; }
	#list_area #list_body ul li.item_hire { width: 46px; }
	#list_area #list_body ul li.item_bond { width: 32px; }
	#list_area #list_body ul li.item_price { width: 46px; }
*/
	#list_area #list_body ul li.item_img { width: 14%; }
	#list_area #list_body ul li.item_category { width: 18%; }
	#list_area #list_body ul li.item_station { width: 18%; }
	#list_area #list_body ul li.item_width { width: 8%; }
	#list_area #list_body ul li.item_floor { width: 8%; }
	#list_area #list_body ul li.item_hire { width: 12%; }
	#list_area #list_body ul li.item_bond { width: 12%; }
	#list_area #list_body ul li.item_price { width: 10%; }	/*
	#list_item_name ul li {
	padding: 4px 0 4px 0;
	font-size: 8px;
	}
	#list_area #list_body .list_row {
		width: 320px;
	}
	*/

	.list_row ul.result1 li {
		height: 30px;
		padding: 4px 0 4px 0;
	}
	
	.list_image {
		width: 40px;
	}

	/*
		#list_area #list_body .list_row ul.result2 {
		height: 20px;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
	}

	#list_area #list_body .list_row ul.result2 li {
		width: 100%;
		height: 25px;
		line-height: 25px; 
	border: 0px solid #999;
	}

	#list_area #list_body .list_row ul.result2 li.address {
		clear: both;
		width: 308px;
	border: 0px solid #999;
	}
*/
	#list_area #list_body .list_row ul.result2 {
		height: 50px;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
	}
	
	#list_area #list_body .list_row ul.result2 li {
		width: 100%;
		height: 25px;
		line-height: 25px;
		border: 0px solid #999;
	}
	
	#list_area #list_body .list_row ul.result2 li.address {
		clear: both;
		width: 308px;
		border: 0px;
	}
	#list_area #list_body .list_row ul.result2 li.btn {
		float:none;
		width: 282px;
		border-left: 1px solid #999;
	}
	
	#list_area #list_body .list_row ul.result2 li.btn img {
		vertical-align: top;
	}


#list_area #list_body .list_row ul.result4 li.title {
	line-height:24px;
	float: left;
	width:70%;
}
#list_area #list_body .list_row ul.result4 li.btn {
	float: right;
	text-align: right;
	width: 30%;
}


	/*---------------- for pager ----------------*/
	.page_area {
		width: 100%;
		height: auto;
	}

	.page_area ul.pager {
		margin: 10px 0 10px 0;
	}


	/*---------------- title_area ----------------*/
	#title_area {
		width: 100%;
	}
	
	#title_area p input {
		width: 100%;
		font-size: 14px;
	}


/*-- needs_list --*/

#user_list_area {
	width: 100%;
}

.page_area_search {
	width: 100%;
}

#user_list {
	width: 100%;
}

#user_list table {
	width: 100%;
}

#user_list table th {
	padding: 4px 2px;
}

#user_list table td {
	padding: 0 2px;
}

th#area_search { width: 39px; }
th#category_search { width: 39px; }
th#station_search { width: 39px; }
th#width_search { width: 29px; }
th#floor_search { width: 29px; }
th#parking_search { width: 29px; }
th#hire_search { width: 29px; }
th#budget_search { width: 29px; }

#user_list td.result3 {
	padding: 0 0 0 6px;
	background: #ecf3ff;
	text-align: left;
}

#user_list td.result3 span.needs_no {
	padding: 0 0 0 0;
}

#user_list td.result3 span.needs_user {
	padding: 0 0 0 10px;
}

#user_list td.result3 span.needs_update {
	display: block;
	float: none;
	padding: 2px 10px 0 0;
}

#user_list tr.result4 td {
	font-size: 11px;
	height: auto;
}



	/*-- for modal window --*/
	div#modal_area div.background {
		position: absolute;
	}
	
	/* iOSのliveイベント対策 */
	.accordion {
		cursor: pointer;
	}
	
	div#modal_area div.container {
		position: relative;
		width: 100%;
		height: auto;
		left: 0px !important;
	}


 /* left_navi */
	#wrapper #contents #left_navi {
		clear: both;
		width: 100%;
	}

	#wrapper #contents #left_navi .navi_area .navi_contents ul#condition_now li p.index {
		margin-bottom: 10px;
	}

 /* footer */
	#wrapper #footer {
		width: 100%;
	}

	#wrapper #footer #footer_navi ul {
		width: 100%;
	}

	#wrapper #footer #footer_navi ul li {
		margin-bottom: 10px;
}



	/*================ top ================*/
	#mainte_area {
		height: auto;
		margin: 10px 0;
		line-height: 1.2;
		padding: 10px 0;
	}
	
	
	#notice_area {
		margin-top: 10px;
	}
	
	#notice_area ul.marquee {
		width: 100%;
		height: 46px;
	}
	
	#notice_area ul.marquee li {
		height: 46px;
	}
		
		
	
	#main_pr_area {
		display:none;
	}
	
	
	#slide_area {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.slide_obj {
		position: static;
		float: none;
		width: 100%;
	}
	
	.sub_slide {
		display: none;
	}
	
	#bg_area_map {
		widht: 100%;
		height: auto;
		min-height: 60px;
		background: url(/app/static/default/img/common/title_mainpr_w303h60.png) no-repeat 0 0;
	}

	#number_property_area {
		width: 100%;
		position: static;
		top: auto;
		right: auto;
		padding: 70px 0 10px 20px;
		border-bottom: #ff430b solid 2px;
	}
	
	#area_7,
	#area_6,
	#area_5,
	#area_4,
	#area_3,
	#area_2,
	#area_1,
	#area_0 {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		padding: 5px 10px;
		border-bottom: #ff430b solid 2px;
	}
	
	a.img_area {
		display: inline;
		width: 112px;
		height: 84px;
	}

	a.icon_area {
		display: inline;
		position: static;
		padding-left: 20px;
		line-height: 84px;
	}

 a.icon_area img {
		display: none;
	}

 a.icon_area span {
		display: inline;
		font-size: 18px;
		font-weight: bold;
	}

	
	#slide_arrow_left {
		display: none;
	}
	
	#slide_arrow_right {
		display: none;
	}
	
	#area_left {
		float: none;
		width: 100%;
	}
	
	#property_scroll_area {
		width: 100%;
		height: auto;
	}

	#property_scroll_area ul.marquee {		
		width: 100%;
		height: 46px;
	}
	
	#property_scroll_area ul.marquee li {
		height: 46px;
	}
	
#property_scroll_area2 {
	width: 100%;
		height: auto;
		font-size:9px;
}


#property_scroll_area2 ul.marquee {
	width: 100%;
	height: 66px;
}

#property_scroll_area2 ul.marquee li {
	line-height: 46px;
}

#property_scroll_area2 ul.marquee li a {
	padding-right: 10px;
}

	
	#new_property_area {
		width: 100%;
	}

/*
	li.new_property_item_img { width: 144px; }
	li.new_property_item_category { width: 46px; }
	li.new_property_item_station { width: 38px; }
	li.new_property_item_hire { width: 46px; }
	li.new_property_item_price { width: 46px; }
	*/
	li.new_property_item_img { width: 25%; }
	li.new_property_item_category { width: 25%;}
	li.new_property_item_address { width: 15%;}
	li.new_property_item_station { width: 15%;}
	li.new_property_item_price { width: 20%;}
	
	.new_property_list_row ul.result2 {
		height: 50px;
	}
	
	.new_property_list_row ul.result2 li {
		width: 100%;
		height: 25px;
		line-height: 25px; /* centering-vertical */
	}
	
	.new_property_list_row ul.result2 li.address {
		float: none;
		width: 294px;
		border-right: 1px solid #999;
	}
	
	.new_property_list_row ul.result2 li.btn {
	float: right;
	width: 298px;
	border-left: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	}
	
	.new_property_list_row ul.result2 li.btn img {
		vertical-align: top;
	}

	
	#area_right {
		float:right;
		width: 220px;
		
		display: none;
	}
	
	#banner_area {
	}
	
	#banner_area .img_banner {
		display: block;
		margin-bottom: 12px;
	}


 /* 入札ページ（スマホ）用 */
	table.bid_info td.bid_number {
		width: 5%;
		padding: 8px 4px;
		border-right: 1px dotted #999;
	}
	
	table.bid_info td.bid_user_id {
		width: 20%;
		padding: 8px 0 8px 4px;
		word-break: break-all;
		word-wrap: break-word;
}
	
	table.bid_info td.bid_user_name {
		width: 30%;
		padding: 8px 2px 8px 0;
		border-right: 1px solid #999;
	}
	
	table.bid_info td.bid_price {
		width: 27%;
		padding: 8px 2px;
		border-right: 1px solid #999;
		text-align: right;
		word-break: break-all;
		word-wrap: break-word;
	}
	
	table.bid_info td.bid_time {
		width: 18%;
		font-size: 11px;
		padding: 8px 2px;
		word-break: break-all;
		word-wrap: break-word;
	}


#bid_input_area_1 {
	width: 100%;
	float: none;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

#bid_input_area_1 input[type="submit"] {
	width: 180px;
	text-align: center;
	padding: 8px 4px 8px 4px;
}


#bid_input_area_2 {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 20px;
}

#bid_input_area_2 button {
	width: 180px;
	height: 50px;
	padding: 8px 4px 8px 4px;
	font-size: 16px;
}



	
	
	/* leftnavi_top */
	#news_area {
		background: #f1f1f1;
		border: 1px solid #999;
		margin-top: 10px;
	}
	
	
	#news_area .news_title {
		padding: 9px 0;
		background: #999;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		height: 16px;
		vertical-align: middle;
		text-align: center;
	}
	
	#news_area .news_contents {
		margin: 10px;
		background: #fff;
	}
	
	#news_area .news_contents ul {
		margin: 0 3px;
		padding: 5px 0;
	}
	
	#news_area .news_contents ul li {
		padding: 10px 0 5px;
		border-bottom: 1px dotted #6a6a6a;
	}
	
	.news_date {
		margin-bottom: 4px;
		padding-left: 16px;
		padding-right: 3px;
		background: url(/app/static/default/img/common/icon_list_gray_w8h8.png) no-repeat 5px 1px;
	}
	
	.news_subject {
		padding-left: 3px;
	}
	
	.news_contents_end {
			border-bottom: none !important;
	}
	
	.news_link {
		text-align:right;
		margin: 10px;
}

input ,select {
	vertical-align: middle;
	height:2.0em;
}

}
