@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "lightbox.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/* 
/* 汎用要素スタイル
/* ├ a
/* ├ table
/* ├ title
/* ├ p
/* └ div
/*  
/* 汎用classスタイル 
/* ├ image
/* ├ text,font
/* ├ gotop
/* └ banner
/*  
==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
}
* html body {
	font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;
}

/* 汎用要素スタイル
-------------------------------------------------------*/

/* ========================= a */
a {
	color: #4B5285;
}
a:hover,
a:active {
	color: #f96; text-decoration: none;
}

/* ========================= table */
#content table {
	width: 660px;
	background: #CFCFCF;
	border-collapse: separate;
	border-spacing: 1px;
}
#content th,
#content td {
	padding: 5px 10px;
	border: 1px solid #fff;
	text-align: left;
	vertical-align: middle;
}
#content th {
	background: #F2F7FB;
	font-weight: bold;
	color: #001336;
}
#content td {
	background: #fff;
}

/* ========================= title */
#content h3 {
	margin: 30px 0 15px;
}
#content h4 {
	margin: 20px 0 10px;
}
#content h5 {
	margin: 15px 0 10px;
}
#content h3.firstChild,
#content h4.firstChild,
#content h5.firstChild {
	margin-top: 0;
}

#content h3.m01{
	margin: 10px 0;
}

/* ========================= p */
#content p {
	margin: 0 0 1em;
}
#content p.last {
	margin-bottom: 0;
}

/* ========================= div */
.section {
	overflow: hidden;
	margin: 0 10px;
	_zoom: 1;
}
.box {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #CFCFCF;
}
.gradBox { /* width: 660px; */
	padding: 10px;
	background: url(../images/common/grad_box.jpg) no-repeat top left;
}



/* 汎用classスタイル
-------------------------------------------------------*/

/* ========================= image */
img {
	vertical-align: bottom;
}
#content .imgL {
	float: left;
	margin: 0 15px 0 0;
}
#content .imgLbtm {
	float: left;
	margin: 0 15px 15px 0;
}
#content .imgR {
	float: right;
	margin: 0 0 0 15px;
}
#content .imgRbtm {
	float: right;
	margin: 0 0 15px 15px;
}
#content .summaryImg {
	margin: 1em 0;
}


/* ========================= text,font */
.emphasis {
	color: #001335;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#content p.defList,
#content .defList li,
#content .defList dt {
	padding-left: 15px;
	background: url(../img/common/icon.gif) no-repeat 0 5px;
}
#content .defList dd {
	padding-left: 15px;
}

#content p.attention,
#content .attention li,
#content .attention dt {
	padding-left: 15px;
	background: url(../img/common/icon_attention.gif) no-repeat 0 5px;
}
#content .attention dd {
	padding-left: 15px;
}


/* ========================= gotop */
p.gotop {
	clear: both;
	text-align: right;
	font-size: 0;
}


/* ========================= banner */
#content .contentBnr {
	margin-top: 20px;
	text-align: center;
}


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	overflow-y: scroll;
	background: none;
}

body {
  background: #F4F2EA url(../images/common/bg.gif) top repeat-x;
	color: #333;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
  background: url(../images/wrapper_bg.jpg) 940px top no-repeat;
}
#main {
	width: 900px;
	margin: 0 auto;
  background: url(../images/main_bg.jpg) 0 0 no-repeat;
	text-align: left;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	position: relative;
	margin-bottom: 10px;
	width: 900px;
	height: 355px;
	text-align: left;
}

/*  ========================= general */
#header h1,
#header #logo,
#header #guideNav,
#header #globalNav,
#header #headInfo {
	position: absolute;
}

/*  ========================= h1 */
#header h1 {
	top: 5px;
	right: 0;
	font-size: 100%;
	color: #fff;
	line-height: 1.3;
	z-index: 5;
}

/*  ========================= logo */
#header #logo {
	top: 18px;
	left: 5px;
}

/*  ========================= guideNavi */
#header ul#guideNav {
	top: 21px;
	right: 0;
}

/*  ========================= globalNavi */
#header ul#globalNav {
	top: 79px;
	left: 0;
	width: 900px;
	height: 70px;
}
#header ul#globalNav li {
	float: left;
}

/*  ========================= headInfo */
#header #headInfo {
	top: 14px;
	right: 195px;
}

