@charset "utf-8";

#suggest {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #aab1c4;
    font-size: 90%;
    line-height:130%;
    width: 250px;padding:3px;
}
#suggest div {
    display: block;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
}
#suggest div.select{ /* Key UP,KeyDwn Style */
    color: #ffffff;
    background-color: #6184de;
}
#suggest div.over{ /* Mouse Over Style */
    color: #ffffff;
    background-color: #6184de;
}

input#query{
	width:170px;padding:1px 3px 1px;box-sizing:border-box; 
	font-size: 9pt;
	background-color:#f8fbfd;
	display: block;
}
#SearchForm input[type=submit]{height:23px;}

.sgft{
margin-left:2px;
}

/* motto Data*/
.mottoB{
text-align:right;
white-space:nowrap;font-size:9px; color:#0000ff;background-color:#ffa900;
padding:1px 4px 1px;text-decoration:none; 
border-radius: 4px;
}



/* フレーム iphone対策 */
/* 外枠 */
.ifrm-container{
  padding:0;margin:0;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block; vertical-align:bottom;
}
/* iflame */
.ifrm {
  width:100%;height:100%;margin:0;
  border:none; display:block;
  box-sizing:content-box;vertical-align:text-bottom;
}


