* aquos
（変更可）の箇所のみ修正可*/


/*基本設定
----------------------------------------------- */
body{

   font-size:   12px;
   line-height:150%;
   text-align:   center;
   margin: 0 auto;
   margin-top:0px;
   background: #000000;
}

p{
   font-size:   12px;
   line-height:140%;
   margin-top:0;
}

td{

   font-size:   12px;

}

th{

   font-size:   12px;

}

form{

   margin:   0px;

}

a:link   {

   color:   #666699;
   text-decoration:   none;

}

a:visited   {

   color:   #666699;
   text-decoration:   none;

}

a:hover   {

   text-decoration:   underline;
   color:   #FF9933;

}


/*ページ設定
----------------------------------------------- */
.page{

   margin-top:0px;

   width:   950px;       /*ページ全体の幅（変更可） */
   padding:0px;
   margin:   0   auto;

}

.index_left{

   width:   155px;       /*ページ左側の幅（変更可） */
   margin-left:5px;
   margin-right:5px;

}

.main{

   width:   690px;      /*ページ中央部分の幅（変更可） */
   padding-top:5px;
   padding-left:5px;
   padding-right:5px;
   background-color:   #FFFFFF;


}

.index_right{

   width:   240px;       /*ページ右側の幅（変更可） */
   margin-left:10px;
   background-color:   #000000；

}

.index_r_middle{
   background-color:   #FFFFFF;

}

.page_top{
   text-align:   center;
   margin-top:0px;
   margin-bottom:0px;
   padding-bottom:   0px;
}

.main_top{
   margin-bottom:10px;
}

.main_bottom{

   margin-top:20px;
   margin-bottom:10px;
   padding:   5px;

}

.page_bottom{

   text-align:   center;

}

.index_top{

   margin-bottom:0px;
   margin-top:0px;
   padding-top:   0px;

}

.index_middle{

   margin:0px;
   margin-bottom:0px;
   padding:   0px;
   margin-top:0px;
   padding-top:   0px;

}

.index_bottom{

   margin:0px;
   margin-bottom:0px;
   padding:   0px;
   margin-top:0px;
   padding-top:   0px;

}


/*パンくず
----------------------------------------------- */
.navi{

   margin:5px;
   padding-top:5px;
   padding-bottom:3px;
   margin-bottom:10px;

}

.next_navi{

   text-align:left;
   font-size:10px;
   margin-bottom:10px;

}


/*ログイン関連
----------------------------------------------- */

.login_view{
	padding: 5px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	text-align:center;
	margin-left:10px;
	margin-right:10px;

}

.clear   {

   clear:   both;

}



.item_page_img_navi{

   padding:   3px;

}



.cart_login_view{

   border:   solid   1px   #CCCCCC;
   padding:   5px;
   margin-bottom:   5px;
	background-color:#ffffff;

}

.cart_nologin_view{

   border:   solid   1px   #CCCCCC;
   padding:   5px;

}

.login_view_r{
   padding:0;
   margin:0;
   color:   #ffffff;

}

/*お問い合せ項目表
----------------------------------------------- */
.cart table{

	border-collapse:collapse;
	border-spacing:0;
	border-top:1px dotted #999999;
	margin:10px auto;
	width:95%;
}

.cart th {

	background-color:#dddddd;
	padding:10px;
	border-bottom:1px dotted #999999;
}

.cart td {

	padding:10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #999999;
}

.cart td textarea {

	width: 100%;

}
.cart td.senddata_koumoku {

	width:   150px;
	background-color:#dddddd;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px dotted #999999;
}

.select_value{

   font-weight:   bold;

}

.select_caption{

   padding:   10px;
   padding-left:   25px;

}

.anqtable{}

.anqtable th{}

.anqtable td{}


/*自動生成メニュー
----------------------------------------------- */
.page_index_view{
   margin-bottom:0px;
   margin-top:0px;
   padding-top:   0px;
}

