/*====================================== 
ページの基本構造
=======================================*/ 

body {
	margin:0px;
	padding:0px;
	color:#000;
	font-size: 62.5%;
	font-family: 游ゴシック体,'Yu Gothic', YuGothic,Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background:#fff;
}

* {
	margin: 0;
	padding: 0;
}
a {
	color:#cf0821;
	text-decoration:underline;
}
a:hover {
	color:#cf0821;
	text-decoration:none;
}

.cll {
	clear: both;
}
img{
	border:0;
	margin:0;
	padding:0;
}



/* CONTENTS▼▼
------------------------------------------------------------ */
#contents {
	max-width: 900px;
	margin: 0 auto;
	padding:0;
}

/* 中ページ：物件情報▼▼
------------------------------------------------------------ */


h2 {
	font-size:2.8em;
	line-height: 2.4em;
	font-family: 游ゴシック体,'Yu Gothic', YuGothic,Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#cf0821;
}
.bukkenTable {
	width: 100%;
	border-top:1px #ffc693 solid ;
	border-left:1px #ffc693 solid ;
	border-right:1px #ffc693 solid ;
	margin:0;
	padding:0;
	font-size:1.4em;
	line-height: 1.6em;
	border-collapse:collapse;
	text-align:left;
}
.bukkenTable th{
	font-weight:normal;
	background:#ff8d28;
	border-bottom:1px #ffc693 solid ;
	color:#fff;
	padding:10px;
	margin:0;
	width:15%;
}

.bukkenTable td{
	border-bottom:1px #ffc693 solid;
	padding:5px 10px;
	margin:0;
	background:#fff;
}

th.borderRnon,
td.borderRnon{
	border-right:none;
}
.w35{
	width:35%;
}
	
	


.contBox {
	width:860px;
	padding:20px 0;
	background:#fff;
}

input.contact {
	background-image:url(../img/bt_bcontact.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border:none;
	width:360px;
	height:51px;
	text-indent: -9999px;
	cursor: pointer;
	margin-left:100px;
	float:left;
}

button.insatu {
	background-image:url(../img/bt_print.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border:none;
	width:360px;
	height:51px;
	text-indent: -9999px;
	cursor: pointer;
	margin-left:30px;
	float:left;
}
	
	
	
	
@media screen and (max-width:670px) {

	button.insatu {
		display: none;
	}

	.contBox {
		width:100%;
		padding:20px 0 0 0;
		text-align:center;
	}
	
	input.contact {
		background-size:contain;
		background-position:center top;
		width:100%;
		margin:0px;
		float:none;
	}
	
	body,
	body.index {
		-webkit-text-size-adjust:100%;
	}

	#contents {
		max-width: 100%;
		margin:0;
		padding:5% 5% 0% 5%;
	}
	
	.bukkenTable th,
	.bukkenTable td{
		width:auto;
		display: block;
   	 }
	.w35{
		width:auto;
	}
}