@charset "shift_jis";
/* CSS Document */

/*全ページ共通項目*/

img{
	border:0;
}

a:hover img {
	border:0;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	position:relative;
	top:1px;
	left:1px;
}

.stationname
{
	font-size:12pt;
}

table tr td
{
	font-size:12px;
	line-height:18px;
}

.header_main
{
	width:100%;
	height:100px;
	background-image:url("img/title_bg.jpg");
	text-align:center;
}

.header
{
	border-bottom:5px #00008b solid;
	margin-bottom:15px;
}

.footer
{
	margin-top:30px;
	padding-top:10px;
	border-top:3px #CCC solid;
	text-align:center;
}

/*エラーメッセージ*/
.err-msg
{
	margin:50px;
	padding:50px;
	width:600px;
	background-color:#e0ffff;
	font-weight:bold;
	text-align:center;
}

/*項目の背景色や線色*/
.selbg-sub
{
	background-color:#e0ffff;
}

.selbg-koumoku
{
	background-color:#ffffff;
	padding:6px;
}

.selbg-title
{
	background-color:#66CCFF;
	padding:6px;
}

.line-bg
{
	background-color:#CCCCCC;
}

/*集計数値の赤色太字*/
.count
{
	color:#F00;
	font-weight:bold;
	font-size:16px;
}

/*リストページャ*/
/*リスト共通関連項目*/
ul.pager {
	float: right;
	font-style: normal;
	list-style: none;
	line-height:16px;
}
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
}


/*一覧リストのCSS*/
.listfont
{
  font-size:9pt
}
.dataGridHeader
{
	position:relative;
	width:100%;
	background-color:#D4D0C8
}
.dataGridContent
{
	overflow:auto;
	background-color:#FFFFFF
}
.th1
{
	position:relative;
	top:0;
	left:0;
	height: 60px;
}
.th1 th
{
	background-color:#e0ffff;
}
.th1 th a
{
	text-decoration:none;
}
.th2
{
	position:absolute;
	top:0;
	left:0;
}
table.scrolltablestyle
{
	background-color:#CCCCCC;
}
table.scrolltablestyle tbody tr td
{
	position:static;
	width:auto;
	font-size:9pt;
}
table.scrolltablestyle thead tr th
{
	font-size:9pt;
	padding:5px;
}
table.scrolltablestyle thead tr td
{
	font-size:9pt;
	padding:5px;
}

.koumoku td {
	background-color:#FFFFFF;
	font-size:9pt;
	padding:3px;
	line-height:14px;
}

.kome {
	color:#FF0000;
	font-weight: bold;
}

.bg0 {
	border: 1px #999999 solid;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.f13 {
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
}

.f15{
	color:#000;
	font-size:15px;
	line-height:18px;
	font-weight: bold;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFECD0;
}

.bg
 {  border-collapse:collapse;}
.bg td
 {  border: 1px solid #999999; padding-right: 5px;}

.bg2{
	background-color:#D7F2FF;
	line-height:30px;
	padding:0px 0px 0px 5px;
}
.bg3{
	background-color:#F7FDFF;
	padding:10px;
}

.bg3-2{
	background-color:#FFF;
}

ul.tabmenu2 {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	width:1000px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
ul.tabmenu2 li {
	text-align:center;
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight:bold;
	width:99px;
	line-height: 40px;
	white-space: nowrap;
	float: left;
	color: #000;
	background: transparent url(../img/bar.jpg) no-repeat 0px 0px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.tabmenu2 li.act {
	width:99px;
	color: #000;
	background: transparent url(../img/bar_a.jpg) no-repeat 0px 0px;
}
ul.tabmenu2 li a {
	width:99px;
	height: 40px;
	position: relative;
	display: inline-block;
	color: #000;
	background: transparent url(../img/bar.jpg) no-repeat 100% 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.tabmenu2 li.act a {
	text-decoration:none;
	width:99px;
	color: #000;
	background: transparent url(../img/bar_a.jpg) no-repeat 0px 0px;
}
ul.tabmenu2 li a:visited {
	text-decoration:none;
	color: #000;
}
ul.tabmenu2 li:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_over.jpg) no-repeat 0px 0px;
}
ul.tabmenu2 li:hover a, * ul.tabmenu2 li a:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_over.jpg) no-repeat 100% 0px;
}
ul.tabmenu2 li.act a:visited {
	text-decoration:none;
	color: #000;
}
ul.tabmenu2 li.act:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_over.jpg) no-repeat 0px 0px;
}
ul.tabmenu2 li.act:hover a, * ul.tabmenu2 li.act a:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_over.jpg) no-repeat 100% 0px;
}


