@charset "utf-8";

/* Base
----------------------------------------------------------------------------- */
.inner1080 p {
	margin-bottom: 2em;
}
.mTx2 {
	margin-top: 4em;
}

/* send_area
----------------------------------------------------------------------------- */
#send_area {
	text-align: center;
}

/* form parts
----------------------------------------------------------------------------- */
input,
textarea {
	font:100% arial,helvetica,clean,sans-serif;
}
input {
	vertical-align: middle;
}
input[type="text"] {
	position: relative;
	width: 416px;
	height: 2em;
	padding-left: 4px;
	border: none;
	background-color: #f1f1f1;
}
input[type=text].mini {
	width: 168px;
}
input[type=radio], input[type=checkbox]  {
	margin: 4px 4px 6px 0px;
}
textarea {
	position: relative;
	width: 412px;
	height: 96px;
	padding: 4px;
	border: none;
	background-color: #f1f1f1;
}
.radio-group {
	padding-left: 0.5em;
}
.radio-group label {
	display: block;
}
.field_set{
	margin-bottom: 45px;
	padding-bottom: 45px;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
}
.field_set dl {
	position: relative;
	min-height: 35px;
	padding-top: 10px;
	padding-bottom: 6px;
}
.field_set dt {
	float: left;
	position: relative;
	width: 250px;
	padding-left: 40px;
	line-height: 2em;
	background: url(../img/cmn/ico_list_box_blue.gif) 1em 0.6em no-repeat;
}
.field_set dt span {
	position: absolute;
	right: 0;
	top: 5px;
	width: 34px;
	height: 17px;
	background: url(../img/contact/ico_contact_required.png) left top no-repeat;
	text-indent: -9999px;
}
.field_set dd {
	padding-left: 300px;
}
.field_set dd div {
	float: left;
	width: 420px;
	margin: 0;
	line-height: 2em;
}
.field_set dd span {
	display: block;
	padding-left: 430px;
	line-height: 2em;
}
.field_set dd div input {
	margin-left: 10px;
}
.field_set dd label {
	display: inline-block;
	line-height: 2em;
}

.field_set dd p {
	margin-bottom: 4px;
	line-height: 1.2;
}
.send_btn {
	display: block;
	width: 400px;
	height: 64px;
	margin: 40px auto 85px;
	text-align: center;
	color: #ffffff;
}
.send_btn input {
	display: block;
	width: 400px;
	height: 64px;
	background: url(../img/cmn/bg_button_off.png) #ffffff left top no-repeat;
	border: none;
	line-height: 64px;
	color: #ffffff;
	font-size: 1.28571418571em;
	font-weight: bold;
	text-decoration: none;
}
.send_btn input:hover {
	background: url(../img/cmn/bg_button_on.png) left top no-repeat;
}
