@charset "UTF-8";

/****** reset.css */
html {
	background:#fff;
	color:#333;
	outline:none;
}
body {
	font:85%/1.8 'Lucida Grande', Arial, Helvetica;
	margin:0;
	overflow:visible;
	padding:0;
}
/* for Windows */ .win body			{ font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック'; }
/* for Win IE6 */ * html.win body	{ font-family:'ＭＳ Ｐゴシック'; }
/* for Mac FF2 */ .mac body.firefox2{ font-size:12px; }
	/* --OTHER TAGS-- */
a				{ overflow:hidden; }
a img, img		{ border:0; }
abbr, acronym	{ border:0; }
address, caption, cite, code, dfn, em, th, var { 
				  font-style:normal; font-weight:normal; }
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul { 
				  margin:0; padding:0; }
caption, th		{ text-align:left; }
code, kbd, pre, samp, tt { 
				  font-family:monospace; line-height:100%; }
				/* for IE7 */ *+html code, *+html kbd, *+html pre, *+html samp, *+html tt { font-size:108%; }
h1, h2, h3, h4, h5, h6	 { 
				  font-size:100%; font-weight:strong; }
ol, ul			{ list-style:none; }
q:before,q:after{ content:''; }
button, fieldset, form, input, label, legend, select, textarea {
				  font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit;
				  margin:auto; padding:auto; vertical-align:baseline; }
				  /* for IE6 */ * html input, * html textarea { font-family:'ＭＳ Ｐゴシック'; }
				  /* for IE7 */ *+html input, *+html textarea { font-family:'メイリオ', 'ＭＳ Ｐゴシック'; }
				  /* for IE8 */ .msie8 select { font-family:sans-serif; }
table 			{ border-collapse:collapse; border-spacing:0; font-size:100%; }
	/*clearfix用*/
.clearfix:after	{ content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix 		{ min-height: 1px; }
* html .clearfix{ 
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.textbox:after	{ content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.textbox 		{ min-height: 1px; }
* html .textbox	{ 
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* micro clearfix */
.mcf:before,
.mcf:after {
    content:"";
    display:table;
}
.mcf:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.mcf { zoom:1;}



/****** 要素上書き */
html {
	background:#f4f4e9;
}
body {
	text-align:center;
	height:100%;
	font:12px "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Meiryo,Osaka,sans-serif;
	line-height:1.8;
}
	/* リンク */
a						{ color:#f19a88; text-decoration:none; }
a:active				{ outline:none; }

/****** レイアウト */
#main					{
	width:960px;
	clear:both;
	background:#f4f4e9;
}
#header,#main,#footer	{ text-align:left; margin:0 auto; }


/****** ヘッター */
#header	{
	width: 960px;
	height:100px;
	position:relative;
	background:url(../images/bg_header.png) no-repeat;
	margin: 0 auto;
}
#header h1 {
	position:absolute;
	width: 437px;
	height: 0;
	padding-top: 72px;
	overflow: hidden;
	top: 20px;
	left: 20px;
	z-index:100;
	background:url(../images/header.png) bottom no-repeat;
}
#header h1.chk {
	position:absolute;
	width: 194px;
	height: 0;
	padding-top: 74px;
	overflow: hidden;
	top: 20px;
	left: 20px;
	z-index:100;
	background:url(../images/header02.png) bottom no-repeat;
}
#header h1.chk03 {
	position:absolute;
	width: 244px;
	height: 0;
	padding-top: 94px;
	overflow: hidden;
	top: 2px;
	left: 0px;
	z-index:100;
	background:url(../images/header03.png) bottom no-repeat;
}
#header p {
	position:absolute;
	top: 48px;
	right: 75px;
}
#header p.bnr01 {
	top: 48px;
	right: 75px;
}
#header p.bnr02 {
	top: 48px;
	right: 273px;
}
/****** グローバルメニュー */
ul#subnav {
	position:absolute;
	top:0;
	right: 5px;
}

