@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #111111;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFFFF url(../images/bg.gif) repeat-x center top;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
	border-top:solid 15px #e6e6e6;
	border-bottom:solid 15px #e6e6e6;
}
/*トップページでの背景設定*/
body#top {
	background: #FFFFFF url(../images/bg.gif) repeat-x center top;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	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: #333333;
}
a:hover {
	color: #C30000;
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック。フッターは除く。）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入っている最上段ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 110px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 30px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
}
/*TEL画像設定*/
#header #tel {
	position: absolute;
	top: 2px;		/*ヘッダーブロックに対して上から25pxの位置に配置*/
	right: 10px;	/*ヘッダーブロックに対して右から30pxの位置に配置*/
}
/*ナビ設定*/
#header #navi {
	position: absolute;
	top: 70px;		/*ヘッダーブロックに対して上から100pxの位置に配置*/
	left: 360px;	/*ヘッダーブロックに対して左から420pxの位置に配置*/
        font-size: 15px;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;	/*文字サイズ*/
	line-height: 12px;
	text-align: left;		/*左寄せ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #122F8D;			/*文字色*/
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 2px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #122F8D;	/*文字色*/
}
/*h2見出しタグ設定*/
#header h2 {
	font-size: 16px;	/*文字サイズ*/
	line-height: 16px;
	text-align: center;		/*左寄せ*/
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 118px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}
#menu2 {
        position: relative;
        top: -43px;
        left: 2px;
        z-index: 2;
}
#menu3 {
        position: relative;
        bottom: 6px;
        left: 1px;
}
/*ボックス11（メインエリアのコンテンツを囲むボックス）
---------------------------------------------------------------------------*/
#box11 {
        width: 670px;
        border: solid 1px #122f8d;
        margin-left: 5px;
        padding: 10px
}

/*ボックス22（フローページの詳細を囲むボックス）
---------------------------------------------------------------------------*/
#box22 {
        width: 640px;
        height: 170px;
	background-color: #cce5ff;
        padding: 10px;
        font-size: 16px;
}
/*box22内の画像配置の設定*/
#box22 .img {
	float: right;	/*写真を右側に回り込みさせる*/
}

/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#contents h9 {
	font-size: 21px;	/*文字サイズ*/
	font-weight: bold;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	text-align: left;
	position: relative;
	left: 20px;
        top: -27px
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding: 30px 0px;	/*左から、上下、左右への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #122F8D;		/*文字色*/
	clear: both;
	width: 670px;
	line-height: 42px;
	height: 45px;
	background: url(../images/h2bg.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 30px;
	overflow: hidden;
}
#main h3 {
        font-size: 230%;
	color: #122F8D;		/*文字色*/
	font-weight: bold;
}

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

#main h10 {
        text-decoration:none;
	padding-bottom: .9em;
	border-bottom: 3px double #ccc;
}
#main h11 {
        text-decoration:none;
	padding-bottom: .2em;
	border-bottom: 3px double #ccc;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 30px 0px;	/*左から、上下、左右への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	background: #434343 url(../images/h3bg.gif) no-repeat center top;	/*背景色、背景画像の読み込み、リピートしない＆上部に配置*/
	padding: 10px;	/*h3内の余白*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内の物件用ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub .box1 {
	line-height: 1.4;	/*行間。通常より少し狭くしている。*/
	padding: 5px;
	overflow: hidden;
	width: 228px;
	border-top: 1px solid #c9c9c9;	        /*上の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左の線の幅、線種、色*/
	background: url(../images/bg2.gif) repeat-x bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
}

/*h4見出し設定*/
#sub .box1 h4 {
	font-size: 90%;	/*文字サイズ*/
	padding-bottom: 3px;
	color: #122F8D;	/*文字色*/
}
#sub .box1 h4 a {
	color: #122F8D;	/*h4タグのテキストリンクの色*/
}
/*段落タグ設定*/
#sub .box1 p {
	font-size: 90%;	/*文字サイズ*/
	padding: 0px;
}
/*写真配置の設定*/
#sub .box1 p.img img {
	float: left;	/*写真を左側に回り込みさせる*/
	margin-right: 5px;
	border: 1px solid #cccccc;	/*写真の枠の幅、線種、色*/
}
#sub .box1 p.img a:hover img  {
	border: 1px solid #000000;	/*マウスオン時の写真の枠の幅、線種、色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニュー全体のブロック設定*/
