@charset "utf-8";
/* CSS Document */

/* /navi/ 内共通設定 */
* { font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }

body,td,th{ font-size:13px; }
body,p,h1,h2,h3,h4,h5{ margin:0px; padding:0px; }
a{ text-decoration:none; color:#0000FF; }
a:hover{ text-decoration:underline; color:#CC0066; }
form{ margin:0px; }
img{ border:0px; }

/* 物件一覧ページ */
#bkn_list { width:710px; margin-left:auto; margin-right:auto; background-color:#FFF; }
#bkn_list table{ border:1px solid #003366; }
#bkn_list th{ font-size:12px; line-height:120%; color:#FFF; border-bottom:1px solid #003366; font-weight:normal; }
#bkn_list td{ font-size:13px; line-height:130%; }
#bkn_list p{ line-height:130%; }
#bkn_list .page_navi{ line-height:120%; margin-bottom:6px; }
#bkn_list .powered{ color:#FFF; }
#bkn_list .powered a{ color:#FFF; text-decoration:underline; }
#bkn_list .powered a:hover{ text-decoration:none; }
#footer{ width:710px; text-align:right; margin:20px auto 0px auto; border-top:1px dotted #CCC; padding-top:3px; padding-bottom:10px; }

/* 物件詳細ページ */
#bkn_detail{ width:760px; margin-left:auto; margin-right:auto; background-color:#FFF; }
#bkn_detail table{ margin-left:auto; margin-right:auto ;}
#bkn_detail .bkn_detail_inner { width:706px; margin-left:auto; margin-right:auto; margin-top:10px; border:2px solid #003366; padding-top:13px; }
#bkn_detail .bkn_detail_inner h1{ color:#003366; font-size:20px; }
#bkn_detail .tc_iu_detail { border-collapse:collapse; }
#bkn_detail .tc_iu_detail td{ border:1px solid #003366; color:#333; }
#bkn_detail .tc_iu_detail th{ border:1px solid #003366; }
#bkn_detail .tc_iu_detail td.none{ border:0px; }
#bkn_detail .tc6 th{ color:#FFF; font-weight:normal; background-color:#6699CC; }
