@charset "shift_jis";
/* CSS Document */

/*****base.cssルール*******/
/*
サイト別のデザインのためのCSSは記入しない。
サイト共通テンプレのためのCSSのみ記入しています。
master管理者以外の記入をしない。
*/

/*ＴＯＰスマホ切り替え*/
/*#view_smart{
display: none;
}
#view_pc{
display: none;
}*/

/*全ページ共通項目*/
img{
	border:0;
}

a:hover img{opacity:0.8;filter:alpha(opacity=85);-ms-filter: "alpha( opacity=85 )";}

body {
  -webkit-text-size-adjust: 100%;
}


h1{
  max-height: 100%; 
}

body {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 18px;
    text-align: center;
/*    background: #F7F7EE;*/
    margin: 0px;
    padding: 0px;
}

input[type="submit"]{
-webkit-appearance: none;
}

input[type="button"]{
-webkit-appearance: none;
}

/*幅をサイトに合わせる*/

.container{
    width: 96%;
    margin: auto;
    background-color: #FFF;
	overflow:hidden;
}

#container2 {
	margin: 0px;
	width: 760px;
	border: 1px solid #999999;
}

table {
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	color: #000000;
}

/*H1はcommon.cssに設定しています*/

H2{
	color : #000000;
	font-size :12px;
	font-weight : normal;
	margin:0;
	line-height: normal;
	text-decoration: none;
	text-align: left;
	clear: both;
}

H3{
	font-size : 14px;
	font-weight : bold;
	margin:0;
	line-height: normal;
	text-decoration: none;
}

.sub_title{
	padding:10px;
	border-left:solid 5px #000000;
	background-color:#F2F2F2;
}

.rss_textcolor{
	color:#777777
}

#jsp{
	width:1000px;
	height:18px;
	font-size:12px;
	text-align:right;
}

/*サイト統一tableカラー（線の色）<tr>は基本白*/
.bgcolor{
	background-color:#CCC;
}
	
.bgcolor tr{
	background-color:#FFF;
}


/*リスト共通関連項目*/

ul.pager {
	float: right;
	font-style: normal;
	list-style: none;
}
ul.pager li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px #CCC solid;/*枠の色*/
	font-weight: bold;
}
ul.pager li a {
	display: block;
	padding: 3px 8px;
	color: #333;/*フォントの色*/
	background-color: #FFF;/*マウスアウト時の背景*/
}
ul.pager li a:link,
ul.pager li a:visited {
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
	background-color: #FF8C00;/*オンマウス時の背景*/
	color: #FFF;/*フォントの色*/
	text-decoration: none;
}
ul.pager li strong {
	display: block;
	padding: 3px 8px;
	background: #CCC;/*背景色*/
	color: #FFFFFF;/*フォントの色*/
	text-decoration: none;
}

.count{
	font-size:20px;
	line-height:28px;
	color:#F00;
	font-weight:bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-seri
}

/*リスト表示方法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: 14px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
    background-color: #f0f3f5;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*リスト、お気に入り、物件詳細の項目タイトル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;
}

.list_he {
	background-image:url(/img/search-ti.jpg);
}

/*リスト、お気に入り、物件詳細の項目タイトル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:1px solid #CCCCCC;

}

.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:5px;
	margin:5px;
	background:#ECF2F2;
	border-left:5px solid #609F9F; 
	font-weight:bold;
	font-size:16px;
	line-height:28px;
	text-align:left;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.sho_title2{
	padding-left:20px;
	background:#EEE;
	border-left:5px solid #609F9F; 
	font-weight:bold;
	font-size:16px;
	text-align:left;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.sho_title2 span{
	color: #FFA824;
	font-size: 16px;
	font-weight: bold;
}

.sho_title3{
	padding:5px;
	margin:5px;
	color:#333;
	background:#F7F7F7;
	border-left:8px solid #FF5C26; 
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.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{
	border: 3px solid #F0F0E1;
	background-color: #FBFBF6;
	background-repeat:no-repeat;
	font-weight:bold;
}

.sho_staffcom2{
	border: 2px solid #F0F0E1;
	background-color: #FFF;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:14px;
	padding: 15px 15px;
	text-align:left;
	height: 70px;
}

.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;
}
.sho_mainimg{
	border:2px solid #EEEEEE;
}

th{
	background-color:#F7F7F7;
	font-weight:normal;
	border:1px solid #CCCCCC;
	color: #666;
}


.sho_top{
	border-collapse : collapse ;
	border:dotted 1px #385A5A
}
.sho_top td{
	border-collapse : collapse ;
	border:dotted 1px #385A5A
}

.sho_top td table td{
	border:0px none;
	border-collapse: collapse;
}

.sho_top th{
	background-color:#E6F0F0;
	color: #385A5A;
	font-weight:normal;
	border:dotted 1px #385A5A
	border-collapse: collapse;
}

.sho_mainimg{
	border:2px solid #EEEEEE;
}

.tel{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:22px;
	line-height:34px;
	font-weight:bold;
	color:#F00;
}
.tel2{
	font-size:27px;
	line-height:34px;
	font-weight:bold;
	color:#F00;
}
.bo{
	border:1px solid #CCC;
}
/*リスト一覧の家賃も併用*/

