@charset "UTF-8";

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em,  th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
hoge:focus{
  outline: none;
}
/* IE8+, Chrome */
input,
button {
	outline: 0;
}

/* Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
}
/*common*/
html, body {
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	color: #231815;
}
html {
	background-color: #fff;
	background-image: url("../cmn/img/bg.jpg");
	background-repeat: repeat;
	background-position: center top;
}
/* フォント指定 */
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	line-height: 1.7;
}
/*Mac Firefox用*/
a {
	outline: none;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:visited{color: #000;}
a:link{color: #000;}
a:hover {
//	color: #444;
//	text-decoration: none;
}

img {
	vertical-align: bottom;
	line-height: 1.0;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}

/* フレーム */
#container {
	overflow: hidden;
	width: 100%;
}
.row {
	overflow: hidden;
}
/* ヘッダー */
.header {width:100%;height:90px;
	background-image: url("../cmn/img/head_bg.gif");
	background-repeat: repeat;
	background-position: center top;
}
.headframe {
	width: 960px;
	margin: 0 auto;
	height: 90px;
	position: relative;
}
.headframe h1 {
	position: absolute;
	top: 20px;
	left: 0;
}
.headframe .tel {
	position: absolute;
	top: 25px;
	right:260px;
}
.headframe .btn {
	position: absolute;
	top: 25px;
	right: 1px;
	height: 34px;
	width: 232px;
	overflow: hidden;
}
.headframe .btn img {margin-right:20px;}


/*フッター*/
.footer{background-color:#231815;width:100%;padding: 20px;text-align: center;}
.footer .jigyounusi{margin-bottom:10px;
	}
.footer .copyright{
	color:#9f9572;font-size:11px;}
	
/* メイン　*/
.main{
	width: 100%;
//	background-image: url("../cmn/img/mainbg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
.topframe {
	width: 900px;
	margin: 0 auto;
	position: relative;padding:50px 0 0;
}
.topframe2 {
	width: 726px;
	margin: 0 auto;
	position: relative;padding:0 0 50px;
}
.topinfo{
	overflow: hidden;
	margin: 10px 0 30px;
	background-image: url("../cmn/img/t_into.png");
	background-repeat: no-repeat;
	background-position: center top;padding:26px 0 0;
}
.topinfo li{border-bottom:1px dotted #231815;padding:5px 0;font-size:12px;}
.topinfo li .date{width:80px;display:inline-block;}
.yokoku{overflow: hidden;margin:10px 0;}
.yokoku dt{border:1px solid #231815;font-size:12px;padding:3px 6px;float:left;margin-right:10px;}
.yokoku dd{font-size:10px;}

/*物件概要*/
.wrapper{width:900px;margin:0 auto;padding:100px 0 50px;}
.wrapper h1{font-size:20px;margin-bottom:5px;}
.wrapper h3{background-color:#ccc5af;text-align:center;padding:5px;color:#fff;}
.wrapper table{width:100%;margin:5px 0 30px;background-color:#fff;}
.wrapper table th{
	border-bottom: 1px solid #ccc5af;
	padding: 5px 10px;
	width: 150px;
	color: #28A6B1;
	vertical-align: top;
}
.wrapper table td{border-bottom:1px solid #ccc5af;padding:5px;vertical-align: top;}
.wrapper .blockrow{overflow: hidden;}
.wrapper .blockrow .leftbox{width:430px;float:left;}
.wrapper .blockrow .rightbox{width:430px;float:right;}
.wrapper .blockrow table th{font-size:12px;width:80px;}
.wrapper .blockrow table td{font-size:12px;}
.wrapper .blockrow  caption{padding:5px 10px;border-bottom:1px solid #ccc5af;}


/*フォーム*/
.formframe{width:900px;margin:0 auto;padding:100px 0 50px;}

#page-top{
z-index: 99999;
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


