﻿@charset "UTF-8";

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/common/js/boxsizing.htc); 
	}
	
/* 大枠 */
html,
body {
	height: 100%;
	}
body {
	background: url(../img/bg_header.png) repeat-x left top;
	font-size: 14px; 
	line-height: 1.6;
	}
body#home {background: none;}	
#wrapper {
	width: 100%;
	min-width: 1244px;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }

@media print {
	html,
	html body{ *zoom: 0.65;}
	}
	
/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {max-width: 100%;height: auto;width /***/:auto;vertical-align: bottom;} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
	}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0; /* IE7対応 */
	}
		
/* リンク */
a:link    {color:#333; text-decoration: none;}
a:visited {color:#333; text-decoration: none;}
a:hover   {color:#333; text-decoration: underline;}
a:active  {color:#333; text-decoration: underline;}

    	
/* タイトル */
#site_title {
	float: left;
	margin: 23px 0 0;
	overflow: hidden;
	}
h1.title {
	margin-bottom: 20px;
	overflow: hidden;
	}	
h2.subtitle {
	margin-bottom: 20px;
	}

		
/* ▼▼▼ ヘッダー
=====================================*/
header {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}
	
/* グローバルナビゲーション */
#gnav {
	float: right;
	overflow: hidden;
	}
	#gnav li {
		float: left;
		}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}
	.inner {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		}

/* パンくず */
#path {
	margin: 10px 0;
	font-size: 12px;
	overflow: hidden;
	}
	#path li {
		float: left;
		background: url(../img/path.png) no-repeat right center;
		padding-right: 15px;
		margin-right: 10px;
		}
	#path li:last-child {
		background: none;
		}


/* コンテンツ */
#contents {
	float: right;
	width: 710px;
	overflow: hidden;
	}
	#contents > .inner {
		width: 690px;
		margin: 0 auto;
		overflow: hidden;
		}


/* ▼▼▼ サイド
=====================================*/
#side {
	float: left;
	width: 210px;
	overflow: hidden;
	}
#side > dl {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	}
	#side > dl dd {
		overflow: hidden;
		}
		#side > dl dd > ul {overflow: hidden;}
		#side > dl dd > ul li {
			border-bottom: 1px solid #ccc;
			}
		#side > dl dd > ul.no li {
			border-bottom: none;
			}
/* 		#side > dl dd > ul.no li:first-child a {padding-bottom: 0;} */
		#side > dl dd > ul li:last-child {border-bottom: none;}
			#side > dl dd > ul li a {
				display: block;
				padding: 10px;
				}
			#side > dl#snav dd > ul li a {
				height: 58px;
				padding: 0 0 0 20px;
				line-height: 58px;
				}
			#side > dl#snav dd > ul li.now,
			#side > dl#snav dd > ul li a:hover {
				background: url(../img/now.png) no-repeat left center;
				text-decoration: none;
				}
#side .sub {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	}
/*
	#side .sub li:last-child a {
		background: url(../img/arrow_bl.png) no-repeat left center;
		padding: 2px 0 2px 22px;
		}
*/
	#side .sub dl {overflow: hidden;}
	#side .sub dl dt {
		border-left: 4px solid #2333B5;
		padding-left: 10px;
		margin-bottom: 10px;
		font-size: 15px;
		}
	#side .sub dl dd {
		text-align: center;
		}
	.fb-like-box {margin-bottom: 30px;}

ul.past {
	margin: 20px 0 70px;
	overflow: hidden;
	}	
	ul.past li {
		float: left;
		margin: 0 10px 0 0;
		}
	ul.past li:last-child {margin-right: 0;}
	
	

/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	background: #eee url(../img/bg_footer.png) repeat-x left top;
	padding-bottom: 50px;
	clear: both;
	overflow: hidden;
	}
.footer_inner {
	width: 890px;
	margin: 0 auto;
	}
	footer dl.contact {
		float: left;
		width: 340px;
		overflow: hidden;
		}
		footer dl.contact dt,
		footer dl.contact dd {
			border-left: 4px solid #2333B5;
			padding-left: 10px;
			}
		footer dl.contact dt {
			padding-bottom: 10px;
			font-size: 15px;
			}
		footer dl.contact dd {
			margin-bottom: 50px;
			}
	footer .footer_info {
		float: right;
		width: 455px;
		overflow: hidden;
		}
		footer .footer_info .logo {
			margin-bottom: 20px;
			}
		footer .footer_info ul#fnav {
			padding-bottom: 20px;
			overflow: hidden;
			}
			footer .footer_info ul#fnav li {
				float: left;
				margin: 0 30px 10px 0;
				}
			footer .footer_info ul#fnav li:nth-child(5) {clear: both;}
				footer .footer_info ul#fnav li a {
					background: url(../img/arrow.png) no-repeat left center;
					padding-left: 12px;
					}
		footer ul.footer_bnr {
			margin-bottom: 30px;
			overflow: hidden;
			}	
			footer ul.footer_bnr li {
				float: left;
				margin-right: 5px;
				}

/* ▼ ページ上部へ戻る */
.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	}
	
