/*---------------------------
 物件詳細
-----------------------------*/

#det-header .page-title{
	font-size: 18px;
	line-height: 46px;
	padding: 0 26px;
	font-weight: bold;
	margin-bottom: 18px;
	background-color: #fff;
	letter-spacing: 3px;
}

#top-detail{
	background-color: #fff;
	padding: 18px;
	margin-bottom: 40px;
}

#top-detail #building-name{
	padding: 0 16px;
	border-bottom: 2px dashed #e72415;
}

#top-detail h1{
	font-size: 20px;
	font-weight: bold;
	float: left;
	line-height: 55px;
}

#top-detail h1 span{
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
}

#top-detail .right{
	float: right;
	width: 280px;
	font-size: 14px;
	text-align: right;
}

#top-detail .right span{
	display: block;
}

#top-detail #update{
	margin-top: 8px;
}

#discription{
	margin: 20px 0;
	padding: 0 16px;
}

.det-w1{ width:15% }
.det-w2{ width:25% }

.det-th1{ width: 22%; }
.det-td1{ width: 30%; }
.det-th2{ width: 18%; }
.det-td2{ width: 30%; }


/* 写真
*******************************************/
#photo-box{
	margin: 20px 16px 0 0;
	width: 608px;
	float: right;
}

#photo-box .operation-menu{
	text-align: right;
	margin-bottom: 10px;
}

#photo-box .btn-pdf{
	padding: 4px 20px;
	font-size: 12px;
}

#photo-box .btn-print{
	padding: 4px 20px;
	font-size: 12px;
}

#photo-box .btn-contact{
	padding: 6px 20px;
	font-size: 14px;
}

#photo-box .photo-frame{
	height: 346px;
	min-width: 608px;
	min-height: 400px;
	border: 1px solid #939393;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	line-height: 0;
	text-align: center;
}
#photo-box .photo-frame img{
	max-width: 608px;
	max-height: 400px;
}

#photo-box .caption{
	background-color: #939393;
	color: #fff;
	padding: 4px 6px;
}

#photo-box .btn-mini{
	padding: 2px 10px;
	font-size: 12px;
}

.thumb{
    border: 1px solid #aaa;
    display:block;
    width: 113px; /*トリミング後の横幅*/
    height: 75px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
    border: none;
}
.thumb:nth-child(5n){
	margin-right: 0;
}
.thumb:nth-child(odd){
	margin-left: 1px;
}

.thumb img{
    position:absolute;
}

.attention{
	font-size: 10px;
}

/* detail 
------------------*/
#detail-box{
	margin: 20px 0 0 16px;
	width: 360px;
	float: left;
}

#detail-box h2{
	border-bottom: 2px solid #e72415;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

#detail-box table{
	width: 100%;
}

#detail-box table th{
	padding: 12px 18px 12px 28px;
	vertical-align: middle;
	width: 140px;
	background: url('/search-img/border-bg.png') repeat-y left 0;
}

#detail-box table td{
	padding: 12px 18px;
	vertical-align: middle;
}

#detail-box table th span,
#detail-box table td span{
	display: block;
	font-size: 12px;
}

#detail-box table .line th,
#detail-box table .line td{
	padding: 8px 0;
	background: url('/common-img/dash-line.png') repeat-x 0 center;
}

#detail-box table td .btn{
	padding: 2px 10px;
	font-size: 12px;
}

#detail-box .photo-madori{
	margin-top: 30px;
	padding: 0 15px;
}


#detail-contact{
	text-align: center;
	margin: 20px 0 50px;
}

#detail-contact a{
	font-size: 20px;
	font-weight: bold;
	padding: 8px 40px
}

/* 地図
*******************************************/
#map-box{
	margin-bottom: 20px;
}
#gmap{
	width: 383px;
	height: 255px;
	float: left;
}
#streetview{
	width: 383px;
	height: 255px;
	float: right;
}


/* お問合せ
*******************************************/
#det-contact{
	width: 540px;
	margin: 50px auto 30px;
	border: 2px solid #e72415;
}

#det-contact .title{
	background-color: #e72415;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 160%;
	padding: 8px;
}

#det-contact .title span{
	display: block;
	font-size: 21px;
	font-weight: bold;
}

#det-contact .contact-inner{
	padding: 10px;
	text-align: center;
	font-size: 13px;
}

#det-contact .contact-inner a.link{
	display: inline-block;
	background-color: #c9996f;
	color: #fff;
	padding: 4px 10px;
}

#det-contact .contact-inner a.link:hover{
	text-decoration: none;
	background-color: #ff7700;
	color: #fff;
}

#det-contact .contact-inner .tel{
	margin: 10px 0 0px;
}

/*--------------------------------------
Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

.main .inner{
	padding: 0 10px;
}

#update{
	font-size: 0.8rem;
}
	
.page-title{
	display: none;
}

#top-detail #building-name{
	padding: 0;
}

#top-detail h1{
	line-height: 130%;
}

#top-detail h1 span{
	display: block;
	margin-left: 0px;
}

#det-header .operation-menu{
	float: none;
	text-align: center;
	margin: 10px 0;
}

.btn-pdf, .btn-print{
	display: none;
}

#photo-box .photo-big{
	float: none;
	margin-bottom: 10px;
}

#photo-box .photo-frame{
	display: block;
	width: 100%;
	height: auto;
	min-width: initial;
	min-height: initial;
	overflow: initial;
	text-align: center;
}

#photo-box .photo-frame img{
	max-width: 100%;
	max-height: none;
}

#photo-box{
	width:100%;
	float: none;
}

#discription{
	padding: 0;
}

#detail-box{
	width: 100%;
	float: none;
	margin: 0;
}

.thumb{
	margin: 0.5%;
	text-align: center;
	width: 79px;
}
.thumb img{
	max-width: 100%;
	max-height: 100%;
	position: static;
}
.thumb:nth-child(odd){
	margin-left: 0.5%;
}
.thumb:nth-child(7n){
	margin-right: 0.5%;
}

#detail-contact a {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
}

#det-contact{
	width: 100%;
}
#det-contact #contact-detail .left{
	width: 100%;
	display: none;
}
#det-contact #contact-detail .right{
	width: 100%;
}

.easy th,.detail th{
	font-size: 0.8rem;
	width: 30%;
	white-space: initial;
}
.easy td,.detail td{
	font-size: 0.8rem;
	width: 70%;
}

}
