<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */

/*全ページ共通項目*/
img{
	border:0;
}
body {
	color : #000000;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	text-align:center;
	margin:0px 0px 0px 0px !important;
	padding:0;
}
body::before{
	background:none;
}

/*幅をサイトに合わせる*/


table,tr,td{
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color : #000000;
}

H1{
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: normal !important;
    text-decoration: none;
    background: url(img/titlebg2.jpg);
    position: absolute !important;
    top: 5px !important;
    left: 0px;
    right: 569px;
    margin: auto !important;
    width: 440px !important;
    font-weight: normal !important;
}

H2{
  color : #000000;
  font-size :12px;
  font-weight : normal;
	margin:0;
	line-height: normal;
	text-decoration: none;
}

H3{
  color : #FF6600;
  font-size : 12px;
  font-weight : normal;
	margin:0;
	line-height: normal;
	text-decoration: none;
}

.sub_title{
	padding:10px;
	border-left:solid 5px #000000;
	background-color:#F2F2F2;
}

	
/*フッター部分（文字サイズ、色、背景色、高さ、テキスト位置全指定）*/
.footerbg{
	clear:both;
	width:100%;
	text-align:center;
	background-color:#CCC;
}
.footer {
	margin:0px auto;
	padding:0px;
	width:1000px;
	height:100px;
	background-color:#CCC;
}
.footer a{
	color:#000;
}
.footer a:link{
	color:#F00;
}
.footer a:hover{
	color:#FFF;
}
.footer a:visited{
	color:#F00;
}
.footer ul{
	width:1000px;
	text-align:left;
	margin-top:10px;
	padding:0px;
}
.footer li{
	text-align:center;
	list-style:none;
	float:left;
	line-height:30px;
	border-right:1px dotted #000;
	width:120px;
}

.foot_top {
	margin:0px auto;
	width:1000px;
	text-align:right;
}
/*トップページフッター*/

.footer2 {
	margin:0px auto;
	padding:0px;
	width:1000px;
	color: #FFFFFF;
	height:49px;
}
.footer2 a{
	color:#FFF;
}
.footer2 a:link{
	color:#FFF;
}
.footer2 a:hover{
	color:#FFF;
}
.footer2 a:visited{
	color:#FFF;
}
.footer2 ul{
	width:1000px;
	text-align:left;
	margin-top:10px;
	padding:0px;
}
.footer2 li{
	text-align:center;
	list-style:none;
	float:left;
	line-height:30px;
	border-right:1px dotted #000;
	width:120px;
}
/*footer3*/
.footer3 {
	margin:0px auto;
	padding:0px;
	height:200px;
	color: #FFFFFF;
}
.footer3 a{
	color:#FFF;
}
.footer3 a:link{
	color:#FFF;
}
.footer3 a:hover{
	color:#FFF;
}
.footer3 a:visited{
	color:#FFF;
}
.footer3 ul{
	text-align:left;
	margin:0px;
	padding:0px;
}
.footer3 li{
	text-decoration:none;
	list-style:none;
	line-height:20px;
	background:url(img/footyaji.png);
	background-repeat:no-repeat;
	text-indent:20px;
}
.footer3 li a{
	text-decoration:none;
	color:#fff;
}
.foottitle{
	border-left:3px #FFF solid;
	text-indent:17px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.foottitle2{
	border-top:1px #FFF solid;
	}
	
/*footer4*/
.footer4 {
	margin:0px;
	padding:0px;
	width:1000px;
	color: #FFFFFF;
	background:url(img/footer.jpg);
	background-repeat:no-repeat;
}

#jsp{
	width:1000px;
	height:18px;
	font-size:12px;
	text-align:right;
	background:url(img/titlebg.jpg);
}
#copy{
	margin:0px auto;
	color:#000;
	width:1000px;
	height:18px;
	font-size:10px;
	text-align:center;
	background:url(img/titlebg.jpg);
}

/*サイト統一tableカラー（線の色）&lt;tr&gt;は基本白*/
.bgcolor{
	background-color:#CCC;
}
	
.bgcolor tr{
	background-color:#FFF;
}
	
/*全ページ共通ここまで*/



/*リスト共通関連項目*/

/*リスト共通関連項目*/
.pager{
	margin:0;
	padding:0;
}
.pager ul{
	margin:0;
	padding:0;
	display: inline;
}

.pager li{
	float:left;
	list-style:none;
	margin:2px;
	background-color:#EEE;
	white-space: nowrap; /*追記*/
}
.pager li a,pager li a:link,pager li a:visited{
	padding:3px 10px;
	color:#333;
	text-decoration:none;
}
.pager li a:hover,pager li a:active{
	padding:3px 10px;
	color:#EEE;
	background-color:#666;
	text-decoration:none;
}


/*リスト表示方法104029追加*/
ul.show {
      float: right;
      font-style: normal;
      list-style: none;
}
ul.show li {
      float: left;
      margin-right: 5px;
      border: 1px #3366FF solid;/*枠の色*/
      font-weight: bold;
}
ul.show li a {
      display: block;
      padding: 2px 5px;
      color: #3366FF;/*フォントの色*/
      background-color: #FFFFFF;/*背景色*/
}
ul.show li a:link,
ul.show li a:visited {
      text-decoration: none;
}
ul.show li a:hover,
ul.show li a:active {
      background-color: #ffff99;/*オンマウス時背景色*/
      text-decoration: none;
}

/*リストのこだわり条件・条件検索項目のタイトル部分の色*/
.list_menu {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #F5F5F5;
}

/*リスト、お気に入り、物件詳細の項目タイトル1段目のカラー*/
.list_headr {
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	background-color: #F5F0E7;
	text-align: center;
	border-right:1px solid #CCCCCC;
	border-bottom:1px dotted #000000;
}

