﻿@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 16px/1.8 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #fff;	/*背景色*/
}
body#top {
	background: #fff url(../img/mainImg_bg.png) repeat-x center 175px;	/*トップページの背景設定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,#sub div.sideMenu {
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #672F00;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	/*マウスオン時にアンダーライン*/
}

/*headerDesc
---------------------------------------------------------------------------*/
/*サイト最上段の茶色の帯ブロック*/
#headerDesc {
	color: #fff;	/*文字色*/
	background: #66B8D9;	/*背景色*/
	height: 20px;	/*高さ*/
}
/*下のh1,h2タグを囲むブロック*/
#headerDescArea {
	width: 960px;	/*ブロック幅*/
	margin: 0 auto;
}
/*h3タグ*/
#headerDescArea h3 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 20px;	/*行間*/
	float: left;		/*左よせ*/
	font-weight: normal;
}
/*h1タグ*/
#headerDescArea h2 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 20px;	/*行間*/
	float: right;	/*右よせ*/
	font-weight: normal;
}

/*container
---------------------------------------------------------------------------*/
#container {
	clear: both;
	width: 960px;	/*ブロック幅*/
	margin: 0 auto;
}

/*header
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 960px;	/*ブロック幅*/
	height: 92px;	/*ブロックの高さ*/
	position: relative;
	margin: 0px auto;
}
/*ロゴ*/
header #logo {
	position: absolute;
	left: 3px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 8px;	/*ヘッダーブロックに対して上から12pxの位置に配置*/
}
/* #utilityNavブロック */
header #utilityNav {
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 5px;	/*ヘッダーブロックに対して下から5pxの位置に配置*/
}
/* #utilityNavメニュー１個あたりの設定 */
header #utilityNav li {
	display: inline;
	margin-right: 5px;	/*メニュー同士の空間*/
	padding:0 0 0 8px;	/*左から、上、右、下、左への余白*/
	background: url(../img/list-arw.png) no-repeat left center;	/*背景矢印画像の読み込み*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#gNav {font-weight: bold;
	clear: left;
	width: 100%;
	background-color: #FFE4A2;
	height: 63px;				/*高さ*/
}
nav#gNav ul {
	width: 960px;
	margin: 100px auto;
	padding-left: 2px;
}
/*メニュー１個ごとの設定*/
nav#gNav ul li {
	float: left;
	width: 158px;	/*メニュー幅*/
	text-align: center;
	/*margin-left: 10px;*/
	border-right: 1px solid #fff;	/*メニューの右側の線の幅、線種、色*/
}
nav#gNav ul li a {font-size: 16px;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 2px 0px 14px;		/*左から、上、左右、下への余白*/
	color: #B28413;				/*文字色*/
	height: 47px;				/*高さ*/
	background-color: #fff;
	background-image: url(../img/gNav_li_bg.png), -webkit-gradient(linear, left top, left bottom, from(#FFE4A3), to(#FFE4A4));	/*背景画像読み込み,グラデーション*/
	background-image: url(../img/gNav_li_bg.png), -webkit-linear-gradient(#FFE4A3, #FFE4A4);	/*同上*/
	background-image: url(../img/gNav_li_bg.png), linear-gradient(#FFE4A3, #FFE4A4);			/*同上*/
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 55px;
}
/*最初のメニューの設定*/
nav#gNav ul li:first-child {
	border-left: 1px solid #fff;	/*左側に線を入れる*/
	margin-left: 0;
}
/*マウスオン時の設定*/
nav#gNav ul li a:hover {
	background: #FFFFFF;	/*マウスオン時の背景色*/
	background-image: url(../img/gNav_li_bg_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*英語表記の設定*/
nav#gNav ul li a span {
	font-size: 10px;	/*文字サイズ*/
	display: block;
	color: #B28413;	/*文字色*/
}


/*下部のメインメニュー
---------------------------------------------------------------------------*/
#sub nav#gNav {
	display: none;
}

/*トップページのメインイメージ
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	margin-bottom: 20px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 960px;	/*ブロック幅*/
	padding-top: 20px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	/*width: 700px;	メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {
	font-size: 18px;	/*文字サイズ*/
	border: 2px solid #66B8DC;			/*線の幅、線種、色*/
	font-weight: bold;	/*文字の太さを標準に*/
	background-color: #66B8DC;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../img/bg-h2.png), -webkit-gradient(linear, left top, left bottom, from(#B8D8E5), to(#66B8DC));	/*背景画像読み込み,グラデーション*/
	background-image: url(../img/bg-h2.png), -webkit-linear-gradient(#B8D8E5, #66B8DC);	/*同上*/
	background-image: url(../img/bg-h2.png), linear-gradient(#B8D8E5, #66B8DC);			/*同上*/
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-box-shadow: 0px 0px 2px 1px #FFF inset;	/*影の設定。内側への影の右・下・ぼかし幅・影を広げる距離・色を設定*/
	box-shadow: 0px 0px 2px 1px #FFF inset;	/*同上*/
	border-radius: 6px 6px 6px 6px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	padding: 8px 0px 5px 50px;
	color: #fff;
}
/*h2タグ設定*/
#main h2 {padding: 8px 0px 5px 50px;
	border: 1px solid #66B8DC;	/*枠線の幅、線種、色*/
	font-size: 16px;		/*文字サイズ*/
	font-weight: bold;	/*文字の太さを標準に*/
	color: #FFF;			/*文字色*/
	background-color: #66B8DC;	/*背景色*/
	background-image: url(../img/bg-h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*影の設定。内側への影の右・下・ぼかし幅・影を広げる距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;	/*同上*/
}
/*背景色が濃いグレータイプのh1タグの設定*/
#main h1.type3 {
	background: #333;	/*背景色*/
	color: #FFF;		/*文字色*/
	border: none;		/*上のボーダーのリセット*/
	padding: 6px 0px 6px 30px;	/*左から、上、右、下、左への余白*/
	border-radius: 0 0 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: none;	/*影のリセット*/
	box-shadow: none;	/*同上*/
}


/*mainコンテンツのh3タグ設定*/
#main h3 {
	font-size: 16px;		/*文字サイズ*/
	color: #672F00;			/*文字色*/
	font-weight: bold;	/*文字の太さを標準に*/
	margin-left: 10px;		/*左側へスペースを空ける*/
}


