@charset "UTF-8";

/*-----------------------------
　リセットCSS + サイト共通設定
------------------------------*/

/* 全ての要素に対する余白初期値設定 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img,div{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 100%;
	border: 0;
}

/* デフォルト文字設定 */
body{
    color: #000000;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    font-size: 15px;
    line-height: 1.4;
    max-height: 100%;
    margin: 0px;
    padding: 0px;
    background-color : ffffff;
    background: url(../com/oback.gif);
    background-position: center;
    background-repeat : repeat-y;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

/* リストマーカーを非表示 */
ul,ol{
	list-style-type:none;
}

/* テーブルセルのボーダーの設定 */ 
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea { 
	vertical-align: middle;
}

img{
    max-width: 100%; 
    height: auto; 
}


html{
	font-family:'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif; 
    height:100%;
}

A:link{
	  
	color:#660000;
	text-decoration:none;
	text-decoration:underline;
}

A:visited{
	  
	color:#666666;
	text-decoration:none;
	text-decoration:underline;
}

h1,h2,h3{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#000000;
    font-size:13pt;
    font-Weight:bold;
}

.title_blue{
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-left: 15px solid #4790cf;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 9px -4px;
    box-shadow: 0px 0px 9px -4px;
}

.w80{
	width:80%;
	margin:0 auto;
}

.text_8{
  color:#000000;
  font-size:10px;
}

.text_10{
  color:#000000;
  font-size:13px;
  line-height:1.5;
}

.text_10B{
  color:#000000;
  font-size:13px;
  font-Weight:bold;        
}

.text_12B{
  color:#000000;
        font-size:12pt;
        font-Weight:bold;
        line-height:1.5;    
}

.text_12{
  color:#000000;
        font-size:12pt; 
}

.text_12RB{
  color:#ff0000;
        font-size:12pt;
        font-Weight:bold;
        line-height:1.5;    
}


#content{
    padding-bottom:0;
	margin-bottom : 20px;
}

#info{
	  
	border: 1px solid #999999;
	width:420px;
	margin:0 auto 10px;
	text-align:left;
	/*margin-bottom:10px;*/
	color:#000000;
    font-size:15px; 
	line-height:1.5;
}

#info .info_inner{
	  
	border:0px;
	width:360px;
	margin:10px 30px 10px 30px;
}

#info .seiyaku{
	border:0px;
	padding:0px;
	margin:0px 0px 0px 5px;
}

.thanks{
	color:#ff0000;
	padding-left:32px;
}

#info dt{
	margin-bottom:5px;
}

#info dd{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:#999999 1px dotted;
}

#info .last{
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#info .last_line{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:#999999 1px dotted;
}



.Left_box{
	  
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
}

.th_td1{
	  
   border: 1px solid gray;
	background-color:#ffffff;
}

.owner td{
	padding:4px;	
}

.acrobat{
    width:420px;
	margin:10px auto 10px;
}

.info_banner{
    width:420px;
	margin:20px auto 20px;
}

/*footer*/
.footer{
    background-color: rgba(228,250,255,0.78);
    padding-top:30px;
    padding-bottom:30px;
}

.footer .cnt_left,
.footer .cnt_right{
    float:left;
    display:block;
}

.footer .cnt_left{
    text-align:right;
    width:25%;
    height:85px;
    margin-bottom:10px;
}

.footer .cnt_right{
    width:75%;
    height:85px;
    margin-bottom:10px;
    text-align:left;
    padding-top:10px;
}

.footer p.companyname{
    font-size:16px;
    font-weight:bold;
}




/*物件一覧*/

#map_canvas{
	width:480px;
	height:280px;
}

.list_th_td_g{
	  
 border: 2px solid gray;
 background-color:#ffffff;
 padding:2 2 5 2;
}

 .list_title{
	  
 border: 2px solid gray;
 background-color:#efefef;
 font-size:10pt;
 padding:5 5 5 5;
}

.list_table{
	  
   border-collapse: collapse;
   border: 1px;
   border-color: #999999;
}

.list_th_td_in{
	  
 border: 1px solid gray;
 background-color:#ffffff;
 /*font-size:11pt;*/
 padding:5px 10px 5px 10px;
 line-height:1.5;
}

.list_th_td_in2{
	  
 border: 1px solid gray;
 background-color:#ffffff;
 font-size:8pt;
 padding:3 3 3 3;
 line-height:1.5;
}

.list_null{
	  
 border: 1px solid gray;
 background-color:#ffffff;
 height:25px;
}

.list_titlein{
	  
 border: 1px solid gray;
 background-color:#f5e6ba;
 /*font-size:10pt;*/
 padding:5px 5px 5px 5px;
 line-height:1.5;
}

.list_waku{
	  
 border: 1px solid gray;
 background-color:#ffffff;
 padding:0 0 0 0;
}

.list_th_td_g1{
	  
 border: 1px solid gray;
 background-color:#efefef;
 font-size:10pt;
 padding:2 2 2 2;
}

.list_dai{
	  
 border: 1px solid gray;
 background-color:#f5e6ba;
 /*font-size:11pt;*/
 /*font-family:"ＭＳ ゴシック",sans-serif;*/
 padding:5px 10px 5px 10px;

}





/*------------------------------
  navi
------------------------------*/
.navi{
	background-image: url(../com/navi_back.jpg);
	background-repeat: repeat-x;
}

.navi ul{
	clear:left;
	height:60px;
	margin:0 auto;
	width:700px;
}


.navi li{
	float:left;
}

.navi li a{
	background-image: url(../com/navi.jpg);
	color:#323232;
	display: block;
	width: 233px;
	height: 60px;
	text-align: center;
	line-height:60px;
	font-size:20px;
	letter-spacing: 8px;
	font-weight: bold;
	text-decoration: none;
}

.navi li a:hover,
.navi li a.now_page{
	background-image: url(../com/navi_on.jpg);
	color:#ffffff;
	display: block;
	width: 233px;
	height: 60px;
	text-align: center;
	line-height:60px;
	font-size:20px;
	letter-spacing: 8px;
	font-weight: bold;
	text-decoration: none;
}





.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}