ul.tabmenu3 {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	width:1000px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
ul.tabmenu3 li {
	text-align:center;
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight:bold;
	width:99px;
	line-height: 40px;
	white-space: nowrap;
	float: left;
	color: #000;
	background: transparent url(../img/bar_foot.jpg) no-repeat 0px 0px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.tabmenu3 li.act {
	width:99px;
	color: #000;
	background: transparent url(../img/bar_foot_a.jpg) no-repeat 0px 0px;
}
ul.tabmenu3 li a {
	width:99px;
	height: 40px;
	position: relative;
	display: inline-block;
	color: #000;
	background: transparent url(../img/bar_foot.jpg) no-repeat 100% 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.tabmenu3 li.act a {
	text-decoration:none;
	width:99px;
	color: #000;
	background: transparent url(../img/bar_foot_a.jpg) no-repeat 0px 0px;
}
ul.tabmenu3 li a:visited {
	text-decoration:none;
	color: #000;
}
ul.tabmenu3 li:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_foot_over.jpg) no-repeat 0px 0px;
}
ul.tabmenu3 li:hover a, * ul.tabmenu3 li a:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_foot_over.jpg) no-repeat 100% 0px;
}
ul.tabmenu3 li.act a:visited {
	text-decoration:none;
	color: #000;
}
ul.tabmenu3 li.act:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_foot_over.jpg) no-repeat 0px 0px;
}
ul.tabmenu3 li.act:hover a, * ul.tabmenu3 li.act a:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_foot_over.jpg) no-repeat 100% 0px;
}


.main_b{
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-top:none;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main_bc{
	border: 1px #ccc solid;
}

.mainstaff{
	border: 1px #ccc solid;
}

ul.owner {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	width:1000px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
ul.owner li {
	text-align:center;
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight:bold;
	width:110px;
	line-height: 40px;
	white-space: nowrap;
	float: left;
	color: #000;
	background: transparent url(../img/bar.jpg) no-repeat 0px 0px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.owner li.act {
	width:110px;
	color: #000;
	background: transparent url(../img/bar_a.jpg) no-repeat 0px 0px;
}
ul.owner li a {
	width:110px;
	height: 40px;
	position: relative;
	display: inline-block;
	color: #000;
	background: transparent url(../img/bar.jpg) no-repeat 100% 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.owner li.act a {
	text-decoration:none;
	width:110px;
	color: #000;
	background: transparent url(../img/bar_a.jpg) no-repeat 0px 0px;
}
ul.owner li a:visited {
	text-decoration:none;
	color: #000;
}
ul.owner li:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_over.jpg) no-repeat 0px 0px;
}
ul.owner li:hover a, * ul.owner li a:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_over.jpg) no-repeat 100% 0px;
}
ul.owner li.act a:visited {
	text-decoration:none;
	color: #000;
}
ul.owner li.act:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_over.jpg) no-repeat 0px 0px;
}
ul.owner li.act:hover a, * ul.owner li.act a:hover {
	color: #000;
	text-decoration:underline;
	background: transparent url(../img/bar_over.jpg) no-repeat 100% 0px;
}
input.ime_disabled {
	ime-mode:disabled;
}
.setsubi td{
	border:none;
}

.pix a:hover{
	position:relative;
	top:1px;
	left:1px;
}

.f12b_gray{
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#999;
	font-size:12px;
	font-weight:bold;
}


.myshow { 
	text-decoration:none;
	color:blue; } /* クラス名myshow の文字飾り none、文字色 blue */
	
a:hover { 
	color:green; }/* マウスが来たときの文字色 green */

a.myshow span {
	text-align:left;
	width:300px;
	display:none;
	padding:5px;
	margin-left:10px;
	border:2px solid #FF772B;
	color:#000033;
	background-color:#FFF5F0;
 }
a.myshow:hover span{   
	width:300px;
	display:inline;
	position:absolute;
}

a.myshow font {
	display:none;
	padding:25px;
	margin-left:70px;
	width:200px; 
	border:2px solid #FF772B;
	background-color:#FFF5F0;
 }
 
a.myshow:hover font { 
	display:inline;
	color:red;
	position:absolute;
}

.myshow2 {
	text-decoration:none;
	color:blue; 
} /* クラス名myshow2 の文字飾り none、文字色 blue */

