 @charset "utf-8";
/* Page: 'Contact us (Mail Form)' Styles
	Copyright (C) FE TRADE CO.,LTD All Rights Reserved.
*/

/* ----------------------------------------------------------
	Headings
---------------------------------------------------------- */
.contact h2 {
	text-align: center;
	font-size: 166.7%;
}

/* ----------------------------------------------------------
	Block
---------------------------------------------------------- */
.jb-link {
	background: #030000!important;
	background-image: url(../img/bg_pattern_02.png)!important;
}
.contactSection01 {
	border: 2px solid #999;
	font-size: 83%;
	margin: 40px 80px 0;
	padding: 13px;
}
.contactBlock01 {
	margin: 60px auto;
}
.contactBlock01 h3 {
	text-align: center;
	color: #000;
}
.contactBlock02 {
	margin: 0 0 40px;
	padding: 40px 0 0;
	text-align: center;
}
#content .inner {
	padding-top: 80px;
}

/* ----------------------------------------------------------
	Form
---------------------------------------------------------- */
.contactForm {
	min-height: 360px;
	_height: 360px;
	margin: 40px 100px;
	padding: 0;
}
.contactForm .leadtext {
	color: #999;
}
.table01 {
	margin: 0;
    border: 0 none;
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
    border-top: 1px dotted #666;
}
.table01 th, .table01 td {
    border-bottom: 1px dotted #666;
    padding: 18px 0;
	text-align: left;
}
.table01 .innerTable th, .table01 .innerTable td {
    border-bottom: 0;
    padding: 8px 0;
}
.table01 th.pseudoFirstChild, .table01 td.pseudoFirstChild {
    border-bottom: 0 none;
    padding-bottom: 1px;
}
.table01 th {
	background: none;
	padding-left: 2px;
    line-height: 2;
	color: inherit;
	font-size: inherit;
}
.table01 td {
    line-height: 1.4;
}
input {
    width: inherit;
}
.block01 {
    margin: 36px 0;
}
.block01 input {
    border: 0 none !important;
    padding: 0;
}
.block02 {
    font-size: 91%;
    margin: 0 10px;
    text-align: right;
}
.textbox01, .textbox02, .textbox03, .textbox04, .textarea01 {
    color: #333;
    padding: 2px 4px 4px;
	line-height: 1.3;
	font-family: Verdana, Geneva, sans-serif, "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
}
.textbox01 {
    width: 174px;
	margin: 2px 0;
	background-color: #e3e3e3;
}
.textbox02 {
    width: 410px;
	background-color: #e3e3e3;
}
.textbox03 {
    width: 55%;
	margin: 2px 0;
	background-color: #e3e3e3;
}
.textbox04 {
    width: 80px;
	margin: 2px 0;
	background-color: #e3e3e3;
}
.textarea01 {
    min-height: 132px;
    width: 500px;
	background-color: #e3e3e3;
}
.noteText01 {
    font-size: 91%;
    font-weight: normal;
}
.cautionText01 {
    color: #c00;
    font-weight: normal;
}
.fieldList01 {
}
.fieldList01 li {
    clear: both;
    margin: 4px 0;
}
.fieldList01 li span.item {
    float: left;
    padding-right: 5px;
    text-align: right;
    width: 80px;
}
.fieldList01 li span.value {
    float: left;
    width: 420px;
}
.error,
span.required {
    color: #f00;
}
.btnBlock01 {
	position: relative;
	width: 700px;
	margin: 40px 100px;
	text-align: center;
}
.btnBlock01 input[type="submit"] {
	xdisplay: block;
	background-color: #09c!important;
}
.button {
	background: #09c;
	background: #09c -o-linear-gradient(top,#0099CC 0%,#006699);
	background: #09c -ms-linear-gradient(top,#0099CC 0%,#006699);
	background: #09c -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: #09c -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099CC', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	color:#FFF;
	width: 100px;
	padding: 10px 0;
}
.btnSend,
.btnEdit,
.btnConfirm {
    width: 293px;
    height: 57px;
    margin: 0 10px;
	color: #fff;
    cursor: pointer;
	outline: 0;
	font-family: inherit!important;
}
.btnConfirm {
}
.btnEdit {
	position: absolute;
	top: 0;
	left: 0;
    width: 133px;
    height: 57px;
}

