@charset "utf-8";

#autozip {          /* PC */
	position: absolute;
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	*/
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	background: #009999;
	font-weight: normal;
	padding: 3px;
	z-index: 99999;
	font-size: 12px;
	line-height: 130%;
}
#autozips {         /* SmartPhone */
	position: absolute;
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	*/
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	background: #009999;
	font-weight: normal;
	padding: 3px;
	z-index: 99999;
	font-size: 20px;
	line-height: 150%;
}


#zip_head {         /* 都道府県,市区町村 */
	color: #ffffcc;
}
#zip_cnt {          /* Hit件数 */
	color: #ffffcc;
}
.zip_line {         /* 地域部分 */
	color: #ffffcc;
}
#zip_close {        /* 閉じる */
	color: #333333;
}
#zip_vers {
	color: #333333;
}
#zip_vers a {
	color: #333333;
	text-decoration: none;
}
#zip_vers a:hover {
	color: #333333;
	text-decoration: none;
}
