@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: url(../images/bg_kazari.png) no-repeat fixed right top, url(../images/bg_kazari.png) no-repeat fixed left 400px, url(../images/bg.png);/*左からカンマで区切って背景画像を３つ指定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	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: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #000;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*リンク（main内）設定
---------------------------------------------------------------------------*/
#main a {
	color: #039;	/*リンクテキストの色*/
}
#main a:hover {
	color: #09F;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body > h1 {
	font-size: 10px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	background: #4d443a;	/*背景色*/
	text-align: right;		/*右寄せ*/
}
body > h1 a, body > h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 985px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 110px;	/*ブロックの高さ*/
	width: 100%;	/*ブロックの幅*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から35pxの位置に配置*/
}
/*右側の電話番号のボックス設定*/
header p.toiawase {
	position: absolute;
	right: 20px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	top: 15px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
	font-size: 14px;	/*文字サイズ*/
	background: #FFF;	/*背景色*/
	border: 5px solid #FFF;	/*枠線の幅、線種、色*/
	text-align: center;
	padding: 5px 15px;	/*左から、上下、左右への余白*/
	line-height: 1.11;	/*行間*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fff4cc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #fff4cc);									/*同上*/
	background-image: linear-gradient(#FFF, #fff4cc);											/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
}
/*電話番号の文字の設定*/
header p.toiawase .tel {
	font-size: 28px;	/*文字サイズ*/
	font-weight:bold;
	color: #092ce9;		/*文字色*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	line-height: 1.6;
	margin-right: 5px;
	margin-bottom: 20px;
	width: 160px;
}
nav#menu ul li.last {
	margin-right: 0px;
}
nav#menu ul li a {
	color: #FFF;		/*文字色*/
	padding: 10px 0px;	/*左から、上下、左右への余白。（メニュー内の）*/
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #092ce9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1b58f2), to(#092ce9));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#1b58f2, #092ce9);	/*同上*/
	background-image: linear-gradient(#1b58f2, #092ce9);			/*同上*/
	font-weight:bold;
	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	color: #000;			/*文字色*/
	background: #FFF;		/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準にする設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 965px;
	background-color: #FFF;	/*背景色*/
	padding: 10px 10px 0px;	/*コンテンツ内の余白。左から、上、左右、下。*/
	border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 380px;
	width: 965px;
	margin-bottom: 20px;
}
#mainimg img {
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
#main img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#main a:hover img {
	opacity: 0.75;
	-moz-opacity: 0.75; /* Firefox */
	filter: alpha(opacity=75); /* IE6/7 */
	-ms-filter: "alpha(opacity=75)"; /* IE8 */
}

/*mainコンテンツのsectionとarticleの直接の子要素のh1タグの設定*/
#main section > h1,
#main article > h1 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C6E0FB));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #C6E0FB);	/*同上*/
	background-image: linear-gradient(#FFF, #C6E0FB);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	font-size: 100%;
	color: #00F;	/*文字色*/
	padding: 7px 10px 5px 10px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 6px 6px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	border-bottom: 4px solid #009;	/*下部の線の幅、線種、色*/
}
#main h1 img {
	vertical-align: middle;
}
#main h2 {
	font-size: 100%;
	border-left: 5px solid #092ce9;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #092ce9;		/*文字色*/
	background: #FFF;	/*背景色*/
	padding-left: 5px;
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
}

#main h3 {
	font-size: 100%;
	margin-bottom: 0.5em;
	color: #092ce9;		/*文字色*/
	background: url(../images/bg_h3.png) left no-repeat;	/*背景色*/
	padding-left: 40px;
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
}

#main h4 {
	font-size: 100%;
	margin-bottom: 0.5em;
	color: #092ce9;		/*文字色*/
	padding-left: 10px;
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main > p {
	background-color: #FFF;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
.fb {
	width:100%;
	text-align:center;
	margin-bottom:1em;
}



/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh1タグ設定*/
#sub h1 {
	border-radius: 6px 6px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	background-color: #00F;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#09F), to(#00F));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#09F, #00F);	/*同上*/
	background-image: linear-gradient(#09F, #00F);			/*同上*/
	color: #FFF;	/*文字色*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	margin-bottom: 1em;
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	border-right: 1px solid #999999;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #999999;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #999999;		/*左側の線の幅、線種、色*/
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #FFF;	/*背景色*/
}
/*マウスオン時の設定*/
#sub ul li a:hover {
	background-color: #ffea99;	/*背景色*/
}

