@charset "shift_jis";

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

body {
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.jpg);	/*背景画像の読み込み*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: center top;			/*背景画像を中央・上部に配置*/
}
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: #990000;	/*マウスオン時の文字色*/
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 230px;
	width: 100%;
	position: relative;
}
#top #header {
	text-align: left;
	height: 350px;	/*トップページのみ、ヘッダーの高さを変更。*/
	width: 100%;
	position: relative;
}
/*ヘッダー右上の２つのメニュー*/
#header ul#nav {
	position: absolute;
	width: 240px;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
}
#header ul#nav li {
	float: left;
	padding-left: 10px;
}

/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	z-index:3 ;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 16px;
	font-weight: normal;
	position: absolute;
	top: 23px;		/*ヘッダーブロックに対して上から23pxの位置に配置*/
	left: 300px;	/*ヘッダーブロックに対して左から300pxの位置に配置*/
	width: 380px;
	color: #333333;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #333333;	/*文字色*/
}

/*文字サイズ変更ボタン
---------------------------------------------------------------------------*/
ul#fsize {
	height: 40px;
	width: 88px;
	background-image: url(../images/fsize_bg.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	position: absolute;
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
	top: 40px;	/*ヘッダーブロックに対して上から40pxの位置に配置*/
	padding-left: 92px;
}
ul#fsize li {
	float: left;
}
ul#fsize a{
	overflow:hidden;
	display: block;
	text-indent: -9999px;
}
ul#fsize li#me a {
	background-image: url(../images/fsize_over_01.gif);
	height: 40px;
	width: 38px;
}
ul#fsize li#me a:hover {
	background-image: url(../images/fsize_over_01.gif);
}
ul#fsize li#la a {
	background-image: url(../images/fsize_02.gif);
	height: 40px;
	width: 46px;
}
ul#fsize li#la a:hover {
	background-image: url(../images/fsize_over_02.gif);
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 21px;
	background-image: url(../images/menu_bg.gif);	/*メニュー背景画像*/
	background-repeat: no-repeat;
	height: 60px;
	width: 932px;
}
ul#menu li {
	float: left;
	padding-right: 4px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 20px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右に回り込みさせる*/
	width: 670px;	/*メインコンテンツ幅*/
	padding-top: 10px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	clear: both;
	width: 655px;
	color: #FFFFFF;		/*文字色*/
	background-image: url(../images/bg1.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right bottom;			/*背景画像の右側・下部を読み込む*/
	padding: 5px 5px 5px 10px;	/*左から上・右・下・左への余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*メインコンテンツを左に回り込みさせる*/
	width: 236px;	/*サブコンテンツ幅*/
	padding-top: 10px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	background-color: #000000;	/*背景色*/
	padding: 5px 5px 5px 10px;	/*左から上・右・下・左への余白*/
	background-image: url(../images/bg2.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;				/*背景画像をリピートしない*/
	background-position: top;					/*背景画像を上部に配置*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から上・左右・下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 200px;
	padding: 5px 10px 5px 24px;	/*左から上・右・下・左への余白*/
	text-decoration: none;
	border-bottom: 1px solid #999999;	/*下の線の幅、線種、色*/
	border-right: 1px solid #999999;	/*右の線の幅、線種、色*/
	border-left: 1px solid #999999;		/*左の線の幅、線種、色*/
	background-color: #e5e5e5;	/*背景色*/
	background-image: url(../images/arrow1.gif);	/*背景の矢印画像の読み込み*/
	background-repeat: no-repeat;					/*矢印画像をリピートしない*/
	background-position: 5px center;				/*矢印画像を左から5px、上下中央に配置*/
	color: #333333;	/*文字色*/
}
ul.submenu li a:hover {
	background-color: #ffffff;	/*マウスオン時の背景色*/
	color: #990000;				/*マウスオン時の文字色*/
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 7px center;	/*マウスオン時に2px分だけ画像を動かす設定*/
}

/*サブコンテンツ内の物件用ボックス
---------------------------------------------------------------------------*/
#sub .box1 {
	line-height: 1.4;
	clear: both;
	padding: 5px;
	overflow: hidden;
	width: 224px;
	border-right: 1px solid #999999;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #999999;	/*下の線の幅、線種、色*/
	border-left: 1px solid #999999;		/*左の線の幅、線種、色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;				/*背景画像を下部に配置*/
}
/*h4見出し設定*/
#sub .box1 h4 {
	font-size: 90%;
	padding-bottom: 3px;
}
/*段落タグ設定*/
#sub .box1 p {
	padding: 0px;
	font-size: 90%;
}
/*写真配置の設定*/
#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;	/*マウスオン時の写真の枠の幅、線種、色*/
}
#sub .box1 h4 a {
	color: #000000;	/*h4タグのテキストリンクの色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 660px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 640px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 540px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background-image: url(../images/footer_bg.gif);	/*フッター背景画像*/
	background-repeat: repeat-x;	/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;		/*背景画像を上部に配置*/
	background-color: #D3C3DF;		/*背景色*/
	padding-top: 60px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 670px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #e5e5e5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #727272;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 150px;
	width: 932px;
	top: 80px;
}
#top #mainimg {
	position: relative;
	height: 270px;
	width: 932px;
	top: 80px;
}
#top #mainimg .slide_file {
	display: none;
}
#top #slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#top #slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
/*一覧ページ
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main .bukkenbox {
	line-height: 1.4;
	clear: both;
	background-image: url(../images/bg4.gif);	/*背景のグラデーション画像読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
	padding: 5px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 658px;
	margin-bottom: 1em;
	border: 1px solid #999999;	/*枠線の幅、線種、色*/
}
/*h4見出し設定*/
#main .bukkenbox h4 {
	font-size: 120%;
	padding-bottom: 0.5em;
}
/*段落タグ設定*/
#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;
}