#contents {
	background: url(../images/bg_contents.png) repeat-y;
	min-height:130px;
	padding: 20px 30px;
}
#contents img.banner {
	margin: 0 0 20px 0;
}
/*左カラム*/
#contents .left {
	width: 435px;
	float: left;
	margin: 0 35px 0 0;
}
#contents .left .sub {
	margin: 20px 0 40px 0;
}
#contents .left .sub dl {
	float: left;
	margin: 0 15px 0 0;
	width: 95px;
}
#contents .left .sub dl.end {
	float: left;
	margin: 0 0 0 0;
}
#contents .left .sub dl dd {
	text-align: center;
	font-size: 80%;
}
#contents .left .btn {
	text-align: center;
}

/*右カラム*/
#contents .right {
	width: 430px;
	float: right;
}
#contents .right .h2 {
	padding: 0 0 40px 0;
	background:url(../images/h2_bg.png) center bottom no-repeat;
}
#contents .right h2 {
	width: 430px;
	height: 0;
	padding: 24px 0 0 0;
	overflow: hidden;
	margin: 0 0 5px 0;
	background:url(../images/ttl01.png) no-repeat;
}
#contents .right dl h3 {
	width: 430px;
	height: 0;
	padding: 20px 0 0 0;
	margin: 0 0 5px 0;
	overflow: hidden;
	float: left;
}
#contents .right dl.ttl04 h3 {
	width: 210px;
}
#contents .right dl.ttl02 h3 {
	background:url(../images/ttl02.png) no-repeat;
}
#contents .right dl.ttl03 h3 {
	background:url(../images/ttl03.png) no-repeat;
}
#contents .right dl.ttl04 h3 {
	background:url(../images/ttl04.png) no-repeat;
}
#contents .right dl.ttl05 h3 {
	background:url(../images/ttl05.png) no-repeat;
}
#contents .right dl {
	margin: 0 0 20px 0;
}
#contents .right dl.left dt {
	float: left;
}
#contents .right dl.left dd {
	width: 210px;
	float: right;
}
#contents .right dl.right dt {
	float: right;
}
#contents .right dl.right dd {
	width: 210px;
	float: left;
}


/****** フッター */
#footer {
	height:60px;
	clear:both;
	background:#f7f7ef;
	background:url(../images/footer-line.jpg) repeat-x top center;
}
#footer ul				{ width:960px; margin:0 auto; padding:20px 0 0 0; }
#footer ul li			{ float:right; }
#footer ul li.toplink	{ float:left; margin:0 0 0 15px; }

/****** コンテンツエリア */

#contents-fit			{ min-height:130px; background:url(../images/common/back-2.jpg) repeat-y; padding:5px 20px 20px;}
#contents-ttl				{ min-height:130px; padding:0 10px;}
#contents-960			{ min-height:150px; margin-bottom:20px;}
#aside					{ width:230px; float:right; margin:0 0 20px 0; }
.back-top { height:6px; background:url(../images/common/back-1.jpg) no-repeat;}
.back-bottom { height:5px; background:url(../images/common/back-3.jpg) no-repeat; margin-bottom:20px;}

	/* タイトル */
#contents h1 			{ background:url(../images/common/global-06.gif) no-repeat; height:35px; padding:0 0 0 20px;
							color:#fff; font-size:17px; letter-spacing:+0.2em; line-height:35px; }
	.house #contents h1	{ background:url(../common/global-11.gif) no-repeat; }
#contents h2 			{}
#contents h3 			{ text-align:center; color:#9e8823; font-size:24px; font-weight:bold; letter-spacing:+0.2em;
						  margin:30px 0; }
#contents h4 			{ font-size:16px; font-weight:bold; color:#f19a88; letter-spacing:0.3em; 
						  margin:0 0 10px 0; padding:0px 5px 3px 10px; letter-spacing:0.2em; line-height:1.2em; }