/* ▼ コピーライト */
#copyright {
	font-size: 11px;
	color: #666;
	}

.nav {
	width: 967px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	overflow: hidden;	
	}
footer .nav {
	margin: 30px auto 100px;
	}
	.nav .attendance {
		float: left;
		width: 407px;
		height: 217px;
		background: url(../img/attendance_bg.png) no-repeat left top;
		overflow: hidden;
		}
		.nav .attendance ul {
			width: 334px;
			margin: 0 auto 10px;
			overflow: hidden;
			}
			.nav .attendance ul li {
				float: left;
				margin-right: 14px;
				}
			.nav .attendance ul li:last-child {margin-right: 0;}
	.nav .exhibit_top {
		float: right;
		width: 548px;
		height: 217px;
		background: url(../img/exhibit_bg.png) no-repeat left top;
		overflow: hidden;
		}
		.nav p {
			margin: 20px 0 15px;
			text-align: center;
			}
		.nav .exhibit_top ul.btn {
			width: 472px;
			margin: 0 auto 5px;
			text-align: center;
			overflow: hidden;
			}
			.nav .exhibit_top ul.btn li {
				float: left;
				}
			.nav .exhibit_top ul.btn li:last-child {margin-left: 13px;}
		.nav ul.other {
			width: 472px;
			margin: 0 auto;
			overflow: hidden;
			}	
		.nav .attendance ul.other {width: 392px;text-align: center;}
			.nav ul.other li {
				float: left;
				margin: 0 10px 0 0;
				}
			.nav .attendance ul.other li {
				float: none;
				display: inline-block;
				}
			.nav ul.other li:last-child {margin-right: 0;}
				.nav ul.other li a {
					background: url(../img/arrow_bl.png) no-repeat left center;
					padding: 2px 0 2px 22px;
					}
					
	
/* ▼▼▼ トップ
=====================================*/
#home #main {width: 100%;}

/* ▼ スライダー */
#mainVisual {
	width: 100%;
	height: 698px;
	position: relative;
	overflow: hidden;
	}
	#mainVisual ul {padding-left: 0;}
	#mainVisual ul.slider li {height: 698px;}
	#mainVisual .bx-wrapper {
		width: 100%;
		height: 698px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		}
		#mainVisual .m01 {background: url(../img/top/mainVisual01.png) no-repeat center top;}
		#mainVisual .m02 {background: url(../img/top/mainVisual02.png) no-repeat center top;}
		#mainVisual .m03 {background: url(../img/top/mainVisual03.png) no-repeat center top;}
	#mainVisual	.copy {
		margin: 27px 0 24px;
		position: relative;
		z-index: 200;
		text-align: center;
		}
	
#home h2.title {
	background: url(../img/bg_title.png) no-repeat center top;
	padding: 70px 0 0;
	margin-bottom: 15px;
	text-align: center;
	}	
	
/* ▼ お詫び文	 */
p.apology {
	text-align: center;
	margin: 30px 0;
	}

/* ▼ 賃貸住宅フェアとは */		
#about_top {
	min-height: 880px;
	background: #E3F1F3 url(../img/top/about_bg.png) no-repeat center top;
	overflow: hidden;
	}		
	#about_top .read {
		margin-bottom: 15px;
		text-align: center;
		}
	#about_top .txt {
		margin-bottom: 50px;
		font-size: 20px;
		text-align: center;
		}
	#about_top ul.img {
		width: 800px;
		margin: 0 auto 25px;
		overflow: hidden;
		}
		#about_top ul.img li {position: relative;}
		#about_top ul.img .i01 {
			float: left;
			width: 371px;
			min-height: 207px;
			padding: 90px 0 0;
			}
			#about_top ul.img .i01 p {left: 0;}
		#about_top ul.img .i02 {
			float: right;
			width: 397px;
			min-height: 237px;
			padding: 80px 0 0 205px;
			}
			#about_top ul.img .i02 p {right: 0;}
			#about_top ul.img li p {
				position: absolute;
				top: 0;
				}
	.bnr {
		margin: 50px 0 0;
		text-align: center;
		}

/* ▼ イベント会場 */		
#area_top {
	min-height: 1186px;
	background: url(../img/top/area_bg.png) repeat-x left top;
	overflow: hidden;
	}	
	#area_top h2.title {margin-bottom: 60px;}
	#area_top ul.area {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		}
		#area_top ul.area li {
			float: left;
			margin: 0 40px 30px 0;
			}
		#area_top ul.area li:nth-child(2n) {margin-right: 0;}
		
#home #facebook {
	background: url(../img/facebook_bg.png) no-repeat center center;
	padding: 60px 0 85px;
	}
	#home #facebook .facebook {
		float: left;
		width: 500px;
		overflow: hidden;
		}
	#home #facebook .past {
		float: right;
		width: 400px;
		margin: 0;
		overflow: hidden;
		}
		#home #facebook .past li {
			margin-bottom: 20px;
			}
		#home #facebook .past li:last-child {margin-bottom: 0;}		
		
		
		
		
		
		
		
		
		
		