.page_index_name1 {
   background-image:   url(http://rims-web.com/images/default/bt_menu.gif);       /*メニュー背景画像（色名変更可） */
   height:25px;
   width:155px;
   background-repeat:   no-repeat;
   background-position:   left   0px;
   line-height:25px;
   text-decoration:none;
   text-align:   center;
   color:#666699;       /*メニュー文字色（変更不可） */
}

.page_index_name1 a:hover{
   background-image:   url(http://rims-web.com/images/default/bt_menu_o.gif);       /*メニュー背景ロールオーバー画像（色名変更可） */
   height:25px;
   width:155px;
   background-repeat:   no-repeat;
   background-position:   left   0px;
   line-height:25px;
   text-decoration:none;
   text-align:   center;
   color:   #FF0000;       /*メニュー文字ロールオーバー色 */
}


/*テキストリンク用メニュー
----------------------------------------------- */

div.menu1 * { margin:0; padding:0; }
div.menu1 li {
	list-style-type:none;
}
div.menu1 a {
	display:block;
	width:155px;       /*メニュー背景画像の幅 */
	height:25px;       /*メニュー背景画像の高さ */
	background-image:url(http://rims-web.com/images/default/bt_menu_green.gif);       /*メニュー背景画像（変更可） */
	background-repeat:no-repeat;
	line-height:25px;
	text-align:   center;
	color:#1f893f;       /*メニュー文字色 */
	font-size:12px;       /*メニュー文字サイズ */
	text-decoration:none;
}
div.menu1 a:hover {
	background-image:url(http://rims-web.com/images/default/bt_menu_green_o.gif);       /*メニュー背景ロールオーバー画像（変更可） */
	color:#ff0000;       /*メニュー文字ロールオーバー色 */
	text-decoration:none;
}

div.menu2 * { margin:0; padding:0; }
div.menu2 li {
	list-style-type:none;
}
div.menu2 a {
	display:block;
	width:155px;       /*メニュー背景画像の幅 */
	height:25px;       /*メニュー背景画像の高さ */
	background-image:url(http://rims-web.com/images/default/bt_menu_lightblue.gif);       /*メニュー背景画像（変更可） */
	background-repeat:no-repeat;
	line-height:25px;
	text-align:   center;
	color:#4c4cc6;       /*メニュー文字色 */
	font-size:12px;       /*メニュー文字サイズ */
	text-decoration:none;
}
div.menu2 a:hover {
	background-image:url(http://rims-web.com/images/default/bt_menu_lightblue_o.gif);       /*メニュー背景ロールオーバー画像（変更可） */
	color:#ff0000;       /*メニュー文字ロールオーバー色 */
	text-decoration:none;
}

div.menu3 * { margin:0; padding:0; }
div.menu3 li {
	list-style-type:none;
}
div.menu3 a {
	display:block;
	width:155px;       /*メニュー背景画像の幅 */
	height:25px;       /*メニュー背景画像の高さ */
	background-image:url(http://rims-web.com/images/default/bt_menu_yellow.gif);       /*メニュー背景画像（変更可） */
	background-repeat:no-repeat;
	line-height:25px;
	text-align:   center;
	color:#ea5506;       /*メニュー文字色 */
	font-size:12px;       /*メニュー文字サイズ */
	text-decoration:none;
}
div.menu3 a:hover {
	background-image:url(http://rims-web.com/images/default/bt_menu_yellow_o.gif);      /*メニュー背景ロールオーバー画像（変更可） */
	color:#ff0000;       /*メニュー文字ロールオーバー色 */
	text-decoration:none;
}


/*エラー
----------------------------------------------- */

.error_koumoku{

   color:   #000000;

}

.error{
   color:#ff6666;
}



/*検索ページ
----------------------------------------------- */

div#railways   {

   background-color:#FFFFFF;
   border:1px   solid   #999999;
   width:180px;
   height:180px;
   margin:2px   7px;
   padding:3px;
   float:left;
   position:relative;
   overflow:auto;
   display:block;   

}

div#stations   {

   background-color:#FFFFFF;
   border:1px   solid   #999999;
   width:180px;
   height:180px;
   margin:2px   7px;
   padding:3px;
   position:relative;
   overflow:auto;
   display:block;
   float:left;   

}

.rwname   {

   display:block;
   width:100%;
   background-color:#FFCCCC;
   text-align:center;   
   margin-bottom:3px;

}

/*物件検索
----------------------------------------------- */

table.serchTbl   {

	border-collapse:collapse;
	border-spacing:0;
	border-top:1px dotted #999999;
	margin:10px 0;
	width:100%;

}

table.serchTbl   th   {

	background-color:#dddddd;
	padding:10px;
	border-bottom:1px dotted #999999;

}

table.serchTbl   td   {

	padding:10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #999999;

}

.document   {

   font-size:12px;   

}

ul   {

   list-style-type:none;margin:0px;
   padding:0px;
   text-align:left;   

}

.search_list{

   background-color:#666666;

}

.search_list   th{

   height:50px;
   background-color:#CCCCCC;
   padding:5px;

}

.search_list   td{

   background-color:#FFFFFF;
   padding:5px;

}

.staff_head{

   width:95%;
   font-size:   14px;
   margin-bottom:5px;
   background-color:   #BBDBE1;
   padding:5px;

}

.staff_address{

   margin-right:0px;
   align:right;

}

.family_img{

   margin-bottom:5px;

}

.top_family_block{

   height:150px;
   margin-bottom:5px;

}

/*物件セル一覧表示
----------------------------------------------- */
.top .list_block{

   height:220px;       /*高さ（変更可）  */
   border:   solid   1px   #333333;
overflow:hidden;

}

.top .list_block td{

   margin-top:0;

}

.top .list_view_access{
   font-size:   10px;
}
.top .buildname{
   font-size:   10px;
}

.top.list_img_area{

overflow:hidden;
}

.top.list_img_area img{

overflow:hidden;
}

.list_block{

   height:220px;       /*高さ（変更可）  */
   border:   solid   1px   #333333;

}

.top .list_block th{

   font-weight:normal;
   background-color:#666666;
   color:#ffffff;
   text-align:left;
   font-size:11px;
   padding: 0.2em;

}

.list_block th{

   font-weight:normal;
   background-color:#666666;
   color:#ffffff;
   text-align:left;
   font-size:10px;
   padding: 0.2em;

}

.top .list_block td{

   font-size:11px;
   padding: 0.2em;

}

.list_block td{

   font-size:9px;
   padding: 0.2em;

}

.list_block img{



}

.top .list_view_r_kind{

   color:   #0f0eff;
   font-weight:bold;

}

.list_view_r_kind{
   font-size:12px;
   color:   #0f0eff;
   font-weight:bold;

}


.top .buildname{

   margin-top:0px;
   margin-bottom:0px;

}


.buildname{

   margin-top:0px;
   margin-bottom:0px;

}

.top .list_view_price{

   color:   #FF0000;
   font-size:14px;
   font-weight:bold;
   margin:0px;

}

.list_view_price{

   color:   #FF0000;
   font-size:14px;
   font-weight:bold;

}

.top .list_view_access{

   font-size:11px;

}

.list_view_access{

   font-size:11px;

}

.top .list_view_address{

   font-size:10px;

}

.list_view_address{

   font-size:10px;

}

/*現地販売会（物件セル）
-----------------------------------------------
.r_open_title{

   font-size:11px;
   color:#ffffff;
   font-weight:bold;
   background:#cd3333;
   padding: 0.2em;
   margin-top: 5px;
   border-top:   solid   1px   #333333;
   border-left:   solid   1px   #333333;
   border-right:   solid   1px   #333333;
}

.r_catch_open, .rs_openschedule, .r_opentime{

   font-size:10px;
   background:#fffcee;
   padding: 0.2em;
   border-left:   solid   1px   #333333;
   border-right:   solid   1px   #333333;

} */

/*現地販売会（物件詳細）
----------------------------------------------- */
.r_open_title_detail{
   font-weight:bold;
   font-size:14px;
   color:#ff0000;
   padding: 5px;
   border-top:   solid   1px   #ff0000;
   border-left:   solid   1px   #ff0000;
   border-right:   solid   1px   #ff0000;
}

.r_catch_open_detail{

   font-size:13px;
   padding: 0 5 2 5px;
   border-left:   solid   1px   #ff0000;
   border-right:   solid   1px   #ff0000;

}

.r_openschedule_detail{

   font-size:13px;
   padding: 0 5 2 5px;
   border-left:   solid   1px   #ff0000;
   border-right:   solid   1px   #ff0000;

}

.r_opentime_detail{

   font-size:13px;
   padding: 0 5 5 5px;
   border-left:   solid   1px   #ff0000;
   border-right:   solid   1px   #ff0000;
   border-bottom:   solid   1px   #ff0000;

}

/*物件詳細
----------------------------------------------- */

.details{

   width:100%;

}

.koumoku_hyo table{

	border-collapse:collapse;
	cellspacing:0;
	text-align:left;
}

.koumoku_hyo td{
	border:1px solid #999999;
	color:#333333;
	padding:5;
}

.koumoku_hyo th{
	border:1px solid #999999;
	background-color:#CCCCCC;
	color:#333333;
	padding:5;
}

.koumoku_hyo_shita table{
	background-color:#f2e5cf;
	margin-bottom:10;
}


.details_picthumb td{
	width:20%;
	text-align:center;
}

.details_picthumb img{
	width:90px;
}

.detail_main_img img{
	

}

.r_buildname{
	background-color:   #e9e9e9;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding:5 ;
}

.r_catch_top{
	background-color:   #cccccc;
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	padding:5;
	margin-top:10;
}

.details_price{
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}

/*ヘッダー
----------------------------------------------- */
#header-bk {
	margin-top:0;
	padding:0;
	background-color:#000000;       /*ページ最上部の色（変更可）*/
	height:10px;
	}

#header-h1 {
	margin-left:10px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:11px;       /*ページ最上部のテキストのサイズ（変更可）*/
	color:#ffffff;       /*ページ最上部のテキストの色（変更可）*/
	text-align: left;
	}

/*メイン
----------------------------------------------- */
.page_title   h1,h2{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#ffffff;
	height:30px;
	margin-bottom:5px;
	padding-left:20px;
	}

.title, .page_title{
	background-image:url(http://rims-web.com/id/aquos/images/title940.gif) ;       /*各ページのタイトル背景画像（変更可）*/
	font-size:13px;       /*各ページのタイトルテキストのサイズ（変更可）*/
	font-weight:bold;
	line-height:30px;
	color:#ffffff;       /*各ページのタイトルテキストの色（変更可）*/
	height:30px;
	margin-bottom:5px;
	padding-left:15px;
	}
	
h3 {
	font-size:13px;
	font-weight:bold;
	color:#001d46;
}

h4 {
	background-image:url(http://rims-web.com/images/default/title_orange.jpg);
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#ffffff;
	height:30px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
h5 {
	font-size:13px;
	font-weight:bold;
	color:#0085e7;
}
	
/*News & Topics
----------------------------------------------- */
.news
      {
         border: solid 1px #cccccc;
         height: 120px;
         padding: 0.5em;
         overflow: auto;
      }

/*右トピックス
----------------------------------------------- */
.title_s{
	background-image:url(http://rims-web.com/id/aquos/images/title940.gif) ;       /*タイトル背景画像（変更可）*/
	font-size:12px;       /*タイトルテキストのサイズ（変更可）*/
	line-height:25px;
	color:#ffffff;       /*タイトルテキストの色（変更可）*/
	height:25px;
	padding-left:5px;
	margin-bottom:5px;
	background-repeat:no-repeat;	
text-align:center;
	}


#side_view{
   margin:5px;
   border:   solid   1px   #333333;
   padding:0.3em;
	text-align:center;
}

#side_view_access{
	font-size:10px; 
	margin-top:2px;
}

#side_view_price{
	font-size:12px; 
	font-color:#FF0000;
   font-weight:   bold;
}

/*表
----------------------------------------------- */
.nomal_line table{
	border-collapse:collapse;
	cellspacing:0;
	text-align:left;
}

.nomal_line td{
	border:1px solid #cccccc;
	color:#333333;
	padding:5;
}

.nomal_line th{
	border:1px solid #cccccc;
	background-color:#d9ecff;
	color:#333333;
	padding:5;
}

/*スタッフコメント（物件詳細）
----------------------------------------------- */

.fukidasi_box {
	padding-left:25px;
	margin-top: 10px;
}

.fukidasi {
	background: url(/images/default/fukidasi3_b.jpg) repeat-y 0px 5px;
	width: 550px;
	margin-bottom: 10px;
}

.fukidasi_top {
	background: #FFFFFF url(/images/default/fukidasi1_b.jpg) no-repeat 0px 0px;
	height: 5px;
	font-size: 1px;
	text-indent: -9999px;
	width: 550px;
}

.fukidasi_txt {
	padding: 0px 0px 3px 30px;
	line-height: 130%;
}

.fukidasi_txt span {
	color: #CD3333;
}

.fukidasi_bottom {
	background: url(/images/default/fukidasi2_b.jpg) no-repeat 0px 0px;
	height: 8px;
	font-size: 1px;
	text-indent: -9999px;
}


/*スタッフコメント顔写真無し（物件セル）
----------------------------------------------- */

.cnbox, .cnbox_body, .cnbox_head, .cnbox_head div {
        background:transparent url(http://rims-web.com/images/default/fukidasi_bg500.gif) no-repeat bottom right;
    }
    .cnbox{
        width:92% !important; width: 82%;
        margin:0; padding-right:15px;
    }
    .cnbox_head {
        background-position:top right;
        margin-right:-15px;
        padding-right:40px;
    }
        .cnbox_head div {
            background-position:top left;
            margin:0; padding:10px 0 0px 10px;
            border:0;
            height:auto !important; height:1%;
            color:#fff; font-weight:bold; font-size:1.5em;
        }
    .cnbox_body {
        background-position:bottom left;
        margin-right:0px; padding:5px 0 10px 10px;
    }

.fukidasi_txt_s {

	font-size:12px;
        margin-top:0px;
height:1.5em;
overflow:hidden;
color:#ff7f38;
}

.fukidasi_txt_s span {
	color: #CD3333;
	font-size:10px;
	line-height: 110%;
        margin-top:0px;
        margin-bottom:-5px;
}


/*Q（不動産用語集）
----------------------------------------------- */
div.faq {
	margin: 20 0;
	padding: 0;
	line-height: 1;
	background-color: #fff;
	list-style-type: none;
}

div.faq li {
	margin: 0;
	padding: 0;
	float: left;
	width: 210px;
	text-align: center;
	font-size: 11px; /* 文字サイズ */
}

div.faq li a {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px;
	display: block;
	position: relative; /* for IE6 */
	color: #333333;
	background-color: #e2e1e2;
	text-decoration: none;
}

div.faq li a:hover {
	border-color: #ffffff;
	color: #ffffff;
	background-color: #f39f45;
}

/* ClearFix */

div.faq {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div.faq:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.faq_q_value {
	background-color:#d9ecff;
	font-weight:bold;
	color:#333333;
	line-height:25px;
	padding-left:10px;
}
	
.faq_a_value {
	color:#333333;
	padding:5 10 15px;
	line-height:140%;
}


/*ブログ
----------------------------------------------- */
.blog_main_td{
	padding-left:10;
}

.blog_category_title, .monthly_archive_title, .master_title{
	font-weight:bold;
	margin-bottom:3;
}

.master_date{
	font-size:11px;
}

.master_contents{
	margin-bottom:3;
}

/*プライバシーポリシー
----------------------------------------------- */
.privacy_policy   table{

	background-color:   #CCCCCC;

}

.privacy_policy   th{

	background-color:   #d9ecff;
	width: 150px;
}

.privacy_policy   td{

	background-color:   #FFFFFF;
	padding: 10px;

}


/*シミュレーション
----------------------------------------------- */
.sales_simulation   table{
   margin:10px;
}

.sales_simulation   th{
   background-color:#EEE;
   font-weight:normal;
   text-align:left;
   width:200px;
   padding:   5px;
}

.sales_simulation   td{
   background-color:#EEE;
   width:350px;
   padding:   5px;
}

.simulation_conditions{
   margin:10px;
   padding:10px;
   border:1px   solid   #999999;
}



.sales_simulator_result_bukken   table{
   background-color:#ffcc99;
}

.sales_simulator_result_bukken   th{
   background-color:#ffcc99;

   padding:   5px;
}

.sales_simulator_result_bukken   td{
   background-color:#ffffcc;
   padding:   5px;
}

.sales_simulator_result_bukken   .td4{
   text-align:right;
}
.sales_simulator_result_bukken   .td5{
   text-align:right;
}
.sales_simulator_result_bukken   .td6{
   text-align:right;
}


/*物件詳細下部お問い合せ周り
----------------------------------------------- */
.details_tel{
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
}

.details_tantou{
	font-size:15px;
	font-weight:bold;
	color:#333333;
}

.details_qr_title{
	font-size:13px;
	font-weight:bold;
	color:#ff0000;
	margin-bottom:5;
}

.details_qr{
	font-size:9pt;
}

/*----------------------------------------------- */


/*TOPへ
----------------------------------------------- */
.totopbtn {text-align:right;margin:0 10px 10px 0}


.inqHead,   .inqObjs,   .inqCond,   .MB_INQ   {   width:100%;border-collapse:collapse;   }

.inqHead   th   {   padding:2px;font-weight:normal;font-size:12px;background-color:#BBB;color:#FFF;border:1px   solid   #999;text-align:left;   }

.inqHead   td   {   padding:2px;font-size:12px;text-align:left;background-color:#EEE;border:1px   solid   #999;   }

.inqObjs   th   {   padding:2px;font-weight:normal;font-size:12px;background-color:#BBB;color:#000;border:1px   solid   #FFF;text-align:center;   }

.inqObjs   td   {   padding:2px;font-weight:normal;font-size:12px;text-align:left;background-color:#EEE;color:#000;border:1px   solid   #FFF;   }

.inqType   {   border-collapse:collapse;   }

.inqType   td   {   width:150px;border:0px;padding:2px;   }

.kekka-th   {width:81px;background-color:#708090;text-align:left;color:#ffffff;vertical-align:middle;padding:4px}
.kekka-td1   {width:175px;background-color:#ffffff;padding:4px;text-align:left;vertical-align:middle}
.kekka-td2   {width:475px;background-color:#ffffff;padding:4px;text-align:left;vertical-align:middle}

.page_count_view{

   text-align:   right;
   margin-right:5px;

}