ul.submenu {
	margin-bottom: 1em;
	background: url(../images/bg1.gif) repeat-x center bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
}
/*サブメニュー１個あたりの設定*/
ul.submenu li a {
	display: block;
	width: 208px;
	text-decoration: none;
	border-right: 1px solid #c9c9c9;	/*右の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下の線の幅、線種、色*/
	color: #333333;		/*文字色*/
	padding: 5px 5px 5px 25px;
	background: url(../images/arrow1.gif) no-repeat 5px center;	/*矢印画像の読み込み＆リピートしない＆左から5pxの位置＆上下中央に配置*/
}
ul.submenu li a:hover {
	color: #122F8D;	/*マウスオン時の文字色*/
	background: #DDE1EE url(../images/arrow1.gif) no-repeat 6px center;	/*マウスオン時の矢印画像。位置をちょっとずらす。*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main2 .new {
	overflow: auto;
	height: 150px;
	width: 690px;
	padding-left: 10px;
}
#main2 .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main2 .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main2 .new dd {
	float: left;
	width: 570px;
}
#main2 .new dd img {
	vertical-align: middle;
}
*html #main2 .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*物件一覧ページ
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .bukkenbox {
	line-height: 1.4;	/*行間。通常より少し狭くしている。*/
	clear: both;
	background: url(../images/bg2.gif) repeat-x bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 678px;
	border-right: 1px solid #c9c9c9;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左の線の幅、線種、色*/
}
/*h4見出し設定*/
#main .bukkenbox h4 {
	font-size: 120%;	/*文字サイズ*/
	padding-bottom: 0.5em;
	color: #122F8D;		/*文字色*/
}
#main .bukkenbox h4 a {
	color: #122F8D;	/*h4タグのテキストリンクの色*/
}
/*段落タグ設定*/
#main .bukkenbox p {
	padding: 0px;
}
/*写真配置の設定*/
#main .bukkenbox .img {
	float: left;	/*左側に回り込み*/
	width: 100px;
	margin-right: 10px;
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
.bukkenbox table {
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #ffffff;
}
.bukkenbox table, .bukkenbox table td, .bukkenbox table th{
	border: 1px solid #bfbfbf;	/*枠線の幅、線種、色*/
}
.bukkenbox table td, .bukkenbox table th{
	padding: 0;
	line-height: 1.6;
}
.bukkenbox table th{
	background-color: #f5f5f5;	/*見出し背景色*/
	width: 90px;
	text-align: center;
	font-weight: normal;
}
.bukkenbox table td {
	width: 150px;
	padding-left: 3px;
}
.bukkenbox a img,
#new a img,
.b img {
	border: 1px solid #cccccc !important;
}
.bukkenbox a:hover img,
#new a:hover img,
.b a:hover img {
	border: 1px solid #000000 !important;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*フッターメニューブロック全体の設定*/
#footermenu {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	position: relative;
	height: 30px;
	padding-top: 10px;
        font-size: 14px;
}
/*フッターメニュー１個あたりの設定*/
#footermenu ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
/*フッターブロック内にあるPAGETOPボタンの設定*/
#footermenu #pagetop {
	position: absolute;
	right: 0px;		/*フッターメニューブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*フッターメニューブロックに対して下から0pxの位置に配置*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*文字をセンタリング*/
	color: #122F8D;		/*文字色*/
	padding-top: 10px;
	padding-bottom: 2px;
	background: #FFFFFF;	/*背景色*/
}
#footer a {
	text-decoration: none;
	color: #122F8D;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 150px;
	padding: 10px;
	text-align: center;
	background-color: #E9E9E9;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;	/*文字色*/
	background: #54629D url(../images/bg3.gif) repeat-x left top;	/*背景色*、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}

