﻿@charset "utf-8";


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}
ul,ol,li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
hr {
	display:none;
	}
a {
	color:#525452;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
img{
	vertical-align: bottom;
}

/* clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*　画像の影　*
----------------------------------------------------------*/
.shadow{
	-webkit-box-shadow: 0px 0px 8px 2px #c3c3c3;
	-moz-box-shadow: 0px 0px 8px 2px #c3c3c3;
	box-shadow: 0px 0px 8px 2px #c3c3c3;
	background:#fff;
	position:relative;
	text-align:left;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	padding : 0 0 0 0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size:15px;
	line-height: 24px;
	color:#3E3A39;
}

#wrapper {
	padding : 0 0 0 0;
	width : 100%;
	overflow:hidden;
}

/* ヘッダー 
----------------------------------------------------------*/
#header {
	width:100%;
	margin:0 0 10px 0;
}
.header_inner{
	width : 960px;
	margin: 0 auto;
}
.header_inner h1{
	font-size:13px;
	color:#898989;
	padding-bottom:10px;
}
ul.g_navi {
	clear:both;
	width:960px;
	background-image:url(../img/common/back_navi.png);
	background-repeat:no-repeat;
}
ul.g_navi li{
	float:left;
}
.header_logo {
	padding:30px 0; 
}

/* トップスライダー 
----------------------------------------------------------*/
#main_image{
	width:960px;
	margin:0 auto;
}


/* コンテンツ 
----------------------------------------------------------*/
#contents {
	width:100%;
	clear:both;
}
.contents_inner{
	width:960px;
	margin:40px auto;
}
#pagetop{
	position: fixed;
    bottom:100px;
    right: 0;
}


/* フッター 
----------------------------------------------------------*/
#footer{
	width:100%;
	padding-top:150px;
	background-image:url(../img/common/back_footer.png);
	background-position: top;
	background-repeat:repeat-x;
}
.footer_inner{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	text-align:center;
}
nav{
	clear:both;
	padding-top:15px;
}
ul#f_navi {
	font-size:16px;
	line-height:15px;
	margin-bottom:30px;
}
ul#f_navi li{
	display:inline;
	padding:0 20px;
}
#footer .copy {
	width:100%;
	clear:both;
	background-color:#00AFEC;
	text-align:center;
	font-size:13px;
	padding:10px 0;
}

/* トップページ
----------------------------------------------------------*/
.top_news{
}
.news_box{
	width:430px;
	height:280px;
	overflow: auto;
	padding-right:10px;
}
.news_box dt{
	padding-top:8px;
}
.news_box dd{
	padding-bottom:8px;
	border-bottom:solid 1px #888888;
}

.top_bukken{
	clear:both;
	width:100%;
	padding:30px 0 20px 0;
	margin-bottom:20px;
}
#top_seo{
	width:820px;
	margin: 0 auto;
	padding:20px 0;
	font-size:85%;
}

/* 会社概要
----------------------------------------------------------*/
.top_image{
	width:100%;
	background-color:#00AFEC;
	text-align:center;
}
table.company{
	width:725px;
	border-top:solid 1px #888888;
	margin-bottom:50px;
}
table.company th{
	width:140px;
	background-color:#F7F8F8;
	border-bottom:solid 1px #888888;
	border-left:solid 1px #888888;
	border-right:solid 1px #888888;
	padding:10px;
}
table.company td{
	width:545px;
	border-bottom:solid 1px #888888;
	border-right:solid 1px #888888;
	padding:10px;
}

/* お問い合わせ
----------------------------------------------------------*/
.top_contact{
	width:100%;
	background-color:#00AFEC;
	text-align:center;
}
.contact_inner{
	width:700px;
	margin:auto;
}
table.toiawase{
	width:100%;
	margin:30px 0;
}
table.toiawase th{
	width:30%;
	border-top:dotted 1px #888888;
	padding:10px;
}
table.toiawase td{
	border-top:dotted 1px #888888;
	padding:10px 0;
}

table.toiawase th span{
    font-size: 90%;
    color: #f00;
}


.length_l{
    width: 95%;
    padding: 2.5%;
}

.length_m{
    width: 50%;
    padding: 2.5%;
}
.naiyou{
    width: 95%;
    padding: 2.5%;
    height: 200px;
    resize: none;
}

.toi-btn{
    background:url(../img/contact/btn_sosin.png);
    width:271px;
    height:49px;
    border:0px solid;
    cursor:pointer;
}
.toi-btn:hover{
    background:url(../img/contact/btn_sosin_on.png);
}







/* 物件情報　一覧
----------------------------------------------------------*/
#navi_bukken{
	background-image:url(../img/bukken/back_bukken01.png);
	background-repeat:no-repeat;
	padding:30px 0 30px 15px;
}
#navi_bukken li{
	float:left;
	margin:0 5px;
}
.request01{
	position:relative;
	text-align:center;
}
.bnner_mail{
	position: absolute;
	left: 214px;
	top: 250px;
}

table.bukken_list{
	margin:30px 0;
}
table.bukken_list td.gray{
	background-color:#f4f4f6;
	padding:20px;
	width:260px;
}
.b_icon{ padding-bottom:10px;}
.b_ad{
	font-weight:bold;
	padding:15px 0;
}
.b_yen{
	font-weight:bold;
	color:#FF0000;
	font-size:120%;
}
.b_large{
	font-size:85%;
}
.b_here{
	font-size:90%;
	text-align:right
}

