body{ -webkit-text-size-adjust: 100%; }
#suggest {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #aab1c4;
    font-size:13px;
    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;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}
.querysub{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size:12px; padding:1px 10px 1px;
}
#SearchForm input[type=submit]{height:23px;}

/* base font,form seting*/
body,td{
	font-family: "MS PGothic","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro" ,Osaka ,arial ,verdana ,sans-serif;
	color:#333333;
	line-height:130%;
}
select,input,textarea{ font-size:13px;color:#333333;}

.dotline{
background-image: url("https://www.azr.ne.jp/aozoracgi/img/dot.gif");
background-repeat: repeat-x;
padding:1px;margin:8px 0 8px;
}


/* --- */
.dotlinelist{
	background-image: url("https://www.azr.ne.jp/aozoracgi/img/dot.gif");
	background-repeat: repeat-x; font-size:1px; margin:8px 0 5px; padding:2px;
}
/* Deep blue line */
.dblueline{
	border-top:4px solid #001188;padding-top:10px; margin:10px 0 15px;
}