a:hover { color:green; }/* マウスが来たときの文字色 green */

a.myshow2 span {
  width:500px;
  display:none;
  padding:5px;
  margin-left:10px;
  border:2px solid #0000AE;
  color:#000033;
  background-color:#ECFBFF;
 }
 
a.myshow2:hover span{
	width:500px;
	display:inline;
	position:absolute; 
}

a.myshow2 font {
	display:none;
	padding:25px;
	margin-left:70px;
	width:200px; 
	border:2px solid #0000AE;
	background-color:#ECFBFF;
 }
 
a.myshow2:hover font { 
	display:inline;
	color:red;
	position:absolute;
}



 /* 201308追記 */
a.menu {
	/* ブロックレベル要素化 */
	display: block;

	/* サイズ指定 */
	width: 250px;
	height: 30px;
	border: solid 2px #999999;


	/* 縦横中央揃え */
	text-align: center;
	line-height: 30px;

	/* 色指定 */
	color: #000; 
	background-color: #EEE;

	/* その他 */
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

a:hover.menu {
	color: #000;
	background-color: #EEE;
	border: solid 2px #00BFFF;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
/* #6043 設備項目表示 */

li.setsubi_koumoku {
	width: 25%;
	list-style-type: none;
	float: left;
}
table.setsubi_koumoku {
	float:left;
	width:50%;
	border-collapse: collapse ;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
	border-left: none;

}
table.setsubi_koumoku td{
	border : none;
}
table.setsubi_koumoku td:nth-type-of(2n-1){
	border-right: 1px solid #CCCCCC;
}
.imagefree {
	vertical-align: top;
}

div#subContents{    
    top: 130px;
    position: fixed;
    z-index: 999;
    margin-left: 0px;
    width: 50px;
    padding: 10px;
}

.all1{
    width: 1130px;
    margin-right: auto;
    margin-left: auto;
}
* html #subContents    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+100));     
}

.setsubi_ichi1 {
	text-align:right;
	float:left;
}

.setsubi_ichi2 {
	float:right;
	padding:0px 10px 0px 0px;
}
/* ヘルプページリンク*/
.rhs_help{
	display:block;
	float:right;
	background-image:url(../img/icon_question.jpg);
	background-repeat:no-repeat;
	margin:0 20px 0 0;
	padding:0;}

