@charset "utf-8";

/************************************************************************
****	基本テーブル
************************************************************************/	

.form {
	margin: 5px;
	border-collapse: collapse;
	margin-bottom: 25px;
}

.form th {
	width: 25%;
	padding: 5px 3px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.form td {
	padding: 5px 3px;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	border-width: 1px;
	border-style: solid;
}

.form table { width: 100%; }

.form table td {
	padding: 0px;
	margin: 0px;
	border: none;
}

.category {
	margin: 0px;
	padding: 0px;
	clear: none;
	overflow: hidden;
}

.category input {
	margin: 0px;
	padding: 0px;
	clear: none;
}

.category br {
	display: none;
	clear: none;
}

.category p {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.hint {
	display: block;
	color: #666;
	margin: 0px;
}

.hissu {
	color: #c00;
	clear: none;
}

.download {
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 5px 30px 5px 0px;
	line-height: 24px;
}

.submit {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

fieldset.maildb {
	margin: 0 0 20px 0;
	padding: 10px;
	display: block;
}

fieldset.maildb legend {
	font-weight: bold;
	padding: 0 10px;
	display: block;
}

/************************************************************************
****	フォーム用テーブル
************************************************************************/	

.the-table,
.widefat {
	margin: 1em auto;
	border-collapse: collapse;
	border-width: 2px;
	border-style: solid;
	width: 99.9%;
}

.the-table th,
.widefat th {
	width: 25%;
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
	/*white-space: nowrap;*/
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	text-shadow: #fff 2px 2px;
}
.the-table thead th{
	border-bottom-width: 3px;
	border-bottom-style: double;
}
.the-table td,
.widefat td {
	width: auto;
	vertical-align: middle;
	padding: 5px;
	text-align: left;
	border-width: 1px;
	border-style: solid;

	min-height: 1.5em;
}

.the-table td textarea,
.widefat td textarea {
	/*width: 95%;*/
	font-size: inherit;
}

.the-table td input[type="text"],
.the-table td input.text,
.widefat td input[type="text"],
.widefat td input.text {
	font-size: inherit;
	/*width: 95%;*/
}

.the-table td option,
.widefat td option { font-size: inherit; }