/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
/*mainコンテンツの段落タグの幅一杯に画像を使いたい場合*/
#main p.img {
	padding: 0.5em 0 1em;	/*左から、上、左右、下への余白*/
}

#main li {background-image: url(../img/arw25.gif);
	background-repeat: no-repeat;
	font-size: 18px;		/*文字サイズ*/
	color: #9B6400;			/*文字色*/
	font-weight: bold;	/*文字の太さを標準に*/
	float: right;
	background-position: left center;
	padding: 0 0 0 10px;
}

/*sub
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 10px;
}
/*subブロックh1タグとmainブロックh1.type4（共通）*/
#sub h1,
#main h1.type4,
#sub div.sideMenu  {
	border: 1px solid #66B8DB;	/*枠線の幅、線種、色*/
	font-size: 15px;		/*文字サイズ*/
	font-weight: bold;	/*文字の太さを標準に*/
	color: #FFF;			/*文字色*/
	padding: 7px 0px 5px 50px;	/*左から、上、右、下、左への余白*/
	background-color: #66B8DB;	/*背景色*/
	background-image: url(../img/bg-h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 6px 6px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*影の設定。内側への影の右・下・ぼかし幅・影を広げる距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;	/*同上*/
}
#sub img {
	vertical-align: bottom;	/*画像の下の無駄な隙間をなくす設定*/
}

/*submenu
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
ul.submenu {
	font-weight: bold;
	font-size: 0.9em;
	border: 1px solid #43C2FF;	/*左側の線の幅、線種、色*/
	padding: 0px 10px 10px;	/*左から、上、左右、下への余白*/
	background: #FFFFFF;
	margin-bottom: 10px;
}
/*メニュー１個ごとの設定*/
ul.submenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #1D3096;	/*下線の幅、線種、色*/
	-webkit-transition: 0.5s;		/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;				/*同上*/
	background: url(../img/list-arw.png) no-repeat left center;	/*背景画像の読み込み*/
	padding: 3px 0px 3px 18px;	/*左から、上、右、下、左への余白*/
}
/*マウスオン時の設定*/
ul.submenu li a:hover {
	background-color: #ccc;	/*背景色*/
}

