/* =============================================  
	input
 ============================================= */
input {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #544a47;
	border: 0;
	border-bottom: 2px solid #544a47;
}

textarea {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: auto;
}

input.button {
	padding: 0 2px;
	font-size: 11px;
	font-weight: bold;
	color: #433d3c;
	cursor: pointer;
	background-color: #ffffff;
	border: 2px solid #544a47;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 1px 2px rgba(89,88,87,0.6);
	-webkit-box-shadow: 0px 1px 2px rgba(89,88,87,0.6);
	box-shadow: 0px 1px 2px rgba(89,88,87,0.6);
}

