@charset "utf-8";
/*
 * フォームの飾り
 *
 *
 */


/**
 * text,select
 *
 */
#mainstream table#first tr td input[type=text]
,#mainstream table#first tr td input[type=password]
,#mainstream table#first tr td select {
	height: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #f00; /*#4393CE;*/
	border-radius: 6px;
	padding: 0 0 0 10px;
	font-size: 15px;
}

/**
 * textarea
 *
 */
#mainstream table#first tr td textarea {
	height: 120px;
	border-style: solid;
	border-width: 1px;
	border-color: #f00; /*#4393CE;*/
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 15px;
}

/**
 * button
 *
 */
#mainstream table#first tr td button {
	height: 32px;
	border-style: solid;
	border-width: 1px;
	border-color: #f00; /*#4393CE;*/
	border-radius: 6px;
	cursor: pointer;
	font-size: 15px;
}

/**
 * checkbox
 *
 */
#mainstream table#first tr td div.checkbox {
	display: inline;
	line-height: 39px;
	white-space: nowrap;
}
#mainstream table#first tr td div.checkbox label {
	font-size: 15px;
	color: #333;
	text-shadow: 1px 1px 1px white;
	padding: 5px 20px;
	background-color: #f0f0f0;
	margin: 0 0 0 -19px;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #4393CE;
}
#mainstream table#first tr td div.checkbox input:checked + label {
	background-color: #57d;
	color: white;
	text-shadow: -1px -1px 1px #35b;
}

/**
 * radio
 *
 */
#mainstream table#first tr td span.radio {
	display: inline;
	line-height: 40px;
	white-space: nowrap;
}
#mainstream table#first tr td span.radio label {
	font-size: 15px;
	color: #333;
	text-shadow: 1px 1px 1px white;
	padding: 5px 20px;
	background-color: #ddd;
	border-radius: 6px;
	margin: 0 0 0 -19px;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #4393CE;
}
#mainstream table#first tr td span.radio input:checked + label {
	background-color: #57d;
	color: white;
	text-shadow: -1px -1px 1px #35b;
}


/*--------- end of file ----------*/
