@charset "utf-8";
/* CSS Document */

#article input,
#article textarea {
	width: 90%;
	padding: 10px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
#article .age input,
#article .zipcode input {
	width: 10%!important;
	padding: 10px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
#article input[type="radio"] {
	width: auto!important;
}
#article input[type="checkbox"] {
	width: auto!important;
}
#article select {
	padding: 10px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
#article input[type="submit"] {
	width: 200px;
	margin-top: 20px;
	font-size: 125%;
}
