@charset "UTF-8";
/***********************************************
TGC CSS information
File Name : base.css
Style Info : ライン不動産／物件情報用指定
Last modified : :2019
***********************************************/



*{
	margin:0;
	padding:0px;
	}

@media print, screen and (min-width: 770px){
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



#bukken_set1 {
	margin:10px 0 30px 0;
	padding:0;
	width:1000px; 
	text-align:right;
	float:left;
}

#bukken_set1 select::-ms-expand {
	display: none;
}


#bukken_set1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 30px 7px 10px;
	font-size: 18px;
	line-height:3em;
	border-radius: 5px;
	border: none;	background-image: url(../bukken/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #b5d09a;
}




.bukken_set2 {
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	width:1000px; 
	text-align:left;
	float:left;
	border-bottom: solid 1px #aeaeae;
}

.bukken_set2-osusume {
	margin:0;
	padding:10px 0 10px 0;
	width:1000px; 
	text-align:left;
	float:left;
	background-color: #fbe985;
}


.bukken_set2 .pht{
	margin:0 30px 0 0;
	padding:0;
	width:300px; 
	text-align:left;
	float:left;
}

.bukken_set2 .pht img{
	margin:0;
	padding:0;
	width:300px; 
}

.bukken_set2 .right1{
	margin:0;
	padding:0;
	width:670px; 
	text-align:left;
	float:left;
}

.bukken_set2 .right2{
	margin:0;
	padding:0;
	width:670px; 
	text-align:left;
	float:left;
}

.bukken_set2 .aicon{
	margin:0 0 5px 0;
	padding:0;
	width:670px; 
	text-align:left;
	float:left;
}

.bukken_set2 .aicon img{
	margin:0 5px 0 0;
	padding:0;
	height:20px;
	float:left;
}

.bukken_set2 .copy{
	margin:0 0 5px 0;
	padding:0;
	width:670px; 
	text-align:left;
	float:left;
	line-height:1.2em;
}
.bukken_set2 .name{
	margin:0 0 5px 0;
	padding:0;
	width:670px; 
	text-align:left;
	float:left;
	font-size:22px;
	line-height:1.4em;
}
.bukken_set2 .kakaku{
	margin:0 0 5px 0;
	padding:0;
	width:670px; 
	text-align:left;
	float:left;
	font-size:22px;
	line-height:1.4em;
	font-weight:bold; 
}
.bukken_set2 .etc{
	margin:0 0 5px 0;
	padding:0;
	width:670px; 
	text-align:left;
	float:left;
	font-size:14px;
	line-height:1.3em;
}



}



@media only screen and (max-width: 770px) {

/* スマホで見たときは"sp"のclassがついた画像が表示される */

.sp { display: block !important; }
.pc { display: none !important; }

img {
  max-width: 100%;
  height: atuo;
}


#bukken_set1 {
	margin:10px 0 30px 0;
	padding:0;
	width:100%; 
	text-align:right;
	float:left;
}

#bukken_set1 select::-ms-expand {
	display: none;
}


#bukken_set1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 30px 0 10px;
	font-size: 1em;
	line-height:3em;
	border-radius: 5px;
	border: none;	background-image: url(../bukken/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #b5d09a;
}




.bukken_set2 {
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	width:100%; 
	text-align:left;
	border-bottom: solid 1px #aeaeae;
display: flex;
flex-wrap: wrap;
}

.bukken_set2-osusume {
	margin:0;
	padding:10px 0 10px 0;
	width:100%; 
	text-align:left;
	background-color: #fbe985;
display: flex;
flex-wrap: wrap;
}


.bukken_set2 .pht{
	margin:0 5% 0 0;
	padding:0;
	width:30%; 
	text-align:left;
}

.bukken_set2 .pht img{
	margin:0;
	padding:0;
	width:100%; 
}

.bukken_set2 .right1{
	margin:0;
	padding:0;
	text-align:left;
	width:65%; 
}
.bukken_set2 .right2{
	margin:0;
	padding:1%;
	text-align:left;
	width:100%; 
}

.bukken_set2 .aicon{
	margin:0 0 5px 0;
	padding:0;
	text-align:left;
display: flex;
flex-wrap: wrap;
}

.bukken_set2 .aicon img{
	margin:0 5px 0 0;
	padding:0;
	height:20px;
}

.bukken_set2 .copy{
	margin:0 0 5px 0;
	padding:0;
	text-align:left;
	font-size:0.8em;
	line-height:1.2em;
}
.bukken_set2 .name{
	margin:0 0 5px 0;
	padding:0;
	text-align:left;
	line-height:1.2em;
}
.bukken_set2 .kakaku{
	margin:0 0 5px 0;
	padding:0;
	width:98%; 
	text-align:right;
	line-height:1.2em;
	font-weight:bold; 
}
.bukken_set2 .etc{
	margin:0 0 5px 0;
	padding:0;
	text-align:left;
	font-size:0.7em;
	line-height:1.3em;
}


}