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

body{
	background: none;
}
#container{
	text-align: center;
}

#contents h3{
	font-size: 14px;
	font-weight: bold;
	background-color: #0E9A4A;
	color: #FFF;
	margin: 0;
	padding: 10px;
}
#contents h3 .type{
	font-size: 10px;
	line-height: 40px;
	font-style: normal;
	color: #FFF;
	margin: 0 10px 0 0;
	padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#contents h3 .type#new{ 		background-color: #F66; }
#contents h3 .type#house{ 	background-color: #06C; }
#contents h3 .type#land{ 		background-color: #690; }
#contents h3 .type#mansion{ 	background-color: #F60; }
#contents h3 .type#business{ 	background-color: #666; }

#contents .head{
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	padding: 10px;
	margin: 0 0 20px;
}

#contents .head .icon{
	float: left;
}

#contents .head .icon ul{
}

#contents .head .icon li{
	display: block;
	float: left;
}

#contents .head .icon li img{
	height: 45px;
	width: 45px;
	margin: 0 10px 0 0;
}

#contents .head .price{
	font-size: 16px;
	line-height: 1.8em;
	text-align: right;
	display: block;
	float: right;
	width: 350px;
}

#contents .head .price span{
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bold;
	color: #C00;
}

#contents .head table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
#contents .head th,
#contents .head td{
	padding: 8px 0;
}
#contents .head th span{
	display: inline-block;
	background-color: #EEE;
	text-align: center;
	padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#contents .head td{
	border-bottom: solid 1px #CCC;
}
#contents .head .form_btn{
	height: 50px;
	overflow: hidden;
	text-align: right;
	background-image: url(images/form_bg.gif);
	background-repeat: no-repeat;
	background-position: 160px center;
}

#contents .head .form_btn a{
	background-image: url(images/form_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 50px;
	width: 240px;
	margin: 0 0 0 auto;
}

#contents .head .form_btn a:hover{
	background-position: left -50px;
}

#contents .head .form_btn a span{
	display: block;
	padding: 50px 0 0;
}


/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){
#contents .head tr{
	display: block;
	clear: both;
}
#contents .head th,
#contents .head td{
	display: block;
}
#contents .head th{
	float: left;
	border-bottom: none;
}
#contents .head th span{
	width: 60px;
}
#contents .head td{
	padding: 8px 0 8px 70px;
}




}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#contents .head th{
	width: 10%;
}
#contents .head th span{
	display: block;
	padding: 5px 0;
}
#contents .head td{
	width: 40%;
}





}
