@charset "Shift_JIS";

.copyright {
}
.fontal {
}
.fontal10 {
    font-size: 10px;
}
.font10 {
	font-size: 10px;
}
.font12 {
	font-size: 12px;
}
.topwaku {
	font-size: 12px;
}
.lineheight125 {
	line-height: 125%;
}
.hissu {
	font-size: 10px;
}

.table_size01{
	width:100%;
}
/* 賃貸物件
========================================================================================================= */
.table_font1{
}
.table_font2{
    font-size:80%;
}
.table_con00{
	background-color: #FFFFFF;
}
.table_con01{
	padding: 7px;
	background-color: #666666;
	color: #FFFFFF;
}
.table_con02{
	padding: 7px;
	background-color: #FFFFFF;
}
.table_con03{
	padding: 7px;
	background-color: #F0F0F0;
}
.table_con04{
	padding: 7px;
	background-color: #F2F7F9;
}
.table_con05{
	padding: 7px;
	background-color: #005EC8;
	color: #FFF;
	width:140px;
}
@media (max-width: 767px) {
	.table_con05{
	width:25%;
}}

/* 一覧ページ
========================================================================================================= */

/* 一覧画面のテーブル行 */
.row1 {
	background-color: #FFFFFF;
	text-align: center;
	line-height:1.1em;
}
.row2 {
	background-color: #FFFFFF;
	text-align: center;
}
.row3 {
	background-color: #FFFFFF;
}
.row4 {
	background-color: #FFFFFF;
}
.row5 {
	background-color: #FFFFFF;
}
.row6 {
	background-color: #FFFFFF;
	text-align: right;
}
.row7 {
	background-color: #FFFFFF;
	text-align: right;
}
.row8 {
	background-color: #FFFFFF;
	text-align: center;
}
.row9 {
	background-color: #FFFFFF;
	text-align: center;
}

/* NEW */
.ico_new {
	color: #FF0000;
	font-size: 80%;
}

/* 商談中 */
.ico_shodan {
	color: #FF0000;
	font-size: 80%;
}

/* 空き状況 */
.aki_man {
	color: #FF0000;
}
.aki_aki {
	color: #CCCCCC;
}

/* 物件一覧のテーブル*/
#table{
	width: 100%;
	border-collapse: collapse;
	margin-top:10px;
}
#table td,
#table th{
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
#table th{
	font-weight: normal;
	text-align:center;
}
#table thead th{
	color: #fff;
	background-color: #005EC8;
}
#table .form-control,
#table .btn {
	margin-top:5px;
	margin-bottom:10px;}

@media only screen and (max-width:767px){
#table{
		display: block;
		border-bottom: 1px solid #ccc;
	}
#table thead{
			display: none;
		}
#table tbody{
			display: block;
		}
#table tbody tr{
			display: block;
			margin-bottom: 1.5em;
			list-style-type: none;
}
#table tbody th,
#table tbody td{
			display: list-item;
			border: none;
			text-align:left;
}
#table tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	background: #005EC8;
	color: #fff;
}
#table tbody td{
		margin-left: 10px;
		padding: 0;
}
#table tbody th:nth-of-type(1):before { content: "物件番号："; }
#table tbody td:nth-of-type(1):before { content: "空き状況："; }
#table tbody td:nth-of-type(2):before { content: "物件種別："; }
#table tbody td:nth-of-type(3):before { content: "物件名称："; }
#table tbody td:nth-of-type(4):before { content: "所在地："; }
#table tbody td:nth-of-type(5):before { content: "賃料："; }
#table tbody td:nth-of-type(6):before { content: "敷金："; }
#table tbody td:nth-of-type(7):before { content: "礼金："; }
#table tbody td:nth-of-type(8):before { content: "間取り："; }

#table tbody td input {
width: 80px;
}
}

/* 詳細ページ
========================================================================================================= */

/* NEW */
.ico_new2 {
	color: #FF0000;
}

/* 商談中 */
.ico_shodan2 {
	color: #FF0000;
}

/* 検索ページ
========================================================================================================= */

/* こだわり検索のチェックボックス（検索フォーム） */
#setsubi_checkbox .box {
	display: block;
	width: 50%;
	padding-right: 10px;
	float:left;
}
#setsubi_list {
	line-height: 150%;
}

/* こだわり検索のチェックボックス（検索フォーム） */
#setsubi_list .box {
	display: block;
	width: 25%;
	padding-left: 3px;
	padding-right: 3px;
	float:left;
}
@media (max-width: 767px) {
#setsubi_list .box {
	width: 50%;
}
}
/* 検索結果
========================================================================================================= */
.title_serch{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #FF0006;
	line-height: 130%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius:5px;
}
/* 写真
========================================================================================================= */
.photo img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:5px;}
	