/*その他
---------------------------------------------------------------------------*/
.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;
}
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #990000;
}
.pr {
	font-size: 10px;
}
.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
img { behavior: url("iepngfix.htc") }
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

/* tab css
------------------------------*/

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.tabset {
  max-width: 65em;
}

/* grade css
------------------------------*/

.grade_css {
    background: linear-gradient(77deg, #034fce, #79f4f5);
    background-size: 400% 400%;

    -webkit-animation: grade_anime_css 14s ease infinite;
    -moz-animation: grade_anime_css 14s ease infinite;
    -o-animation: grade_anime_css 14s ease infinite;
    animation: grade_anime_css 14s ease infinite;
}

@-webkit-keyframes grade_anime_css {
    0%{background-position:49% 0%}
    50%{background-position:52% 100%}
    100%{background-position:49% 0%}
}
@-moz-keyframes grade_anime_css {
    0%{background-position:49% 0%}
    50%{background-position:52% 100%}
    100%{background-position:49% 0%}
}
@-o-keyframes grade_anime_css {
    0%{background-position:49% 0%}
    50%{background-position:52% 100%}
    100%{background-position:49% 0%}
}
@keyframes grade_anime_css {
    0%{background-position:49% 0%}
    50%{background-position:52% 100%}
    100%{background-position:49% 0%}
}

/* table css
------------------------------*/

.tg {
  border-collapse: collapse;
  border-color: #aaa;
  border-spacing: 0;
}

.tg td {
  background-color: #fff;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg th {
  background-color: #f38630;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-o1qt {
  background-color: #f8a102;
  color: #343434;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  vertical-align: top
}

.tg .tg-p6rx {
  background-color: #343434;
  border-color: #343434;
  color: #ffffff;
  text-align: left;
  vertical-align: top
}

.tg .tg-it17 {
  background-color: #f8a102;
  color: #f8a102;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: top
}

.tg .tg-l4rk {
  background-color: #f8a102;
  font-family: "Arial Black", Gadget, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  vertical-align: top
}

.tg .tg-cvs4 {
  background-color: #f8a102;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  vertical-align: top
}

.tg .tg-d5wk {
  background-color: #F8A102;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  vertical-align: top
}

.tg .tg-8njc {
  background-color: #ecf4ff;
  color: #343434;
  font-family: "Arial Black", Gadget, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: top
}

.tg .tg-xr29 {
  background-color: #ecf4ff;
  font-family: "Arial Black", Gadget, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: top
}

.tg .tg-hpd9 {
  background-color: #343434;
  border-color: #343434;
  color: #ffffff;
  font-family: "Arial Black", Gadget, sans-serif !important;
  font-size: 36px;
  text-align: left;
  vertical-align: top
}