/*リスト、お気に入り、物件詳細の項目タイトル1段目のリンクカラー*/
.list_headr a:link{
	color:#FFF;
	text-decoration:none;
	}

/*リスト、お気に入り、物件詳細の項目タイトル2段目のカラー*/
.list_headr2 {
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	background-color: #F0FFF0;
	text-align: center;
	border-right:1px solid #CCCCCC;
	border-bottom:1px dotted #000000;
}
/*リスト、お気に入り、物件詳細の項目タイトル2段目のリンクカラー*/
.list_headr2 a:link{
	color:#FFF;
	text-decoration:none;
	}
	
/*リストの一覧部分の項目（ｂは家賃部分の色）*/
.list_row_data{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	color:#000;
	text-align:center;
	border-right:1px solid #CCCCCC;
	border-bottom:1px dotted #000000;
}

.list_row_data2{
	background-color:#F2F2F2;
	font-size:12px;
	line-height:18px;
	color:#000;
	text-align:center;
	border-bottom:1px dotted #000000;
}

.list_row_data b{
	color:#F00;
}

/*リスト一覧項目の線色*/
#list_row_data_margin{
	width:100%;
	background-color:#CCCCCC;
}

#list_row_data_margin td{
	background-color:#FFF;
}

/*リスト一覧画像オンマウスの色*/
.list_room_link {
	color: #3333FF;
	background-color: #FFFFFF;/*背景色*/
	border: 2px #FFFFFF solid;/*枠の色*/
}
.list_room_link a {
	display: block;
}
.list_room_link a:link,
.list_room_link a:visited {
	display: block;
	text-decoration: none;
	border: 2px #FFFFFF solid;/*枠の色*/
}
.list_room_link a:hover,
.list_room_link a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px #3366FF solid;/*枠の色*/
}

/*リスト写真一覧・間取り一覧の物件背景*/
.list_p_picture_bg {
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	text-align: center;
}

/*リスト写真一覧・間取り一覧の項目背景*/
.list_p_koumoku_bg {
	font-size: 12px;
	line-height: 18px;
	background-color: #F2F2F2;
	text-align: center;
}

/*リスト写真一覧・間取り一覧の物件背景の線の色*/
.list_madori_picture_bg{
	background-color: #CCCCCC;
	margin:10px 0 10px 0;
	}