/*  ========================= h2 */
#header h2 {
	position: absolute;
	top: 149px;
	left: -7px;
	font-size: 100%;
}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	padding: 32px 0;
	width: 100%;
	background-color: #010A1A;
}
#footer #footInner {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#footer #footInner ul {
	margin: 0;
	width: 900px;
	zoom: 1;
}
#footer #footInner ul:after{
	content: '';
	display: block;
	clear: both;
}
#footer #footInner ul li {
	float: left;
	margin: 0;
}
#footer #footInner ul li#footerLogo {
	padding: 26px 28px 26px 0;
	border-right: 1px solid #39404C;
}
#footer #footInner ul li#footerTel {
	padding: 18px 28px;
	border-right: 1px solid #39404C;
}
#footer #footInner ul li#footerContact {
	padding: 28px;
}
#footer p#copyright {
	margin: 0 auto;
	padding-top: 20px;
	width: 900px;
	font-size: 120%;
	color: #fff;
}


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#nav {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

/*  ========================= localnavi */
#localNav dl,
#localNav ul {
	margin-bottom: 10px;
}
#localNav dl {
	background-color: #E9E6D8;
	border-bottom: 1px solid #D7D2B8;
}
#localNav dl dd {
	padding: 3px 3px 0;
	border-left: 1px solid #D7D2B8;
	border-right: 1px solid #D7D2B8;
}
#localNav dl dd.lastChild {
	padding-bottom: 3px;
}
#localNav ul li#navArea {
	margin: 10px 0;
}
#localNav ul li#navBino {
	margin: 0 auto 10px;
	text-align: center;
}
#nav #planNav li {
	margin-bottom: 5px;
}

#banner li#navArticlesite {
	margin-bottom: 5px;
}
#banner li#navAthome {
	margin-bottom: 10px;
}

#nav ul li.navBino2,
#localNav ul li.navBino2 {
	margin: 0 auto 5px;
}


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
#content {
	float: right;
	width: 660px;
	margin-bottom: 20px;
	font-size: 140%;
	text-align: left;
	line-height: 1.7;
}
#content .linkTitle {
	margin-top: 30px;
}
#content .linkTitle h3 {
	margin: 0;
}
#content .linkTitle .tiBtn {
	margin-top: -40px;
	margin-bottom: 24px;
	text-align: right;
}
#content .firstTitle {
	margin-top: 0;
}


/* 01 index
------------------------------------------------------------------------*/
#indexPage {
	background: #F4F2EA url(../images/index_bg.jpg) repeat-x top;
}
#indexPage #header {
	height: 479px;
}
#indexPage #header #mainVisual {
	position: absolute;
	background: url(../images/index_mainimg.jpg) no-repeat bottom left;
	top: 149px;
	left: -7px;
	width: 914px;
	height: 330px;
}
#indexPage #header #flash {
	width: 900px;
	height: 330px;
	margin-left: 7px;
	z-index: 100;
}
#indexPage #header #mainVisual #headNav {
	position: absolute;
	top: 4px;
	left: 12px;
}
#indexPage #header #mainVisual #pageImg {
	position: absolute;
	top: 22px;
	left: 253px;
}
#indexPage #header #mainVisual #headModelhouse {
	position: absolute;
	top: 192px;
	right: 20px;
}
#indexPage #content #charmBox {
	margin-left: 10px;
	zoom:1;
}
#indexPage #content #charmBox:after {
	content:'';display:block;clear:both;
}
#indexPage #content #charmBox .charmList {
	float: left;
	margin-right: 7px;
	width: 155px;
}
#indexPage #content #charmBox .lastChild {
	margin-right: 0;
}
#indexPage #content #charmBox .innerBox {
	margin-bottom: 5px;
	padding: 5px;
	width: 142px;
	height: 16em;
	border: 1px solid #C8C4BF;
	background-color: #F9F8F3;
}
* html #indexPage #content #charmBox .innerBox {
	width: 154px;
}
#indexPage #content #charmBox .innerBox p {
	margin-bottom: 0;
	font-size: 85.7%;
}
#indexPage #content #charmBox .innerBox p.photo {
	margin-bottom: 1em;
}
#indexPage #newsArea {
	overflow: auto;
	height: 12.5em;
}
#indexPage #newsArea dl {
	padding: 5px 0;
	background: url(../images/common/dot.gif) repeat-x bottom left;
	zoom:1;
}
#indexPage #newsArea dl dt {
	float: left;
	width: 7em;
	font-weight: bold;
}
#indexPage #newsArea dl dd {
	margin-left: 8em;
}
#indexPage #faqBox ul {
	zoom:1;
}
#indexPage #faqBox ul:after {
	content:'';display:block;clear:both;
}
#indexPage #faqBox ul li {
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-left: 20px;
	background: url(../images/common/icon_circle.gif) no-repeat left 2px;
	white-space: nowrap;
}
#indexPage #caseBox {
	position: relative;
	margin: 0 10px;
	padding: 0 48px;
	width: 544px;
	height: 100px;
}
* html #indexPage #caseBox {
	width: 640px;
}
#indexPage #caseBox .prev {
	position: absolute;
	top: 0;
	left: 0;
}
#indexPage #caseBox .next {
	position: absolute;
	top: 0;
	right: 0;
}
#indexPage #caseBox ul {
	margin-left: 78px;
}
#indexPage #imageGralley ul li {
	margin-right: 10px;
	border: 5px solid #fff;
	background-color: #fff;
}
#indexPage #imageGralley ul li img {
	width: 90px;
	height: 90px;
}



