/* css 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 {
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;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

html {
	overflow-y: scroll;
}

/*snip*/
.rad{border-radius: 5px;}
.clear:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clear {
	min-height: 1px; /*IE*/
}
* html .clear {
	height: 1px;
	/*¥*//*/ /*IE5.x*/
	height: auto;
	overflow: hidden;
	/**/
}
.txtimg{
	height: 0;
	padding-top: 0;
	overflow: hidden;
}

/*setting*/
a{text-decoration: none; font-size: 1.0em; color: #000;}
a:hover{color: #7ebf41;}
p{font-size: 1.0em;}

body{
	font-size: 12px;
	line-height: 2em;
	font-family:'Ryumin Regular KL', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #005d16;
}

/*color
#f6f6dc
#005d16
#7ebf41
*/

/* ==========================================================================
	0 GLOBAL
========================================================================== */

#wrap{
	min-width: 940px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	background: #f6f6dc;
}

#header{
	width: 900px;
	padding: 0 20px;
	margin: 0 auto 25px auto;
}

.header_id{
	height: 80px;
	position: relative;
	margin: 0 0 20px 0;
}

.header_id h1 a{
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 340px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	background:url("../images/logo_n.png") no-repeat;
}

.header_id p{
	position: absolute;
	top: 29px;
	right: 0;
	width: 188px;
	height: 0;
	padding-top: 17px;
	overflow: hidden;
	background:url("../images/presents.png") no-repeat;
}

.header_id span a{
	position: absolute;
	top: 56px;
	right: 0;
	width: 109px;
	height: 0px;
	padding-top: 23px;
	overflow: hidden;
	background:url("../images/inquiry.png") no-repeat;
}

.header_nav{
	height: 60px;
	position: relative;
}

.header_nav ul{
	height: 60px;
}

.header_nav ul li{
	display: block;
	float: left;
	width: 280px;
	height: 60px;
}

.header_nav ul li a{
	display: block;
	float: left;
	width: 280px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
}

.header_nav ul li:nth-child(1){
	background-image:url("../images/headernav_location.png");
	margin: 0 30px 0 0;
}
.header_nav ul li:nth-child(2){
	background-image:url("../images/headernav_plan.png");
	margin: 0 30px 0 0;
}
.header_nav ul li:nth-child(3){
	background-image:url("../images/headernav_outline.png");
	margin: 0 0 0 0;
}

/*poorIE8*/
.header_nav ul > *:first-child{
	background-image:url("../images/headernav_location.png");
	margin: 0 30px 0 0;
}
.header_nav ul > *:first-child +* {
	background-image:url("../images/headernav_plan.png");
	margin: 0 30px 0 0;
}
.header_nav ul > *:first-child +* +* {
	background-image:url("../images/headernav_outline.png");
	margin: 0 0 0 0;
}



#display{
	background-size: cover;
	margin: 0 auto 30px auto;
	min-width: 940px;
}

.display_page{
	padding-top: 15px;
	height: 165px;
	width: 100%;
}

.display_page .page_title{
	height: 87px;
	width: 150px;
	padding-top: 63px;
	margin-left: auto;
	background:url("../images/circlepage.png") no-repeat;
}
.display_page h2{
	width: 150px;
	height: 0;
	padding-top: 24px;
	overflow: hidden;
	margin: 0 auto;
}
.location .display_page{background:url("../images/location/display.jpg") center center;}
.location .display_page h2{background:url("../images/location/title.png") center center;}
.plan .display_page{background:url("../images/plan/display.jpg") center center;}
.plan .display_page h2{background:url("../images/plan/title.png") center center;}
.outline .display_page{background:url("../images/outline/display.jpg") center center;}
.outline .display_page h2{background:url("../images/outline/title.png") center center;}

#main{
	width: 900px;
	padding: 1px 20px;
	margin: 0 auto 30px auto;
}

#gototop{
	width: 900px;
	padding: 0 20px;
	height: 30px;
	margin: 0 auto;
}


#gototop span a{
	margin-left: auto;
	display: block;
	width: 160px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-image:url("../images/gototop.png");
}

#footer{
	min-width: 940px;
	padding: 40px 0 20px 0;
	background: #005d16;
	text-align: left;
	color: white;
}

#footer .footer_top{
	margin-bottom: 0px;
}

#footer h4{
	display: block;
	float: left;
	width: 580px;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
	background:url("../images/yaesulogo.png") no-repeat;
}

#footer ul.footer_nav{
	display: block;
	float: left;
	width: 120px;
	margin: 0 0 0 40px;
	list-style-image: url('../images/list_footer.png');
	list-style-position: inside;
}