/*リスト一覧背景（線の色）*/
.list_itiran_bg{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
	
/*リスト関連項目ここまで*/


/*詳細関連項目*/	
.sho_title{
	padding-left:20px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.sho_h3{
	padding-left:16px;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-align:left;
}
.title_bg{
		background:url(img/sho_title.gif) no-repeat;
}
.title_bg2{
	background:url(img/title_bk.gif) no-repeat;
}
.sho_staffcom{
	background:url(img/staff_com.jpg) no-repeat;
	padding-left:110px;
	padding-right:20px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.sho_koumoku{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
.sho_koumoku td{
	border:1px solid #CCCCCC;
}
.sho_koumoku td table td{
	border:0px none;
}
.sho_mainimg{
	border:2px solid #EEEEEE;
}

th{
	background-color:#F7F7F7;
	font-weight:normal;
	border:1px solid #CCCCCC;

}
.tel{
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	color:#F00;
}
.bo{
	border:1px solid #CCC;
}
/*リスト一覧の家賃も併用*/

/*詳細テンプレ項目*/



/*メールフォーム関連項目*/

/*色をつける*/

.mail_red{
	color:#FF0000;
}

.mailform{
	border-top:dotted 1px #333333;
	border-right:dotted 1px #333333;
}

.mailform_menu {
	color: #333333;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	padding:5px;
	text-align:left;
	background-color:#F2F2F2;
	border-left:dotted 1px #333333;
	border-right:dotted 1px #333333;
	border-bottom:dotted 1px #333333;
}

.mailform_koumoku{
	background-color:#FFF;
	color:#000;
	font-size:12px;
	line-height:18px;
	padding:5px;
	border-bottom:dotted 1px #333333;
}

.mailform_data{
	background-color:#F2F2F2;
	text-align:center;
}

.mailform_data2{
	text-align:center;
}


/*お気に入り関連項目*/

/*項目の線の色*/
.favorite_koumoku{
	background-color:#000;
	margin: 15px 15px 15px 5px;
	}
.favorite_koumoku a:link{
	color:#FFF;
	text-decoration:none;
	margin: 15px 15px 15px 5px;
	}
	
.favorite_block{
	background-color:#FFF;
	margin: 10px 0px;
}
	
/*物件を囲っている枠*/
.favorite_border{
	border:1px solid #000000;
}

/*基本編集しない部分*/
.favorite_row_bg1{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	}
	
.favorite_row_bg2{
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	}
	
.favorite_block_padding{
	padding: 10px 5px 10px 15px;
	}
	
.favorite_block_checkbox_bg{
	background-color:#FFF;
	}
	
.favorite_checkbox_bg{
	background-color:#FFF;
	}
/*ここまで*/
/*お気に入り関連項目ここまで*/




/*検索関連項目*/
.search_koumoku{
	font-size: 12px;
	line-height:18px;
}
	
.search_eki_border{
	border:#FFF 1px solid;
}

/* 検索画面の地域・エリア検索関連 */

.search_set{
	margin:3;
	margin-left:20;
	float:left;
	width:150;
	line-height:30px;
	background-image:url("img/search_bg.jpg");
	cursor:pointer;
	text-align:center;
}

.search_area_bar{
	background-color:#DDDDDD;
}

.search_block_area{
	margin-top:5px;
	background-color:#AAA;
}

.search_block_area tr{
	background-color:#FFFFFF;
}

.search_block_station{
	margin-top:5px;
	background-color:#AAA;
}

.search_block_station tr{
	background-color:#FFFFFF;
}

.search_list{
	margin-top:5px;
	background-color:#AAA;
}

.search_list tr{
	background-color:#FFF;
}

/*ここまで*/


/*ＴＯＰ特選カラー（bは家賃部分の色）*/
.tokusen_komoku{
	background-color:#FFF;
	padding:5px;
	font-size:12px;
	line-height:18px;
}

.tokusen_komoku2{
	background-color:#FFF;
	padding:5px;
	font-size:12px;
	line-height:18px;
}

.tokusen_komoku3{
	background-color:#FFF;
	padding:5px;
	font-size:12px;
	line-height:18px;
}

.tokusen_komoku4{
	background-color:#FFF;
	padding:5px;
	font-size:12px;
	line-height:18px;
}

.tokusen_komoku b{
	color:#F00;
}

.tokusen_komoku2 b{
	color:#F00;
}
	
.tokusen_komoku3 b{
	color:#F00;
}
	
.tokusen_komoku4 b{
	color:#F00;
}

/*ＴＯＰ特選カラーここまで*/
	
.lpo_bg{
	background-image:url(../img/coment2.jpg);
	background-repeat:no-repeat;
	}
	
.m_bg{
	background:url(../img/menu_bg.gif) no-repeat left;
}

.yachin{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.f14_blackb{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* 20110825 追加 */

.search_list2{
	margin-left:15px;
}
.search_listbody{
	margin-right:20px;
	float:right;
}
.search_list_main{
	margin:0px;
	padding:0px;
	background-image:url(img/search_main.gif);
	text-align:center;
}
.search_list_bk{
	background-image:url(img/bar_1.gif);
	background-repeat:no-repeat;
}
.search_listmain_bk{
	background-image:url(img/h2_list.gif);
	background-repeat:no-repeat;
}
.list_h{
	margin:0px;
	padding:0px;
	margin-left:22px;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.list_body_h{
	margin:0px;
	padding:0px;
	margin-left:20px;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.list_body_h a,list_body_h a:link,list_2body_h a:visited{
	margin:0px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.list_body_h a:hover,list_body_h a:active{
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}

.search_li{
	text-align:left;
	list-style:none;
}
.search_li ul{
	display: inline;
	list-style:none;
}
.search_li ul li{
	list-style:none;
	float:left;
	padding: 0 4px;
	white-space: nowrap; /*追記*/
}

ul.tabmenu {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	width:720px;
	height: 27px;
	margin: 0px;
	padding: 0px;
}
ul.tabmenu li {
	text-align:center;
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight:bold;
	width:150px;
	line-height: 27px;
	white-space: nowrap;
	float: left;
	color: #000000;
	background: transparent url(img/list_off.jpg) no-repeat 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.tabmenu li.act {
	color: #000000;
	background: transparent url(img/list_on.jpg) no-repeat 0px 0px;
}
ul.tabmenu li a {
	width:150px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	background: transparent url(img/list_off.jpg) no-repeat 100% 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.tabmenu li.act a {
	color: #000000;
	background: transparent url(img/list_on.jpg) no-repeat 100% 0px;
}
ul.tabmenu li a:visited {
	color: #000000;
}
ul.tabmenu li:hover {
	color: #000000;
	background: transparent url(img/list_on.jpg) no-repeat 0px 0px;
}
ul.tabmenu li:hover a, * ul.tabmenu li a:hover {
	color: #000000;
	background: transparent url(img/list_on.jpg) no-repeat 100% 0px;
}
div.tabbody {
	border: #777777 1px solid;
	width: 100%;
	margin-top: -1px;
}

.sort_bk{
	background-image:url(img/list_sort.jpg);
	background-repeat:no-repeat;
}

.sort_li{
	text-align:left;
	list-style:none;
}
.sort_li ul{
	display: inline;
	list-style:none;
}
.sort_li ul li{
	list-style:none;
	margin-top:3px;
	float:left;
	padding: 0 14px;
	white-space: nowrap; /*追記*/
}
.list_body{
	float:right;
}
.list_body_title{
	background-image:url(img/list_title.gif);
	background-repeat:no-repeat;
}
.list_koumoku{
	padding:5px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
.f12_b{
	font-size:12px;
	font-weight:bold;
}
.f12b_ora{
	font-size:12px;
	font-weight:bold;
	color:#F30;
}
.list_com{
	background-image:url(img/com_listmain.gif);
}


.tabheader{
	margin-left:10px;
}
.tabheader table tr td {margin:0;padding:0;border-width:0}
.tabheader a,tabheader a:link,tabheader a:visited{
	color:#333;
	text-decoration:none;
}
.tabheader a:hover,tabheader a:active{
	color:#333;
	text-decoration:underline;
}

.tabheader .close {
  background-color: #E3E3E3;
  margin:0;
  padding: 0.5em;
  white-space: nowrap;
}
.tabheader .open {
  background-color: #F2F2F2;
  margin:0;
  padding: 0.5em;
  white-space: nowrap;
}
.tabheader .spc {
  margin:0;
  padding: 0.5em;
  white-space: nowrap;
}

.tabbody2 {
	margin-left:12px;
  width:194px;
  background-color: #F2F2F2;
  padding: 0em;
}


.under{
	text-decoration:underline;
}

/*サンプル*/
.sample{
	margin:0px;
	padding:0px;
	text-align:center;
}

/*マップ*/

.rss{
	width:180px;
	height:200px;
	overflow:auto;
	text-align:left;
}


.mapbg2{
	background:url(img/mapbg2.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
	height:505px;
}

/*トップページcss*/
.titlebg{
	margin:0px;
	padding:0px;
	width:100%;
	background:url(img/titlebg2.jpg);
	text-align:center;
}
.titlebg2{
	text-align:center;
	background:url(img/titlebg3.jpg);
	width:1050px;
	margin:0px auto;
}
#body_bg{
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}

#body_bg2{
	text-align:center;
	width:1000px;
	margin:0px auto;	
}

#body_bg3{
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
	background-color:#FFF;
}
/*メニュー*/


#menubg2 ul{
	width:930px;
	height:30px;
	text-align:center;
	margin:0px;
	padding:0px;
	margin-right:6px;
}

#menubg2 li{	
	list-style:none;
	width:114px;
	float:left;
	border-left:1px #FFF dotted;
}

#menubg2 li a{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	display:block;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#menubg2 li a:hover{
	position:relative;
	top:1px;
	left:1px;
	background:url("img/navi_bg2o.gif");
}

#menubg2_last{
	border-right:dotted 1px #FFF;
}


.t_main_wrap{
	background-image:url(/img/t_main_bg.webp);
	background-repeat:no-repeat;
	background-position-x:center;
	height:595px;
    font-family: 'Noto Sans JP', sans-serif !important;
}
.t_main{
	margin:auto;
	padding:0px;
	width:1000px;
	position:relative;
	height:100%;
	text-align:center;
}
.t_main_h{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 0px 0px;
}
.t_main_h_logo{
    margin: 20px 0px 0px 0px;
}
.t_main_h_logo a{

}
.t_main_h_r{

}
.t_main_h_link{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: right;
}
.t_main_h_link li{
	margin-left:20px;
}
.t_main_h_link li a{
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
.t_main_h_link li a:hover{
	text-decoration:underline;
}
.t_main_h_link li a i{
	margin-right:5px;
}
.t_main_h_comp{
    display: flex;
    justify-content: space-between;
}
.t_main_h_tel{
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    line-height: 10px;
    position: relative;
    padding: 0px 0px 0px 20px;
    margin: 0px 10px 0px 0px;
}
.t_main_h_tel span{
    display: block;
    font-size: 12px;
    margin: 0px 0px 12px 2px;
}
.t_main_h_tel i{
    transform: rotate(105deg);
    font-size: 16px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 3px;
    top: 21px;
}
.t_main_h_comp ul{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
	width:323px;
}
.t_main_h_comp ul li{
	width:157px;
}
.t_main_h_comp ul li a{
    display: block;
    background-color: #beaf87;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    padding: 0px 6px 0px 0px;
	text-align:center;
}
.t_main_h_comp ul li a:hover{
	background-color:#ae9e75;
}
.t_main_h_comp ul li:last-child a{
	background-color:#333;
}
.t_main_h_comp ul li:last-child a:hover{
background-color: #000;
}
.t_main_h_comp ul li a::after {
    content: "";
    right: 13px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.t_main_h_comp ul li a i{
    margin-right: 9px;
}
.t_main_30{
    position: absolute;
    left: 80px;
    top: 180px;
}
.t_main_wrap h2{
margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 60px;
}
.t_main_shin{
    position: absolute;
    bottom: 0px;
    left: -50px;
}
.t_menu{
	float:left;
	text-align:left;
	padding-top:15px;
}
.t_menu ul{
	width:180px;
	margin:0px;
	padding:0px;
}
.t_menu li{
	margin-left:10px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#666;
	list-style:none;
	line-height:20px;
}
.t_menu li a{
	font-size:14px;
	color:#666;
	font-weight:bold;
}
.t_menu li a:visited{
	color:#666;
}
.t_menu li a:hover{
	color:#F09;
}
.toku_titlebg{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color:#000;
	padding-top:5px;
	padding-left:50px;
	font-size:22px;
	line-height:40px;
	font-weight:bold;
	color:#FFF;
}

.toku_titlebg2{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background:url(img/ekimae_title.gif);
	padding-top:10px;
	background-repeat:no-repeat;
	padding-left:150px;
	font-size:22px;
	line-height:60px;
	font-weight:bold;
	color:#333;
}
.toku_titlebg3{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background:url(img/ike_title.gif);
	padding-top:10px;
	background-repeat:no-repeat;
	padding-left:150px;
	font-size:22px;
	line-height:60px;
	font-weight:bold;
	color:#333;
}
.n_title{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-image:url(img/n_title.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:16px;
	line-height:34px;
	font-weight:bold;
	color:#FFF;
}
.wakub{
	border:1px #666 dotted;
}

.wakub img{
	border:1px #CCC solid;
}
.f10_pink{
	margin-top:18px;
	margin-left:5px;
	margin-right:5px;
	font-size:12px;
	color:#F83A98;
	font-weight:bold;
	line-height:14px;
}
.toku_come{
	background:url(/img/toku_come.gif);
	background-repeat:no-repeat;
	height:50px;
}
.toku_come2{
	background:url(/img/toku_come2.gif);
	background-repeat:no-repeat;
	height:70px;
}
.sidebg{
	background:url(/img/sidebg3.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	text-align:left;
}

.info{
	border:1px solid #999;
	width:190px;
	height:200px;
	overflow:auto;
}
.info_text{
	margin:5px;
	line-height:16px;
	text-align:left;
}
.f12_pink{
	width:180px;
	color:#F83A98;
	line-height:20px;
}
.f12_red{
	color:#F00;
	line-height:20px;
}
.f12b_red{
	color:#F00;
	line-height:20px;
	font-weight:bold;
}

.click_me{
	margin-bottom:10px;
}
.m15{	
	margin-top:15px;
}
/*個人情報保護方針*/

.f15b{
	font-size:15px;
	font-weight:bold;
	background-color:#000;
	border:2px solid #CCC;
	color:#FFF;
}
.size13_20 {
	font-weight: bold;
	font-size: 13px;
	color: #663333;
	line-height:20px;
}
.size13_20 a:link,
.size13_20 a:visited {
      text-decoration: underline;
	  color:#663333;
}
.size13_20 a:hover,
.size13_20 a:active {
      text-decoration: underline;
	  color:#663333;
}
.size14_20 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
}
.privacy1{
	width:750px;
	text-align:left;
	line-height:30px;
}
.title{
	background:url(img/bar.jpg);
	width:750px;
	padding-top:19px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-indent:100px;
	margin-top:15px;
}
.blog_title{
	width:750px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-top:15px;
}
.blog_body{
	text-align:left;
}
.com-title2{
	width:750px;
	text-align:left;
	text-indent:20px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	border-left:8px solid #006;
	border-bottom:1px dotted #000;
}
.com-komoku{
	font-size:12px;
	font-weight:bold;
	line-height:40px;
}
.com-ac{
	width:750px;
	margin-top:15px;
	margin-bottom:15px;
}
/*staff*/

.staff1{
	background-color:#000;
	line-height:30px;
	font-size:16px;
	color:#FFF;
	text-align:left;
	text-indent:20px;
}
.staff2{
	background:url(staff/img/s_commentbg.jpg);
	padding-top:35px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	border:1px #CCC solid;
}
.staff3{
	line-height:36px;
	font-size:16px;
	font-weight:bold;
}
.staffcome{
	margin-top:125px;
	margin-left:265px;
	margin-right:20px;
	line-height:20px;
}
.staffcome1{	
	margin-top:340px;
	margin-left:45px;
	margin-right:35px;
}
.staffcome2{
	float:left;
	width:250px;
	height:160px;
}
.staffcome3{
	float:right;
	width:250px;
	height:160px;
}

/*お客様の声*/
.news_kaku{
	background:url(img/news_kaku.jpg);
	background-repeat:no-repeat;
	height:25px;
}
.news1{
	font-size:12px;
	color:#666;
	line-height:20px;
	width:336px;
}
.news2{
	margin:0px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}
.n_border{
	border-bottom:1px #333 dotted;
}
.news3{
	margin:0px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	border-bottom:1px #333 dotted;
	background:url(img/voiceicon.jpg);
	background-repeat:no-repeat;
	text-indent:70px;
}
.news4{
	margin:0px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	border-bottom:1px #333 dotted;
}

.newsbgli{
	border:1px #CCC solid;
	background-color:#FAF5EB;
	width:780px;
}
.news_text{
	font-size:14px;
	text-indent:30px;
	line-height:40px;
	font-weight:bold;
	background-color:#FFCC00;
	color:#000;
}
.news_text2{
	font-size:14px;
	text-indent:30px;
	line-height:30px;
	font-weight:bold;
	color:#000;
}
.newsbg{
	background:url(img/newsbg.jpg);
	background-repeat:no-repeat;
	width:750px;
	vertical-align:top;
}
.news_1{
	width:720px;
	text-align:left;
	margin-top:10px;
	margin-left:30px;
	padding-top:5px;
}
.news_2{
	width:300px;
	line-height:38px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.news_3{
	border:1px #999 solid;
	background-color:#FFF;
	padding:5px;
	text-align:center;
}
.news_4{
	margin-top:45px;
	height:85px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
.news5{
	width:710px;
	margin-top:25px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	height:60px;
}
.news6{
	width:710px;
	margin-top:30px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	height:60px;
}
.news7{
	width:710px;
	margin-top:15px;
	height:30px;
	text-align:right;
	padding-bottom:30px;
}
.border1{
	border:1px #CCC solid;
}


/*会社概要*/

.com1{
	
	background-image:url(img/bar.jpg);
	height:40px;
	
	}
.com2{
	font-size:18px;
	padding-left:40px;
	font-weight: bold;
}

.com3{
	font-size:15px;
	line-height:30px;
	text-align: left;
	padding-left:10px;
	
}

.com4{
	font-size:15px;
	line-height:30px;
	padding-left:10px;
	
}

.com5{
	font-size:16px;
	line-height:30px;
	padding-left:10px;
	
}

/*個人情報*/

.pri1{
	font-size:13px;
	line-height:25px;
	text-align: left;
}

.pri2{
	font-size:13px;
	line-height:30px;
	text-align: left;
	color: #F60;
	font-weight: bold;
}
/*スタッフ紹介*/

.staff1{
	background-color:#F60;
	line-height:30px;
	font-size:16px;
	color: #FFF;
	text-align:left;
	text-indent:20px;
	font-weight: bold;
}
.staff2{
	background:url(staff/img/s_commentbg.jpg);
	padding-top:35px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	border:1px #CCC solid;
}
.staff3{
	line-height:36px;
	font-size:16px;
	font-weight:bold;
}
.staffcome{
	margin-top:125px;
	margin-left:265px;
	margin-right:20px;
	line-height:20px;
}
.staffcome1{	
	margin-top:340px;
	margin-left:45px;
	margin-right:35px;
}
.staffcome2{
	float:left;
	width:250px;
	height:160px;
}
.staffcome3{
	float:right;
	width:250px;
	height:160px;
}

.staff4{
	background-color:#000;
	line-height:30px;
	font-size:17px;
	color:#FFF;
	text-align:left;
	text-indent:20px;
	font-weight: bold;
}
.staff5{
	line-height:20px;
	font-size:13px;
	color:#000;
	text-align:left;
	text-indent:20px;
}

.staff6{
	line-height:20px;
	font-size:18px;
	color:#F60;
	text-align:center;
	text-indent:20px;
	font-weight: bold;
	line-height:35px;
}
.title_main{
	background-color:#000;
	color: #FFF;
}
.title_h2{
letter-spacing: 0.2em;
	margin-left:15px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}

.tokushu_01{
	width:326px;
	height:180px;
}

.tokushu_01 a{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align:left;
	height:180px;
	color:#555;
	display:block;
	line-height:16px;
	padding-top:78px;
	padding-left:20px;
	text-decoration:none;
	background:url("img/shop_ueno.jpg") no-repeat;
}

.tokushu_01 a:hover{
	background:url("img/shop_ueno_over.jpg") no-repeat;
}

.tokushu_02{
	width:326px;
	height:180px;
}

.tokushu_02 a{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align:left;
	height:180px;
	color:#555;
	display:block;
	line-height:16px;
	padding-top:78px;
	padding-left:20px;
	text-decoration:none;
	background:url("img/shop_ekimae.jpg") no-repeat;
}

.tokushu_02 a:hover{
	background:url("img/shop_ekimae_over.jpg") no-repeat;
}

.tokushu_03{
	width:326px;
	height:180px;
}

.tokushu_03 a{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align:left;
	height:180px;

	display:block;
	color:#555;
	line-height:16px;
	padding-top:78px;
	padding-left:20px;
	text-decoration:none;
	background:url("img/shop_ike.jpg") no-repeat;
}

.tokushu_03 a:hover{
	background:url("img/shop_ike_over.jpg") no-repeat;
}

.side_shop{
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	line-height:38px;

	padding-left:12px;
}

.side_shopinfo{
	width:180px;
	line-height:16px;
	text-align:left;
}

.side_map a{
	width:180px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	display:block;
	line-height:30px;
	text-decoration:none;
	background:url("img/side_ueno_map.gif") no-repeat;
}

.side_map a:hover{
	border:1px #FF9900 solid;
}

/* uenohonten side bar */
.side_ueno_title{
	background:url("img/ueno_title.gif") no-repeat;
	color:#FFF;
	font-weight:bold;
	line-height:38px;
	padding-left:12px;
}
.side_ueno a{
	width:180px;
	height:30px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#FFF;
	font-weight:bold;
	display:block;
	line-height:30px;
	text-decoration:none;
	background:url("img/side_ueno.gif") no-repeat;
}

.side_ueno a:hover{
	border:1px #FF9900 solid;
}

/* ekimae side bar */
.side_ekimae_title{
	background:url("img/side_ekimae_title.gif") no-repeat;
	color:#FFF;
	font-weight:bold;
	line-height:38px;
	padding-left:12px;
}
.side_ekimae a{
	width:180px;
	height:30px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#FFF;
	font-weight:bold;
	display:block;
	line-height:30px;
	text-decoration:none;
	background:url("img/side_ekimae.gif") no-repeat;
}

.side_ekimae a:hover{
	border:1px #FF9900 solid;
}
/* ikebukuro side bar */
.side_ike_title{
	background:url("img/side_ike_title.gif") no-repeat;
	color:#FFF;
	font-weight:bold;
	line-height:38px;
	padding-left:12px;
}
.side_ike a{
	width:180px;
	height:30px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#FFF;
	font-weight:bold;
	display:block;
	line-height:30px;
	text-decoration:none;
	background:url("img/side_ike.gif") no-repeat;
}

.side_ike a:hover{
	border:1px #FF9900 solid;
}
.base a{
	color:#000;
}







.main{
	background:url(/img/main_bk.jpg) repeat-x;
    height:304px;
}


.rss_bk{
    width:241px;
    height:281px;
}



.rss{
    display:block;
    width:230px;
    height:228px;
    overflow:auto;
    margin-top:10px;
    margin-left:18px;
}
	
.rss a:link{
	color:#900;
	font-weight:bold;
	text-decoration:underline;
	}
.rss a:hover{
	font-weight:bold;
	text-decoration:none;
	}
	
	
.main_img{
	margin-top:10px;
	position:relative;
}


.main_img span{
	position:absolute;
	top:145px;
	left:30px;
	}


/*2014.11.4 トップページデザイン変更*/

.toku_title-bg1{
	background:url(/img/tokusen-nakaurawa.jpg) no-repeat;
}

.toku_title-bg2{
	background:url(/img/tokusen-minamiyono.jpg) no-repeat;
}



.toku_title2-2{

   font-size:16px;

   color:#FFFFFF;

   font-weight:bold;

   height:30px;

   line-height:40px;
   padding-top:20px;

}

.tokushu_title1{

   font-size:18px;

   color:#FFFFFF;

   font-weight:bold;

   background-image:url(/img/toku_title_bk.jpg);

   background-repeat:no-repeat;

   height:38px;

   line-height:40px;

}


.tokusen_comment{

    display:block;

    width:317px;

    height:70px;

    margin:0px auto;

    margin-left:20px;

}



.tokushu-bg{
	background:url(/img/tokushu-bg.jpg) no-repeat;
	height:365px;
	background-position:18px;
}


.t-titile{
	font-size:25px; color:#3F2606; line-height:25px;
	text-align:left;
	text-indent:30px;
	padding-top:30px;
}


.tokushu_wrap1 {
	margin:0 auto;
	width: 713px;
	overflow: hidden;
	padding-bottom: 20px;
}

.tokushu_1 {
	width: 730px;
	margin: 10px auto;
	text-align: left;
	padding:0px;
}

.tokushu_1 ul li{
	list-style:none;
}

.tokushu_1 ul {
	list-style: url(img/foot_arrow.gif);
	margin: 0px;
	padding: 0 0 0 5px;
}

.tokushu_1 ul li a {color: #000000;}
.tokushu_1 ul li a:hover {color: #000000;}

.tokushu_wrap2 {
	background: url(/img/tokushu_bg2.jpg) repeat;
	width: 100%;
	height: 55px;
	clear: both;
}

.tokushu_2 {
	width: 1000px;
	margin: 0 auto;
}


.tokushu_2 ul {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	height: 25px;
}

.tokushu_2 ul li {
	float: left;
	border-left: 1px solid #333;
	padding: 5px 37px;
	
}


/*2015.2.26 D-roomバナー*/

.p101{
	padding-top:13px;
	padding-bottom:13px;
}

/* 20161108 リフォーム枠 */

.reform_bg {
    background: url(/img/reform_bg.jpg) top left;
    width: 715px;
    height: 485px;
    margin: 30px 0 0 15px;
    text-align: left;
	font-family:Meiryo;
	}
h2.reform_tl {
    text-align: center;
    padding: 20px 0 0 0;
    }
.reform_wrap {
    width: 675px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    }
.reform_box {
    width: 210px;
    float: left;
    margin: 0 20px 0 0;
	background:#fff;
    position: relative;
    }
.reform_box a {
    color: #3F2606;
    text-decoration: none;
    }
.reform_access, .reform_kakaku, .reform_madori, .reform_comment {
    padding: 0 5px;
    }
.reform_name {
    color: #fff;
    text-align: center;
    background: #3F2606;
    line-height: 30px;
    font-size: 15px;
    }
.reform_new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    }
.reform_box a:hover {
    background: #D9D4CD;
    display: block;
    }
.reform_access {
    font-size: 11px;
    margin: 2px 0 0 0;
    line-height: 20px;
    }
.reform_kakaku {
    font-size: 12px;
    font-weight: bold;
    color: #FF7F00;
    margin: 2px 0 0 0;
    line-height: 25px;
    }
.reform_kakaku span {
	font-size:11px;
	color:#3F2606;
    font-weight:normal;
	}
.reform_madori {
    font-size: 11px;
    line-height: 25px;
    }
.reform_comment {
    font-size: 12px;
    height: 50px;
    padding: 5px 5px;
    overflow: hidden;
    }
.reform_box.last {
    margin: 0!important;
    }
.reform_img img {
    display: block;
    text-align: center;
    width: 100%;
    }

.tokushu_2 ul li.last {border-right: 1px solid #333333;}
.tokushu_2 ul li a {color: #333;font-size: 12px;}
.tokushu_2 ul li a:hover {color: #dddddd;}


.tokushu_2 p {
	clear: both;
	color: #333;
	font-size: 12px;
}


.main_contents{
    float:right;
	width:750px;
}



.top_comment2{
	background:url(/img/top-tokushu1.jpg) no-repeat;
	height:185px;

}

.top_comment3{
	background:url(/img/top-tokushu2.jpg) no-repeat;
	height:185px;

}

.top_comment4{
	background:url(/img/top-tokushu3.jpg) no-repeat;
	height:185px;

}

.top_comment2_c{
	padding-top:27px;
	padding-left:5px;
	margin:10px;
	width:195px;
	font-size:12px;
	line-height:17px;
	height:85px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;

}

.bukken_b img{

	margin-right: auto;

	margin-left: 10px;
	 position: absolute;
    

}


.toku_title-new1{
	font-size:18px;
	font-weight:bold;
	background-image:url(/img/title3.gif);
	background-repeat:no-repeat;
	height:57px;
	line-height:40px;
	text-indent:70px;
	padding-top:13px;
}

.toku_title-new2{
	font-size:18px;
	font-weight:bold;
	background-image:url(/img/title5.gif);
	background-repeat:no-repeat;
	height:57px;
	line-height:50px;
	text-indent:85px;
	padding-top:5px;
}

.toku_title-new3{
	font-size:18px;
	font-weight:bold;
	background-image:url(/img/title6.gif);
	background-repeat:no-repeat;
	height:57px;
	line-height:40px;
	text-indent:85px;
	padding-top:13px;
}



/*ＴＯＰ特選カラー（bは家賃部分の色）*/

.tokusen_komoku{

	padding:5px;

	font-size:12px;

	line-height:18px;

}



.tokusen_komoku2{

	padding:5px;

	font-size:12px;

	line-height:18px;

}



.tokusen_komoku3{

	padding:5px;

	font-size:12px;

	line-height:18px;

}



.tokusen_komoku4{

	padding:5px;

	font-size:12px;

	line-height:18px;

}



.tokusen_komoku b{

	color:#F00;

}



.tokusen_komoku2 b{

	color:#F00;

}

	

.tokusen_komoku3 b{

	color:#F00;

}

	

.tokusen_komoku4 b{

	color:#F00;

}



body:nth-of-type(1) .tokusen_comment{

    display:block;

    width:317px;

    height:70px;

    margin:0px auto;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;

    overflow:hidden;

}



.tokusen_comment{

    display:block;

    width:317px;

    height:70px;

    margin:0px auto;

    margin-left:20px;

}




body:nth-of-type(1) .toku_bk{

   background-image:url(/img/toku_bk.jpg);

   background-repeat:no-repeat;

   width:240px;

   height:200px;

   text-align:center;

}
.toku_pict{
    width: 238px;
}

.p10{
	padding-top:10px;
}


.border{
	border:#930 solid 2px;
	margin-bottom:5px;
	margin-top:5px;
}


.border-moji{
	font-size:14px;
	line-height:20px;

}





.p12{
	padding-top:10px;
	padding-bottom:10px;

}


/*インフォーメーションに関する項目*/



body:nth-of-type(1) .info{
    overflow:auto;
    width:222px;
    height:220px;
    margin:0 auto;
    margin-top:34px;

}



.info{
    overflow:auto;
    width:225px;
    height:220px;
    margin:0 auto;
    margin-top:52px;
    margin-left:14px;

}





.top-left{
	text-align:left;
	padding-left:10px;
}


/*.t_info*/
.t_info_warp{
	width:1000px;
	clear:both;
	overflow:hidden;
	margin:20px auto 0 auto;
	}

.t_info_ti{
	float:left;
	}

.t_info_text{
	width:734px;
	height:35px;
	border:1px solid #e14f4f;
	box-sizing:border-box;
	float:left;
	text-align:left;
	}

.t_info_text a{
	font-size:14px;
	line-height:35px;
	text-decoration:none;
	color:#000;
	text-indent:20px;
	letter-spacing:1.5px;
	display:block;
	}

.t_info_text a:hover{
	text-decoration:underline;
	}


.360vr {
	margin:10px 0;


}
/*全ページ共通項目*/

.new_header_wrap{
    width: 1000px;
    margin: 5px auto 6px auto;
    overflow: hidden;
}
.new_header_l{
    float: left;
    margin: 26px 0px 0px 0px;
}
.new_header_l a{

}
.new_header_l a img{

}
.new_header_r{
	float:right;
}
.new_header_r img{

}

.new_main_wrap{
	background-image:url(/img/new_main_bg3.jpg);
	height:527px;
	background-position-x:center;
}
.new_main_wrap img{
display: block;
    margin: 0px auto 0px auto;
    padding: 58px 0px 0px 0px;
}
.header_menu_bk {
    background: #333 !important;
    background-repeat: repeat-x !important;
    height: 55px !important;
    padding-top: 10px !important;
}
.h1_wrap{
    background: #f1ede7;
}
.h1_wrap h1{
line-height: 25px;
    color: #7c7a7a;
    font-size: 12px;
    text-align: left;
    width: 1000px;
    margin: auto;
}
.new_info_wrap_wrap{
    width: 1000px;
    margin: 26px auto 0px auto;
    border: solid 1px #ccc;
    border-left: solid 11px #ccc;
    box-sizing: border-box;
}
.new_info_wrap_wrap h2{
    margin: 0px 0px 0px 0px;
    text-align: left;
}
.new_info_wrap{
    width: 1000px;
    margin: 0px auto 0px auto;
    padding: 0px 0px;
    position: relative;
}
.new_info_wrap .rss{
    width: 956px;
    height: 88px;
    margin: 0px;
    padding: 10px 10px 10px 20px;
    background-color: #fff;
}
.new_info_wrap .rss p{
	margin: 0px 0px 6px 0px;
}
.new_info_wrap .rss p b{
    font-weight: normal;
}
.t_tokusen_gensen_wrap{
border: solid 1px #48b8fa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #48b8fa38;
    width: 721px;
    margin: 15px auto 0px auto;
    overflow: hidden;
}
.t_tokusen_gensen_wrap h2{
    background: #48b8fa;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}
.t_tokusen_gensen_box{
    overflow: hidden;
    padding: 12px 12px;
}
.t_tokusen_gensen{
    width: 326px;
    padding: 5px;
    border: solid 2px #ffffff;
}
.t_tokusen_gensen_t{
    background: #fff;
    box-sizing: border-box;
    padding: 7px;
    overflow: hidden;
}
.t_tokusen_gensen_img{
    width: 160px;
    height: 120px;
    float: left;
    overflow: hidden;
}
.t_tokusen_gensen_img a{

}
.t_tokusen_gensen_img img{
width: auto;
    height: 100%;
}
.t_tokusen_gensen_r{
    float: left;
    text-align: left;
    padding-left: 10px;
    width: 142px;
}
.t_tokusen_gensen_title{
    text-decoration: underline;
    color: #1b00ff;
}
.t_tokusen_gensen_title a{

}
.t_tokusen_gensen_kakaku{

}
.t_tokusen_gensen_kakaku span{
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}
.t_tokusen_gensen_ensen{

}
.t_tokusen_gensen_eki{

}
.t_tokusen_gensen_eki span{
font-weight: bold;
}
.t_tokusen_gensen_madori{

}
.t_tokusen_gensen_syoki{

}
.t_tokusen_gensen_come{
background: #fff;
    margin-top: 7px;
    text-align: left;
    padding: 4px;
}
.t_tokusen_gensen_come img{

}
.t_tokusen_gensen_come p{
    margin: 3px 0px 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 72px;
}
.t_tokusen_gensen_left{
	float:left;
}
.t_tokusen_gensen_right{
	float:right;
}
.t_rentfeature_wrap{
    background-image: url(/img/rentfeature_bg.webp);
    background-repeat: no-repeat;
    width: 725px;
    height: 495px;
    overflow: hidden;
    margin: 10px 0px 0px 12px;
    padding: 25px 17px 27px 17px;
    box-sizing: border-box;
}
.t_rentfeature_wrap h2{
	margin:0px 0px 24px 0px;
	text-align:center;
}
.t_rentfeature_wrap h2 img{

}
.t_rentfeature_wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.t_rentfeature_wrap ul li{
	width:219px;
}
.t_rentfeature_wrap ul li:first-child{
	width:453px;
    margin: 0px 0px 20px 0px;
}
.t_rentfeature_wrap ul li a{
    display: block;
    overflow: hidden;
    border: solid 1px #70b433;
    border-radius: 5px;
	text-decoration:none;
}
.t_rentfeature_wrap ul li a:hover{
    border: solid 1px #5f9b2a;
}
.t_rentfeature_wrap ul li:hover .t_rentfeature_wrap span{
	background-color:#5f9b2a;
}


.t_rentfeature_wrap ul li a img{

}
.t_rentfeature_wrap ul li a span{
	display:block;
	background-color:#70b433;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	position:relative;
}
.t_rentfeature_wrap ul li a span::before{
    content: "";
    bottom: 0px;
    right: 0px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #dbe3d4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.t_voice_wrap{
    width: 725px;
    margin: 20px 0px 50px 0px;
}
.t_voice_wrap .kzANES{
	height:auto;
}
.t_voice_wrap h2{
	margin:0px 0px 20px 0px;
}
.iGDhJF {
    height: fit-content;
}
.new_header{
	display:none;
}</pre></body></html>