.rhs_help_room_list{
	font-size:10px;
	margin:0;
	background-image:url(../img/icon_question_2.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;}

.rhs_help_room_list a{
	display:block;
	text-align:left;
	margin:0;
	padding:0 0 0 22px;
	line-height:22px;
}

.rhs_help a{
	display:block;
	text-align:left;
	margin:0;
	padding:0 0 0 22px;
	line-height:17px;
	
}

.room_search_anchorlink{
	top: 122px;
	position: fixed;
	z-index: 999;
	margin-left: 0px;
	width: 100px;
	padding: 8px;
	right:0;
	border: 1px solid #D0D0D0;
	background-color:#FFFFFF;
}
.room_search_anchorlink div{
	margin:0 0 10px 0;
}



/*登録済み物件検索結果一覧ページ*/

.pan1 {
	width:100%;
	height:30px;
	margin:10px 0px 0px 0px;
	border-bottom:1px #DDDDDD solid;
	text-align:center;
}

.pan2 {
	float:left;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:260px;
}

.pan3 {
	float:right;
	text-align:left;
	margin:0px auto;
	padding:0px 0px 0px 41px;
}

.pan4 {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:100%;
}

.pan5 {
	width:100%;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.shibo_search1 {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100%;
}

.shibo_search_bg1 {
	background-image:url(/admintool/img/search_list/shibori_search2_bg.jpg);
	width:100%;
	min-width:1000px;
	height:37px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:37px;
	color:#000;
}

.shibori_waku {
	border:#CCCCCC solid 1px;
	margin:0px auto;
	padding:20px 20px 20px 20px;
}

.shibori_search2 {
	width:90%;
}

.shibori_search3 {
	float:left;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

.shibori_search4 {
	width:20%;
}

.free_search {
	width:310px;
	height:26px;
	color:#BCBCBC;
	font-size:14px;
	line-height:25px;
	text-indent:5px;
}

.shibori_koumoku {
	margin:10px 0px 0px 0px;
	text-align:left;
}

.shibori_koumoku tr {
	text-align:center;
}

.shibori_koumoku th {
	font-size:12px;
	line-height:35px;
	color:#000;
	font-weight:bold;
	width:8%;
	border-right:#CCC solid 1px;
}

.shibori_bg1 {
	background-color:#F7F7F7;
	padding:2px 0px 2px 0px;
}

.shibori_koumoku td {
	text-align:left;
	padding:0px 0px 0px 10px;
}

.list_checkbox {
	height: 18px;
	width: 18px;
	margin: 10px;
	vertical-align:middle;
}

.list_checkbox2 {
	height: 15px;
	width: 15px;
	vertical-align:0.6em;
}

LABEL:hover {
	color:#FE9900;
}

.shibori_button {
	text-align:center;
	padding:10px 0px 0px 0px;
}

.menu1 {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.convert_waku {
	border:#CCC solid 1px;
	margin:0px auto;
	padding:10px 20px 10px 20px;
}

.convert_waku2 {
	width:100%;
	margin-bottom:10px;
	float:left;
}

.convert_red {
	color:#F00;
}

.convert_search2 {
	width:100%;
	text-align:left;
}

.convert_search2 ul {
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

.convert_search2 li {
	list-style:none;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	line-height:30px;
	color:#444;
}

/*フォーム系の指定*/
.eki_sentaku {
	width:100px;
	height:26px;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sProTranLine {
	width:200px;
	height:26px;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sProTranLine2 {
	width:100px;
	height:26px;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hyoji_kensuu {
	width:127px;
	height:23px;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*タブ切替え*/

/* 表示領域全体 */
div.bukken_list2 {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100%;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.bukken_list div.list_tabbox {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:left;
}
/* タブ部分 */
div.bukken_list span.list_tabs { margin: 0px; padding: 0px; }

div.bukken_list span.list_tabs a { display: block; width: 5em; float: left; margin: 0px 1px 0px 0px; padding: 3px; text-align: center; border-radius: 12px 12px 0px 0px; }

div.bukken_list span.list_tabs a.convert1 {
	width:100px;
	height:30px;
}

div.bukken_list span.list_tabs a.convert2 {
	width:100px;
	height:30px;
}

div.bukken_list span.list_tabs a.kani3 {
	width:100px;
	height:30px;
}

div.bukken_list p.list_tabs a:hover { color: yellow; text-decoration: underline; }

/* 対応表示領域 */
div.bukken_list div.list_tab tr {
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

div.bukken_list div.list_tab td {
	margin:0px auto;
	padding:5px 5px 5px 5px;
}

div.bukken_list div.list_tab th {
	padding:0px 2px 0px 0px;
}




/*更新メニュー*/

.koshin_menu_waku{
	width:100%;
	min-width:1060px;
	height:150px;
	clear:both;
}

.koshin_left_waku{
	margin:0px 20px 0px 0px;
	padding:10px 10px 10px 10px;
	border:solid 1px #CCC;
	float:left;
	width:auto;
	height:105px;
}

.koshin_left_waku2 {
	margin:0px auto;
	width:40%;
	height:105px;
	float:left;
	clear:both;
}


.koshin_right_waku{
	margin:0px auto;
	padding:10px 10px 10px 10px;
	border:solid 1px #CCC;
	float:right;
	width:auto;
	height:105px;
}

.koshin_right_waku2 {
	margin:0px auto;
	width:30%;
	height:105px;
	float:right;
}

.koshin_right_waku img:hover{
	cursor:pointer;
}


.koshin_left {
	float:left;
}

.koshin_left img:hover{
	cursor:pointer;
}


.koshin_yaji_1 {
	text-align:left;
}

.koshin_right {
	float:left;
}

.koshin_yaji_2 {
	text-align:right;
	clear:both;
}


.koshin_toku2 {
	width:250px;
	height:23px;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 物件一覧の項目 */

.list_sentaku{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	display:block;
	border:solid 1px #CCC;
	line-height:24px;
	font-size:11px;
	width:45px;
	color:#555;
	text-align:center;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: linear-gradient(white, #bbb);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffFFFFFF,EndColorStr=#AAbbbbbb);
}

.list_sentaku_on{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	display:block;
	border:solid 1px #CCC;
	line-height:24px;
	font-size:11px;
	font-weight:bold;
	width:45px;
	color:#EC8D00;
	text-align:center;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: linear-gradient(white, #bbb);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffFFFFFF,EndColorStr=#AAbbbbbb);
}

.list_edit {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.list_edit ul{
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

.list_edit li{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	list-style:none;
}

list_edit2{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:100%;
}

list_edit2_1{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:50%;
	float:left;
}


list_edit2_2{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	list-style:none;
	width:50%;
	float:left;
}

.list_edit3 {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.list_edit3 ul{
	margin:0px auto;
	padding:0px 0px 0px 7px;
	width:110px;
}

.list_edit3 li{
	margin:0px auto;
	padding:0px 10px 10px 0px;
	list-style:none;
	float:left;
}

.graph_color{
	color:#0082BF;
	font-weight:bold;
	text-align:left;
}

.list_tokushu_check {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
}


.list_bg1 {
	background-color: #444;
	margin-bottom:10px;
	width:100%;
	min-width:1000px;
}

.list_bg1 td {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	line-height:25px;
}

.list_bg2 {
	background-color: #0070A6;
	margin-bottom:10px;
	width:100%;
	min-width:1000px;
}

.list_bg2 td {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-color: #FFF;
	text-align:left;
	line-height:25px;
}

.list_bg3 {
	background-color: #0070A6;
	margin-bottom:10px;
	width:100%;
	min-width:1000px;
}

.list_bg3 td {
	background-color: #EEE;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	line-height:25px;
}

.list_bg4 {
	background-color: #0070A6;
	margin-bottom:10px;
	width:100%;
	min-width:1000px;
}

.list_bg4 td {
	background-color: #EEE;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	line-height:25px;
}

.list_gazou_1 {
	margin:0px auto;
	padding:0px 0px 0px 35px;
}

.list_gazou_2 {
	margin:0px auto;
	padding:0px 6px 0px 0px;
}

.list_gazou_2 div {
	margin:0px 0px 3px 3px;
	padding:0px 0px 0px 0px;
}

.list_gazou_float1 {
	float:left;
}

.pict_icon_waku {
	text-align:center;
	margin:0px auto;
	padding:8px 0px 0px 7px;
	vertical-align:middle;
}

.pict_icon {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.pict_icon ul {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:100%;
}

.pict_icon li {
	margin:0px auto;
	padding:0px 7px 0px 0px;
	float:left;
	list-style:none;
}

.gazou_suu {
	color:#F00;
	font-size:18px;
	text-decoration:underline;
	line-height:25px;
	text-align:center;
	font-weight:bold;
}

/*画像枚数*/
.room_list_pict_tl , .room_list_pict_tl_2{
    font-size: 11px;
    border: 1px gray solid;
    text-align: center !important;
    background-color: lightblue !important;
	line-height:8px !important;
}

.room_list_pict_tl:nth-child(2) , .room_list_pict_tl:nth-child(3) , .room_list_pict_tl:nth-child(4), .room_list_pict_tl:nth-child(10){
	width:105px;
}

.room_list_pict_tl:nth-child(9){
	width:180px;
}

.room_list_pict_tl:nth-child(11){
	width:110px;
}

.room_list_pict_tl:nth-child(12){
	width:100px;
}

.room_list_pict_maisu{
	border: 1px gray solid;
    text-align: center !important;
	line-height:8px !important;
}

/*画像枚数(詳細)*/
.room_sho_pict_tl , .room_sho_pict_tl_2{
    font-size: 11px;
    border: 1px gray solid;
    text-align: center !important;
    background-color: lightblue !important;
	line-height:8px !important;
	padding: 3px 0;
}


.room_sho_pict_tl:nth-child(2) , .room_sho_pict_tl:nth-child(3) , .room_sho_pict_tl:nth-child(4), .room_sho_pict_tl:nth-child(10){
	width:125px;
}

.room_sho_pict_tl:nth-child(9){
	width:180px;
}

.room_sho_pict_tl:nth-child(11){
	width:125px;
}

.room_sho_pict_tl:nth-child(12){
	width:100px;
}

.room_sho_pict_maisu{
	border: 1px gray solid;
    text-align: center !important;
	line-height:8px !important;
	padding: 3px 0;
}

/*コンバート*/

.list_convert_search {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	float:left;
}

.list_convert_search ul {
	margin:0px auto;
	padding:0px 0px 0px 15px;
}

.list_convert_search li {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	list-style:none;
}
.list_convert_search img {
	position: relative;
}
.convert_check {
	float:left;
	width:20%;
	padding:12px 0px 0px 0px;
	text-align:right;
}

.list_icon_bg1 {
	background-color:#444;
	height:14px;
	width:48px;
	font-size:9px;
	line-height:14px;
	color:#FFF;
	text-align:center;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px 0px 0px 0px;
}

.list_icon_bg2 {
	background-color:#444;
	height:14px;
	width:28px;
	font-size:9px;
	line-height:14px;
	color:#FFF;
	text-align:center;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px 0px 0px 0px;
}

.list_icon_bg3 {
	background-color:#444;
	height:14px;
	width:56px;
	font-size:9px;
	line-height:14px;
	color:#FFF;
	text-align:center;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px 0px 0px 0px;
}

.list_chinryo {
	color:#F00;
}

.list_red {
	color:#F00;
	font-weight:bold;
}

.list_ore {
	color:#FF7F00;
	font-weight:bold;
}

.list_icon1 {
	float:left;
	margin:0px auto;
	padding:0px 2px 0px 0px;
}

.list_tokusen {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:250px;
}

.list_tokusen ul {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:250px;
}

.list_tokusen li {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:25px;
	float:left;
	list-style:none;
}

/*物件アクセス数*/

.access_graph {
	margin:0px auto;
	padding:5px 0px 0px 10px;
}

.access_graph_bg1 {
	background-color:#0082BF;
	width:43px;
	height:35px;
	float:left;
	border:solid 1px #CCC;
}

.access_graph_bg2 {
	background-color:#0070A6;
	font-size:12px;
	line-height:18px;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	width:43px;
	height:26px;
	float:left;
	text-align:center;
	border:solid 1px #CCC;
	padding:9px 0px 0px 0px;
}

.access_graph_bg3 {
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	width:43px;
	height:26px;
	float:left;
	text-align:center;
	border:solid 1px #CCC;
	padding:9px 0px 0px 0px;
}

/*物件表示件数*/

.hyoji_kensu_waku {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:100%;
	min-width:1000px;
	text-align:center;
}

.list_bukkensuu {
	color:#F00;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
}

.list_bukkenhyoji {
	margin:0px auto;
	padding:10px 0px 0px 10px;
	color:#000;
	font-size:12px;
	line-height:25px;
}

/*管理画面物件検索結果リスト共通関連項目*/
ul.pager {
	  float: left;
	  font-style: normal;
	  list-style: none;
	  font-size:10px;
}
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 5px;
	  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: #0070A6;/*オンマウス時の背景*/
	  color: #FFF;/*フォントの色*/
	  text-decoration: none;
}
ul.pager li strong {
	  display: block;
	  padding: 3px 8px;
	  background: #555555;/*背景色*/
	  color: #FFFFFF;/*フォントの色*/
	  text-decoration: none;
}

.pager_text {
	padding-top:20px;
	text-align:left;
	font-size:10px;
}

.top_back {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:100%;
	text-align:right;
}

/*フッター固定*/
.menu_footer_bg {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background:url(/admintool/img/search_list/kotei_menu_bg.jpg);
	width:100%;
	height:52px;
	text-align:center;
}

.menu_footer_bg ul {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:100%;
	text-align:center;
}

.menu_footer_bg li {
	margin:0px auto;
	padding:10px 10px 0px 0px;
	float:left;
	width:110px;
	list-style:none;
}

html,body{
	 height:100%;
}

#wrap{
	 width: 100%;
	 position: relative;
	 height:auto !important; /*IE6対策*/
	 height: 100%; /*IE6対策*/
	 min-height: 100%;
	 padding-bottom:52px; /*フッターの高さと同じ*/
}

.footer_kotei {
	position: fixed;
	bottom: 0;
	width: 100%;
	height:52px;
}


/*簡易編集画面*/

.kani_checkbox1 {
	height:18px;
	width:18px;
	vertical-align:-0.3em;
}

.kani_text1 {
	color:#0070A6;
	text-decoration:underline;
}

.kani_text1 a {
	color:#0070A6;
	text-decoration:underline;
}

.kani_text1 a:hover {
	color:#FE9900;
	text-decoration:underline;
}

.kani_change {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.kani_change_text {
	font-size:10px;
	line-height:25px;
	color:#0070A6;
	text-align:center;
	font-weight:bold;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*リセットボタン*/
.resetb {
	text-decoration: underline;
}
.editable_image img,.bg3-2 img {
    max-width: 200px;
    max-height: 110px;
}
.imagebox img {
    max-width: 200px;
    max-height: 110px;
}
.bg4 img {
  max-width: 200px;
  max-height: 110px;
}