#footer ul.footer_nav a{color: white;}
#footer ul.footer_nav a:hover{color: #8dc227;}

small{
	font-size: 0.8em;
}

.info{
	text-align: left;
	border: 5px solid #3a8124;
	padding: 15px 20px 15px 20px;
	overflow: hidden;
}

.info h3{
	text-indent: 0.5em;
	padding: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	background:url("../images/underline.png") repeat-x bottom;
	margin: 0 0 10px 0;
}

.inner{
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

/* poorIE8 */
#wrap{min-width: 1100px\9;}
#display{min-width: 1100px\9;}
#footer{min-width: 1100px\9;}

#header{padding: 0 100px\9;}
#main{padding: 0 100px\9;}
#gototop{padding: 0 100px\9;}
.inner{padding: 0 100px\9;}

/* ==========================================================================
	1 TOP
========================================================================== */

.top #display{
	height: 400px;
	padding: 40px 0 0 0;	/*!!*/
	/*max-width: 1600px;*/
	background-color:#000;
	background-image:url("../images/top/display_mini.jpg");
	background-position: center center;
}

.top #display .inner{
	height: 400px;
}

.top .copy_top {
	padding: 90px 0 0 0;
	background:url("../images/top/circlebig2.png") no-repeat;
	margin-left: auto;
	height: 360px;
	width: 360px;
}
.top .copy_top h2{
	margin: 0 auto 25px auto;
	display: block;
	width: 294px;
	height: 0;
	padding-top: 120px;
	overflow: hidden;
	background:url("../images/top/top_copy_main.png") no-repeat;
}
.top .copy_top p{
	margin: 0 auto;
	display: block;
	width: 170px;
	height: 0;
	padding-top: 66px;
	overflow: hidden;
	background:url("../images/top/top_copy_sub.png") no-repeat;
}

.top #main{
	margin-bottom: 30px;
}

.top #main div{
	float: left;
}

.top .main_top_l{
	height: 230px;
	width: 280px;
	margin: 0 30px 0 0;
}

.top .main_top_l ul{
	height: 230px;
	width: 280px;
}
.top .main_top_l ul li{
	display: block;
	width: 280px;
	height: 70px;
}

.top .main_top_l ul li a{
	display: block;
	width: 280px;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
}

.top .main_top_l ul li:nth-child(1){
	background:url("../images/topnav.png") no-repeat;
	margin: 0 0 10px 0;
}
.top .main_top_l ul li:nth-child(2){
	background:url("../images/topnav.png") 0px -80px no-repeat;
	margin: 0 0 10px 0;
}
.top .main_top_l ul li:nth-child(3){
	background:url("../images/topnav.png") 0px -160px no-repeat;
	margin: 0 0 0 0;
}


/* poorIE8 */
.top .main_top_l ul > *:first-child{
	background:url("../images/topnav.png") no-repeat;
	margin: 0 0 10px 0;
}
.top .main_top_l ul > *:first-child +*{
	background:url("../images/topnav.png") 0px -80px no-repeat;
	margin: 0 0 10px 0;
}
.top .main_top_l ul > *:first-child +* +* {
	background:url("../images/topnav.png") 0px -160px no-repeat;
	margin: 0 0 0 0;
}


.top .main_top_r{
	width: 580px;
}

.top .main_top_r div.info{
	width: 540px;
	height: 190px; /*縦固定にする場合*/
	overflow: hidden;
}

.top .main_top_r dl{
	overflow: hidden;
	zoom: 1;
	line-height: 2.2em;
}

.top .main_top_r dl dt{
	text-indent: 0.5em;
	width: 100px;
	float: left;
	clear: both;
}
.top .main_top_r dl dd{
	padding: 0 0 0px 120px;
}
.top .main_top_r dl dd a{
	text-decoration: underline;
}

div#feed p{
	display: block;
	width: 540px;
	height: 0px;
	padding-top: 130px;
	overflow: hidden;
	background:url("../images/ajax-loader.gif") center center no-repeat;
}


ul.footer_banner{
	height: 68px;
	width: 900px;
	margin: 30px auto;
}

ul.footer_banner li{
	float: left;
	display: block;
	width: 434px;
	height: 68px;
}
ul.footer_banner li a{
	display: block;
	width: 434px;
	height: 0;
	padding-top: 68px;
	overflow: hidden;
}

ul.footer_banner li:first-child{margin: 0 32px 0 0;}
ul.footer_banner li.ftb_corp{background: url("../images/footer_banner1.png") no-repeat 0 0;}
ul.footer_banner li.ftb_house{background: url("../images/footer_banner1.png") no-repeat 0 -68px;}