#contents h5 			{ color: #463737; font-size: 12px; font-weight: bold;
						  margin: 0 0 10px 0; padding: 0 0 0 0px; }
#contents h6			{ font-weight:normal; margin-bottom:5px; border-bottom:solid 1px #a01; letter-spacing:0.2em; color:#a01; }

#contents .textbox		{ margin:0 10px 0 10px; padding:0; text-align:left; }
#contents .textbox dl 	{ margin:0 0 2px 0px; padding:5px 0; width:490px; }
#contents .textbox dt 	{ color:#463737; float:left; padding-left:10px; width:480px; height:100%; }
#contents .textbox dd	{ width:470px; margin:1em 10px 0; }
#contents .textbox a 	{ color: #e9534f; } #contents .textbox a:hover { text-decoration:underline; }
#contents .textbox p 	{ overflow:hidden; font-size:13px; line-height:1.6em; }

	/* textbox内部 */
.textbox .floatleft		{ float:left; margin-right:10px; }
.textbox .floatright	{ float:right; margin-left:10px; }
.textbox .catch			{ font-weight:bold; letter-spacing:+0.1em; margin-bottom:10px; }
.textbox .addlink		{ text-align:right; }

.second .box			{ width:450px; float:left; margin:0 20px 0 0; }
.second .right			{ margin-right:0; }
.third  .box			{ width:290px; float:left; margin:0 20px 0 0; }
.third  .right			{ margin-right:0 }

#contents .textbox p.comingsoon	{ padding:150px 0 250px 0; }

#contents .pagelink		{ background:#fff6f0; padding:10px 0 10px 25px; }
#contents .pagelink h3	{ color:#f19a88; margin:10px 0; }

#contents .textcenter	{ text-align:center; }
#contents .clear 		{ clear:both; }

	/* トップページ */
.index #contents		{  }
.index #contents h2		{ margin:15px 0 5px 0; padding:0; }
.index #contents .textbox	{ margin:15px 0 30px 0px; }
.index #contents .link		{ position:absolute; top:260px; left:500px; }
.index #header				{ height:110px; }
.simplelife { background:url(../images/index/image-01.jpg) no-repeat -10px -20px; width:940px; height:0; overflow:hidden; padding-top:150px; margin:10px auto;}

	/* コンセプト */
.concept #tabs		{ width:920px; }
.concept #tabs .tab	{ width:920px; overflow:hidden; padding:0; min-height:330px; }

.concept #innerlink	{ width:960px; margin:10px 0; float:left; }
.concept #innerlink li	{ width:226px; height:55px; float:left; margin-right:12px;}
.concept #innerlink li.fst	{ margin-left:10px;}
.concept #innerlink li.lst	{ margin-right:0px;}

.concept #innerlink li	a { outline:none; }
.concept .innerwrap { padding:0 10px; }

#contents .c-ttl-simple {
	height:0;
	overflow:hidden;
	display:block;
	padding-top:1380px;
	background:url(../images/concept/concept-10.jpg) no-repeat;
	font-size:12px;
}

/* slider
--------------------------------------------------------- */
#cg {margin:0 0 10px 10px; }
.slideFrame {
	overflow: hidden;
	width: 920px;
	height: 200px;
	background: #fff;
}
.slideGuide { width: 920px;height: 200px;}
.slideCell {
	display: block;
	float: left;
	width: 920px;
	height: 200px;
	background: #FFF;
}

	/* スタイル */
.style #contents .textbox 	{ position:relative; text-align:center;}
.pict-box { padding-bottom:0 !important;}

	/* プラン */
.plan #contents ul	{ width:225px; float:right; margin-top:15px; }
.plan #contents li	{ margin-bottom:5px;}
.plan #tabs		{ width:672px; margin:0 0 20px 20px; border-right:dotted 1px #aaa; padding:0; }
.plan #tabs .tab	{ width:660px; overflow:hidden; padding:0; min-height:330px; }


	/* 2x4の評価 */