/*サブコンテンツ　物件ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub article.box1 {
	font-size: 11px;	/*文字サイズ*/
	width: 238px;		/*ボックスの幅*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);									/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);											/*同上*/
	border-top: 1px solid #999;	/*下の線の幅、線種、色*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub article.box1 a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#sub article.box1 a:hover {
	background-color: #ffea99;	/*マウスオン時のボックス色*/
}
/*h1見出しタグ*/
#sub article.box1 h1 {
	color: #4d443a;		/*文字色*/
	margin-left: 90px;	/*左の画像とバランスをとって設定する*/
	text-align: left;
	padding: 0;
	background: none;
}
/*p段落タグ*/
#sub article.box1 p {
	margin-left: 90px;	/*左の画像とバランスをとって設定する*/
	padding: 0;
}
/*サムネイル画像設定*/
#sub article.box1 figure {
	float: left;	/*左に回り込みさせる設定*/
	padding: 0;
}
/*サムネイル画像のフチ*/
#sub article.box1 figure img {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 380px;
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*問い合わせフォーム　プライバシーポリシーブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#policy dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 200px;
	padding-left: 10px;
}
/*日付設定*/
#policy dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 0.5em;
}
/*記事設定*/
#policy dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 0.5em;
}

/*list.html内の物件紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);									/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);											/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;			/*同上*/
	position: relative;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
	margin-right: 10px;
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	font-size: 100%;
	border-left: 5px solid #092ce9;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #092ce9;		/*文字色*/
	background: #FFF;	/*背景色*/
	padding-left: 5px;
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
}
/*リンクの設定*/
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.list article a:hover {
	background-color: #ffea99;	/*マウスオン時のボックス色*/
}

