@charset "utf-8";
/*
 *メールフォーム用テーブル・フォーム部品スタイル
 */
table{
	border-collapse: separate;
	border-spacing: 2px;
	border: 1px solid #cccccc;
	color: #333333;
	margin:auto;
	clear:both;
}
th{
	padding: 5px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ECF0F2;
	font-weight: normal;
	color:#000066;
	text-align: center;
}
td{
	padding: 5px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ECF0F2;
}
input[type=text], textarea, select{
	padding: 2px;
	margin: 2px;
}
.size50{
	width: 50px;
	height: 22px;
}
.size100{
	width: 100px;
	height: 22px;
}
.size150{
	width: 150px;
	height: 22px;
}
.size250{
	width: 250px;
	height: 22px;
}
.size300{
	width: 300px;
	height: 22px;
}
.size400{
	width: 400px;
	height: 22px;
}

.text_a{
	width: 400px;
	height: 200px;
	overflow:auto;
}
#con_tbl th{
	text-align: left;
	width: 150px;
}
select{
	height: 25px;
	font-size: 90%;
}
option{
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
table#con_tbl{
	width: 650px;
}