/*詳細テンプレ項目*/

/*メールフォーム関連項目*/

/*色をつける*/

.mail_red{
	color:#FF0000;
	font-weight:bold;
	font-size:11px;
}

.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;
	padding:5px 0;
}

.mailform_data2{
	text-align:center;
	padding:5px 5px;
}
.mailform_data2_yachin{
	color:#FF0000;
	
	font-weight: bold;}

/*検索関連項目*/
.search_koumoku{
	font-size: 12px;
	line-height:18px;
}

.search_eki_border{
	border:#FFF 1px solid;
}

.search_border{
	border:#CCC 1px solid;
}

.search_border tr{
	background-color:#FFF;
}

.search_ti{
	background-image:url(/img/search-ti.jpg);
}

/* 検索画面の地域・エリア検索関連 */

#total_rooms_num{
	color: red;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

#total_rooms_num2{
	color: red;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.total_rooms_num_wrap{
	width:170px;
	padding:10px;
	position:fixed;
	top: 200px;
	left:auto;
	margin: 35px 0 0 920px;
	font-size: 77%;
	z-index: 9999;
	border:5px solid #D0D0D0;
	background-color:#FFFFFF;
}
.total_rooms_num_wrap #total_rooms_num{
		font-size: 35px !important;
}
.total_rooms_num_wrap p{
	margin:0;
	font-size: 15px !important;
    font-weight: bold;
	text-align:center;}
.total_rooms_num_wrap input{
	max-width:100%;
	}
.total_rooms_num_text{
	font-size:12px;
	margin:0 0 5px 0;
	display:block;}
.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;
}

.search_h{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin:0px;
	padding:0 0 0 80px;
	line-height:22px;
	font-size:18px;
	color:#333;
	font-weight:bold;
}

/*ここまで*/

/* 20110825 追加 */

.search_list2{
	margin-left:10px;
}
/*.search_listbody{
	margin-right:15px;
	float:right;
}*/
.search_list_main{
	margin:0px;
	padding:0px 10px;
	background-image:url(/img/search_main.gif);
}
.search_list_bk{
	background-image:url(/img/bar_1.png);
	background-repeat:no-repeat;
}
.search_listmain_bk{
	background-image:url(/img/list_title.jpg);
	background-repeat:no-repeat;
}
.title_bk{
	background-image:url(/img/list_title.gif);
	background-repeat:no-repeat;
}