#content .box_official {
	padding: 10px;
	margin: 0 0 20px;
	text-align: left;
}

#content .box_official .fl01{
	float: left;
	margin: 0 8px 0 0;
}

#content .box_official .fl02{
	float: left;
	margin: 0;
}


/* 02 binom/
------------------------------------------------------------------------*/
#binomPage .lineupBox {
	margin: 0 15px 20px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
}
#binomPage .lineupBox p.linkTxt {
	text-align: left;
}
#binomPage .lineupBox p {
	margin-bottom: 0;
}

#binomPage .lineupBoxS {
	margin: 20px 15px;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}
#binomPage .lineupBoxS p {
	margin-bottom: 10px;
	text-align: left;
}


/* 03 binom/plan
------------------------------------------------------------------------*/
#binomplanPage #content table {
	width: 640px;
}
#binomplanPage #content table th {
	text-align: center;
}
#binomplanPage #content table td {
	text-align: center;
	vertical-align: middle;
}
#binomplanPage #content p.tableCaption {
	font-size: 85.7%;
}
#binomplanPage #content h5.tiCheck {
	margin-bottom: 1px;
}
#binomplanPage #content p.point {
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}
#binomplanPage #content ul.supple {
	margin-top: 10px;
}
#binomplanPage #content ul.supple li {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 85.7%;
}

/* 04 feature
------------------------------------------------------------------------*/
#featurePage #content p.point {
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}


/* 07 feature/voice
------------------------------------------------------------------------*/
#voicePage #content .voiceBox {
	margin-top: 20px;
	zoom:1;
}
#voicePage #content .voiceBox:after {
	content: '';display: block;clear: both;
}
#voicePage #content .voiceBox p {
	font-size: 83.3%;
}
#voicePage #content .voiceBox .box01 {
	float: left;
	width: 400px;
}
#voicePage #content .voiceBox .box02 {
	float: right;
	width: 250px;
}
#voicePage #content .voiceBox .box03 {
	float: left;
	width: 350px;
}
#voicePage #content .voiceBox .box04 {
	float: right;
	width: 300px;
	zoom:1;
}
#voicePage #content .voiceBox .box04:after {
	content:'';display:block;clear:both;
}
#voicePage #content .voiceBox .box05 {
	float: left;
	margin-top: 1em;
	width: 145px;
}
#voicePage #content .voiceBox .box06 {
	float: right;
	margin-top: 1em;
	width: 145px;
}
#voicePage #content .matsudoBox {
	float: left;
	padding: 10px;
	width: 278px;
	border: 1px solid #ccc;
	background-color: #fff;
}
* html #voicePage #content .matsudoBox {
	width: 300px;
}
#voicePage #content .matsudoBox h4 {
	margin-top: 0;
	padding: 10px;
	border: 1px solid #ccc;
	color: #001335;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
#voicePage #content .matsudoBox .photo {
	text-align: center;
}
#voicePage #content .modelSupple {
	float: right;
	width: 350px;
}
#voicePage #content .modelSupple .box {
	margin-bottom: 20px;
}
#voicePage #content .modelSupple h4 {
	margin-top: 0;
	color: #001335;
	font-weight: bold;
	line-height: 1.5;
}



