@CHARSET "UTF-8";
.checkboxMultiple{
	margin-bottom:0px;
}
.required{
	color:#CC0000;
}
.form_error{
	background-color:#FFEEDD;
}
.contact ul{
	list-style-type: none;
	margin-left:0px;
}
.submit{
	margin-top:20px;
	text-align:center;
	margin-bottom:40px;
}
.checkboxMultiple li{
	margin-bottom:0px!important;
}
li{
	margin-bottom:8px;
}
/*** テーブル ***/
.tbl01{
	font-size:small;
	border-collapse: collapse;
}
.tbl01 td {
	padding : 3px 5px;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	line-height:18px;
}
.tbl01 th {
	color:#336600;
	text-align:center;
	padding : 3px 3px;
	background-color:#ECFDE3;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #EAEAEA;
}
table.tbl02 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.tbl02 td {
	font-size:13px;
	padding : 10px 5px;
	background-color: #FFFFFF;
	line-height:18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.tbl02 th {
	font-size:13px;
	color:#333333;
	text-align:left;
	padding : 10px 20px;
	font-weight: bold;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#ContactName1,
#ContactName2,
#ContactKana1,
#ContactKana2,
#ContactAddress2,
#ContactAddress3,
#ContactMessage
{
	ime-mode:active;
}
#ContactZip,
#ContactTel1,
#ContactTel2,
#ContactTel3,
#ContactEmail,
#ContactEmailConfirm
{
	ime-mode:inactive
}