#main .box_ans{
	width:100%;
	margin:0px auto 30px;
	padding:5px;
	background:url(../images/bg_ans.png) no-repeat left top;
	color:#333;
}
/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list article table {
	font-size: 11px;	/*文字サイズ*/
	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: #dfe0c8;
}
#main section.list article table td {
	width: 150px;
	padding-left: 3px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #D5E3F2;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #999;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #E7EFF8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E7EFF8), to(#D5E3F2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#E7EFF8, #D5E3F2);	/*同上*/
	background-image: linear-gradient(#E7EFF8, #D5E3F2);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

/*テーブル１グリーン
---------------------------------------------------------------------------*/
.ta1g {
	width: 100%;
}
.ta1g, .ta1g td, .ta1g th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1g td{
	width: 457px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1g th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #DCEDD1;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1g th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1g caption{
	padding: 10px;
	border-top: 1px solid #999;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #ECF7EA;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF7EA), to(#DCEDD1));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ECF7EA, #DCEDD1);	/*同上*/
	background-image: linear-gradient(#ECF7EA, #DCEDD1);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

/*テーブル１オレンジ
---------------------------------------------------------------------------*/
.ta1o {
	width: 100%;
}
.ta1o, .ta1o td, .ta1o th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1o td{
	width: 457px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1o th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #F1DBC2;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1o th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1o caption{
	padding: 10px;
	border-top: 1px solid #999;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #F7EFE6;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F7EFE6), to(#F1DBC2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#F7EFE6, #F1DBC2);	/*同上*/
	background-image: linear-gradient(#F7EFE6, #F1DBC2);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

/*テーブル3
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #aaa;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td{
	padding: 10px;
	vertical-align: top;
	font-size:80%;
	color:#666;
}
/*テーブル内の段落タグの余白*/
.ta3 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 40px;
	padding: 10px;
	text-align: center;
	font-size:90%;
}

/*テーブル4
---------------------------------------------------------------------------*/
.ta4 {
	width: 100%;
}
.ta4, .ta4 td, .ta4 th{
	border: 1px solid #aaa;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta4 td{
	padding: 10px;
	vertical-align: top;
	color:#666;
	text-align: center;
}
/*テーブル内の段落タグの余白*/
.ta4 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta4 th{
	padding: 10px;
	text-align: center;
	font-size:90%;
	background-color: #E7EFF8;	/*背景色*/
}

/*テーブルのキャプション設定*/
.ta4 caption{
	padding: 10px;
	border-top: 1px solid #999;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #E7EFF8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E7EFF8), to(#D5E3F2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#E7EFF8, #D5E3F2);	/*同上*/
	background-image: linear-gradient(#E7EFF8, #D5E3F2);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.flow1{
	background:#eee url(../images/bg_1.png) left no-repeat;
}
.flow2{
	background:#eee url(../images/bg_2.png) left no-repeat;
}
.flow3{
	background:#eee url(../images/bg_3.png) left no-repeat;
}
.flow4{
	background:#eee url(../images/bg_4.png) left no-repeat;
}
.flow5{
	background:#eee url(../images/bg_5.png) left no-repeat;
}


/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 45%;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	margin-left:2px;
	margin-right:2px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #5cb3ee;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#89caf7), to(#5cb3ee));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#89caf7, #5cb3ee);	/*同上*/
	background-image: linear-gradient(#89caf7, #5cb3ee);			/*同上*/
	color: #FFF;		/*文字色*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #89caf7;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb3ee), to(#89caf7));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#5cb3ee, #89caf7);	/*同上*/
	background-image: linear-gradient(#5cb3ee, #89caf7);			/*同上*/
}

/*resetボタンの設定*/
input[type="reset"],
input[type="button"] {
	width: 45%;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	margin-left:2px;
	margin-right:2px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #5db5ee;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#89caf7), to(#5cb3ee));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#89caf7, #5cb3ee);	/*同上*/
	background-image: linear-gradient(#89caf7, #5cb3ee);			/*同上*/
	color: #FFF;		/*文字色*/
}
/*submitボタンのマウスオン時の設定*/
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #89caf7;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb3ee), to(#89caf7));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#5cb3ee, #89caf7);	/*同上*/
	background-image: linear-gradient(#5cb3ee, #89caf7);			/*同上*/
}

/*リセットボタンの幅を再設定*/
input[type="button"] {
	width: 150px; /*ボタン幅*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 200px;
	height: 40px;

}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	color: #FFF;	/*文字色*/
	background-color: #927e67;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	display: inline-block;
}
#pagetop a:hover {
	background-color: #766653;
	color: #FFF;
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h1 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h1 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
.sortbox {
	text-align: right;
	margin-bottom: 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #e5e5e5;
}
.big1 {
	font-size: 130%;
}

/*その他
---------------------------------------------------------------------------*/
.p_photo_l{
	float: left;
	margin: 10px;
}

.p_photo_r{
	float: right;
	margin: 10px;
}

.red{
	color:#ff0000;
	
	}


/*フェイスブック部分
--------------------------------------------------------------------------- */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	width: 100% !important;
}
#pageplugin {
	max-width: 500px;
	min-width: 220px;
	margin: 0 auto;
	padding: 0px 0;
}
.page {
	min-height: 250px;
}

/*テキスト装飾
------------------------------------------------------------------*/
.text_red{color: #cc0000;}
.text_red_l{color: #cc0000; font-size:135%; line-height:3em;}
.text_brown{color: #960;}
.text_brown_b{color: #960; font-weight:bold;}
.text_brown_l{color: #960; font-size:150%;}
.text_green{color: #090;}
.text_green_b{color: #090; font-weight:bold;}
.text_green_l{color: #390; font-size:150%;}
.text_orange{color: #ff6600;}
.text_yellow{color: #C90;}
.text_orange_l{color: #ff6600; font-size:150%;}
.text_blue{
	color: #09b5de;
	font-weight: bold;
	font-size: 110%;
}
.text_blue_l{color:#00F; font-size:120%;}
.text_blue2{
	color: #09b5de;
	font-size: 80%;
}
.text_blue3{
	color: #09b5de;
	font-size: 90%;
}
.text_blue4{
	color: #0000FF;
	font-size: 90%;
}
.text_blue5{
	color: #0000FF;
}
.text_blue5_b{
	color: #0000FF;
	font-weight:bold;
}
.text_small{
    font-size: 90%;
	line-height:normal
}
.text_large{
    font-size: 130%;
}
.text_bk_l{color: #000; font-size:135%; line-height:2em;}
.text_navy{
	color: #000066;
	font-weight: bold;
	font-size: 110%;
}