.list_h{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin:0px;
	padding:0px;
	margin-left:22px;
	line-height:18px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

.list_h2{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	margin:0px;
	padding:0px;
	margin-left:26px;
	line-height:30px;
	font-size:20px;
	color:#333;
	font-weight:bold;
}

.list_body_h{
	text-decoration:underline;
	margin:0px;
	padding:0px;
	margin-left:15px;
	font-size:14px;
	color:#333;
	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;
}

ul.tabmenu2 {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	width:720px;
	height: 27px;
	margin: 0px;
	padding: 0px;
}
ul.tabmenu2 li {
	text-align:center;
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight:bold;
	width:140px;
	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.tabmenu2 li.act {
	color: #000000;
	background: transparent url(/img/list_on.jpg) no-repeat 0px 0px;
}
ul.tabmenu2 li a {
	width:140px;
	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.tabmenu2 li a:visited {
	color: #000000;
}
ul.tabmenu2 li:hover {
	color: #000000;
	background: transparent url(/img/list_on.jpg) no-repeat 0px 0px;
}
ul.tabmenu2 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{/* 20141222全体リンク変更 */
	background-repeat:no-repeat;
	padding-left:10px;
}

.list_koumoku{/* 20141222全体リンク変更 */
	padding:3px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	position: relative;
}

.list_koumoku:hover{
/*	background: #f0f8ff;*/
	background: #fafafa;
}
/*
.list_koumoku:hover a{
	color: #666 !important;
}
*/


.list_link {
	border-left: #FFCC33 solid 3px;
	padding-left: 10px;
}

.list_link input {
	position: relative;
	z-index: 10;
}

.list_link a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*\**/: rgba(0,0,255,0);
	filter: alpha(opacity=0);
	z-index: 0;
	color: #00F !important;
}

.list_link a p {
	position: absolute;
	top: 14px;
	left: 50px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	z-index: 0;
	text-decoration: underline !important;
}

.list_link a p img{
	float:left;
	margin:-3px 5px 0 0
}

.list_link_photo a, .list_link_other {
	position: relative;
	z-index: 0;
}

.list_com{
	background-image:url(/img/com_listmain.gif);
}

.list_search_title{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #666;
	background-color: #f2f2f2;
}


.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;
}

.img2{
	padding-top:10px;
}

.img0{
	padding-top:5px;
	height:145px;
}

.sq{
	border:solid 1px #999;
}

.rss{
	background-color:#FAE6E6;
}

.rss a:link{
	color:#900;
	font-weight:bold;
	text-decoration:underline;
}
.rss a:hover{
	font-weight:bold;
	text-decoration:none;
}

.shop-t{
	font-weight:bold;
	font-size:14px;
}

.shop-tel{
	font-weight:bold;
	font-size:14px;
	color:#CC0000;
}

.dot-u{
	border-bottom:1px dotted #666;
}

.dot-u a:link{
	text-decoration:underline;
}

.dot-u a:hover {
	color:#666;
	text-decoration:none;
}

.tokusen_link a:link{
	text-decoration:underline;
}

.tokusen_link a:hover {
	color:#666;
	text-decoration:none;
}

.com{
	font-size:11px;
	color:#666666;
	line-height:14px;
}

.com1{
	font-size:11px;
	color:#FFF;
	line-height:12px;
	padding:50px 50px 50px 40px;
}


.f12r{
	font-size:12px;
	line-height:18px;
	color:#FF0000;
}

.bg3{
	border:solid 3px #F3F3F3;
}

#infobox {
	height: 450px;
	overflow-x: hidden;
	overflow-y: scroll;
}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

#fragment-1{
	margin:0;
	margin-left:4px;
	padding:0;
	width:760px;
}

#fragment-2{
	margin:0;
	margin-left:4px;
	padding:0;
	width:760px;
}

#fragment-3{
	margin:0;
	margin-left:4px;
	padding:0;
}
#fragment-4{
	margin:0;
	margin-left:4px;
	padding:0;
}


.tok1{
	font-size:16px;
	line-height:20px;
	color:#FF0066;
	font-weight:bold;
}
	
.bg_gray{
	background-color:#F0F0F0;
}

.bg_green{
	background-color:#F7FAFA;
}

/* 共通 */