/* 08 results
------------------------------------------------------------------------*/
#resultsPage .gradBox {
	margin-top: 20px;
	zoom: 1;
}
#resultsPage .gradBox:after {
	content:'';display: block;clear: both;
}
#resultsPage .gradBox h4 {
	margin-top: 0;
	padding-bottom: 5px;
	background: url(../images/common/dot.gif) repeat-x bottom;
	color: #001335;
	font-weight: bold;
	line-height: 1.5;
}
#resultsPage .gradBox .ti_year {
	color: #001335;
	font-weight: bold;
}
#resultsPage .gradBox p.photo {
	float: left;
}
#resultsPage .gradBox .detail {
	float: right;
	width: 420px;
}
#resultsPage .gradBox p.btnDetail {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: right;
}


/* 09 results/detail
------------------------------------------------------------------------*/
#resultsdetailPage .gradBox {
	margin: 20px 0;
	padding-top: 15px;
	zoom: 1;
}
#resultsdetailPage .gradBox:after {
	content:'';display: block;clear: both;
}
#resultsdetailPage .gradBox h4 {
	margin-top: 0;
	padding-bottom: 5px;
	color: #001335;
	font-weight: bold;
}
#resultsdetailPage #zoom {
	float: left;
	overflow: hidden;
	width: 520px;
	height: 386px;
}
#resultsdetailPage #zoomimg {
	width: 520px;
	height: 386px;
}
#resultsdetailPage #thumb {
	float: right;
	width: 100px;
}
#resultsdetailPage #thumb li {
	overflow: hidden;
	margin-bottom: 5px;
	width: 100px;
	height: 74px;
}
#resultsdetailPage #thumb li img {
	width: 100px;
	height: 74px;
}
#resultsdetailPage #content table th {
	width: 35%;
}


/* 11 plan/order
------------------------------------------------------------------------*/
#orderPage ul.orderList {
	margin: 0 10px 20px;
	zoom: 1;
}
#orderPage ul.orderList:after {
	content:'';display:block;clear:both;
}
#orderPage ul.orderList li {
	float: left;
	margin-right: 20px;
	width: 190px;
	font-size: 85.7%;
}


/* 12 plan/apartment
------------------------------------------------------------------------*/
#apartmentPage div.caseBox {
	margin-left: 10px;
	width: 420px;
	zoom: 1;
}
#apartmentPage div.caseBox:after {
	content:'';display:block;clear:both;
}
#apartmentPage div.caseBox .caseList {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
}
#apartmentPage div.caseBox .caseList h5 {
	margin: 0 0 5px;
	font-weight: bold;
	color: #001335;
}
#apartmentPage div.caseBox .caseList p {
	margin: 0;
}


/* 13 allen 100519追加
------------------------------------------------------------------------*/
#allenPage dl#stickingFirst {
	float: left;
	width: 310px;
}
#allenPage dl#stickingSecond {
	float: right;
	width: 310px;
}
#allenPage dl#stickingFirst dt,
#allenPage dl#stickingSecond dt {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #001333;
	font-weight: bold;
}
#allenPage dl#stickingFirst dt.firstChild,
#allenPage dl#stickingSecond dt.firstChild {
	margin-top: 0;
}
#allenPage div.caseBox {
	margin-left: 10px;
	width: 640px;
	zoom: 1;
}
#allenPage div.caseBox:after {
	content:'';display:block;clear:both;
}
#allenPage div.caseBox .caseList {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 200px;
}
#allenPage div.caseBox .lastChild {
	margin-right: 0;
}
#allenPage div.caseBox .caseList p {
	text-align: center;
	margin-bottom: 0;
}
#allenPage div.caseBox .caseList p.image {
	margin-bottom: 10px;
}


/* 14 oxcii 100519追加
------------------------------------------------------------------------*/
#oxciiPage h4.ecoTi {
	margin-top: 0;
	margin-bottom: 10px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#oxciiPage div.col3Box {
	margin-top: 20px;
	zoom: 1;
}
#oxciiPage div.col3Box:after {
	content:'';display:block;clear:both;
}
#oxciiPage div.col3Box div.box {
	float: left;
	margin-right: 15px;
	padding: 9px 5px;
	width: 198px;
}
* html #oxciiPage div.col3Box div.box {
	width: 210px;
}
#oxciiPage div.col3Box div.lastChild {
	float: right;
	margin-right: 0;
}
#oxciiPage p.fleft {
	float: left;
}
#oxciiPage div.detailTxt {
	float: right;
	width: 350px;
}


