/*----------------------------------------------------------------------------*/
/* 基本構造                                                                   */
/*----------------------------------------------------------------------------*/
body {
	font-size					: 12px;
	width						: 400px;
}

img {
	vertical-align				: middle;
	border						: none;
}

fieldset {
	padding						: 10px;
}

legend {
	display						: none;
}
/*----------------------------------------------------------------------------*/
/* ヘッダ構造                                                                 */
/*----------------------------------------------------------------------------*/
table#header {
	padding						: 5px;
	width						: 100%;
}

table#header td.title {
	padding-bottom				: 15px;
	font-weight					: bold;
	font-size					: 18px;
	color						: #ff0000;
}

table#header td.comment {
	padding-bottom				: 15px;
}

table#header td.user {
	border-bottom				: solid 1px #ff0000;
	font-size					: 14px;
}
/*----------------------------------------------------------------------------*/
/* 入力項目構造                                                               */
/*----------------------------------------------------------------------------*/
table.tbl_row {
	width						: 100%;
}
table.tbl_row td {
	vertical-align				: top;
}

table.tbl_col {
	width						: 326px;
}

table.tbl_col td {
	padding						: 3px;
	background-color			: #e0e0e0;
	vertical-align				: middle;
}

input.name {
	ime-mode					: active;
	width						: 10em;
}

input.corp {
	ime-mode					: active;
	width						: 314px;
}

input.zip {
	ime-mode					: disabled;
    width						: 5em;
}

input.mail {
	ime-mode					: disabled;
	width						: 314px;
}

input.tel1 {
	ime-mode					: disabled;
	width						: 3em;
}

input.tel2 {
	ime-mode					: disabled;
	width						: 6em;
}

textarea.qa {
	ime-mode					: active;
	width						: 314px;
}

input.button_red {
	background-color			: #ff0000;
	color						: #ffffff;
	font-weight					: bold;
	width						: 80px;
}

input.button {
	width						: 80px;
}

span.most {
	color						: #ff0000;
}