.my_search_header{
	color:#FFF;
	background-position:center;
	background-image:url(/img/my_search_header.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	padding-left:10px;
	padding-top:2px;
}

.fa_waku{
	background-image:url(/img/fa_waku.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:12px;
	color:#F00;
	padding-top:2px;
}

.pan{
	color:#666;
	font-size: 14px;
	line-height: 24px;
}

.pan a,pan a:link,pan a:visited{
	color:#0000FF;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
}
.pan a:hover,pan a:active{
	font-size: 14px;
	color:#FF3300;
	line-height: 24px;
	text-decoration:underline;
}

.shosai_header{
	background-image:url(/img/shosai_header_2.jpg);
}
.staff_waku{
	background-color:#fff;
}
.staff_osusume{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color:#666;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}


.my_middle{
	background-image:url(/img/s_ruiji_middile.gif);
}
.rireki_bk{
	background-color:#F0F0F0;
	font-weight:bold;
}
.img_bk{
	background-image:url(/img/imagebk_middle.jpg);
}
.mail_bk{
	background-image:url(/img/mail_bk.gif);
	background-repeat:no-repeat;
}
.koda_list{
	margin:0;
	padding:0;
}
.koda_list ul{
	margin:0;
	padding:0;

}
.koda_list ul li{
	list-style-type:none;
	float:left;
	/*background-color:#FFF2E6;*/
	padding:3px;
	margin:3px;
	white-space: nowrap; /*追記*/
	font-size:12px;
	line-height:12px;
	color:#000;
}

.koda_list2{
	margin:0;
	padding:0;	
}
.koda_list2 ul{
	margin:0;
	padding:0;
}
.koda_list2 ul li{
	list-style-type:none;
	float:left;
	padding:3px;
	margin:3px;
	white-space: nowrap; /*追記*/
	font-size:12px;
	line-height:12px;
	color:#000;
}

.s_mail_title{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-image:url(/img/m_title.gif);
	background-repeat:no-repeat;
	padding-left:60px;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
}
.s_title2{
	background-image:url(/img/s_stitle.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-weight:bold;
	font-size:14px;
}

.ruiji_f,ruiji_f a{
	color:#09F;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	border-bottom:#999 dotted 1px;
}
.ruiji_f a:link,ruiji_f a:visited{
	color:#09F;
	font-weight:bold;
	font-size:14px;
}
.ruiji_f a:hover,ruiji_f a:active{
	color:#F60;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;

}
.bo_test{
	border:dashed 1px #000;
}


.mail_row_text{
	text-indent:75px;
}
.search_listmain_bk_s{
	background-image:url(/img/list_title_s.jpg);
	background-repeat:no-repeat;
}
.btn{
	padding:5px 40px;
	color:#F60;
	border:1px #FF6600 solid;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
}
.btn:hover{
	color:#FFF;
	background-color:#FF6600;
	text-decoration:none;
}

.shu-btn{
	color:#FFF;
	background-color:#F30;
	text-decoration:none;
	height: 18px;
	text-align:center;
	padding: 0;
}


.sho_bg{
	border:#94BEBE solid 1px;
}

.sho_ti{
	background-color: #ECF2F2;
	border-bottom: #86B0B0 dotted 1px;
}

.sho_head{
	border: #ECF2F2 solid 5px;
}

.sho_un{
	border-bottom: #CCC dotted 1px;
}

.sho_toi_ti{
	background-image:url(/img/sho-toi-ti.jpg);
}

.bg1{
	border:solid #CCC 1px;
}


.f-kensu{ 
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #FF0000;
	font-size:20px;
	fonto-height:26px;
	font-weight:bold;
} 

.side-p{
	margin: 3px;
}

.mail_koumoku{
	font-size:13px;
	font-weight:bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
}

.f11g{
	font-size:11px;
	color:#555;
}

.yachin2{
	color:#FF0000;
	font-size:20px;
	fonto-height:26px;
	font-weight:bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
}

.yachin1{
	color:#FF0000;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif
}

.f13b {
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.text_waku{
	border: 2px dotted #CCC;
}


.l-btn1 {
	background: #EEE;
	border-top: 1px solid #DDD;
	border-left: 2px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	color:#111;
	width: 90px;
	height: 15px;
	padding: 5px 3px;
	text-align: center;
	font-size: 11px;
}


/*2013追記*/

.th_sho{
	font-weight:normal;
	border:1px solid #CCCCCC;
	color: #666;
	font-size: 11px;
}


/*20140606_詳細フッター*/

.m_foot{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.m_foot2{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}

.m_foot2 ul{
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
}

.m_foot2 ul li{
	float: left;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: middle;
	list-style-type: none;
}

.m_foot2 ul li a{
	font-size: 13px;
	text-decoration: underline;
	color: #0000FF;
	font-weight: normal;
	list-style-type: square;
	background-image: url(../img/foot_yaji.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#foot_list{
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #609F9F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	width: 740px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.foot_h2{
	background-image: url(../img/foot_titlebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 41px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.foot_h2 h2{
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 41px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}

.foot_text{
	clear: both;
	padding: 8px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 760px;
	background-color: #F0F0F0;
	color: #333333;
}

#foot_ul{
	margin-bottom: 50px;
}


/* list 20141227 */
.search_list_main label {
	display: block;
	margin: 1px;
	cursor:pointer;
}

.search_list_main input {
	float: left;
}

.search_list_main td {
	width: 50%;
}

.search_list_bottom {
	vertical-align: baseline !important;
}

.search_list_zokusei {
	vertical-align: bottom !important;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #333;
}

.search_bg label {
	display: block;
	margin: 1px;
	cursor:pointer;
}
.default_side_toggle{
	background-image:url(/img/default_side_toggle_bg.jpg);
	background-repeat:no-repeat;
	line-height: 30px;
	color:#666666;
	}
.default_side_toggle span:hover{
	color:#FF7F00;
	text-decoration:underline;
}
/*　拡大画像用記述　*/

img#mainImage{
/*max-width:580px;
    max-height:450px;*/
    max-width: 390px;
    max-height: 300px;
}
 
.madori_size img{
    max-width:360px;
    height:auto;
}


/*画像の大きさ指定　20140929*/

.width-shosai img {
	max-width: 600px;
	height: auto;
	margin:0px 0px 10px 0px;
}

.width-madori img {
	max-width: 300px;
	height: auto;
	margin:0px 0px 10px 0px;
}

/*20160808ADD KANEKO*/
.sho_title div {
    font-weight: bold;
    color: OrangeRed;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.sho_title span {
    font-size: 10px;
}

/* 物件お問合せ　*/

.sh_form img{
	margin:20px 0px 0px 0px;
}

.sh_inq3{
	margin:20px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font-size:14px;
	color:#555555;
	text-indent:20px;
	background-image:url(../img/sh_inqicon.jpg);
	line-height:24px;
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
}

.sh-inq_komoku{
	border-bottom:1px solid #D7CEC7;
	border-top:1px solid #D7CEC7;
	padding:1px;
}

.sh-inq_komoku tr th{
	background-color:#F7F6F3;
	width:214px;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	padding:10px;
	border:none;
}

.sh-inq_komoku tr th span{
	background-color:#FF0004;
	color:#FFFFFF;
	font-size:13px;
	padding:4px;
	margin:0px 0px 0px 5px;
}

.sh-inq_komoku tr td{
	margin:0px;
}

.sh-inq_komoku tr td ul{
	background-color:#FFD9D9;
	margin:0px;
	padding:15px;
	list-style:none;
}

.sh-inq_komoku tr td ul li{
	font-size:14px;
	line-height:25px;
}

.sh-inq_komoku tr td ul li label {
	cursor: pointer;
    margin: 0 0 2px 0;
    display: inline-block;
}

.sh-inq_komoku tr td ul li label input{
	width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #bdc8ca;
	vertical-align: middle;
	cursor: pointer;
}

.sh_bikou{
	margin:10px;
	padding:0px;
	line-height:20px;
}

.sh_inq_pink{
	background-color:#FFD9D9;
	padding:15px;
	font-size:12px;
	line-height:20px;
}

.sh_inq_pink2{
	padding:15px;
	font-size:12px;
	line-height:20px;
}


.sh_inq_sen{
	border-bottom:1px solid #D7CEC7;
}

.sh_bikou2{
	margin:10px;
	padding:0px;
}


.pager ul {
margin:0;
padding:0;
}
.pager li {
list-style-type:none;
float:left;
margin:0 4px;
}

.pass a:hover{
border-bottom:1px solid #000;
}


/*******************************************/
/*業者向け機能改修　物件一覧画面*/
/*******************************************/
.koumoku_index {
border:2px solid #000;
border-collapse: collapse;
border-spacing: 0;
background: antiquewhite;
margin-bottom: 40px;
margin:auto;
}

.koumoku_index td {
border:1px solid #000;
padding: 4px;

}

.bukken_list {
    width: 96%;
    border: 1px solid #d7dde0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 3px;
min-width: 1250px;
}

.bukken_list td {
border-bottom:1px solid #d7dde0;
}

.bukken_btn {
    clear: both;
    float: right;
    text-align: left;
    margin: 1%;

}
.button {
    margin: 0px;
    width: 86px;
margin-right: 4px;
}

/*******************************************/
/*業者向け機能改修　物件詳細画面*/
/*******************************************/

/* お問合わせ情報 */


.bukken_shosai_con ul {
margin:0;
padding:0;
}


.bukken_title {
width:98%;
font-size: 26px;
margin-bottom: 10px;
}

.bukken_btn02 {
    float: right;
    width: auto;
}
.date {
    text-align: left;
    float: right;
    margin-right: 3%;
}
#info_index {
    background-color:#f3f5f9;
    width: 100px;
text-align: center;
}
#info_subindex {
    padding: 3px;
    float: left;
    border: 1px solid #ccc;
text-align: left;
}

#info_index02 {
    background-color:antiquewhite;
    padding: 4px;
    width: 100px;
    float: left;
}

#info_index03 {
    background-color:antiquewhite;
    padding: 121px 4px;
    width: 100px;
    float: left;
}
#info_index04 {
    width: 100px;
    float: left;
    padding:16px 4px;
background-color:antiquewhite;
border: 1px solid #ccc;
clear: both;
}
#info_index05 {
    background-color:antiquewhite;
    padding: 230px 4px;
    width: 100px;
    float: left;
}
#info_index06 {
background-color:antiquewhite;
    padding: 171px 4px;
    width: 100px;
    float: left;
}

#info_naiyou {
    text-align: left;
float: left;
}
#info_naiyou02 {
height: auto;
overflow: hidden;
float: left;
padding: 3px;
border: 1px solid #ccc;
text-align: left;
}
#info_naiyou03 {
padding: 20px;
width: 521px;"
text-align:center;
}
#info_naiyou04 {
    height: auto;
    overflow: hidden;
    float: left;
    padding: 6.2px;
    border: 1px solid #ccc;
    text-align: left;
}