/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 700px;
        font-size: 100%;	/*文字サイズ*/
        font-weight:bold;
}
/*テーブル内の右側*/
.td1{
	width: 86px;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;	/*背景色*/
	border-top: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-left: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-right: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.td2{
	width: 86px;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-left: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-right: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.td3{
	width: 86px;
	padding: 5px;
	text-align: center;
	border-top: 2px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-left: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-right: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: 2px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.td4{
	width: 600px;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-left: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-right: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の左側の見出し部分*/
.th1 {
	width: 184px;
        height: 70px;
	padding: 10px;
	text-align: center;
	background-color: #F9F9F9;	/*背景色*/
        border: 1px solid #122f8d;
	border-right: 2px solid #122f8d;/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.th2 {
	width: 184px;
        height: 70px;
	padding: 10px;
	text-align: center;
	background-color: #F9F9F9;	/*背景色*/
	border-top: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-left: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-right: 2px solid #122f8d;/*テーブルの枠線の幅、線種、色*/
        border-bottom: 1px solid #122f8d;
	line-height: 2;
}
.th3 {
	width: 184px;
        height: 70px;
	padding: 10px;
	text-align: center;
	background-color: #F9F9F9;	/*背景色*/
	border-top: 2px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-left: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-right: 2px solid #122f8d;/*テーブルの枠線の幅、線種、色*/
        border-bottom: 2px solid #122f8d;
	line-height: 2;
}

/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;	/*文字色*/
	background: #54629D url(../images/bg3.gif) repeat-x left top;	/*背景色*、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}

/*テーブル3
---------------------------------------------------------------------------*/
.ta3 {
	width: 700px;
        font-size: 100%;	/*文字サイズ*/
        font-weight:bold;
}
.ta3 td {
	width: 525px;
	padding: 5px;
	text-align: center;
	border: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の左側の見出し部分*/
.ta3 th {
	width: 175px;
        height: 70px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-left: 1px solid #122f8d;	/*テーブルの枠線の幅、線種、色*/
	border-right: 2px solid #122f8d;/*テーブルの枠線の幅、線種、色*/
        border-bottom: 1px solid #122f8d;
	line-height: 2;
	background-color: #F9F9F9;	/*背景色*/
}
/*テーブル4
---------------------------------------------------------------------------*/
.ta4 {
	width: 660px;
        font-size: 16px;	/*文字サイズ*/
	background-color: #cce5ff;	/*背景色*/
}
/*テーブル内の右側の見出し部分*/
.ta4 td {
	width: 160px;
	padding: 5px;
	line-height: 2;
}
/*テーブル内の左側の見出し部分*/
.ta4 th {
	width: 460px;
        height: 160px;
	padding: 10px;
	text-align: left;
	line-height: 2;
}

/*テーブル5
---------------------------------------------------------------------------*/
.ta5 {
	width: 660px;
        font-size: 16px;	/*文字サイズ*/
	background-color: #fff0f5;	/*背景色*/
}
/*テーブル内の右側の見出し部分*/
.ta5 td {
	width: 160px;
	padding: 5px;
	line-height: 2;
}
/*テーブル内の左側の見出し部分*/
.ta5 th {
	width: 460px;
        height: 160px;
	padding: 10px;
	text-align: left;
	line-height: 2;
}
/*テーブル6
---------------------------------------------------------------------------*/
.ta6 {
	width: 660px;
        font-size: 16px;	/*文字サイズ*/
}
/*テーブル内の右側の見出し部分*/
.ta6 td {
	width: 160px;
	padding: 5px;
	line-height: 2;
}
/*テーブル内の左側の見出し部分*/
.ta6 th {
	width: 460px;
	padding: 10px;
	text-align: left;
	line-height: 2;
}
/*テーブル7
---------------------------------------------------------------------------*/
.ta7 {
	width: 660px;
        font-size: 16px;	/*文字サイズ*/
}
.ta7, .ta7 td, .ta7 th{
	border: 1px solid #595959;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の見出し部分*/
.ta7 th {
	width: 145px;
	padding: 3px;
	text-align: center;
	line-height: 2;
	background-color: #fff6f6;	/*背景色*/
}
.ta7 th.a{
	width: 145px;
	padding: 3px;
	text-align: left;
	line-height: 2;
	background-color: #fafafa;	/*背景色*/
}
/*テーブル内の本文部分*/
.ta7 td {
	width: 145px;
	padding: 5px;
	text-align: right;
	line-height: 2;
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
        top: 20px;    /*背景が"bgtop2"の場合は11px*/
	height: 460px;
	width: 960px;
}
/*パンくずリスト
---------------------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 15px;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #C30000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.osusume {
	background-image: url(../images/mark_osusume.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
.sumi {
	background-image: url(../images/mark_sumi.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
}
