/* CSS Document */

#wait_yubin {
	display:inline-block;
	padding:0 0.5em;
}

#error_yubin {
	display:inline-block;
}

input[name="zipcode"] {
	margin-bottom:0.75em;
}


/* button */

#get_yubin_data {
	font-weight:bold;
	
	padding:0.25em 0.5em;
	
	color:#333;
	border:1px solid #555;
	border-radius:0.5em;
	background-color:#eee;
	
box-shadow:
inset 0.25em 0.25em 0.25em #fff,
inset -0.25em -0.25em 0.25em #ddd,
0.25em 0.25em 0.25em #eee;

	cursor:pointer;
}

#get_yubin_data.enable:hover {
	opacity:0.7;
}

#get_yubin_data.disable {
	cursor:wait;
	opacity:0.3;
}



/* チラシ＆ポストカード */

.papers {
	width:2.5em;
}

#request_contents dt {
}

#request_contents dd {
	margin:-1.5em 0 0 23em;
	font-weight:bold;
	
	padding-bottom:1em;
}