/* 20171024　詳細画面追記 */
.inquiry_info {
height: auto;
overflow: hidden;
border: 2px solid #3F1F00;
border-collapse: collapse;
border-spacing: 0;
}
.inquiry_info td {
    width:300px;
border:1px solid #ccc;
    padding: 4px;
}

.info_title {
    background-color:antiquewhite;
}
.inquiry_info h4 {
    padding: 10px;
font-weight: normal;
}

.jyouken {
height: auto;
overflow: hidden;
border: 2px solid #3F1F00;
border-collapse: collapse;
border-spacing: 0;
}
.jyouken td {
border:1px solid #ccc;
    padding: 3px;
}
.jyouken h4 {
    padding: 10px;
font-weight: normal;
}

.gaiyou {
height: auto;
overflow: hidden;
border: 2px solid #3F1F00;
border-collapse: collapse;
border-spacing: 0;
}
.gaiyou td {
border:1px solid #ccc;
    padding: 3px;
}

#admin_pic_table td  {
border:0px solid #ccc;
    padding: 3px;
}
.gaiyou h4 {
    padding: 10px;
font-weight: normal;
}

.syuhen {
height: auto;
overflow: hidden;
border: 2px solid #3F1F00;
border-collapse: collapse;
border-spacing: 0;
}
.syuhen td {
border:1px solid #ccc;
    padding: 3px;
}
.syuhen h4 {
    padding: 10px;
font-weight: normal;
}

#modal-content ul {
	margin:0;
	padding:0;
}
#modal-content li {
	list-style-type:none;
	margin-top:4px;
}

td#madori_img img {
    width: 300px;
    height: auto;
}

.shosai_thumb_wrap{

	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #CECEBF;
	position:relative;
}

.shosai_mainimg{
	vertical-align: top;
	padding-top: 5px;
}
.sho_img_arrow_l,
.sho_img_arrow_r{
    box-sizing: border-box;
    text-align: center;

}
.sho_img_arrow_l {
    border-right: 1px solid #cecebf;

}
.sho_img_arrow_r {
    border-left: 1px solid #cecebf;
}

/*ログイン画面 180801*/

.partner_login_text {
    margin: 0 0;
    padding: 5px 0;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
}


/*ログイン画面 180801 end　*/