/*footer
---------------------------------------------------------------------------*/
/*フッターブロック*/
footer {
	clear: both;
	background: #FFE4A1;	/*背景色*/
}
/*#footerContents（３つのバナーとフッターメニューを囲むブロック）*/
footer #footerContents {
	margin: 0px auto;	/*上下のマージンを0に、ブロックを中央に配置する設定*/
	width: 960px;		/*ブロック幅*/
	padding: 20px 0px;	/*左から、上下、左右への余白*/
}
/*フッターメニューブロック*/
footer #footerContents ul {
	text-align: center;	/*文字をセンタリング*/
	clear: left;
}
/*フッターメニュー１個あたりの設定*/
footer #footerContents ul li {
	display: inline;
	border-left: 1px solid #999;	/*左側への線の幅、線種、色*/
	padding: 0px 10px;	/*左から、上下、左右への余白*/
}
/*フッターメニューの最初の１個目の設定*/
footer #footerContents ul li:first-child {
	border-left: none;	/*線を表示しない*/
}
/*copyright設定*/
footer .copyright {
	color: #FFF;		/*文字色*/
	background: #66B8D9;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;	/*左から、上下、左右への余白*/
	clear: both;
}

/*tableBlock
---------------------------------------------------------------------------*/
.tableBlock {
	width: 95%;
	margin: 5px auto;
}

.tableBlock,
.tableBlock td,
.tableBlock th {
	border: 1px solid #ddd;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.tableBlock td{
	padding: 10px;	/*余白*/
	text-align: center;

}
/*テーブル内の左側の見出し部分*/
.tableBlock th{
	width: 100px;	/*幅*/
	padding: 10px;	/*余白*/
	background-color: #efefef;	/*背景色*/
	font-weight: normal;	/*文字の太さを標準に*/
	text-align: left;	/*文字を左寄せ*/
}
/*テーブルのキャプション設定*/
.tableBlock caption{
	padding: 10px;	/*余白*/
	border-top: 1px solid #FADA9F;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #FADA9F;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #FADA9F;	/*左側の線の幅、線種、色*/
	text-align: left;	/*文字を左寄せ*/
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
}



/*contentsBox
---------------------------------------------------------------------------*/
/*h1,h2共通*/
.contentsBox h1,
.contentsBox h2 {background: #666;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 16px !important;
color:#fff;

}

.contentsBox h3 {background: #ffff00;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 16px !important;
}


/*p共通*/
.contentsBox p {
	margin: 0px !important;
	padding: 0px !important;
}

/*画像共通（左にフロート）*/
.contentsBox .box1 img {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.contentsBox .box5 img {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}


/*contentsBox内の各box1設定--------------------------*/
.contentsBox .box1 a {background: #fff;
	float: left;			/*★*/
	border: 1px dashed #ccc;	/*★枠線の幅、線種、色*/
	width: 291px;			/*★ボックス幅*/
	padding: 8px 10px 10px;	/*★左から、上、左右、下へのボックス内余白*/
	margin-left: 10px;		/*★ボックス間のスペース*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	color: #333;		/*文字色*/
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	text-decoration: none;
	overflow: hidden;

}


/*１個目のbox1*/
.contentsBox .box5:first-child a {
	margin-left: 0;
}
/*マウスオン時*/
.contentsBox .box5 a:hover {
	background: #ccc;	/*マウスオン時の背景色*/
}




/*１個目のbox1*/
.contentsBox .box1:first-child a {
	margin-left: 0;
}
/*マウスオン時*/
.contentsBox .box1 a:hover {
	background: #ccc;	/*マウスオン時の背景色*/
}

/*main内のcontentsBox内の各box1設定--------------------------*/
#main .contentsBox .box1 a {
	width: 678px;
	margin-left: 0;
	border: none;
	border-top: 1px solid #FADA9F;	/*枠線の幅、線種、色*/
}
#main .fl340 .contentsBox .box1 a {
	width: 318px;
}
/*１個目のbox1*/
#main .contentsBox .box1:first-child a {
	border-top: none;
}

/*sub内のcontentsBox内の各box1設定--------------------------*/
/*3つのボックスを囲むブロック*/
#sub .contentsBox {margin-bottom: 10px;
	border: 1px solid #ccc;	/*線の幅、線種、色*/
	padding: 0px 0px;	/*上下、左右への余白*/
}

/*box１個あたりの設定*/
#sub .contentsBox .box1 a {
	float: none;
	width: 226px;
	margin: 0;
	padding: 10px 0;	/*上下、左右への余白*/
	border: none;		/*線リセット*/
	border-top: 1px solid #ccc;	/*下の線の幅、線種、色*/
}
/*１個目のボックス*/
#sub .contentsBox .box1:first-child a {
	border-top: none;
}


/*box１個あたりの設定*/
#sub .contentsBox .box5 a {
	float: none;
	width: 228px;
	margin: 0;
	padding: 10px 0;	/*上下、左右への余白*/
	border: none;		/*線リセット*/
	border-top: 1px solid #822A00;	/*下の線の幅、線種、色*/
}

/*１個目のボックス*/
#sub .contentsBox .box5:first-child a {
	border-top: none;
}