/* 15 value 100524追加
------------------------------------------------------------------------*/
#valuePage div.box {
	zoom: 1;
}
#valuePage div.box:after {
	content:'';
	display: block;
	clear: both;
}
#valuePage .gradeBox {
	float: left;
}
#valuePage #grade01 {
	width: 160px;
	margin-right: 49px;
}
#valuePage #grade02 {
	width: 172px;
	margin-right: 47px;
}
#valuePage #grade03 {
	float: right;
	width: 210px;
}
#valuePage .gradeBox .gradeFig {
	text-align: center;
}
#valuePage .gradeBox .txt {
	font-size: 85.7%;
}
#valuePage .suppleList li {
	padding-left: 1em;
	font-size: 85.7%;
	text-indent: -1em;
}
#valuePage dl.faqBox {
	margin-bottom: 20px;
	border: 1px solid #CFCFCF;
}
#valuePage dl.faqBox dt {
	padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #CFCFCF;
	background: #F2F7FB url(../images/faq_q.gif) no-repeat 10px 10px;
}
#valuePage dl.faqBox dd {
	padding: 10px 10px 10px 40px;
	background: #fff url(../images/faq_a.gif) no-repeat 10px 10px;
}
#valuePage #humanBox {
	width: 660px;
	zoom: 1;
}
#valuePage #humanBox:after {
	content:'';
	display: block;
	clear: both;
}
#valuePage #humanBox .comTxt {
	float: left;
	width: 40%;
}
#valuePage #humanBox .comTxt h5 {
	margin-top: 0;
	font-weight: bold;
	text-align: center;
	color: #CD0000;
}
#valuePage #humanBox .comInfo {
	float: right;
	width: 50%;
}
#valuePage #humanBox .comInfo table {
	width: 330px;
	background: none;
}
#valuePage #humanBox .comInfo table th,
#valuePage #humanBox .comInfo table td {
	padding: 2px 5px;
	background: none;
	border: none;
	text-align: left;
	vertical-align: top;
}
#valuePage #humanBox .comInfo table th {
	font-weight: normal;
	white-space: nowrap;
}


/* 16 campaign
------------------------------------------------------------------------*/
#campaignPage table.campaignTable th {
	width: 20%;
}
#campaignPage ul.imageList {
	margin-top: 20px;
	zoom: 1;
}
#campaignPage ul.imageList li {
	float: left;
	margin-right: 10px;
}


/* 17 flow
------------------------------------------------------------------------*/
#flowPage #step01 {
	background: #fff url(../images/flow_step01.gif) no-repeat bottom right;
}
#flowPage #step02 {
	background: #fff url(../images/flow_step02.gif) no-repeat bottom right;
}
#flowPage #step03 {
	background: #fff url(../images/flow_step03.gif) no-repeat bottom right;
}
#flowPage #step04 {
	background: #fff url(../images/flow_step04.gif) no-repeat bottom right;
}
#flowPage #step05 {
	background: #fff url(../images/flow_step05.gif) no-repeat bottom right;
}
#flowPage #step01,
#flowPage #step02,
#flowPage #step03,
#flowPage #step04,
#flowPage #step05 {
	padding-right: 130px;
	min-height: 125px;
}
* html #flowPage #step01,
* html #flowPage #step02,
* html #flowPage #step03,
* html #flowPage #step04,
* html #flowPage #step05 {
	height: 135px;
}
#flowPage .arrow {
	margin-top: 10px;
	text-align: center;
}
#flowPage h5 {
	margin-top: 10px;
	margin-bottom: 2px;
}


/* 18 faq
------------------------------------------------------------------------*/
#faqPage dl.faqBox {
	margin-bottom: 20px;
	border: 1px solid #CFCFCF;
}
#faqPage dl.faqBox dt {
	padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #CFCFCF;
	background: #F2F7FB url(../images/faq_q.gif) no-repeat 10px 10px;
}
#faqPage dl.faqBox dd {
	padding: 10px 10px 10px 40px;
	background: #fff url(../images/faq_a.gif) no-repeat 10px 10px;
}