/* ==========================================================================
	2 LOCATION
========================================================================== */
.location h3.copy{
	margin: 20px 0 50px 0;
	height: 0;
	width: 900px;
	padding-top: 70px;
	overflow: hidden;
	background: url('../images/location/copy.png') no-repeat;
}

.location div#main > img{
	margin-bottom: 60px;
}

.location div.lo_text{
	margin: 0 0 50px 0;
}

.location div.lo_text div{
	float: left;
	height: 200px;
	width: 450px;
	overflow: hidden;
	margin: 0 35px 0 0;
	text-align: left;
}


.location div.lo_text img{
	float: left;
	height: 200px;
	width: 200px;
}

.location div.lo_text > div+img{
	margin: 0 15px 0 0;
}

.location div.lo_text h4{
	font-weight: bold;
	display: block;
	width: 450px;
	font-size: 1.5em;
	background: url('../images/underline.png') left bottom repeat-x;
	padding: 10px 0 15px 0;
	margin: 0 0 20px 0;
}

.location div.info{
	margin: 80px 0 50px 0;
	text-align: center;
}

.location div.info h3{
	text-align: left;
}

.location div.info_cont{
	margin: 0;
	padding: 15px 0px 15px 15px;
	width: 835px;
	text-align: left;
}


.location div.li_cont h5{
	background: url('../images/list_image.png') no-repeat left 2px;
	padding-left: 20px;
	line-height: 1.6em;
}
.location div.li_cont div{
	margin: 20px 0 40px 0;
}
.location div.li_cont div dl{
	width: 400px;
	float: left;
	overflow: hidden;
	zoom: 1;
	line-height: 1.6em;
	margin: 0 30px 0 0;
}

.location div.li_cont div dt{
	width: 250px;
	float: left;
	clear: both;
}
.location div.li_cont div dd{
	text-align: right;
	padding: 0 0 0px 200px;
	margin-bottom: 10px;
}

.location div.li_cont div img{
	height: 171px;
	width: 171px;
	margin: 0 0 0 20px;
}

.location div.info > div+img{
	margin: 30px 0 10px 0;
}
.location div.info > img+p{
	text-align: left;
	font-size: 0.9em;
	padding: 0 0 0 10px;
	margin: 0 0 40px 0;
}

.red{
	background: red;
}
/* ==========================================================================
	3 PLAN
========================================================================== */
.plan h3.copy{
	margin: 20px 0 50px 0;
	height: 0;
	width: 900px;
	padding-top: 30px;
	overflow: hidden;
	background: url('../images/plan/copy.png') no-repeat;
}

.plan div#madori{
	position: relative;
	margin: 0 0 50px 0;
}

.plan p.sub{
	text-align: left;
	margin: 0 0 30px 0;
	padding: 10px;
	font-size: 1.1em;
}

/* detail */

.plan img{
	z-index: 1;
	margin: 0 0 30px 0;
}
.plan div#madori span{
	font-weight: bold;
	display: block;
	width: 300px;
	height: 25px;
	background: url('../images/plan/tba.png') no-repeat;
	z-index: 9;
	margin: 0 auto;
}

.madori_tba1{
	position: absolute;
	top: 260px;
	left:85px;
}

div.madori_info table{
	width: 440px;
	border: 1px #808080 solid;
	float: left;
}
div.madori_info table:first-child{
	margin: 0 20px 0 0;
}

div.madori_info table tr{
	border: 1px #808080 solid;
}

div.madori_info table th,div.madori_info table td{
	position: relative;
	border: 1px #808080 solid;
	padding: 5px 0 5px 0;
}

div.madori_info table th{
	font-weight: bold;
	background: #c8df8d;
}

div.madori_info table tr th:first-child{
	color: #fff;
	font-weight: bold;
	background: #9bc93f;
	width: 80px;
}

tr.nowleasing,
div.madori_info table tr.nowleasing th:first-child{
	color: #000;
	background: #ffd04c;
}


/* ==========================================================================
	4 OUTLINE
========================================================================== */

.info_cont{
	width: 580px;
	margin: 0 auto;
	padding: 15px 0 15px 20px;
	margin-bottom: 5px;
}

.outline .info dl{
	overflow: hidden;
	zoom: 1;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.outline .info dl dt{
	background: url('../images/list_image.png') no-repeat left 2px;
	padding-left: 20px;
	width: 120px;
	float: left;
	clear: both;
}
.outline .info dl dd{
	padding: 0 0 0px 140px;
	margin-bottom: 15px;
}

.info_cont p{
	font-size: 0.8em;
}