.system #contents ul	{ width:225px; float:right; margin-top:10px; }
.system #tabs		{ width:680px; margin:5px 0 20px 15px; border-right:dotted 1px #aaa; padding:0; }
.system #tabs .tab	{ width:660px; overflow:hidden; padding:0; min-height:330px; }

/****** ギャラリー */
#photos .panel 					{ text-align:center; }
#photos .panel .panel-overlay	{ text-align:left; }

/****** googlemap-comment */
.google-comment			{ font-size:12px; margin-right:10px; }
.google-comment strong	{ font-size:14px; display:block; border-bottom:1px solid #999; margin:0 0 2px 0; }
#googlemap 				{ width:596px; height:350px; border:solid 2px #eee; }


/****** css3専用 */
.box-shadow2	{ position:relative;
	-webkit-box-shadow: #ccc 2px 2px 2px; -moz-box-shadow: #ccc 2px 2px 2px; box-shadow: #ccc 2px 2px 2px; }
.box-radius3	{ position:relative;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.box-radius6	{ position:relative;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.box-radius9	{ position:relative;
	-webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; }



/***** メールフォームデザイン設定 */
form 					{ margin:0; padding:10px 20px; }
label	 				{ float:left; width:100px; text-align:right; margin-right:7px; color:#3c3c3c; line-height:1.2em; }
input,textarea			{ padding:4px; font:13px Georgia, "Times New Roman", Times, serif; border:1px solid #999999; width:310px; }
input.short		 		{ width:4em; }
textarea#message		{ height:100px; }
input:focus,textarea:focus	{ border:1px solid #666; background:#e3f1f1; }
select					{ padding:4px; }
button#send 			{ border:#bf3935 1px solid; padding:0.2em 1em 0.2em 2em; text-align:center; color:#fff; cursor:pointer;
						  background:#bf3935; font-size:125%; letter-spacing:1em; font-weight:bold;  }
button#send:hover		{ background-color:#c26161; border:#bf3935 1px solid; color:#fff; }

form p					{ float:left; padding:10px 0; width:100px;
						  color:#3c3c3c; letter-spacing:0.1em; text-align:right; vertical-align:middle; }
form p.normal			{ width:100%; padding:0; text-align:left; }
form p.annotation		{ width:100%; margin:0 0 5px 0; padding:2px 3px 1px 10px; border-left:4px solid #bf3934;
						  color:#444; font-size:13px; text-align:left; }
form ol 				{ clear:both; overflow:hidden; list-style:none; margin:0; padding:0; }
form li 				{ padding:6px; margin-bottom:1px; clear:both; }
form li#send 			{ background:none; margin-top:6px; }
form ol li				{ width:auto; border-bottom:#777777 1px dotted; }
form li.endlist			{ border:none; margin-bottom:20px; }
form li.send			{ border:none; text-align:center; }
form span				{ display:block; font-size:10px; line-height:1em; color:#900; }
form span.caution 		{ display:block; margin-left:110px; }
form input.checkbox		{ width:auto; margin:0 3px 0 10px; }


/***** テーブルの設定 */
table					{ border-collapse:separate; border-spacing:1px; }
table caption			{  }
table tr				{  }
table th				{ padding:2px; font-weight:bold; letter-spacing:0.1em; }
table td				{ padding:2px; letter-spacing: 0.1em; text-align:right; }
th,td					{ padding:3px; line-height:1.2em; }


/****** lightbox css */
div.light_rounded .pp_top .pp_left{background: url(../common/prettyphoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../common/prettyphoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../common/prettyphoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../common/prettyphoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../common/prettyphoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../common/prettyphoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../common/prettyphoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../common/prettyphoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../common/prettyphoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(../common/prettyphoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(../common/prettyphoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(../common/prettyphoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../common/prettyphoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../common/prettyphoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../common/prettyphoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../common/prettyphoto/light_rounded/loader.gif) center center no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;min-width:40px;}* html .pp_content{width:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{display: none;left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;padding:0;}.pp_gallery li.default a{background: url(../common/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../common/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../common/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}