/* 20 company
------------------------------------------------------------------------*/
#companyPage #content #charmBox {
	margin-left: 10px;
	zoom:1;
}
#companyPage #content #charmBox:after {
	content:'';display:block;clear:both;
}
#companyPage #content #charmBox .charmList {
	float: left;
	margin-right: 7px;
	width: 155px;
}
#companyPage #content #charmBox .lastChild {
	margin-right: 0;
}
#companyPage #content #charmBox .innerBox {
	margin-bottom: 5px;
	padding: 5px;
	width: 142px;
	border: 1px solid #C8C4BF;
	background-color: #F9F8F3;
	height: 16em;
}
* html #companyPage #content #charmBox .innerBox {
	width: 154px;
}
#companyPage #content #charmBox .innerBox p {
	margin-bottom: 0;
	font-size: 85.7%;
}
* html #companyPage #content #charmBox .innerBox p {
	font-size: 12px;
}
#companyPage #content #charmBox .innerBox p.photo {
	margin-bottom: 1em;
}
#companyPage #content table th,
#companyPage #content table td {
	text-align: left;
	vertical-align: top;
}
#companyPage #content #map {
	width: 350px;
	height: 250px;
}



/* contact
------------------------------------------------------------------------*/
#contactPage h4#tiModelhouse {
	margin-bottom: 1em;
	font-weight: bold;
}
#contactPage div#modelHouseBox {
	margin-bottom: 30px;
	zoom: 1;
}
#contactPage div#modelHouseBox:after {
	content:'';display:block;clear:both;
}
#contactPage div#modelHouseBox p.photo {
	float: left;
}
#contactPage div#modelHouseBox div#modelHouseDetail {
	float: right;
	width: 340px;
}
#contactPage div#modelHouseBox div#modelHouseDetail #mapModelhouse {
	width: 340px;
	height: 200px;
}
#contactPage #flash {
	margin-bottom: 30px;
}
#contactPage ul.contactLink {
	margin: 20px 0;
	zoom: 1;
}
#contactPage ul.contactLink:after {
	content:'';display:block;clear:both;
}
#contactPage ul.contactLink li {
	float: left;
}
#contactPage ul.contactLink li.lastChild {
	float: right;
}

/*  ========================= table style */
#contactPage #content table.mailform {
	margin-top: 10px;
	padding: 0;
	border-collapse: collapse;
	border-top: solid 1px #CFCFCF;
	border-left: solid 1px #CFCFCF;
}
#contactPage #content table.mailform tr th,
#contactPage #content table.mailform tr td {
	padding: 5px 10px;
	border: none;
	border-right: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	text-align: left;
	vertical-align: top;
}
#contactPage #content table.mailform tr th {
	width: 150px;
	background: #F2F7FB;
	font-weight: bold;
	color: #001336;
}

/*  ========================= input style */
#contactPage #content table.mailform input {
	margin-right: 3px;
	vertical-align: middle;
}
#contactPage #content table.mailform select {
	margin-right: 3px;
}
#contactPage #content table.mailform textarea {
	width: 350px;
}

/*  ========================= label style */
#contactPage #content table.mailform label.fmail_label_enabled {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: none;
	font-weight: bold;
}
#contactPage #content table.mailform label.fmail_label_disabled {
	text-indent: 5px;
	margin: 0;
	padding: 0;
	border: none;
}


/*  ========================= list style */
#contactPage ol.fmail_radio_list li,
#contactPage ol.fmail_checkbox_list li {
	list-style: none;
	float: left;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}

/*  ========================= button style */
#contactPage #content .button {
	margin-top: 20px;
	text-align: center;
}
#contactPage #content .button input {
	width: 160px;
	padding: 5px;
	border: 1px solid #609CCE;
	background: #97BEDF;
	color: #fff;
	font-weight: bold;
}
#contactPage #content .site_top a{
	display:block;
	width:160px;
	height: auto;
	margin: 1em auto;
	padding: 5px 0;
	background-image: none;
	border: 1px solid #609CCE;
	background: #97BEDF;
	color: #fff;
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
}


/*  ========================= text style */
#contactPage #content th em {
	margin-left: 3px;
	color: #c00;
	font-size: 83.5%;
}
#contactPage #content td .info {
	color: #999;
	font-size: 83.5%;
}
#contactPage #content span.fmail_error {
	padding: 2px 0 3px 17px;
	background-position: left center;
}
#contactPage #content th.fmail_error,td.fmail_error,.fmail_error {
	background-color: none;
}

#apartmentPage .shinmatudo h5{
	margin: 0 0 5px;
	font-weight: bold;
	color: #001335;
}