/*#footerContents内のbox1設定--------------------------*/
footer #footerContents .contentsBox .box1 a {
	border: none;	/*枠線を消す設定*/
	margin-bottom: 20px;	/*下側への余白*/
}

/*contentsBox2（横長の画像が入った３カラム）
---------------------------------------------------------------------------*/
/*3つのブロックを囲むボックス*/
.contentsBox2 {
	border: 1px solid #cfb380;	/*枠線の幅、線種、色*/
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 1em;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFF09B));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fff, #FFF09B);									/*同上*/
	background-image: linear-gradient(#fff, #FFF09B);
}

.contentsBox2 h4{
	color: #822A00;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 16px !important;
}

/*box１個あたりの設定*/
.contentsBox2 .box1{
	float: left;		/*左に回り込み*/
	border-left: 1px solid #cfb380;	/*枠線の幅、線種、色*/
	width: 190px;		/*幅*/
	padding: 0 21px;	/*上下、左右へのボックス内余白*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	color: #333;	/*文字色*/
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 300px;
}
/*１個目のbox1*/
.contentsBox2 .box1:first-child {
	border-left:none;
}


/*物件一覧の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #cfb380;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFF09B));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fff, #FFF09B);									/*同上*/
	background-image: linear-gradient(#fff, #FFF09B);											/*同上*/
	-webkit-box-shadow: 0px 2px 5px #FADA9F, 0px 0px 1px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #FADA9F, 0px 0px 1px 1px #FFF inset;			/*同上*/
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
	margin-bottom: 1em;
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #FADA9F;	/*枠線の幅、線種、色*/
	vertical-align: middle;
	margin-right: 10px;
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	line-height:40px;
	font-size: 180%;
	border-left: 5px solid #822A00;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #822A00;		/*文字色*/
	background: #dbd7ce;	/*背景色*/
	padding-left: 5px;
        border-bottom: 1px solid #FADA9F;	/*下線の幅、線種、色*/
	border-top: 1px solid #FADA9F;
	border-right: 1px solid #FADA9F;

}

#main section.list article h1 img{
vertical-align: middle;}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list article table {
	font-size: 12px;	/*文字サイズ*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;	/*背景色*/
}
#main section.list article table,
#main section.list article table td,
#main section.list article table th{
	border: 1px solid #b5b5b5;	/*枠線の幅、線種、色*/
}
#main section.list article table td,
#main section.list article table th{
	padding: 0;
	line-height: 1.6;
}
#main section.list article table th{
	width: 90px;
	text-align: center;
	font-weight: normal;
	background: #efe6c5;	/*背景色*/
}
#main section.list article table td {
	width: 150px;
	padding-left: 3px;
}

/*他
---------------------------------------------------------------------------*/
.mb1em {
	margin-bottom: 0.1em !important;
}
.clear {
	clear: both;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}
.fl340 {
	float: left;
	width: 340px;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {border: 1px solid #ccc !important;
	margin-bottom: 20px;
}
.pl10 {
	padding-left: 10px;
}
.c {
	text-align: center;
}
.box {background: #fff;
	padding: 10px !important;
	border: 2px dashed #66B8DB !important;
	margin-bottom: 1em !important;
	overflow: hidden;

}

.box2{
	padding: 10px !important;
	border: 1px solid #66B8DB !important;
	margin-bottom: 1em !important;
	overflow: hidden;
	background: #FFFFFF;
}
.box3{
	padding: 10px !important;
	border: 1px solid #66B8DB !important;
	margin-bottom: 1em !important;
	overflow: hidden;
	background: #FFFFFF;
}
.colorbox {
	border: 1px solid #43C2FF !important;
	margin-bottom: 1em !important;
	overflow: hidden;
}

.mb1em a br {
	display: none;
}

span.banner {
	display: block;
	text-align: center;
}
span.banner img {
	max-width: 100%;
}

div.infobox {
width: 90%;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
border: 3px solid #88B639;
padding: 8px;
margin-bottom: 10px;
background-color: #DCF1B8;
}
.infobox p {
	/*font-weight: bold;*/
}

span.point {
	color:#FF8000;
	font-weight: bold;
}

span.point_title {
background: linear-gradient(transparent 60%, #FAE438 60%);
font-size: 1.2em;
font-weight: bold;
/*display: block;
margin-left: auto;
margin-right: auto;
text-align: center;*/
}
.red {
	color: #FA3333;
	font-weight: bold;
}


.pc {
	display: block;
	text-align: center;
}
.mb {
	display: none;
	text-align: center;
}