@charset "UTF-8";
h1 {
	font-size: 1.4em;
	background-image: url(mailer/h1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 220px;
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	display: block;
}
h1 em {
	position: relative;
	z-index: -1;
}
/*-------------------------------------------------
お問い合わせ
-------------------------------------------------*/
table.contact {
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	font-size: 1em;
}
table.contact th {
	width: 210px;
	padding-top: 7px;
	border-top: 1px dotted #999999;
	margin-top: 5px;
	font-weight: bolder;
	min-height:17px;
	padding-right: 10px;
}
table.contact th small {
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
	line-height: 120%;
	font-size: 0.9em;
}

table.contact td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px dotted #999999;
	clear: right;
	margin-top: 5px;
	white-space: nowrap;
}
table.contact th em {
	font-style: normal;
	background-image: url(../img/contact/necessity.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 28px;
	min-height:17px;
	padding-bottom: 5px;
}
.mail-description em,
form em {
	color: #FF3300;
	margin-right: 5px;
	margin-left: 5px;
	font-style:normal;
}
table.contact select{
	margin-top:8px;
}
table.contact .submit{
	text-align: center;
}
table.contact ul{
	list-style:none;
	margin-left:0px;
}
table.contact ul li{
	float:left;
	padding-right:10px;
	margin-top:0px;
}
.message{
	color:red;
	font-weight:bold;
	padding:10px;
	border:1px solid #cccccc;
	background-color:#FFECEC;
	width:400px;
	margin:20px auto;
}
.form_error{
	background-color:#FFECEC!important;
}

.contact .mail-before-attachment,
.contact .mail-after-attachment {
	margin:0px 5px;
	font-size: small;
	color: #666666;
	line-height: 120%;
}
.contact .mail-attention {
	margin:0px 5px;
	font-size: small;
	color: #666666;
	line-height: 120%;
}
.contact .mail-description {
	margin:0px 5px;
	font-size: small;
	font-weight: normal;
	color: #666666;
	line-height: 120%;
	padding-right: 10px;
}

.contact select,
.contact input {
	margin-bottom: 5px;
}
.contact input[type='radio'] {
	margin-right: 5px;
}
.contact .checkbox {
	margin-right: 10px;
}
.contact .list {
	float: left;
	margin-right: 10px;
}
.contact .error-message {
	clear:both;
	float:none;
}
#MessageConfirmForm .contact .multi_check ul li,
#MessageConfirmForm .contact .email,
#MessageConfirmForm .contact .autozip {
	display: block;
	float: none;
}
