@charset "utf-8";
/*	ZipAddr用 CSS Document */

/*外枠*/
#autozip {
	margin-top:10px;
	background: #f5f5f5 !important;
	padding: 0 10px !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 6px rgba(255,15,135,.7);
	z-index:10 !important;
}

/*全span要素*/
#autozip span {
	color: #333 !important;
	white-space: nowrap;
}
/*○○件ヒット*/
#autozip span:last-of-type {
	color:#2E71D6 !important;
}
/*市区町村*/
#autozip span:first-child {
	display:inline-block !important;
	background: #2E71D6 !important;
	border:1px solid #2E71D6 !important;
	border-radius:0 0 5px 5px !important;
	font-size:14px !important;
	color: #fff !important;
	padding:3px 3px 0 3px !important;
	white-space: nowrap;
}

/*全a要素*/
#autozip a {
	font-size:12px !important;
	line-height: 1.5em !important;
	background: #f5f5f5 !important;
	color: #000 !important;
}
/*住所部分*/
#autozip #movable_zipaddr #zip_body {
	margin: 7px 0px !important;
}
#autozip #movable_zipaddr #zip_body a:hover {
	background: #84441A !important;
	color: #ffffff !important;
}
/*閉じる*/
#autozip a:nth-last-child(2)  {
	font-size:11px !important ;
	color:#FFF !important;
	background:#666666 !important ;
}
/*ZipAddrリンク*/
#autozip #movable_zipaddr>a:last-child {
	color:#CCCCCC !important;
	vertical-align:sub !important;
}