.bukken_category{
	background-color:#f4f4f6;
	padding:20px;
	font-weight:bold;
	font-size:120%;
	margin-bottom:20px;
}
table.b_gallery td.thumbnail{
	background-color:#f4f4f6;
	width:172px;
	height:125px;
}
.info_waku{
	background-color:#f4f4f6;
	border:solid 1px #888888;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:20px;
	margin:40px 0;

}
.info_ttl{
	font-weight:bold;
	font-size:120%;
	border-left:solid 4px #00AFEC;
	padding:3px 10px;
	margin-bottom:20px;
}
table.info_hyo{
	width:100%;
	border-top:solid 1px #888888;
	border-left:solid 1px #888888;
}
table.info_hyo th{
	width:15%;
	padding:7px;
	background-color:#C3C3C3;
	border-bottom:solid 1px #888888;
	border-right:solid 1px #888888;
}
table.info_hyo td{
	padding:7px;
	border-bottom:solid 1px #888888;
	border-right:solid 1px #888888;
	background-color:#ffffff;
}



/* 楓花　コンテンツ　 
----------------------------------------------------------*/
#wrapper_fuka {
	padding : 0 0 0 0;
	width : 100%;
	overflow:hidden;
	color:#B9B0AC;
	background-color:#37271D;
}
#wrapper_fuka a{
	color:#B9B0AC;
	text-decoration: none;
}
#wrapper_fuka a:hover{
	text-decoration: underline;
}
#header_fuka {
	width:100%;
	height:722px;
	margin:0 0 10px 0;
	background-image:url(../img/fuka/image_01.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.header_fuka_inner{
	width : 960px;
	margin: 0 auto;
}
.header_fuka_inner h1{
	font-size:13px;
	float:left;
	padding-top:10px;
}
.top_fuka_banner{
	text-align:right;
	padding-top:500px;
}

#contents {
	width:100%;
	clear:both;
}
.contents_inner{
	width:960px;
	margin:40px auto;
}
.about_txt{
	text-align: center;
	line-height:2.3em;
}
#fuka_news{
	width:80%;
	height:600px;
	overflow:auto;
	padding:0 10% 10% 10%;
	margin-top:20px;
}
#fuka_news dl {
  width:100%;
  border-bottom:dotted 1px #B9B0AC;
}
#fuka_news dt {
  float:left;
  padding-top:15px;
  padding-bottom:15px;
  font-size:90%;
}
#fuka_news dd {
  padding-left:18%;
  padding-top:15px;
  padding-bottom:15px;
  border-top:dotted 1px #B9B0AC;
}
.cate{
	font-size:85%;
}
.news_h1{
	font-size:120%;
	font-weight:bold;
	padding-bottom:5px;
}

table.rental{
	margin:30px auto;
}
table.rental td{
	width:180px;
	text-align:center;
	padding:10px 0;
	border:solid 1px #B9B0AC;
}
table.rental td.time{
	background-color:#5D5046;
}
table.rental td.sp{
	width:20px;
	border:none;
}
/*  楓花　フッター 
----------------------------------------------------------*/
#footer_fuka{
	width:100%;
	margin:100px 0 20px 0;
}
.footer_fuka_inner{
	width:960px;
	margin:auto;
	text-align:center;
}
table.f_fuka_info{
	width:100%;
	margin-bottom:30px;
}
.footer_fuka_inner .copy {
	clear:both;
	text-align:center;
	font-size:13px;
}



/*  トップ　物件情報スライダー
---------------------------------------   */
#idMediaWrap{
	width:960px;
	height:250px;
	margin:0 auto;
}
#lineupItem{
	width:840px;
	float:left;
	margin-left:35px; 
	text-align:left;
}
#lineupItem li{
	float:left;
	display:inline;
	width:200px;
	padding-left:10px;
	height:350px;
}

/*  操作ボタン */
.prevBtn{
	float:left;
	width:25px;
	height:40px;
	padding-top:89px;
}
.prevBtn a:hover{
	width:25px;
	height:40px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
.nextBtn{
	float:right;
	width:25px;
	height:40px;
	padding-top:89px;
}
.nextBtn a:hover{
	width:25px;
	height:40px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}

/* 物件情報のアイコン */

.label_tochi{
	width:135px;
	text-align:center;
	font-size:100%;
	font-weight:normal;
	color:#ffffff;
	padding:2px 0;
	background-color:#3AB483;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}

.label_used{

	width:135px;

	text-align:center;

	font-size:100%;

	font-weight:normal;

	color:#ffffff;

	padding:2px 0;

	background-color:#fabe00;

	border-radius: 4px;		/* CSS3草案 */

	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */

	-moz-border-radius: 4px;	/* Firefox用 */

}

.label_shop{

	width:135px;

	text-align:center;

	font-size:100%;

	font-weight:normal;

	color:#ffffff;

	padding:2px 0;

	background-color:#0081cc;

	border-radius: 4px;		/* CSS3草案 */

	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */

	-moz-border-radius: 4px;	/* Firefox用 */

}

.label_rent{

	width:135px;

	text-align:center;

	font-size:100%;

	font-weight:normal;

	color:#ffffff;

	padding:2px 0;

	background-color:#ba79b1;

	border-radius: 4px;		/* CSS3草案 */

	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */

	-moz-border-radius: 4px;	/* Firefox用 */

}

.label_new{

	width:135px;

	text-align:center;

	font-size:100%;

	font-weight:normal;

	color:#ee88a4;

	padding:2px 0;

	background-color:#3AB483;

	border-radius: 4px;		/* CSS3草案 */

	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */

	-moz-border-radius: 4px;	/* Firefox用 */

}










